Releases: Azure/azure-sdk-for-python
Releases · Azure/azure-sdk-for-python
azure-mgmt-sql_4.0.0b19
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
1.0.0b4 (2024-09-05)
Features Added
- Added support for the Analyze Batch Documents API:
- Added LRO operation
begin_analyze_batch_documents()
toDocumentIntelligenceClient
. - Added models
AnalyzeBatchDocumentsRequest
,AnalyzeBatchResult
andAnalyzeBatchOperationDetail
.
- Added LRO operation
- Added support for different kinds of output in the Analyze Document API:
- Added operations
get_analyze_result_figure()
andget_analyze_result_pdf()
toDocumentIntelligenceClient
. - Added optional kwarg
output
to LRO operationbegin_analyze_document()
overloads inDocumentIntelligenceClient
. - Added enum
AnalyzeOutputOption
to specify output kind, eitherpdf
orfigures
. - Added property
id
to modelDocumentFigure
.
- Added operations
- Added support for the Copy Classifier API:
- Added operations
authorize_classifier_copy()
andbegin_copy_classifier_to()
toDocumentIntelligenceAdministrationClient
. - Added models
AuthorizeClassifierCopyRequest
andClassifierCopyAuthorization
.
- Added operations
- Added optional kwarg
pages
to LRO operationbegin_classify_document()
overloads inDocumentIntelligenceClient
. - Added new kind
GENERATIVE
to enumDocumentBuildMode
. - Added property
warnings
to modelAnalyzeResult
. - Added properties
classifier_id
,split
, andtraining_hours
to modelDocumentModelDetails
. - Added properties
model_id
,confidence_threshold
,features
,query_fields
andmax_documents_to_analyze
to modelDocumentTypeDetails
. - Added property
allow_overwrite
to modelBuildDocumentClassifierRequest
. - Added properties
allow_overwrite
andmax_training_hours
to modelBuildDocumentModelRequest
. - Added properties
classifier_id
,split
anddoc_types
to modelComposeDocumentModelRequest
. - Added support for getting
operation_id
viadetails
property in the new return typesAnalyzeDocumentLROPoller
andAsyncAnalyzeDocumentLROPoller
in operationbegin_analyze_document()
.
Breaking Changes
- Removed support for extracting lists from analyzed documents:
- Removed models
DocumentList
andDocumentListItem
. - Removed property
lists
from modelAnalyzeResult
.
- Removed models
- Changes to the Compose Document API:
- Removed model
ComponentDocumentModelDetails
. - Removed property
component_models
from modelComposeDocumentModelRequest
. ComposeDocumentModelRequest
now requires a dictionary ofDocumentTypeDetails
instances and a classifier ID to be constructed.
- Removed model
- Removed model
QuotaDetails
. - Removed property
custom_neural_document_model_builds
from modelResourceDetails
. - Changed the required property
field_schema
fromDocumentTypeDetails
to be optional.
Other Changes
- Changed the default service API version to
2024-07-31-preview
. - Improved performance by about
1.5X
faster when deserializingJSON
to anAnalyzeResult
object compared to last version1.0.0b3
.
azure-monitor-opentelemetry_1.6.2
azure-mgmt-qumulo_2.0.0
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
toprivate_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
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...
azure-template_0.1.0b4108745
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
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
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
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
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