Skip to content

Releases: Azure/azure-sdk-for-net

Azure.ResourceManager.Compute_1.7.0-beta.1

15 Oct 08:55
75f579a

Choose a tag to compare

1.7.0-beta.1 (2024-10-15)

Features Added

  • Exposed JsonModelWriteCore for model serialization procedure.

Azure.Security.KeyVault.Secrets_4.7.0

15 Oct 20:38
48f989c

Choose a tag to compare

4.7.0 (2024-10-14)

Features Added

  • Support for Continuous Access Evaluation (CAE).

Azure.Security.KeyVault.Keys_4.7.0

15 Oct 20:39
48f989c

Choose a tag to compare

4.7.0 (2024-10-14)

Features Added

  • Support for Continuous Access Evaluation (CAE).

Azure.Security.KeyVault.Certificates_4.7.0

15 Oct 20:39
48f989c

Choose a tag to compare

4.7.0 (2024-10-14)

Features Added

  • Support for Continuous Access Evaluation (CAE).

Azure.Security.KeyVault.Administration_4.5.0

15 Oct 20:40
48f989c

Choose a tag to compare

4.5.0 (2024-10-14)

Features Added

  • Support for Continuous Access Evaluation (CAE).

Azure.Identity_1.13.0

15 Oct 00:26
f754c0b

Choose a tag to compare

1.13.0 (2024-10-14)

Features Added

  • ManagedIdentityCredential now supports specifying a user-assigned managed identity by object ID.

Bugs Fixed

  • If DefaultAzureCredential attempts to authenticate with the MangagedIdentityCredential and 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 AzurePipelinesCredential so 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 to Microsoft.Identity.Client.LogLevel.Info.
  • AzurePowerShellCredential now 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

14 Oct 21:47
59c2c7a

Choose a tag to compare

12.0.0-beta.6 (2024-10-14)

Features Added

  • Added support to disable checkpointing via TransferCheckpointStoreOptions.Disabled.

Breaking Changes

  • Removed the constructor for TransferCheckpointStoreOptions and replaced with a static builder method Local.
  • Changed TransferCheckpointStoreOptions.CheckpointerPath to internal.

Other Changes

  • Upgraded System.Text.Json package dependency to 6.0.10 for security fix.

Azure.Storage.DataMovement.Files.Shares_12.0.0-beta.3

14 Oct 21:57
59c2c7a

Choose a tag to compare

12.0.0-beta.3 (2024-10-14)

Breaking Changes

  • Changed FromDirectory(string directoryUri, ShareFileStorageResourceOptions options = default) to FromDirectory(Uri directoryUri, ShareFileStorageResourceOptions options = default)
  • Changed FromFile(string fileUri, ShareFileStorageResourceOptions options = default) to FromFile(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.Json package dependency to 6.0.10 for security fix.

Azure.Storage.DataMovement.Blobs_12.0.0-beta.6

14 Oct 21:57
59c2c7a

Choose a tag to compare

12.0.0-beta.6 (2024-10-14)

Breaking Changes

  • Changed FromContainer(string containerUri, BlobStorageResourceContainerOptions options = default) to FromContainer(Uri containerUri, BlobStorageResourceContainerOptions options = default)
  • Changed FromBlob(string blobUri, BlobStorageResourceOptions options = default) to FromBlob(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.Json package dependency to 6.0.10 for security fix.

Azure.ResourceManager.WebPubSub_1.2.0-beta.2

14 Oct 06:35
a0d8034

Choose a tag to compare

1.2.0-beta.2 (2024-10-14)

Features Added

  • Exposed JsonModelWriteCore for model serialization procedure.