cpp release notes for the 2024-09 release (#8001)

This commit is contained in:
Azure SDK Bot 2024-09-18 16:12:42 -07:00 коммит произвёл GitHub
Родитель 176263d217
Коммит f84fdc3f7f
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 17 добавлений и 0 удалений

Просмотреть файл

@ -28,4 +28,21 @@ entries:
#### Bugs Fixed
- Updated vendored copy of uAMQP to reflect upstream changes.
- Name: azure-identity
Version: 1.10.0-beta.1
DisplayName: Identity
ServiceName: Identity
VersionType: Beta
Hidden: false
ChangelogUrl: https://github.com/Azure/azure-sdk-for-cpp/tree/azure-identity_1.10.0-beta.1/sdk/identity/azure-identity/CHANGELOG.md
ChangelogContent: |-
#### Features Added
- Added support for providing an object ID to `ManagedIdentityCredential`.
- Added support for passing in the x509 certificate and its corresponding private key directly to `ClientCertificateCredential`, rather than reading from a pem file.
- Added support for sending an x5c parameter in `ClientCertificateCredential`.
#### Breaking Changes
- Previously, if a clientId was specified for Cloud Shell managed identity, which is not supported, the clientId was passed into the request body. Now, an exception will be thrown if a clientId is specified for Cloud Shell managed identity.