Releases: Azure/azure-sdk-for-net
Releases · Azure/azure-sdk-for-net
Azure.ResourceManager.CosmosDB_1.4.0-beta.10
1.4.0-beta.10 (2024-06-25)
Features Added
- Upgraded api-version tag from 'package-preview-2024-02' to 'package-preview-2024-05'. Tag detail available at https://github.com/Azure/azure-rest-api-specs/blob/86b70ce378f0005c26b58ba0bcf96907bfa3a966/specification/cosmos-db/resource-manager/readme.md
Other Changes
- Upgraded Azure.Core from 1.39.0 to 1.40.0
Azure.ResourceManager.Network_1.8.0
1.8.0 (2024-06-24)
Features Added
- Upgraded api-version tag from 'package-2023-09' to 'package-2023-11'. Tag detail available at https://github.com/Azure/azure-rest-api-specs/blob/c4e661cdf92c8f579574008d0cd11874cc303da0/specification/network/resource-manager/readme.md
- Add
ArmOperation.Rehydrate
andArmOperation.Rehydrate<T>
static methods to rehydrate a long-running operation. - Update .Net SDK to older SDK by removing identity field for flowLog networkWatcher resource.
Azure.Messaging.EventGrid.SystemEvents_1.0.0-beta.1
1.0.0-beta.1 (2024-06-19)
Features Added
- Initial beta release of Azure.Messaging.EventGrid.SystemEvents.
Azure.ResourceManager.DataProtectionBackup_1.5.0
1.5.0 (2024-06-17)
Features Added
- Enable the new model serialization by using the System.ClientModel, refer this document for more details.
- Upgraded api-version tag from 'package-2023-11' to 'package-2024-04'. Tag detail available at https://github.com/Azure/azure-rest-api-specs/blob/a6ba164815464151a4adb687ea12a7a7090ed7fe/specification/dataprotection/resource-manager/readme.md
Other Changes
- Upgraded Azure.Core from 1.36.0 to 1.40.0
- Upgraded Azure.ResourceManager from 1.9.0 to 1.12.0
- Obsoleted method 'ArmOperation Delete(WaitUntil waitUntil, CancellationToken cancellationToken)' in type Azure.ResourceManager.DataProtectionBackup.DataProtectionBackupInstanceResource
Azure.ResourceManager.ContainerService_1.2.2
Azure.Identity_1.12.0
1.12.0 (2024-06-17)
Features Added
- Added
AzurePipelinesCredential
for authenticating with Azure Pipelines service connections. OnBehalfOfCredential
now supports client assertion callbacks for acquiring tokens on behalf of a user.- All credentials now support setting RefreshOn value if received from MSAL.
- ManagedIdentityCredential sets RefreshOn value of half the token lifetime for AccessTokens with an ExpiresOn value greater than 2 hours in the future.
ClientAssertionCredentialOptions
now supportsTokenCachePersistenceOptions
for configuring token cache persistence.
Azure.AI.OpenAI_2.0.0-beta.2
2.0.0-beta.2 (2024-06-14)
Features Added
- Per changes to the OpenAI .NET client library, most convenience methods now provide the direct ability to provide optional
CancellationTokens
, removing the need to use protocol methods
Breaking Changes
- In support of
CancellationToken
s in methods, an overriden method signature for streaming chat completions was changed and a new minimum version dependency of 2.0.0-beta.5 is established for the OpenAI dependency. These styles of breaks will be extraordinarily rare.
Bugs Fixed
- See breaking changes: when streaming chat completions, an error of "Unrecognized request argument supplied: stream_options" is introduced when using Azure.AI.OpenAI 2.0.0-beta.1 with OpenAI 2.0.0-beta.5+. This is fixed with the new version.
Azure.AI.Vision.ImageAnalysis_1.0.0-beta.3
1.0.0-beta.3 (2024-06-15)
Features Added
Add TokenCredential support and associated test case.
Microsoft.Extensions.Azure_1.7.4
1.7.4 (2024-06-13)
Other Changes
- Updated dependency
Azure.Identity
to version1.11.4
.
Microsoft.Azure.WebJobs.Extensions.Tables_1.3.2
1.3.2 (2024-06-13)
Other Changes
- To mitigate a vulnerability, updating the transitive dependency for
Azure.Identity
to v1.11.4 via version bump toMicrosoft.Extensions.Azure
.