python release notes for the 2024-02 release (#7196)

This commit is contained in:
Azure SDK Bot 2024-02-06 16:30:31 -08:00 коммит произвёл GitHub
Родитель becb341eee
Коммит ea9a732dab
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 53 добавлений и 0 удалений

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

@ -257,4 +257,57 @@ entries:
#### Other Changes
- Duplicate cleanup
- Name: azure-ai-resources
Version: 1.0.0b6
DisplayName: AI Resources
ServiceName: AI
VersionType: Beta
Hidden: false
ChangelogUrl: https://github.com/Azure/azure-sdk-for-python/tree/azure-ai-resources_1.0.0b6/sdk/ai/azure-ai-resources/CHANGELOG.md
ChangelogContent: |-
#### Other Changes
- Bug fixes
- Name: azure-ai-generative
Version: 1.0.0b6
DisplayName: AI Generative
ServiceName: AI
VersionType: Beta
Hidden: false
ChangelogUrl: https://github.com/Azure/azure-sdk-for-python/tree/azure-ai-generative_1.0.0b6/sdk/ai/azure-ai-generative/CHANGELOG.md
ChangelogContent: |-
#### Other Changes
- Bug fixes
- Name: azure-identity
Version: 1.16.0b1
DisplayName: Identity
ServiceName: Identity
VersionType: Beta
Hidden: false
ChangelogUrl: https://github.com/Azure/azure-sdk-for-python/tree/azure-identity_1.16.0b1/sdk/identity/azure-identity/CHANGELOG.md
ChangelogContent: |-
#### Bugs Fixed
- Fixed the bug that `ClientAssertionCredential` constructor fails if kwargs are provided. ([#33673](https://github.com/Azure/azure-sdk-for-python/issues/33673))
- `ManagedIdentityCredential` is more lenient with the error message it matches when falling through to the next credential in the chain in the case that Docker Desktop returns a 403 response when attempting to access the IMDS endpoint. ([#33928](https://github.com/Azure/azure-sdk-for-python/pull/33928))
- Name: azure-monitor-opentelemetry-exporter
Version: 1.0.0b22
DisplayName: OpenTelemetry Exporter
ServiceName: Monitor
VersionType: Beta
Hidden: false
ChangelogUrl: https://github.com/Azure/azure-sdk-for-python/tree/azure-monitor-opentelemetry-exporter_1.0.0b22/sdk/monitor/azure-monitor-opentelemetry-exporter/CHANGELOG.md
ChangelogContent: |-
#### Features Added
- Add live metrics skeleton + swagger definitions
([#33983](https://github.com/Azure/azure-sdk-for-python/pull/33983))
- Only create temporary folder if local storage is enabled without storage directory.
([#34061](https://github.com/Azure/azure-sdk-for-python/pull/34061))
#### Bugs Fixed
- Update exception details messsage based on `LogRecord` body
([#34020](https://github.com/Azure/azure-sdk-for-python/pull/34020))