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

[azure-storage-*] Update Azure SDK Jun Release #18329

Merged
merged 6 commits into from
Jun 11, 2021

Commits on Jun 8, 2021

  1. [azure-storage-common-cpp] Update to 12.0.0

    ## 12.0.0 (2021-06-08)
    
    ### Other Changes and Improvements
    
    - Fixed a filename encoding issue.
    azure-sdk committed Jun 8, 2021
    Configuration menu
    Copy the full SHA
    80b9df8 View commit details
    Browse the repository at this point in the history
  2. [azure-storage-blobs-cpp] Update to 12.0.0

    ## 12.0.0 (2021-06-08)
    
    ### Other Changes and Improvements
    
    - Added and updated some samples.
    - Fixed a read consistency issue.
    azure-sdk committed Jun 8, 2021
    Configuration menu
    Copy the full SHA
    53d4c1c View commit details
    Browse the repository at this point in the history
  3. [azure-storage-files-datalake-cpp] Update to 12.0.0

    ## 12.0.0 (2021-06-08)
    
    ### Breaking Changes
    
    - Renamed `ContentLength` in `FlushFileResult` to `FileSize`.
    
    ### Other Changes and Improvements
    
    - Removed `IfUnmodifiedSince` from access conditions of setting filesystem metadata operation.
    - Updated some samples.
    - Fixed a read consistency issue.
    azure-sdk committed Jun 8, 2021
    Configuration menu
    Copy the full SHA
    f3dd505 View commit details
    Browse the repository at this point in the history
  4. [azure-storage-files-shares-cpp] Update to 12.0.0

    ## 12.0.0 (2021-06-08)
    
    ### Breaking Changes
    
    - Renamed `ContentLength` in `FileItemDetails` to `FileSize`.
    
    ### Other Changes and Improvements
    
    - Updated some samples.
    - Fixed a read consistency issue.
    azure-sdk committed Jun 8, 2021
    Configuration menu
    Copy the full SHA
    d0ccc5e View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2021

  1. [azure-security-keyvault-common-cpp] Update to 4.0.0-beta.3

    ## 4.0.0-beta.3 (2021-06-08)
    
    No breaking changes or new features added. Includes only implementation enhancements.
    azure-sdk committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    aac456e View commit details
    Browse the repository at this point in the history
  2. [azure-security-keyvault-keys-cpp] Update to 4.0.0-beta.3

    ## 4.0.0-beta.3 (2021-06-08)
    
    ### Breaking Changes
    
    - Updated `MaxPageResults` type to `int32_t`, from `uint32_t`, affecting:
      - `GetDeletedKeysOptions()`.
      - `GetPropertiesOfKeysOptions()`.
      - `GetPropertiesOfKeyVersionsOptions()`.
    - Updated `CreateRsaKeyOptions::KeySize` type from `uint64_t` to `int64_t`.
    - Updated `CreateRsaKeyOptions::PublicExponent` type from `uint64_t` to `int64_t`.
    - Updated `CreateOctKeyOptions::KeySize` type from `uint64_t` to `int64_t`.
    azure-sdk committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    797d9bf View commit details
    Browse the repository at this point in the history