Releases: Azure/azure-sdk-for-python
Releases · Azure/azure-sdk-for-python
azure-mgmt-kubernetesconfiguration-fluxconfigurations_1.0.0b1
1.0.0b1 (2025-05-19)
Other Changes
- Initial version
azure-mgmt-kubernetesconfiguration-extensiontypes_1.0.0b1
1.0.0b1 (2025-05-19)
Other Changes
- Initial version
azure-mgmt-kubernetesconfiguration-extensions_1.0.0b1
1.0.0b1 (2025-05-19)
Other Changes
- Initial version
azure-mgmt-storage_23.0.0
23.0.0 (2025-05-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-resource_23.4.0
23.4.0 (2025-05-19)
Features Added
- Model DeploymentProperties has a new parameter extension_configs
- Model DeploymentPropertiesExtended has a new parameter extensions
- Model DeploymentWhatIfProperties has a new parameter extension_configs
- Model ResourceReference has a new parameter api_version
- Model ResourceReference has a new parameter extension
- Model ResourceReference has a new parameter identifiers
- Model ResourceReference has a new parameter resource_type
- Model TargetResource has a new parameter api_version
- Model TargetResource has a new parameter extension
- Model TargetResource has a new parameter identifiers
- Model TargetResource has a new parameter symbolic_name
azure-communication-phonenumbers_1.3.0b1
1.3.0b1 (2025-05-21)
Features Added
- Adds support for the Browse Available Phone Numbers and Reservations APIs.
- This adds an alternate way to search and purchase phone numbers that allows customers to select which phone numbers they want to reserve and purchase.
- Adds support for automated purchases of phone numbers from countries requiring a Do Not Resell agreement.
- For more information, refer to: https://learn.microsoft.com/azure/communication-services/concepts/numbers/sub-eligibility-number-capability
- API version
2025-04-01
is the default.
azure-ai-agents_1.1.0b1
1.1.0b1 (2025-05-20)
Features Added
- API version is changed to 2025-05-15-preview.
- Add FabricTool, SharepointTool, and BingCustomSearchTool classes along with samples.
Bugs Fixed
- Adding instrumentation for create_thread_and_run
azure-mgmt-netapp_14.0.0b1
14.0.0b1 (2025-05-20)
Features Added
- Client
NetAppManagementClient
added operation groupnet_app_resource_quota_limits_account
- Client
NetAppManagementClient
added operation groupbuckets
- Model
CapacityPool
added propertycustom_throughput_mibps
- Model
CapacityPoolPatch
added propertycustom_throughput_mibps
- Model
NetAppAccount
added propertyldap_configuration
- Model
NetAppAccountPatch
added propertyldap_configuration
- Model
ReplicationObject
added propertyexternal_replication_setup_status
- Model
ReplicationObject
added propertyexternal_replication_setup_info
- Enum
ServiceLevel
added memberFLEXIBLE
- Model
Volume
added propertyaccept_grow_capacity_pool_for_short_term_clone_split
- Model
Volume
added propertyldap_server_type
- Model
Volume
added propertyinherited_size_in_bytes
- Model
Volume
added propertylanguage
- Model
VolumeGroupVolumeProperties
added propertyaccept_grow_capacity_pool_for_short_term_clone_split
- Model
VolumeGroupVolumeProperties
added propertyldap_server_type
- Model
VolumeGroupVolumeProperties
added propertyinherited_size_in_bytes
- Model
VolumeGroupVolumeProperties
added propertylanguage
- Added enum
AcceptGrowCapacityPoolForShortTermCloneSplit
- Added model
Bucket
- Added model
BucketCredentialsExpiry
- Added model
BucketGenerateCredentials
- Added model
BucketList
- Added model
BucketPatch
- Added model
BucketServerPatchProperties
- Added model
BucketServerProperties
- Added model
CifsUser
- Added enum
CredentialsStatus
- Added enum
ExternalReplicationSetupStatus
- Added model
FileSystemUser
- Added model
LdapConfiguration
- Added enum
LdapServerType
- Added model
ListQuotaReportResponse
- Added enum
NetappProvisioningState
- Added model
NfsUser
- Added model
QuotaItem
- Added model
QuotaItemList
- Added model
QuotaReport
- Added enum
VolumeLanguage
- Model
VolumesOperations
added methodbegin_list_quota_report
- Model
VolumesOperations
added methodbegin_split_clone_from_parent
- Added operation group
BucketsOperations
- Added operation group
NetAppResourceQuotaLimitsAccountOperations
Breaking Changes
- Deleted or renamed model
SubscriptionQuotaItem
- Deleted or renamed model
SubscriptionQuotaItemList
azure-mgmt-containerservice_36.0.0
36.0.0 (2025-05-15)
Features Added
- Added operation group NamespacesOperations
- Model AgentPoolUpgradeSettings has a new parameter max_unavailable
- Model AgentPoolUpgradeSettings has a new parameter undrainable_node_behavior
- Model AutoScaleProfile has a new parameter size
- Model ManagedClusterAPIServerAccessProfile has a new parameter enable_vnet_integration
- Model ManagedClusterAPIServerAccessProfile has a new parameter subnet_id
- Model ManualScaleProfile has a new parameter size
Breaking Changes
- Model AutoScaleProfile no longer has parameter os_disk_size_gb
- Model AutoScaleProfile no longer has parameter os_disk_type
- Model AutoScaleProfile no longer has parameter sizes
- Model ManagedCluster no longer has parameter enable_pod_security_policy
- Model ManualScaleProfile no longer has parameter os_disk_size_gb
- Model ManualScaleProfile no longer has parameter os_disk_type
- Model ManualScaleProfile no longer has parameter sizes
azure-health-deidentification_1.0.0
1.0.0 (2025-05-19)
Features Added
- Introduced
DeidentificationCustomizationOptions
andDeidentificationJobCustomizationOptions
models.- Added
surrogate_locale
field in these models. - Moved
redaction_format
field into these models.
- Added
- Introduced
overwrite
property inTargetStorageLocation
model, which allows a job to overwrite existing documents in the storage location.
Breaking Changes
- Changed method names in
DeidentificationClient
to match functionality:- Changed the
deidentify
method name todeidentify_text
. - Changed the
begin_create_job
method name tobegin_deidentify_documents
.
- Changed the
- Renamed the property
DeidentificationContent.operation
tooperation_type
. - Deprecated
DocumentDataType
. - Changed the model
DeidentificationDocumentDetails
:- Renamed
input
toinput_location
. - Renamed
output
tooutput_location
.
- Renamed
- Changed the model
DeidentificationJob
- Renamed
name
tojob_name
. - Renamed
operation
tooperation_type
.
- Renamed
- Renamed the model
OperationState
toOperationStatus
. - Changed
path
field tolocation
inSourceStorageLocation
andTargetStorageLocation
. - Changed
outputPrefix
behavior to no longer includejob_name
by default. - Deprecated
path
andlocation
fromTaggerResult
model.