Releases: Azure/azure-sdk-for-python
Releases · Azure/azure-sdk-for-python
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
isodatedependency.
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
DeploymentsandDeploymentOperationsofResourceManagementClientare moved toDeploymentsMgmtClientof 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_CREDENTIALSto allow for selection of a specific credential in theDefaultAzureCredentialchain. At runtime, only the specified credential will be used when acquiring tokens withDefaultAzureCredential. For example, settingAZURE_TOKEN_CREDENTIALS=WorkloadIdentityCredentialwill makeDefaultAzureCredentialuse onlyWorkloadIdentityCredential.- Valid values are
EnvironmentCredential,WorkloadIdentityCredential,ManagedIdentityCredential,AzureCliCredential,AzurePowershellCredential,AzureDeveloperCliCredential, andInteractiveBrowserCredential. (#41709)
- Valid values are
- Re-enabled
VisualStudioCodeCredential- Previously deprecatedVisualStudioCodeCredentialhas been re-implemented to work with the VS Code Azure Resources extension instead of the deprecated Azure Account extension. This requires theazure-identity-brokerpackage to be installed for authentication. (#41822)VisualStudioCodeCredentialis now included in theDefaultAzureCredentialtoken chain by default.
DefaultAzureCredentialnow supports authentication with the currently signed-in Windows account, provided theazure-identity-brokerpackage is installed. This auth mechanism is added at the end of theDefaultAzureCredentialcredential 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.
azure-mgmt-eventhub_12.0.0b1
12.0.0b1 (2025-07-11)
Features Added
- Model
NetworkSecurityPerimeterConfigurationadded propertytags
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.
- Model
Clusterdeleted or renamed its instance variableprovisioning_state - Model
Destinationdeleted or renamed its instance variableidentity - Model
EHNamespacedeleted or renamed its instance variablegeo_data_replication - Model
Eventhubdeleted or renamed its instance variableretention_description - Model
Eventhubdeleted or renamed its instance variablemessage_timestamp_description - Model
Eventhubdeleted or renamed its instance variableidentifier - Model
Eventhubdeleted or renamed its instance variableuser_metadata - Model
NetworkSecurityPerimeterConfigurationdeleted or renamed its instance variableis_backing_resource - Model
NetworkSecurityPerimeterConfigurationdeleted or renamed its instance variableapplicable_features - Model
NetworkSecurityPerimeterConfigurationdeleted or renamed its instance variableparent_association_name - Model
NetworkSecurityPerimeterConfigurationdeleted or renamed its instance variablesource_resource_id - Deleted or renamed enum value
SchemaType.JSON - Deleted or renamed enum value
SchemaType.PROTO_BUF - Deleted or renamed model
CaptureIdentity - Deleted or renamed model
CaptureIdentityType - Deleted or renamed model
CleanupPolicyRetentionDescription - Deleted or renamed model
ErrorDetailAutoGenerated - Deleted or renamed model
ErrorResponseAutoGenerated - Deleted or renamed model
FailOver - Deleted or renamed model
GeoDRRoleType - Deleted or renamed model
GeoDataReplicationProperties - Deleted or renamed model
MessageTimestampDescription - Deleted or renamed model
NamespaceReplicaLocation - Deleted or renamed model
ProvisioningState - Deleted or renamed model
RetentionDescription - Deleted or renamed model
TimestampType - Deleted or renamed method
NamespacesOperations.begin_failover
azure-storage-queue_12.13.0
12.13.0 (2025-07-16)
Features Added
- Stable release of features from 12.13.0b1