Releases: Azure/azure-sdk-for-net
Releases · Azure/azure-sdk-for-net
Azure.ResourceManager.Compute_1.7.0-beta.1
1.7.0-beta.1 (2024-10-15)
Features Added
- Exposed
JsonModelWriteCorefor model serialization procedure.
Azure.Security.KeyVault.Secrets_4.7.0
4.7.0 (2024-10-14)
Features Added
- Support for Continuous Access Evaluation (CAE).
Azure.Security.KeyVault.Keys_4.7.0
4.7.0 (2024-10-14)
Features Added
- Support for Continuous Access Evaluation (CAE).
Azure.Security.KeyVault.Certificates_4.7.0
4.7.0 (2024-10-14)
Features Added
- Support for Continuous Access Evaluation (CAE).
Azure.Security.KeyVault.Administration_4.5.0
4.5.0 (2024-10-14)
Features Added
- Support for Continuous Access Evaluation (CAE).
Azure.Identity_1.13.0
1.13.0 (2024-10-14)
Features Added
ManagedIdentityCredentialnow supports specifying a user-assigned managed identity by object ID.
Bugs Fixed
- If
DefaultAzureCredentialattempts to authenticate with theMangagedIdentityCredentialand it receives either a failed response that is not json, it will now fall through to the next credential in the chain. #45184 - Fixed the request sent in
AzurePipelinesCredentialso it doesn't result in a redirect response when an invalid system access token is provided. - Updated to version 4.65.0 of Microsoft.Identity.Client to address a bug preventing the use of alternate authority types such as dStS (4927) .
Other Changes
- The logging level passed to MSAL now correlates to the log level configured on your configured
AzureEventSourceListener. Previously, the log level was always set toMicrosoft.Identity.Client.LogLevel.Info. AzurePowerShellCredentialnow utilizes the AsSecureString parameter to Get-AzAccessToken for version 2.17.0 and greater of the Az.Accounts module.- Improved error logging for
AzurePipelinesCredential.
Azure.Storage.DataMovement_12.0.0-beta.6
12.0.0-beta.6 (2024-10-14)
Features Added
- Added support to disable checkpointing via
TransferCheckpointStoreOptions.Disabled.
Breaking Changes
- Removed the constructor for
TransferCheckpointStoreOptionsand replaced with a static builder methodLocal. - Changed
TransferCheckpointStoreOptions.CheckpointerPathto internal.
Other Changes
- Upgraded
System.Text.Jsonpackage dependency to 6.0.10 for security fix.
Azure.Storage.DataMovement.Files.Shares_12.0.0-beta.3
12.0.0-beta.3 (2024-10-14)
Breaking Changes
- Changed
FromDirectory(string directoryUri, ShareFileStorageResourceOptions options = default)toFromDirectory(Uri directoryUri, ShareFileStorageResourceOptions options = default) - Changed
FromFile(string fileUri, ShareFileStorageResourceOptions options = default)toFromFile(Uri fileUri, ShareFileStorageResourceOptions options = default)
Bugs Fixed
- Fixed bug where copying a Azure Storage Blob to a Share File would not be able to convert Content Language and Content Encoding to the
string[]type. - Fixed bug where LastWrittenOn property was not being preserved when copying a Share File to another Share File.
Other Changes
- Upgraded
System.Text.Jsonpackage dependency to 6.0.10 for security fix.
Azure.Storage.DataMovement.Blobs_12.0.0-beta.6
12.0.0-beta.6 (2024-10-14)
Breaking Changes
- Changed
FromContainer(string containerUri, BlobStorageResourceContainerOptions options = default)toFromContainer(Uri containerUri, BlobStorageResourceContainerOptions options = default) - Changed
FromBlob(string blobUri, BlobStorageResourceOptions options = default)toFromBlob(Uri blobUri, BlobStorageResourceOptions options = default)
Bugs Fixed
- Fixed bug where using OAuth would not preserve source properties to destination properties.
Other Changes
- Upgraded
System.Text.Jsonpackage dependency to 6.0.10 for security fix.
Azure.ResourceManager.WebPubSub_1.2.0-beta.2
1.2.0-beta.2 (2024-10-14)
Features Added
- Exposed
JsonModelWriteCorefor model serialization procedure.