Releases: Azure/azure-sdk-for-python
Releases · Azure/azure-sdk-for-python
azure-mgmt-deviceupdate_1.1.0
1.1.0 (2023-12-18)
Features Added
- Model Account has a new parameter encryption
azure-mgmt-dataprotection_1.3.0
1.3.0 (2023-12-18)
Features Added
- Added operation BackupInstancesOperations.begin_trigger_cross_region_restore
- Added operation BackupInstancesOperations.begin_validate_cross_region_restore
- Added operation group FetchCrossRegionRestoreJobOperations
- Added operation group FetchCrossRegionRestoreJobsOperations
- Added operation group FetchSecondaryRecoveryPointsOperations
- Model AzureBackupDiscreteRecoveryPoint has a new parameter recovery_point_state
- Model BackupVault has a new parameter replicated_regions
- Model JobExtendedInfo has a new parameter warning_details
azure-mgmt-compute_30.4.0
30.4.0 (2023-12-18)
Features Added
- Added operation DedicatedHostsOperations.begin_redeploy
- Added operation VirtualMachineScaleSetVMsOperations.begin_approve_rolling_upgrade
- Added operation VirtualMachineScaleSetVMsOperations.begin_attach_detach_data_disks
- Added operation VirtualMachineScaleSetsOperations.begin_approve_rolling_upgrade
- Added operation VirtualMachinesOperations.begin_attach_detach_data_disks
- Model AutomaticOSUpgradePolicy has a new parameter os_rolling_upgrade_deferral
- Model CapacityReservationGroup has a new parameter sharing_profile
- Model CapacityReservationGroupInstanceView has a new parameter shared_subscription_ids
- Model CapacityReservationGroupUpdate has a new parameter sharing_profile
- Model CommunityGallery has a new parameter artifact_tags
- Model CommunityGallery has a new parameter community_metadata
- Model CommunityGallery has a new parameter disclaimer
- Model CommunityGalleryImage has a new parameter artifact_tags
- Model CommunityGalleryImage has a new parameter disclaimer
- Model CommunityGalleryImageVersion has a new parameter artifact_tags
- Model CommunityGalleryImageVersion has a new parameter disclaimer
- Model GalleryImageVersion has a new parameter security_profile
- Model GalleryImageVersionUpdate has a new parameter security_profile
- Model RestorePointSourceVMStorageProfile has a new parameter disk_controller_type
- Model SecurityProfile has a new parameter encryption_identity
- Model SecurityProfile has a new parameter proxy_agent_settings
- Model SharedGallery has a new parameter artifact_tags
- Model SharedGalleryImage has a new parameter artifact_tags
- Model SharedGalleryImageVersion has a new parameter artifact_tags
- Model VirtualMachine has a new parameter etag
- Model VirtualMachine has a new parameter managed_by
- Model VirtualMachineInstanceView has a new parameter is_vm_in_standby_pool
- Model VirtualMachineScaleSet has a new parameter etag
- Model VirtualMachineScaleSet has a new parameter resiliency_policy
- Model VirtualMachineScaleSetUpdate has a new parameter resiliency_policy
- Model VirtualMachineScaleSetVM has a new parameter etag
- Model VirtualMachineScaleSetVMProfile has a new parameter time_created
- Operation SshPublicKeysOperations.generate_key_pair has a new optional parameter parameters
- Operation VirtualMachineScaleSetVMsOperations.begin_update has a new optional parameter if_match
- Operation VirtualMachineScaleSetVMsOperations.begin_update has a new optional parameter if_none_match
- Operation VirtualMachineScaleSetsOperations.begin_create_or_update has a new optional parameter if_match
- Operation VirtualMachineScaleSetsOperations.begin_create_or_update has a new optional parameter if_none_match
- Operation VirtualMachineScaleSetsOperations.begin_update has a new optional parameter if_match
- Operation VirtualMachineScaleSetsOperations.begin_update has a new optional parameter if_none_match
- Operation VirtualMachinesOperations.begin_create_or_update has a new optional parameter if_match
- Operation VirtualMachinesOperations.begin_create_or_update has a new optional parameter if_none_match
- Operation VirtualMachinesOperations.begin_update has a new optional parameter if_match
- Operation VirtualMachinesOperations.begin_update has a new optional parameter if_none_match
azure-mgmt-batch_17.2.0
17.2.0 (2023-12-18)
Features Added
- Model OSDisk has a new parameter caching
- Model OSDisk has a new parameter disk_size_gb
- Model OSDisk has a new parameter managed_disk
- Model OSDisk has a new parameter write_accelerator_enabled
- Model Pool has a new parameter resource_tags
- Model VirtualMachineConfiguration has a new parameter security_profile
- Model VirtualMachineConfiguration has a new parameter service_artifact_reference
azure-mgmt-rdbms_10.2.0b13
10.2.0b13 (2023-12-18)
Other Changes
- Fix for ServerThreatProtectionSettingsOperations.begin_create_or_update
azure-mgmt-communication_2.1.0b2
2.1.0b2 (2023-12-18)
Features Added
- Added operation group SuppressionListAddressesOperations
- Added operation group SuppressionListsOperations
azure-ai-ml_1.13.0
1.13.0 (2023-12-15)
Features Added
- Workspace Connections support custom connection types.
- Workspace Connections have a new field "is_shared" to control if lean workspace connections are visible to
other lean workspaces within the same hub.
azure-core_1.29.6
1.29.6 (2023-12-14)
Bugs Fixed
- Adjusted
AsyncBearerTokenCredentialPolicy
to work properly withtrio
concurrency mechanisms. (#33307)
Other Changes
- Added dependency on
anyio
>=3.0,<5.0 - Bumped minimum dependency on
requests
to 2.21.0.
azure-template_0.1.0b3337653
0.1.0b3337653 (2023-12-13)
Features Added
- Some feature
Breaking Changes
- Some breaking change
Bugs Fixed
- Some bug fix
Other Changes
- Some other change
azure-ai-contentsafety_1.0.0
1.0.0 (2023-12-15)
Features Added
- Support Microsoft Entra ID Authentication
- Support 8 severity level for AnalyzeText
Breaking Changes
Contract change for AnalyzeText, AnalyzeImage, Blocklist management related methods. The changes are listed below:
AnalyzeText
- AnalyzeTextOptions
- Renamed breakByBlocklists to haltOnBlocklistHit
- Added AnalyzeTextOutputType model for the
output_type
property.
- AnalyzeTextResult
- Renamed TextBlocklistMatchResult to TextBlocklistMatch
- Replaced TextAnalyzeSeverityResult by TextCategoriesAnalysis
AnalyzeImage
- AnalyzeImageOptions
- Added AnalyzeImageOutputType
- AnalyzeImageResult
- Replaced ImageAnalyzeSeverityResult by ImageCategoriesAnalysis
Blocklist management
- Added BlocklistClient
- Renamed AddBlockItemsOptions to AddOrUpdateTextBlocklistItemsOptions
- Renamed AddBlockItemsResult to AddOrUpdateTextBlocklistItemsResult
- Renamed RemoveBlockItemsOptions to RemoveTextBlocklistItemsOptions
- Renamed TextBlockItemInfo to TextBlocklistItem