Skip to content

Releases: Azure/azure-sdk-for-python

azure-mgmt-mongocluster_1.0.0b2

24 Sep 09:22
2c4f540
Compare
Choose a tag to compare
Pre-release

1.0.0b2 (2024-09-23)

Features Added

  • Client MongoClusterMgmtClient added operation group replicas
  • Enum CreateMode added member GEO_REPLICA
  • Enum CreateMode added member REPLICA
  • Model MongoClusterProperties added property replica_parameters
  • Model MongoClusterProperties added property preview_features
  • Model MongoClusterProperties added property replica
  • Model MongoClusterProperties added property infrastructure_version
  • Model MongoClusterUpdateProperties added property preview_features
  • Added model MongoClusterReplicaParameters
  • Added enum PreviewFeature
  • Added enum PromoteMode
  • Added enum PromoteOption
  • Added model PromoteReplicaRequest
  • Added model Replica
  • Added model ReplicationProperties
  • Added enum ReplicationRole
  • Added enum ReplicationState
  • Model MongoClustersOperations added method begin_promote
  • Added model ReplicasOperations

Breaking Changes

  • Model MongoClusterRestoreParameters renamed its instance variable point_in_time_u_t_c to point_in_time_utc
  • Model NodeGroupSpec renamed its instance variable disk_size_g_b to disk_size_gb

azure-mgmt-fabric_1.0.0b1

24 Sep 09:36
f7930c8
Compare
Choose a tag to compare
Pre-release

1.0.0b1 (2024-09-22)

Other Changes

  • Initial version

azure-ai-evaluation_1.0.0b2

24 Sep 22:46
584bd18
Compare
Choose a tag to compare
Pre-release

1.0.0b2 (2024-09-24)

Breaking Changes

  • data and evaluators are now required keywords in evaluate.

azure-mgmt-privatedns_1.2.0

23 Sep 06:05
bb6b8e0
Compare
Choose a tag to compare

1.2.0 (2024-09-23)

Features Added

  • Model VirtualNetworkLink added property resolution_policy
  • Added enum ResolutionPolicy

azure-mgmt-elasticsan_1.1.0

23 Sep 06:05
34a03ee
Compare
Choose a tag to compare

1.1.0 (2024-09-23)

Features Added

  • Model VolumeGroupProperties has a new parameter enforce_data_integrity_check_for_iscsi
  • Model VolumeGroupUpdateProperties has a new parameter enforce_data_integrity_check_for_iscsi

azure-monitor-opentelemetry-exporter_1.0.0b30

23 Sep 20:20
68fc715
Compare
Choose a tag to compare

1.0.0b30 (2024-09-20)

Bugs Fixed

  • Fix setting custom TracerProvider bug
    (#37469)

azure-identity-broker_1.2.0b1

20 Sep 23:54
b551e02
Compare
Choose a tag to compare
Pre-release

1.2.0b1 (2024-09-20)

Features Added

  • InteractiveBrowserBrokerCredential now implements the SupportsTokenInfo protocol. It now has a get_token_info method which returns an AccessTokenInfo object. The get_token_info method is an alternative method to get_token that improves support for more complex authentication scenarios.
  • Added Proof-of-Possession (PoP) token support to InteractiveBrowserBrokerCredential.

azure-ai-evaluation_1.0.0b1

20 Sep 21:08
a9233f4
Compare
Choose a tag to compare
Pre-release

1.0.0b1 (2024-09-20)

Breaking Changes

  • The synthetic namespace has been renamed to simulator, and sub-namespaces under this module have been removed
  • The evaluate and evaluators namespaces have been removed, and everything previously exposed in those modules has been added to the root namespace azure.ai.evaluation
  • The parameter name project_scope in content safety evaluators have been renamed to azure_ai_project for consistency with evaluate API and simulators.
  • Model configurations classes are now of type TypedDict and are exposed in the azure.ai.evaluation module instead of coming from promptflow.core.
  • Updated the parameter names for question and answer in built-in evaluators to more generic terms: query and response.

Features Added

  • First preview
  • This package is port of promptflow-evals. New features will be added only to this package moving forward.
  • Added a TypedDict for AzureAIProject that allows for better intellisense and type checking when passing in project information

azure-servicebus_7.12.3

19 Sep 22:38
5382c10
Compare
Choose a tag to compare

7.12.3 (2024-09-19)

Bugs Fixed

  • Fixed a bug where token refreshes were not happening on long running operations (35717)
  • Fixed a bug where using TokenCredential to create a subscription with forwarding caused a ResourceNotFoundError (36545)
  • Fixed a bug where messages received on one receiver could not be settled on another receiver over mgmt link (35304)
  • Addressed a bug where excess Link Credits were being allocated when large messages were being received (34270)

azure-mgmt-cosmosdb_9.6.0

19 Sep 06:41
bddc491
Compare
Choose a tag to compare

9.6.0 (2024-09-18)

Features Added

  • Model ResourceRestoreParameters added property restore_with_ttl_disabled
  • Model RestoreParameters added parameter restore_with_ttl_disabled in method __init__
  • Model RestoreParametersBase added property restore_with_ttl_disabled
  • Enum ServerVersion added member SEVEN0
  • Added model ErrorAdditionalInfo
  • Added model ErrorDetail
  • Added model ErrorResponseAutoGenerated