Skip to content

Releases: Azure/azure-sdk-for-python

azure-mgmt-sql_4.0.0b19

09 Sep 05:55
6f83fe5
Compare
Choose a tag to compare
Pre-release

4.0.0b19 (2024-09-09)

Features Added

  • The 'ReplicationLinksOperations' method 'begin_create_or_update' was added in the current version
  • The 'ReplicationLinksOperations' method 'begin_update' was added in the current version
  • The model or publicly exposed class 'ColumnDataType' had property 'INT' added in the current version
  • The model or publicly exposed class 'DistributedAvailabilityGroup' had property 'target_database' added in the current version
  • The model or publicly exposed class 'DistributedAvailabilityGroup' had property 'source_endpoint' added in the current version
  • The model or publicly exposed class 'DistributedAvailabilityGroup' had property 'primary_availability_group_name' added in the current version
  • The model or publicly exposed class 'DistributedAvailabilityGroup' had property 'secondary_availability_group_name' added in the current version
  • The model or publicly exposed class 'DistributedAvailabilityGroup' had property 'source_replica_id' added in the current version
  • The model or publicly exposed class 'DistributedAvailabilityGroup' had property 'target_replica_id' added in the current version
  • The model or publicly exposed class 'DistributedAvailabilityGroup' had property 'link_state' added in the current version
  • The model or publicly exposed class 'DistributedAvailabilityGroup' had property 'last_hardened_lsn' added in the current version
  • The model or publicly exposed class 'FailoverGroup' had property 'secondary_type' added in the current version
  • The model or publicly exposed class 'FailoverGroupUpdate' had property 'secondary_type' added in the current version
  • The model or publicly exposed class 'ManagedInstance' had property 'storage_iops' added in the current version
  • The model or publicly exposed class 'ManagedInstance' had property 'storage_throughput_mbps' added in the current version
  • The model or publicly exposed class 'ManagedInstanceUpdate' had property 'storage_iops' added in the current version
  • The model or publicly exposed class 'ManagedInstanceUpdate' had property 'storage_throughput_mbps' added in the current version
  • The model or publicly exposed class 'ReplicationLink' had property 'partner_database_id' added in the current version
  • The model or publicly exposed class 'FailoverGroupDatabasesSecondaryType' was added in the current version
  • The model or publicly exposed class 'ReplicationLinkUpdate' was added in the current version
  • The model or publicly exposed class 'ReplicationMode' was added in the current version
  • The 'ReplicationLinksOperations' method 'begin_create_or_update' was added in the current version
  • The 'ReplicationLinksOperations' method 'begin_update' was added in the current version

Breaking Changes

  • The 'DistributedAvailabilityGroupsOperations' method 'begin_failover' was deleted or renamed in the current version
  • The 'DistributedAvailabilityGroupsOperations' method 'begin_set_role' was deleted or renamed in the current version
  • The 'ColumnDataType' enum had its value 'INT_ENUM' deleted or renamed in the current version
  • The model or publicly exposed class 'DistributedAvailabilityGroup' had its instance variable 'distributed_availability_group_name' deleted or renamed in the current version
  • The model or publicly exposed class 'DistributedAvailabilityGroup' had its instance variable 'partner_link_role' deleted or renamed in the current version
  • The model or publicly exposed class 'DistributedAvailabilityGroup' had its instance variable 'partner_availability_group_name' deleted or renamed in the current version
  • The model or publicly exposed class 'DistributedAvailabilityGroup' had its instance variable 'partner_endpoint' deleted or renamed in the current version
  • The model or publicly exposed class 'DistributedAvailabilityGroup' had its instance variable 'instance_link_role' deleted or renamed in the current version
  • The model or publicly exposed class 'DistributedAvailabilityGroup' had its instance variable 'instance_availability_group_name' deleted or renamed in the current version
  • The model or publicly exposed class 'DistributedAvailabilityGroup' had its instance variable 'failover_mode' deleted or renamed in the current version
  • The model or publicly exposed class 'DistributedAvailabilityGroup' had its instance variable 'seeding_mode' deleted or renamed in the current version
  • The model or publicly exposed class 'DistributedAvailabilityGroup' had its instance variable 'databases' deleted or renamed in the current version
  • The model or publicly exposed class 'ManagedInstance' had its instance variable 'storage_i_ops' deleted or renamed in the current version
  • The model or publicly exposed class 'ManagedInstance' had its instance variable 'storage_throughput_m_bps' deleted or renamed in the current version
  • The model or publicly exposed class 'ManagedInstanceUpdate' had its instance variable 'storage_i_ops' deleted or renamed in the current version
  • The model or publicly exposed class 'ManagedInstanceUpdate' had its instance variable 'storage_throughput_m_bps' deleted or renamed in the current version
  • The model or publicly exposed class 'CertificateInfo' was deleted or renamed in the current version
  • The model or publicly exposed class 'DistributedAvailabilityGroupDatabase' was deleted or renamed in the current version
  • The model or publicly exposed class 'DistributedAvailabilityGroupSetRole' was deleted or renamed in the current version
  • The model or publicly exposed class 'DistributedAvailabilityGroupsFailoverRequest' was deleted or renamed in the current version
  • The model or publicly exposed class 'FailoverModeType' was deleted or renamed in the current version
  • The model or publicly exposed class 'FailoverType' was deleted or renamed in the current version
  • The model or publicly exposed class 'InstanceRole' was deleted or renamed in the current version
  • The model or publicly exposed class 'LinkRole' was deleted or renamed in the current version
  • The model or publicly exposed class 'ReplicaConnectedState' was deleted or renamed in the current version
  • The model or publicly exposed class 'ReplicaSynchronizationHealth' was deleted or renamed in the current version
  • The model or publicly exposed class 'ReplicationModeType' was deleted or renamed in the current version
  • The model or publicly exposed class 'RoleChangeType' was deleted or renamed in the current version
  • The model or publicly exposed class 'SeedingModeType' was deleted or renamed in the current version
  • The 'DistributedAvailabilityGroupsOperations' method 'begin_failover' was deleted or renamed in the current version
  • The 'DistributedAvailabilityGroupsOperations' method 'begin_set_role' was deleted or renamed in the current version

azure-ai-documentintelligence_1.0.0b4

06 Sep 02:01
6b5ce2d
Compare
Choose a tag to compare
Pre-release

1.0.0b4 (2024-09-05)

Features Added

  • Added support for the Analyze Batch Documents API:
    • Added LRO operation begin_analyze_batch_documents() to DocumentIntelligenceClient.
    • Added models AnalyzeBatchDocumentsRequest, AnalyzeBatchResult and AnalyzeBatchOperationDetail.
  • Added support for different kinds of output in the Analyze Document API:
    • Added operations get_analyze_result_figure() and get_analyze_result_pdf() to DocumentIntelligenceClient.
    • Added optional kwarg output to LRO operation begin_analyze_document() overloads in DocumentIntelligenceClient.
    • Added enum AnalyzeOutputOption to specify output kind, either pdf or figures.
    • Added property id to model DocumentFigure.
  • Added support for the Copy Classifier API:
    • Added operations authorize_classifier_copy() and begin_copy_classifier_to() to DocumentIntelligenceAdministrationClient.
    • Added models AuthorizeClassifierCopyRequest and ClassifierCopyAuthorization.
  • Added optional kwarg pages to LRO operation begin_classify_document() overloads in DocumentIntelligenceClient.
  • Added new kind GENERATIVE to enum DocumentBuildMode.
  • Added property warnings to model AnalyzeResult.
  • Added properties classifier_id, split, and training_hours to model DocumentModelDetails.
  • Added properties model_id, confidence_threshold, features, query_fields and max_documents_to_analyze to model DocumentTypeDetails.
  • Added property allow_overwrite to model BuildDocumentClassifierRequest.
  • Added properties allow_overwrite and max_training_hours to model BuildDocumentModelRequest.
  • Added properties classifier_id, split and doc_types to model ComposeDocumentModelRequest.
  • Added support for getting operation_id via details property in the new return types AnalyzeDocumentLROPoller and AsyncAnalyzeDocumentLROPoller in operation begin_analyze_document().

Breaking Changes

  • Removed support for extracting lists from analyzed documents:
    • Removed models DocumentList and DocumentListItem.
    • Removed property lists from model AnalyzeResult.
  • Changes to the Compose Document API:
    • Removed model ComponentDocumentModelDetails.
    • Removed property component_models from model ComposeDocumentModelRequest.
    • ComposeDocumentModelRequest now requires a dictionary of DocumentTypeDetails instances and a classifier ID to be constructed.
  • Removed model QuotaDetails.
  • Removed property custom_neural_document_model_builds from model ResourceDetails.
  • Changed the required property field_schema from DocumentTypeDetails to be optional.

Other Changes

  • Changed the default service API version to 2024-07-31-preview.
  • Improved performance by about 1.5X faster when deserializing JSON to an AnalyzeResult object compared to last version 1.0.0b3.

azure-monitor-opentelemetry_1.6.2

05 Sep 21:21
2a017be
Compare
Choose a tag to compare

1.6.2 (2024-09-05)

Bugs Fixed

  • Update OTel sdk and instrumentations to fix fastapi bug
    (#37206)

azure-mgmt-qumulo_2.0.0

05 Sep 03:16
bdecb43
Compare
Choose a tag to compare

2.0.0 (2024-09-05)

Features Added

  • Model MarketplaceDetails has a new parameter term_unit

Breaking Changes

  • Model FileSystemResource no longer has parameter initial_capacity
  • Rename parameter private_i_ps to private_ips in Model FileSystemResource
  • Model FileSystemResourceUpdateProperties no longer has parameter cluster_login_url
  • Model FileSystemResourceUpdateProperties no longer has parameter private_i_ps

azure-mgmt-billing_7.0.0

05 Sep 07:43
5eba2a8
Compare
Choose a tag to compare

7.0.0 (2024-09-04)

Features Added

  • Client 'BillingManagementClient' added operation group 'associated_tenants'
  • Client 'BillingManagementClient' added operation group 'billing_requests'
  • Client 'BillingManagementClient' added operation group 'billing_role_definition'
  • Client 'BillingManagementClient' added operation group 'savings_plan_orders'
  • Client 'BillingManagementClient' added operation group 'savings_plans'
  • Client 'BillingManagementClient' added operation group 'billing_subscriptions_aliases'
  • Client 'BillingManagementClient' added operation group 'departments'
  • Client 'BillingManagementClient' added operation group 'payment_methods'
  • Client 'BillingManagementClient' added operation group 'reservation_orders'
  • Client 'BillingManagementClient' added operation group 'transfers'
  • Client 'BillingManagementClient' added operation group 'partner_transfers'
  • Client 'BillingManagementClient' added operation group 'recipient_transfers'
  • Model 'AcceptanceMode' added property 'IMPLICIT'
  • Model 'AcceptanceMode' added property 'OFFLINE'
  • Model 'AcceptanceMode' added property 'OTHER'
  • Model 'AcceptanceMode' added property 'PHYSICAL_SIGN'
  • Model 'AccountStatus' added property 'NEW'
  • Model 'AccountStatus' added property 'OTHER'
  • Model 'AccountStatus' added property 'PENDING'
  • Model 'AccountStatus' added property 'UNDER_REVIEW'
  • Model 'AccountType' added property 'BUSINESS'
  • Model 'AccountType' added property 'CLASSIC_PARTNER'
  • Model 'AccountType' added property 'INTERNAL'
  • Model 'AccountType' added property 'OTHER'
  • Model 'AccountType' added property 'RESELLER'
  • Model 'AccountType' added property 'TENANT'
  • Model 'AddressDetails' added property 'is_valid_address'
  • Model 'AddressValidationStatus' added property 'OTHER'
  • Model 'Agreement' added parameter 'tags' in the 'init' method
  • Model 'Agreement' added parameter 'properties' in the 'init' method
  • Model 'AgreementType' added property 'OTHER'
  • Model 'AvailableBalance' added parameter 'tags' in the 'init' method
  • Model 'AvailableBalance' added parameter 'properties' in the 'init' method
  • Model 'AzurePlan' added property 'product_id'
  • Model 'BillingAccount' added parameter 'tags' in the 'init' method
  • Model 'BillingAccount' added parameter 'properties' in the 'init' method
  • Model 'BillingProfile' added parameter 'properties' in the 'init' method
  • Model 'BillingProfileStatus' added property 'DELETED'
  • Model 'BillingProfileStatus' added property 'OTHER'
  • Model 'BillingProfileStatus' added property 'UNDER_REVIEW'
  • Model 'BillingProfileStatusReasonCode' added property 'OTHER'
  • Model 'BillingProfileStatusReasonCode' added property 'UNUSUAL_ACTIVITY'
  • Model 'BillingProperty' added parameter 'tags' in the 'init' method
  • Model 'BillingProperty' added parameter 'properties' in the 'init' method
  • Model 'BillingRelationshipType' added property 'CSP_CUSTOMER'
  • Model 'BillingRelationshipType' added property 'OTHER'
  • Model 'BillingRoleAssignment' added parameter 'tags' in the 'init' method
  • Model 'BillingRoleAssignment' added parameter 'properties' in the 'init' method
  • Model 'BillingRoleDefinition' added parameter 'tags' in the 'init' method
  • Model 'BillingRoleDefinition' added parameter 'properties' in the 'init' method
  • Model 'BillingSubscription' added parameter 'tags' in the 'init' method
  • Model 'BillingSubscription' added property 'auto_renew'
  • Model 'BillingSubscription' added property 'beneficiary_tenant_id'
  • Model 'BillingSubscription' added property 'beneficiary'
  • Model 'BillingSubscription' added property 'billing_frequency'
  • Model 'BillingSubscription' added property 'billing_policies'
  • Model 'BillingSubscription' added property 'billing_profile_name'
  • Model 'BillingSubscription' added property 'consumption_cost_center'
  • Model 'BillingSubscription' added property 'customer_name'
  • Model 'BillingSubscription' added property 'enrollment_account_id'
  • Model 'BillingSubscription' added property 'enrollment_account_display_name'
  • Model 'BillingSubscription' added property 'invoice_section_name'
  • Model 'BillingSubscription' added property 'next_billing_cycle_details'
  • Model 'BillingSubscription' added property 'offer_id'
  • Model 'BillingSubscription' added property 'product_category'
  • Model 'BillingSubscription' added property 'product_type'
  • Model 'BillingSubscription' added property 'product_type_id'
  • Model 'BillingSubscription' added property 'purchase_date'
  • Model 'BillingSubscription' added property 'quantity'
  • Model 'BillingSubscription' added property 'renewal_term_details'
  • Model 'BillingSubscription' added property 'system_overrides'
  • Model 'BillingSubscription' added property 'resource_uri'
  • Model 'BillingSubscription' added property 'term_duration'
  • Model 'BillingSubscription' added property 'term_start_date'
  • Model 'BillingSubscription' added property 'term_end_date'
  • Model 'BillingSubscription' added property 'provisioning_tenant_id'
  • Model 'BillingSubscription' added property 'status'
  • Model 'BillingSubscription' added property 'operation_status'
  • Model 'BillingSubscription' added property 'provisioning_state'
  • Model 'BillingSubscription' added property 'suspension_reasons'
  • Model 'BillingSubscription' added property 'suspension_reason_details'
  • Model 'BillingSubscription' added property 'enrollment_account_start_date'
  • Model 'BillingSubscription' added property 'subscription_enrollment_account_status'
  • Model 'Category' added property 'INDIRECT_FOR_GOVERNMENT_AGREEMENT'
  • Model 'Category' added property 'MICROSOFT_PARTNER_AGREEMENT'
  • Model 'Category' added property 'UK_CLOUD_COMPUTE_FRAMEWORK'
  • Model 'Customer' added parameter 'tags' in the 'init' method
  • Model 'Customer' added parameter 'properties' in the 'init' method
  • Model 'CustomerPolicy' added parameter 'tags' in the 'init' method
  • Model 'CustomerPolicy' added parameter 'properties' in the 'init' method
  • Model 'Department' added parameter 'tags' in the 'init' method
  • Model 'Department' added parameter 'properties' in the 'init' method
  • Model 'DocumentSource' added property 'OTHER'
  • Model 'EnrollmentAccount' added parameter 'tags' in the 'init' method
  • Model 'EnrollmentAccount' added parameter 'properties' in the 'init' method
  • Model 'Invoice' added parameter 'tags' in the 'init' method
  • Model 'Invoice' added parameter 'properties' in the 'init' method
  • Model 'InvoiceDocumentType' added property 'OTHER'
  • Model 'InvoiceDocumentType' added property 'SUMMARY'
  • Model 'InvoiceDocumentType' added property 'TAX_RECEIPT'
  • Model 'InvoiceDocumentType' added property 'TRANSACTIONS'
  • Model 'InvoiceDocumentType' added property 'VOID_NOTE'
  • Model 'InvoiceSection' added parameter 'tags' in the 'init' method
  • Model 'InvoiceSection' added parameter 'properties' in the 'init' method
  • Model 'InvoiceSectionState' added property 'DELETED'
  • Model 'InvoiceSectionState' added property 'DISABLED'
  • Model 'InvoiceSectionState' added property 'OTHER'
  • Model 'InvoiceSectionState' added property 'UNDER_REVIEW'
  • Model 'InvoiceSectionState' added property 'WARNED'
  • Model 'InvoiceStatus' added property 'LOCKED'
  • Model 'InvoiceStatus' added property 'OTHER'
  • Model 'InvoiceType' added property 'AZURE_SERVICES'
  • Model 'InvoiceType' added property 'OTHER'
  • Model 'MarketplacePurchasesPolicy' added property 'DISABLED'
  • Model 'MarketplacePurchasesPolicy' added property 'OTHER'
  • Model 'PaymentMethodFamily' added property 'DIRECT_DEBIT'
  • Model 'PaymentMethodFamily' added property 'E_WALLET'
  • Model 'PaymentMethodFamily' added property 'OTHER'
  • Model 'PaymentMethodFamily' added property 'TASK_ORDER'
  • Model 'Product' added parameter 'tags' in the 'init' method
  • Model 'Product' added parameter 'properties' in the 'init' method
  • Model 'Reservation' added property 'etag'
  • Model 'Reservation' added property 'tags'
  • Model 'Reservation' added property 'instance_flexibility'
  • Model 'Reservation' added property 'archived'
  • Model 'Reservation' added property 'capabilities'
  • Model 'Reservation' added property 'benefit_start_time'
  • Model 'Reservation' added property 'last_updated_date_time'
  • Model 'Reservation' added property 'expiry_date_time'
  • Model 'Reservation' added property 'review_date_time'
  • Model 'Reservation' added property 'extended_status_info'
  • Model 'Reservation' added property 'billing_plan'
  • Model 'Reservation' added property 'purchase_date'
  • Model 'Reservation' added property 'purchase_date_time'
  • Model 'Reservation' added property 'split_properties'
  • Model 'Reservation' added property 'merge_properties'
  • Model 'Reservation' added property 'swap_properties'
  • Model 'Reservation' added property 'applied_scope_properties'
  • Model 'Reservation' added property 'billing_scope_id'
  • Model 'Reservation' added property 'renew_destination'
  • Model 'Reservation' added property 'renew_properties'
  • Model 'Reservation' added property 'product_code'
  • Model 'Reservation' added property 'trend'
  • Model 'Reservation' added property 'aggregates'
  • Model 'ReservationPurchasesPolicy' added property 'DISABLED'
  • Model 'ReservationPurchasesPolicy' added property 'OTHER'
  • Model 'ReservationSummary' added property 'no_benefit_count'
  • Model 'ReservationSummary' added property 'warning_count'
  • Model 'ReservationSummary' added property 'processing_count'
  • Model 'Resource' added property 'system_data'
  • Model 'SubscriptionTransferValidationErrorCode' added property 'ACCOUNT_IS_LOCKED'
  • Model 'SubscriptionTransferValidationErrorCode' added property 'ASSET_HAS_CAP'
  • Model 'SubscriptionTransferValidationErrorCode' ad...
Read more

azure-template_0.1.0b4108745

05 Sep 00:47
Compare
Choose a tag to compare
Pre-release

0.1.0b4108745 (2024-09-04)

Features Added

  • Some feature

Breaking Changes

  • Some breaking change

Bugs Fixed

  • Some bug fix

Other Changes

  • Some other change

azure-template_0.1.0b4108233

04 Sep 21:21
00f7455
Compare
Choose a tag to compare
Pre-release

0.1.0b4108233 (2024-09-04)

Features Added

  • Some feature

Breaking Changes

  • Some breaking change

Bugs Fixed

  • Some bug fix

Other Changes

  • Some other change

azure-mgmt-eventhub_11.1.0

04 Sep 03:53
843055a
Compare
Choose a tag to compare

11.1.0 (2024-09-02)

Features Added

  • Model Cluster has a new parameter provisioning_state
  • Model Destination has a new parameter identity
  • Model Eventhub has a new parameter user_metadata
  • Model NetworkSecurityPerimeterConfiguration has a new parameter applicable_features
  • Model NetworkSecurityPerimeterConfiguration has a new parameter is_backing_resource
  • Model NetworkSecurityPerimeterConfiguration has a new parameter location
  • Model NetworkSecurityPerimeterConfiguration has a new parameter parent_association_name
  • Model NetworkSecurityPerimeterConfiguration has a new parameter source_resource_id

azure-template_0.1.0b4086797

27 Aug 22:27
Compare
Choose a tag to compare
Pre-release

0.1.0b4086797 (2024-08-27)

Features Added

  • Some feature

Breaking Changes

  • Some breaking change

Bugs Fixed

  • Some bug fix

Other Changes

  • Some other change

azure-template_0.1.0b4083624

27 Aug 17:09
Compare
Choose a tag to compare
Pre-release

0.1.0b4083624 (2024-08-27)

Features Added

  • Some feature

Breaking Changes

  • Some breaking change

Bugs Fixed

  • Some bug fix

Other Changes

  • Some other change