Skip to content

Releases: Azure/azure-sdk-for-python

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.

azure-mgmt-eventhub_12.0.0b1

16 Jul 03:04
3f6b6be
Compare
Choose a tag to compare
Pre-release

12.0.0b1 (2025-07-11)

Features Added

  • Model NetworkSecurityPerimeterConfiguration added property tags

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 Cluster deleted or renamed its instance variable provisioning_state
  • Model Destination deleted or renamed its instance variable identity
  • Model EHNamespace deleted or renamed its instance variable geo_data_replication
  • Model Eventhub deleted or renamed its instance variable retention_description
  • Model Eventhub deleted or renamed its instance variable message_timestamp_description
  • Model Eventhub deleted or renamed its instance variable identifier
  • Model Eventhub deleted or renamed its instance variable user_metadata
  • Model NetworkSecurityPerimeterConfiguration deleted or renamed its instance variable is_backing_resource
  • Model NetworkSecurityPerimeterConfiguration deleted or renamed its instance variable applicable_features
  • Model NetworkSecurityPerimeterConfiguration deleted or renamed its instance variable parent_association_name
  • Model NetworkSecurityPerimeterConfiguration deleted or renamed its instance variable source_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

16 Jul 22:35
Compare
Choose a tag to compare

12.13.0 (2025-07-16)

Features Added

  • Stable release of features from 12.13.0b1