Skip to content

Releases: Azure/azure-sdk-for-python

azure-ai-ml_1.16.1

28 May 18:32
f66d37c
Compare
Choose a tag to compare

azure-mgmt-selfhelp_2.0.0b4

28 May 05:52
ba5436d
Compare
Choose a tag to compare
Pre-release

2.0.0b4 (2024-05-27)

Features Added

  • Added operation CheckNameAvailabilityOperations.check_availability
  • Added operation group DiscoverySolutionNLPOperations

Breaking Changes

  • Removed operation CheckNameAvailabilityOperations.post
  • Removed operation group DiscoverySolutionNLPSubscriptionScopeOperations
  • Removed operation group DiscoverySolutionNLPTenantScopeOperations

azure-ai-vision-face_1.0.0b1

28 May 09:45
796f321
Compare
Choose a tag to compare
Pre-release

1.0.0b1 (2024-05-28)

This is the first preview of the azure-ai-vision-face client library that follows the Azure Python SDK Design Guidelines.
This library replaces the package azure-cognitiveservices-vision-face.

This package's documentation and samples demonstrate the new API.

Features Added

  • Added support for Liveness detection.
  • Asynchronous APIs are added under azure.ai.vision.face.aio namespace.
  • Authentication with Microsoft Entra ID is supported using DefaultAzureCredential() from azure.identity.

Breaking Changes

  • This library only supports the API of the the operation groups below of Azure AI Face v1.1-preview.1:
    • Face Detection Operations
    • Face Recognition Operations: only Find Similiar, Group and Verify Face To Face.
    • Liveness Session Operations
  • The namespace/package name for Azure AI Face has changed from azure.cognitiveservices.vision.face to azure.ai.vision.face.
  • Two client design:
    • FaceClient to perform core Face functions such as face detection, verification, finding similar faces and grouping faces.
    • FaceSessionClient to interact with sessions which is used for Liveness detection.
  • New function names that comply with Azure Python SDK Design Guidelines:
    • For example, the method person_group_person.create() is changed to create_person_group_person().
  • The Snapshot operations are all removed as the Snapshot API is no longer supported.

azure-mgmt-network_25.4.0

27 May 07:01
a9ffe94
Compare
Choose a tag to compare

25.4.0 (2024-05-27)

Features Added

  • Added operation NetworkVirtualAppliancesOperations.begin_restart
  • Added operation group FirewallPolicyDeploymentsOperations
  • Added operation group FirewallPolicyDraftsOperations
  • Added operation group FirewallPolicyRuleCollectionGroupDraftsOperations
  • Model ApplicationGatewayHeaderConfiguration has a new parameter header_value_matcher
  • Model ApplicationGatewaySku has a new parameter family
  • Model ConnectionMonitorEndpoint has a new parameter location_details
  • Model ConnectionMonitorEndpoint has a new parameter subscription_id
  • Model ExpressRouteCircuit has a new parameter enable_direct_port_rate_limit
  • Model InboundSecurityRule has a new parameter rule_type
  • Model InboundSecurityRules has a new parameter applies_on
  • Model InboundSecurityRules has a new parameter destination_port_ranges
  • Model InboundSecurityRules has a new parameter name
  • Model NetworkInterfaceIPConfiguration has a new parameter private_ip_address_prefix_length
  • Model NetworkVirtualAppliance has a new parameter network_profile
  • Model PacketCapture has a new parameter capture_settings
  • Model PacketCapture has a new parameter continuous_capture
  • Model PacketCaptureParameters has a new parameter capture_settings
  • Model PacketCaptureParameters has a new parameter continuous_capture
  • Model PacketCaptureResult has a new parameter capture_settings
  • Model PacketCaptureResult has a new parameter continuous_capture
  • Model PacketCaptureResultProperties has a new parameter capture_settings
  • Model PacketCaptureResultProperties has a new parameter continuous_capture
  • Model PacketCaptureStorageLocation has a new parameter local_path
  • Model PolicySettings has a new parameter js_challenge_cookie_expiration_in_mins
  • Model Subnet has a new parameter sharing_scope
  • Model VirtualApplianceNicProperties has a new parameter nic_type
  • Model VirtualNetworkPeering has a new parameter enable_only_i_pv6_peering
  • Model VirtualNetworkPeering has a new parameter local_address_space
  • Model VirtualNetworkPeering has a new parameter local_subnet_names
  • Model VirtualNetworkPeering has a new parameter local_virtual_network_address_space
  • Model VirtualNetworkPeering has a new parameter peer_complete_vnets
  • Model VirtualNetworkPeering has a new parameter remote_subnet_names
  • Model VpnSiteLinkConnection has a new parameter dpd_timeout_seconds

azure-mgmt-storagecache_2.0.0

23 May 05:43
cb50e53
Compare
Choose a tag to compare

2.0.0 (2024-05-20)

Features Added

  • Added operation group ImportJobsOperations
  • Model AmlFilesystem has a new parameter root_squash_settings
  • Model AmlFilesystemHsmSettings has a new parameter import_prefixes_initial
  • Model AmlFilesystemUpdate has a new parameter root_squash_settings
  • Model ErrorResponse has a new parameter error
  • Model AscOperation.error changes type from ErrorResponse to AscOperationErrorResponse

Breaking Changes

  • Model ErrorResponse no longer has parameter code
  • Model ErrorResponse no longer has parameter message

azure-mgmt-netapp_13.0.0

23 May 05:43
cb50e53
Compare
Choose a tag to compare

13.0.0 (2024-05-20)

Features Added

  • Added operation BackupsOperations.begin_create
  • Added operation BackupsOperations.begin_delete
  • Added operation BackupsOperations.begin_update
  • Added operation BackupsOperations.get
  • Added operation BackupsOperations.get_latest_status
  • Added operation BackupsOperations.get_volume_latest_restore_status
  • Added operation BackupsOperations.list_by_vault
  • Added operation group BackupVaultsOperations
  • Added operation group BackupsUnderAccountOperations
  • Added operation group BackupsUnderBackupVaultOperations
  • Added operation group BackupsUnderVolumeOperations
  • Added operation group NetAppResourceRegionInfosOperations
  • Model VolumeBackups has a new parameter volume_resource_id
  • Model VolumePatchPropertiesDataProtection has a new parameter backup
  • Model VolumePropertiesDataProtection has a new parameter backup

Breaking Changes

  • Removed operation BackupsOperations.get_volume_restore_status

azure-mgmt-containerservicefleet_2.0.0

23 May 05:43
cb50e53
Compare
Choose a tag to compare

2.0.0 (2024-05-20)

Breaking Changes

  • Model APIServerAccessProfile no longer has parameter enable_vnet_integration
  • Model APIServerAccessProfile no longer has parameter subnet_id

azure-ai-translation-text_1.0.0

23 May 00:14
1550fec
Compare
Choose a tag to compare

1.0.0 (2024-05-23)

Features Added

  • Added support for Entra Id authentication.

Breaking Changes

  • All calls to the client using parameter content have been changed to use parameter body.
  • Users can call methods using just a string type instead of complex objects.
  • get_languages methods were changed to get_supported_languages.
  • renamed from_parameter to from_language.
  • renamed to parameter to to_language.

azure-ai-translation-document_1.1.0b1

21 May 20:15
3353cb4
Compare
Choose a tag to compare
Pre-release

1.1.0b1 (2024-05-21)

Features Added

  • Added SingleDocumentTranslationClient that is used to invoke document_translate API.
  • document_translate is the method added to submit a single/synchronous document translation request to the Document Translation service.
  • DocumentTranslateContent has been added to specify the document_translate request content.

Breaking Changes

  • Version v1.0 is not supported.
  • The service has changed to date-based API versioning and v1.0 service behavior is supported through the new version: 2024-05-01.

Other Changes

  • This version and all future versions will require Python 3.8+. Python 3.7 is no longer supported.

azure-mgmt-security_7.0.0

20 May 05:18
b0882ed
Compare
Choose a tag to compare

7.0.0 (2024-05-20)

Features Added

  • Added operation HealthReportsOperations.get
  • Added operation PricingsOperations.delete
  • Added operation group AzureDevOpsOrgsOperations
  • Added operation group AzureDevOpsProjectsOperations
  • Added operation group AzureDevOpsReposOperations
  • Added operation group DevOpsConfigurationsOperations
  • Added operation group DevOpsOperationResultsOperations
  • Added operation group GitHubOwnersOperations
  • Added operation group GitHubReposOperations
  • Added operation group GitLabGroupsOperations
  • Added operation group GitLabProjectsOperations
  • Added operation group GitLabSubgroupsOperations
  • Added operation group SensitivitySettingsOperations
  • Added operation group ServerVulnerabilityAssessmentsSettingsOperations
  • Model AwsEnvironmentData has a new parameter scan_interval
  • Model DefenderCspmAwsOffering has a new parameter ciem
  • Model DefenderCspmAwsOffering has a new parameter mdc_containers_agentless_discovery_k8_s
  • Model DefenderCspmAwsOffering has a new parameter mdc_containers_image_assessment
  • Model DefenderCspmGcpOffering has a new parameter ciem_discovery
  • Model DefenderCspmGcpOffering has a new parameter data_sensitivity_discovery
  • Model DefenderCspmGcpOffering has a new parameter mdc_containers_agentless_discovery_k8_s
  • Model DefenderCspmGcpOffering has a new parameter mdc_containers_image_assessment
  • Model DefenderCspmGcpOffering has a new parameter vm_scanners
  • Model DefenderForContainersAwsOffering has a new parameter mdc_containers_agentless_discovery_k8_s
  • Model DefenderForContainersAwsOffering has a new parameter mdc_containers_image_assessment
  • Model DefenderForContainersGcpOffering has a new parameter mdc_containers_agentless_discovery_k8_s
  • Model DefenderForContainersGcpOffering has a new parameter mdc_containers_image_assessment
  • Model GcpProjectEnvironmentData has a new parameter scan_interval
  • Model HealthReport has a new parameter affected_defenders_sub_plans
  • Model HealthReport has a new parameter report_additional_data
  • Model Pricing has a new parameter enforce
  • Model Pricing has a new parameter inherited
  • Model Pricing has a new parameter inherited_from
  • Model Pricing has a new parameter resources_coverage_status
  • Model Status has a new parameter last_scanned_date
  • Model Status has a new parameter reason
  • Operation PricingsOperations.list has a new optional parameter filter

Breaking Changes

  • Operation PricingsOperations.get has a new required parameter scope_id
  • Operation PricingsOperations.list has a new required parameter scope_id
  • Operation PricingsOperations.update has a new required parameter scope_id
  • Removed operation group IngestionSettingsOperations