Releases: Azure/azure-sdk-for-python
Releases · Azure/azure-sdk-for-python
azure-mgmt-avs_9.0.0
9.0.0 (2024-09-22)
Features Added
- Client
AVSClient
added operation groupiscsi_paths
- Model
CloudLink
added propertyprovisioning_state
- Model
Cluster
added propertyvsan_datastore_name
- Model
ClusterUpdate
added propertysku
- Model
Datastore
added propertyelastic_san_volume
- Model
Endpoints
added propertynsxt_manager_ip
- Model
Endpoints
added propertyvcenter_ip
- Model
Endpoints
added propertyhcx_cloud_manager_ip
- Model
HcxEnterpriseSite
added propertyprovisioning_state
- Model
ManagementCluster
added parametervsan_datastore_name
in method__init__
- Model
Operation
added propertyaction_type
- Model
PrivateCloud
added propertyvirtual_network_id
- Model
PrivateCloud
added propertydns_zone_type
- Model
PrivateCloudUpdate
added propertysku
- Model
PrivateCloudUpdate
added propertydns_zone_type
- Model
Resource
added propertysystem_data
- Model
ScriptCmdlet
added propertyprovisioning_state
- Model
ScriptCmdlet
added propertyaudience
- Model
ScriptPackage
added propertyprovisioning_state
- Model
Sku
added propertytier
- Model
Sku
added propertysize
- Model
Sku
added propertyfamily
- Model
Sku
added propertycapacity
- Model
VirtualMachine
added propertyprovisioning_state
- Model
WorkloadNetworkGateway
added propertyprovisioning_state
- Model
WorkloadNetworkVirtualMachine
added propertyprovisioning_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 variableproperties
- Parameter
location
of modelPrivateCloud
is now required - Parameter
type
of modelPrivateCloudIdentity
is now required - Parameter
location
of modelTrackedResource
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 parameterworkload_network_name
of kindpositional_or_keyword
- Model WorkloadNetworksOperations renamed its instance variable
list_public_i_ps
tolist_public_ips
azure-template_0.1.0b4167612
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
1.0.0b2 (2024-09-23)
Features Added
- Client
MongoClusterMgmtClient
added operation groupreplicas
- Enum
CreateMode
added memberGEO_REPLICA
- Enum
CreateMode
added memberREPLICA
- Model
MongoClusterProperties
added propertyreplica_parameters
- Model
MongoClusterProperties
added propertypreview_features
- Model
MongoClusterProperties
added propertyreplica
- Model
MongoClusterProperties
added propertyinfrastructure_version
- Model
MongoClusterUpdateProperties
added propertypreview_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 methodbegin_promote
- Added model
ReplicasOperations
Breaking Changes
- Model
MongoClusterRestoreParameters
renamed its instance variablepoint_in_time_u_t_c
topoint_in_time_utc
- Model
NodeGroupSpec
renamed its instance variabledisk_size_g_b
todisk_size_gb
azure-mgmt-fabric_1.0.0b1
1.0.0b1 (2024-09-22)
Other Changes
- Initial version
azure-ai-evaluation_1.0.0b2
1.0.0b2 (2024-09-24)
Breaking Changes
data
andevaluators
are now required keywords inevaluate
.
azure-mgmt-privatedns_1.2.0
1.2.0 (2024-09-23)
Features Added
- Model
VirtualNetworkLink
added propertyresolution_policy
- Added enum
ResolutionPolicy
azure-mgmt-elasticsan_1.1.0
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
azure-identity-broker_1.2.0b1
1.2.0b1 (2024-09-20)
Features Added
InteractiveBrowserBrokerCredential
now implements theSupportsTokenInfo
protocol. It now has aget_token_info
method which returns anAccessTokenInfo
object. Theget_token_info
method is an alternative method toget_token
that improves support for more complex authentication scenarios.- Added Proof-of-Possession (PoP) token support to
InteractiveBrowserBrokerCredential
.
azure-ai-evaluation_1.0.0b1
1.0.0b1 (2024-09-20)
Breaking Changes
- The
synthetic
namespace has been renamed tosimulator
, and sub-namespaces under this module have been removed - The
evaluate
andevaluators
namespaces have been removed, and everything previously exposed in those modules has been added to the root namespaceazure.ai.evaluation
- The parameter name
project_scope
in content safety evaluators have been renamed toazure_ai_project
for consistency with evaluate API and simulators. - Model configurations classes are now of type
TypedDict
and are exposed in theazure.ai.evaluation
module instead of coming frompromptflow.core
. - Updated the parameter names for
question
andanswer
in built-in evaluators to more generic terms:query
andresponse
.
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
forAzureAIProject
that allows for better intellisense and type checking when passing in project information