Releases: Azure/azure-sdk-for-python
Releases · Azure/azure-sdk-for-python
azure-mgmt-devspaces_1.0.0b3
1.0.0b3 (2023-08-22)
Other Changes
- Regular release
azure-mgmt-storage_21.1.0
21.1.0 (2023-08-18)
Features Added
- Added operation StorageAccountsOperations.begin_customer_initiated_migration
- Added operation StorageAccountsOperations.get_customer_initiated_migration
- Model BlobInventoryPolicyFilter has a new parameter creation_time
- Model GeoReplicationStats has a new parameter can_planned_failover
- Model GeoReplicationStats has a new parameter post_failover_redundancy
- Model GeoReplicationStats has a new parameter post_planned_failover_redundancy
- Model StorageAccount has a new parameter account_migration_in_progress
- Model StorageAccount has a new parameter is_sku_conversion_blocked
azure-mgmt-resourceconnector_1.0.0
1.0.0 (2023-08-18)
Features Added
- Operation AppliancesOperations.list_keys has a new optional parameter artifact_type
azure-mgmt-redhatopenshift_1.3.0
1.3.0 (2023-08-18)
Features Added
- Model NetworkProfile has a new parameter outbound_type
azure-mgmt-networkcloud_1.0.0
1.0.0 (2023-08-18)
Breaking Changes
- Removed operation BareMetalMachinesOperations.begin_validate_hardware
- Removed operation StorageAppliancesOperations.begin_run_read_commands
- Removed operation VirtualMachinesOperations.begin_attach_volume
- Removed operation VirtualMachinesOperations.begin_detach_volume
azure-mgmt-maintenance_2.1.0
2.1.0 (2023-08-18)
Features Added
- Added operation ConfigurationAssignmentsOperations.get
- Added operation ConfigurationAssignmentsOperations.get_parent
- Added operation group ConfigurationAssignmentsForResourceGroupOperations
- Added operation group ConfigurationAssignmentsForSubscriptionsOperations
- Added operation group ConfigurationAssignmentsWithinSubscriptionOperations
- Model ConfigurationAssignment has a new parameter filter
- Model MaintenanceConfiguration has a new parameter install_patches
azure-mgmt-containerservice_26.0.0
26.0.0 (2023-08-18)
Features Added
- Model IstioServiceMesh has a new parameter certificate_authority
- Model IstioServiceMesh has a new parameter revisions
- Model ManagedCluster has a new parameter upgrade_settings
- Model UpgradeOverrideSettings has a new parameter force_upgrade
Breaking Changes
- Model UpgradeOverrideSettings no longer has parameter control_plane_overrides
azure-mgmt-chaos_1.0.0b7
1.0.0b7 (2023-08-18)
Features Added
- Added operation ExperimentsOperations.update
- Model CapabilityType has a new parameter azure_rbac_actions
- Model CapabilityType has a new parameter azure_rbac_data_actions
- Model ResourceIdentity has a new parameter user_assigned_identities
- Model Selector has a new parameter additional_properties
Breaking Changes
- Model Selector no longer has parameter targets
azure-monitor-query_1.3.0b1
1.3.0b1 (2023-08-16)
Features Added
- Added
MetricsBatchQueryClient
to support batch querying metrics from Azure resources. (#31049)
azure-communication-callautomation_1.1.0b1
1.1.0b1 (2023-08-17)
Features Added
- Play and recognize supports TTS and SSML source prompts.
- Recognize supports choices and freeform speech.
- Start/Stop continuous DTMF recognition by subscribing/unsubscribing to tones.
- Send DTMF tones to a participant in the call.
- Mute participant in the call.
Other Changes
- The models
ServerCallLocator
andGroupCallLocator
have been deprecated, and the ID values can now be passed directly intoCallAutomationClient.start_recording
as keyword arguments. - The model
CallInvite
has been deprecated and now the targetCommunicationIdentifier
and associated properties can be passed directly intocreate_call
,redirect_call
andadd_participant
. - The method
CallAutomationClient.create_group_call
has been deprecated, this can now be achieved by passing a list ofCommunicationIdentifier
s intocreate_call
. - The method
CallConnectionClient.play_media_to_all
has been deprecated, this can now be achieved as the default behaviour ofplay_media
.