Skip to content

Releases: Azure/azure-sdk-for-python

azure-mgmt-avs_9.0.0

24 Sep 09:52
18677f1
Compare
Choose a tag to compare

9.0.0 (2024-09-22)

Features Added

  • Client AVSClient added operation group iscsi_paths
  • Model CloudLink added property provisioning_state
  • Model Cluster added property vsan_datastore_name
  • Model ClusterUpdate added property sku
  • Model Datastore added property elastic_san_volume
  • Model Endpoints added property nsxt_manager_ip
  • Model Endpoints added property vcenter_ip
  • Model Endpoints added property hcx_cloud_manager_ip
  • Model HcxEnterpriseSite added property provisioning_state
  • Model ManagementCluster added parameter vsan_datastore_name in method __init__
  • Model Operation added property action_type
  • Model PrivateCloud added property virtual_network_id
  • Model PrivateCloud added property dns_zone_type
  • Model PrivateCloudUpdate added property sku
  • Model PrivateCloudUpdate added property dns_zone_type
  • Model Resource added property system_data
  • Model ScriptCmdlet added property provisioning_state
  • Model ScriptCmdlet added property audience
  • Model ScriptPackage added property provisioning_state
  • Model Sku added property tier
  • Model Sku added property size
  • Model Sku added property family
  • Model Sku added property capacity
  • Model VirtualMachine added property provisioning_state
  • Model WorkloadNetworkGateway added property provisioning_state
  • Model WorkloadNetworkVirtualMachine added property provisioning_state
  • Added enum ActionType
  • Added enum CloudLinkProvisioningState
  • Added enum CreatedByType
  • Added enum DnsZoneType
  • Added model ElasticSanVolume
  • Added enum HcxEnterpriseSiteProvisioningState
  • Added model IscsiPath
  • Added model IscsiPathListResult
  • Added enum IscsiPathProvisioningState
  • Added model OperationListResult
  • Added enum Origin
  • Added enum ScriptCmdletAudience
  • Added enum ScriptCmdletProvisioningState
  • Added enum ScriptPackageProvisioningState
  • Added enum SkuTier
  • Added model SystemData
  • Added enum VirtualMachineProvisioningState
  • Added enum WorkloadNetworkProvisioningState
  • Added model IscsiPathsOperations

Breaking Changes

  • Model Operation deleted or renamed its instance variable properties
  • Parameter location of model PrivateCloud is now required
  • Parameter type of model PrivateCloudIdentity is now required
  • Parameter location of model TrackedResource is now required
  • Deleted or renamed model ClusterProperties
  • Deleted or renamed model CommonClusterProperties
  • Deleted or renamed model LogSpecification
  • Deleted or renamed model MetricDimension
  • Deleted or renamed model MetricSpecification
  • Deleted or renamed model OperationList
  • Deleted or renamed model OperationProperties
  • Deleted or renamed model PrivateCloudProperties
  • Deleted or renamed model PrivateCloudUpdateProperties
  • Deleted or renamed model ServiceSpecification
  • Deleted or renamed model WorkloadNetworkName
  • Method WorkloadNetworksOperations.get deleted or renamed its parameter workload_network_name of kind positional_or_keyword
  • Model WorkloadNetworksOperations renamed its instance variable list_public_i_ps to list_public_ips

azure-template_0.1.0b4167612

25 Sep 16:24
Compare
Choose a tag to compare
Pre-release

0.1.0b4167612 (2024-09-24)

Features Added

  • Some feature

Breaking Changes

  • Some breaking change

Bugs Fixed

  • Some bug fix

Other Changes

  • Some other change

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