Skip to content

Releases: Azure/azure-sdk-for-python

azure-mgmt-communication_2.0.0

04 Apr 05:56
f368f19
Compare
Choose a tag to compare

2.0.0 (2023-04-03)

Features Added

  • Added operation group CommunicationServicesOperations
  • Added operation group DomainsOperations
  • Added operation group EmailServicesOperations
  • Added operation group SenderUsernamesOperations
  • Model CommunicationServiceResource has a new parameter linked_domains
  • Model Resource has a new parameter system_data

Breaking Changes

  • Parameter location of model CommunicationServiceResource is now required
  • Removed operation group CommunicationServiceOperations
  • Removed operation group OperationStatusesOperations

azure-healthinsights-clinicalmatching_1.0.0b1

04 Apr 18:20
92a0776
Compare
Choose a tag to compare

1.0.0b1 (2023-04-11)

  • Initial preview of the Azure Health Insights ClinicalMatching client library.

azure-healthinsights-cancerprofiling_1.0.0b1

04 Apr 18:20
92a0776
Compare
Choose a tag to compare

1.0.0b1 (2023-04-11)

  • Initial preview of the Azure Health Insights CancerProfiling client library.

azure-mgmt-keyvault_10.2.1

04 Apr 01:58
b0f7788
Compare
Choose a tag to compare

10.2.1 (2023-04-03)

Bugs Fixed

  • Seal enum which has single value as constant by default to avoid breaking change

azure-communication-email_1.0.0

31 Mar 21:11
a826f67
Compare
Choose a tag to compare

1.0.0 (2023-03-31)

Features Added

The public release of the Azure Communication Services SDK for Email has the following features:

  • send emails with a variety of options (multiple recipients, attachments, etc.)
  • poll for the status of the email that was sent to track its progress

azure-mgmt-network_23.0.0

30 Mar 03:01
492810d
Compare
Choose a tag to compare

23.0.0 (2023-03-29)

Other Changes

  • Initial stable release with our new combined multiapi package. Package size is now 5% of what it used to be.

Breaking Changes

  • All query and header parameters are now keyword-only
  • Removed api version subfolders. This means you can no longer access any azure.mgmt.network.v20xx_xx_xx modules.
  • Removed .models method from NetworkManagementClient. Instead, import models from azure.mgmt.network.models.

azure-purview-sharing_1.0.0b1

30 Mar 04:23
ead7db4
Compare
Choose a tag to compare
Pre-release

1.0.0b1 (2023-03-30)

New Features

  • Initial release of the Purview Share client library for python

azure-mgmt-appconfiguration_3.0.0

29 Mar 03:29
76cc6a2
Compare
Choose a tag to compare

3.0.0 (2023-03-27)

Breaking Changes

  • Removed operation KeyValuesOperations.list_by_configuration_store

azure-mgmt-resource_23.0.0

28 Mar 03:14
d2f4b7c
Compare
Choose a tag to compare

23.0.0 (2023-03-27)

Features Added

  • Added operation ApplicationsOperations.begin_refresh_permissions
  • Added operation PolicyExemptionsOperations.update
  • Added operation group JitRequestsOperations
  • Model Application has a new parameter artifacts
  • Model Application has a new parameter authorizations
  • Model Application has a new parameter billing_details
  • Model Application has a new parameter created_by
  • Model Application has a new parameter customer_support
  • Model Application has a new parameter jit_access_policy
  • Model Application has a new parameter management_mode
  • Model Application has a new parameter publisher_tenant_id
  • Model Application has a new parameter support_urls
  • Model Application has a new parameter updated_by
  • Model ApplicationDefinition has a new parameter deployment_policy
  • Model ApplicationDefinition has a new parameter locking_policy
  • Model ApplicationDefinition has a new parameter management_policy
  • Model ApplicationDefinition has a new parameter notification_policy
  • Model ApplicationDefinition has a new parameter policies
  • Model ApplicationPatchable has a new parameter artifacts
  • Model ApplicationPatchable has a new parameter authorizations
  • Model ApplicationPatchable has a new parameter billing_details
  • Model ApplicationPatchable has a new parameter created_by
  • Model ApplicationPatchable has a new parameter customer_support
  • Model ApplicationPatchable has a new parameter jit_access_policy
  • Model ApplicationPatchable has a new parameter management_mode
  • Model ApplicationPatchable has a new parameter publisher_tenant_id
  • Model ApplicationPatchable has a new parameter support_urls
  • Model ApplicationPatchable has a new parameter updated_by
  • Model PolicyAssignment has a new parameter overrides
  • Model PolicyAssignment has a new parameter resource_selectors
  • Model PolicyAssignmentUpdate has a new parameter overrides
  • Model PolicyAssignmentUpdate has a new parameter resource_selectors
  • Model PolicyExemption has a new parameter assignment_scope_validation
  • Model PolicyExemption has a new parameter resource_selectors

Breaking Changes

  • Model ApplicationDefinition no longer has parameter identity
  • Parameter name of model ApplicationArtifact is now required
  • Parameter type of model ApplicationArtifact is now required
  • Parameter uri of model ApplicationArtifact is now required

azure-communication-phonenumbers_1.1.0

28 Mar 21:33
241f355
Compare
Choose a tag to compare

1.1.0 (2023-03-28)

Features Added

  • API version 2022-12-01 is now the default for Phone Numbers clients.
  • Added support for SIP routing API version 2023-03-01, releasing SIP routing functionality from public preview to GA.
  • Added environment variable AZURE_TEST_DOMAIN for SIP routing tests to support domain verification.

Bugs Fixed

  • Adds missing API version 2022-12-01 to the list of supported API versions.

Other Changes

  • Changed list_routes and list_trunks functions on SIP routing client to return (Async)ItemPaged object.