Skip to content

Releases: Azure/azure-sdk-for-python

azure-monitor-ingestion_1.1.0

18 Jul 23:25
d60206d
Compare
Choose a tag to compare

1.1.0 (2025-07-18)

Bugs Fixed

  • Fixed an issue where the package version in operation user agent strings was always set to "unknown" instead of the actual package version. (#39866)

Other Changes

  • Python 3.9 is now the minimum supported version for this package.

azure-mgmt-dellstorage_1.0.0b1

18 Jul 07:50
a209e4a
Compare
Choose a tag to compare
Pre-release

1.0.0b1 (2025-05-07)

Other Changes

  • Initial version

azure-monitor-opentelemetry_1.6.11

18 Jul 13:38
6291070
Compare
Choose a tag to compare

1.6.11 (2025-07-17)

Features Added

  • Add configuring of logging format and logger name via environment variables
    (#42035)

azure-digitaltwins-core_1.3.0

18 Jul 00:43
e81b4c3
Compare
Choose a tag to compare

1.3.0 (2025-07-16)

Other Changes

  • Migrated from AutoRest v2 to AutoRest v3 for code generation, improving code quality and maintainability.
  • Updated service API version to use API version 2023-10-31 by default.
  • Updated internal implementation while maintaining API compatibility.
  • Improved type annotations throughout the library.
  • Added isodate dependency.

azure-monitor-opentelemetry-exporter_1.0.0b40

17 Jul 21:49
e81b4c3
Compare
Choose a tag to compare

1.0.0b40 (2025-07-17)

Features Added

  • Detect synthetically created telemetry based on the user-agent header
    (#41733)
  • Added customer-facing statsbeat preview.
    (#41669)
  • Customer Facing Statsbeat: Added logic for dropped item count
    (#41950)
  • Customer Facing Statsbeat: Added logic for retry item count
    (#41971)

azure-mgmt-resource_25.0.0b1

17 Jul 09:39
e7074f1
Compare
Choose a tag to compare
Pre-release

25.0.0b1 (2025-07-16)

Breaking Changes

  • This package now only targets the latest Api-Version available on Azure and removes APIs of other Api-Version. After this change, the package can have much smaller size. If your application requires a specific and non-latest Api-Version, it's recommended to pin this package to the previous released version; If your application always only use latest Api-Version, please ignore this change.
  • Operation Group Deployments and DeploymentOperations of ResourceManagementClient are moved to DeploymentsMgmtClient of independent package azure-mgmt-resource-deployments. If you called ResourceManagementClient(...).deployments.xx(...) before, just need change to DeploymentsMgmtClient(...).deployments.xx(...). And same for DeploymentOperations.

azure-identity_1.24.0b1

18 Jul 00:12
5fc1f5a
Compare
Choose a tag to compare
Pre-release

1.24.0b1 (2025-07-17)

Features Added

  • Expanded the set of acceptable values for environment variable AZURE_TOKEN_CREDENTIALS to allow for selection of a specific credential in the DefaultAzureCredential chain. At runtime, only the specified credential will be used when acquiring tokens with DefaultAzureCredential. For example, setting AZURE_TOKEN_CREDENTIALS=WorkloadIdentityCredential will make DefaultAzureCredential use only WorkloadIdentityCredential.
    • Valid values are EnvironmentCredential, WorkloadIdentityCredential, ManagedIdentityCredential, AzureCliCredential, AzurePowershellCredential, AzureDeveloperCliCredential, and InteractiveBrowserCredential. (#41709)
  • Re-enabled VisualStudioCodeCredential - Previously deprecated VisualStudioCodeCredential has been re-implemented to work with the VS Code Azure Resources extension instead of the deprecated Azure Account extension. This requires the azure-identity-broker package to be installed for authentication. (#41822)
    • VisualStudioCodeCredential is now included in the DefaultAzureCredential token chain by default.
  • DefaultAzureCredential now supports authentication with the currently signed-in Windows account, provided the azure-identity-broker package is installed. This auth mechanism is added at the end of the DefaultAzureCredential credential chain. (#40335)

azure-identity-broker_1.3.0b2

18 Jul 00:11
5fc1f5a
Compare
Choose a tag to compare
Pre-release

1.3.0b2 (2025-07-17)

Features Added

  • Added broker support for Linux and WSL.

Other Changes

  • Python 3.8 is no longer supported. Please use Python version 3.9 or later.

azure-template_0.1.0b5097091

16 Jul 23:53
Compare
Choose a tag to compare
Pre-release

0.1.0b5097091 (2025-07-16)

Features Added

  • Some feature

Breaking Changes

  • Some breaking change

Bugs Fixed

  • Some bug fix

Other Changes

  • Some other change

azure-mgmt-servicebus_10.0.0b1

16 Jul 02:43
3f6b6be
Compare
Choose a tag to compare
Pre-release

10.0.0b1 (2025-07-15)

Breaking Changes

  • This package now only targets the latest Api-Version available on Azure and removes APIs of other Api-Version. After this change, the package can have much smaller size. If your application requires a specific and non-latest Api-Version, it's recommended to pin this package to the previous released version; If your application always only use latest Api-Version, please ignore this change.