Releases: Azure/azure-sdk-for-python
Releases · Azure/azure-sdk-for-python
azure-monitor-ingestion_1.1.0
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
1.0.0b1 (2025-05-07)
Other Changes
- Initial version
azure-monitor-opentelemetry_1.6.11
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
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
1.0.0b40 (2025-07-17)
Features Added
azure-mgmt-resource_25.0.0b1
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
andDeploymentOperations
ofResourceManagementClient
are moved toDeploymentsMgmtClient
of independent packageazure-mgmt-resource-deployments
. If you calledResourceManagementClient(...).deployments.xx(...)
before, just need change toDeploymentsMgmtClient(...).deployments.xx(...)
. And same forDeploymentOperations
.
azure-identity_1.24.0b1
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 theDefaultAzureCredential
chain. At runtime, only the specified credential will be used when acquiring tokens withDefaultAzureCredential
. For example, settingAZURE_TOKEN_CREDENTIALS=WorkloadIdentityCredential
will makeDefaultAzureCredential
use onlyWorkloadIdentityCredential
.- Valid values are
EnvironmentCredential
,WorkloadIdentityCredential
,ManagedIdentityCredential
,AzureCliCredential
,AzurePowershellCredential
,AzureDeveloperCliCredential
, andInteractiveBrowserCredential
. (#41709)
- Valid values are
- Re-enabled
VisualStudioCodeCredential
- Previously deprecatedVisualStudioCodeCredential
has been re-implemented to work with the VS Code Azure Resources extension instead of the deprecated Azure Account extension. This requires theazure-identity-broker
package to be installed for authentication. (#41822)VisualStudioCodeCredential
is now included in theDefaultAzureCredential
token chain by default.
DefaultAzureCredential
now supports authentication with the currently signed-in Windows account, provided theazure-identity-broker
package is installed. This auth mechanism is added at the end of theDefaultAzureCredential
credential chain. (#40335)
azure-identity-broker_1.3.0b2
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
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
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.