Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sync main to feature/dmlib #3663

Merged
merged 28 commits into from
May 24, 2022
Merged

Sync main to feature/dmlib #3663

merged 28 commits into from
May 24, 2022

Commits on May 2, 2022

  1. Configuration menu
    Copy the full SHA
    8226174 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0494d24 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2022

  1. Short circuit out of msdocs publish if no package locations are speci…

    …fied (Azure#3607)
    
    Co-authored-by: Patrick Hallisey <pahallis@microsoft.com>
    azure-sdk and hallipr authored May 3, 2022
    Configuration menu
    Copy the full SHA
    2c3d73e View commit details
    Browse the repository at this point in the history
  2. sdk/core: Reimplement Md5OpenSSL using EVP API (Azure#3609)

    The MD5_Init/Update/Final functions are deprecated in OpenSSL 3.0 and result in
    a compile-time warning. Due to the default usage of -Werror during compilation,
    these warnings are treated as errors and prevent the SDK from being built on
    Ubuntu 22.04, which ships with OpenSSL by default. The deprecated APIs should
    be replaced by the EVP APIs, which are already in use for the SHA family of
    functions, and supported on all versions of OpenSSL.
    jepio authored May 3, 2022
    Configuration menu
    Copy the full SHA
    f1de8d2 View commit details
    Browse the repository at this point in the history
  3. API Review Feedback for Attestation SDK (Azure#3543)

    * API Review Feedback for Attestation SDK
    
    * Updated changelog to reflect API Review updates
    LarryOsterman authored May 3, 2022
    1 Configuration menu
    Copy the full SHA
    a2d975c View commit details
    Browse the repository at this point in the history
  4. Remove version pin for OpenSSL (Azure#3610)

    * Remove version pin for OpenSSL
    
    * Gratuitous change to trigger CI pipelines
    LarryOsterman authored May 3, 2022
    Configuration menu
    Copy the full SHA
    f8ced21 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2022

  1. Update the version tool to the latest (Azure#3616)

    Co-authored-by: sima-zhu <sizhu@microsoft.com>
    azure-sdk and sima-zhu authored May 4, 2022
    Configuration menu
    Copy the full SHA
    e010b91 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b9fb5ef View commit details
    Browse the repository at this point in the history

Commits on May 5, 2022

  1. cl (Azure#3613)

    vhvb1989 authored May 5, 2022
    Configuration menu
    Copy the full SHA
    d317e06 View commit details
    Browse the repository at this point in the history
  2. Update pipeline-generator version (Azure#3623)

    Co-authored-by: Patrick Hallisey <pahallis@microsoft.com>
    azure-sdk and hallipr authored May 5, 2022
    Configuration menu
    Copy the full SHA
    d3dbd56 View commit details
    Browse the repository at this point in the history
  3. Prepare Attestation SDK for May Release. (Azure#3625)

    * Prepare attestation for May release
    
    * Removed some noise from changelog
    LarryOsterman authored May 5, 2022
    Configuration menu
    Copy the full SHA
    44af947 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2022

  1. Configuration menu
    Copy the full SHA
    c2ce38d View commit details
    Browse the repository at this point in the history

Commits on May 9, 2022

  1. Configuration menu
    Copy the full SHA
    d96216f View commit details
    Browse the repository at this point in the history

Commits on May 11, 2022

  1. Configuration menu
    Copy the full SHA
    7c34ab0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a4a6efb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bfaf27c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7c2682b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c0e92e4 View commit details
    Browse the repository at this point in the history
  6. Update readme for -pre and -post TestResource scripts (Azure#3645)

    Co-authored-by: Christopher Scott <chriss@microsoft.com>
    azure-sdk and christothes authored May 11, 2022
    Configuration menu
    Copy the full SHA
    0e68b12 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2022

  1. Configuration menu
    Copy the full SHA
    fc2f7c5 View commit details
    Browse the repository at this point in the history
  2. String parsing improvements to service directory resource names (Azur…

    …e#3644)
    
    Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com>
    azure-sdk and benbp authored May 12, 2022
    Configuration menu
    Copy the full SHA
    f4a5dbe View commit details
    Browse the repository at this point in the history

Commits on May 13, 2022

  1. Adding Acknowledgments (Azure#3611)

    * cl
    
    * Update sdk/core/azure-core/CHANGELOG.md
    
    Co-authored-by: Ahson Khan <ahkha@microsoft.com>
    
    * cspell
    
    Co-authored-by: Ahson Khan <ahkha@microsoft.com>
    vhvb1989 and ahsonkhan authored May 13, 2022
    Configuration menu
    Copy the full SHA
    ca9a40b View commit details
    Browse the repository at this point in the history
  2. Add skip variable for remove test resources to support debugging (Azu…

    …re#3648)
    
    Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com>
    azure-sdk and benbp authored May 13, 2022
    Configuration menu
    Copy the full SHA
    a43622b View commit details
    Browse the repository at this point in the history

Commits on May 17, 2022

  1. Configuration menu
    Copy the full SHA
    e65ea2f View commit details
    Browse the repository at this point in the history
  2. Clean up target_include_directories() (Azure#3641)

    Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com>
    antkmsft and antkmsft authored May 17, 2022
    Configuration menu
    Copy the full SHA
    3ec224e View commit details
    Browse the repository at this point in the history

Commits on May 18, 2022

  1. Configuration menu
    Copy the full SHA
    80cf3d0 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2022

  1. Remove (Azure#3657)

    oexcept specifier from Context::IsCancelled()
    
    Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com>
    antkmsft and antkmsft authored May 20, 2022
    Configuration menu
    Copy the full SHA
    593464c View commit details
    Browse the repository at this point in the history

Commits on May 23, 2022

  1. Configuration menu
    Copy the full SHA
    43519e6 View commit details
    Browse the repository at this point in the history