跳转到主要内容

Microsoft Azure Billing Client Library for Python

项目描述

Microsoft Azure SDK for Python

这是Microsoft Azure Billing客户端库。此包已与Python 3.8+进行测试。要获取Azure库的完整视图,请参阅azure sdk python发布

免责声明

Azure SDK Python包对Python 2.7的支持已于2022年1月1日结束。有关更多信息,请参阅https://github.com/Azure/azure-sdk-for-python/issues/20691

入门

先决条件

  • 使用此软件包需要Python 3.8及以上版本。
  • Azure订阅

安装软件包

pip install azure-mgmt-billing
pip install azure-identity

身份验证

默认情况下,Azure Active Directory令牌身份验证依赖于以下环境变量的正确配置。

  • AZURE_CLIENT_ID 用于Azure客户端ID。
  • AZURE_TENANT_ID 用于Azure租户ID。
  • AZURE_CLIENT_SECRET 用于Azure客户端密钥。

此外,可以通过环境变量AZURE_SUBSCRIPTION_ID配置Azure订阅ID。

配置以上信息后,客户端可以通过以下代码进行身份验证

from azure.identity import DefaultAzureCredential
from azure.mgmt.billing import BillingManagementClient
import os

sub_id = os.getenv("AZURE_SUBSCRIPTION_ID")
client = BillingManagementClient(credential=DefaultAzureCredential(), subscription_id=sub_id)

示例

此软件包的代码示例可以在以下位置找到

故障排除

下一步

提供反馈

如果您遇到任何错误或有一些建议,请在此项目的问题部分提交问题。

版本历史

7.0.0 (2024-09-04)

新增功能

  • 客户端 'BillingManagementClient' 添加了操作组 'associated_tenants'
  • 客户端 'BillingManagementClient' 添加了操作组 'billing_requests'
  • 客户端 'BillingManagementClient' 添加了操作组 'billing_role_definition'
  • 客户端 'BillingManagementClient' 添加了操作组 'savings_plan_orders'
  • 客户端 'BillingManagementClient' 添加了操作组 'savings_plans'
  • 客户端 'BillingManagementClient' 添加了操作组 'billing_subscriptions_aliases'
  • 客户端 'BillingManagementClient' 添加了操作组 'departments'
  • 客户端 'BillingManagementClient' 添加了操作组 'payment_methods'
  • 客户端 'BillingManagementClient' 添加了操作组 'reservation_orders'
  • 客户端 'BillingManagementClient' 添加了操作组 'transfers'
  • 客户端 'BillingManagementClient' 添加了操作组 'partner_transfers'
  • 客户端 'BillingManagementClient' 添加了操作组 'recipient_transfers'
  • 模型 'AcceptanceMode' 添加了属性 'IMPLICIT'
  • 模型 'AcceptanceMode' 添加了属性 'OFFLINE'
  • 模型 'AcceptanceMode' 添加了属性 'OTHER'
  • 模型 'AcceptanceMode' 添加了属性 'PHYSICAL_SIGN'
  • 模型 'AccountStatus' 添加了属性 'NEW'
  • 模型 'AccountStatus' 添加了属性 'OTHER'
  • 模型 'AccountStatus' 添加了属性 'PENDING'
  • 模型 'AccountStatus' 添加了属性 'UNDER_REVIEW'
  • 模型 'AccountType' 添加了属性 'BUSINESS'
  • 模型 'AccountType' 添加了属性 'CLASSIC_PARTNER'
  • 模型 'AccountType' 添加了属性 'INTERNAL'
  • 模型 'AccountType' 添加了属性 'OTHER'
  • 模型 'AccountType' 添加了属性 'RESELLER'
  • 模型 'AccountType' 添加了属性 'TENANT'
  • 模型 'AddressDetails' 添加了属性 'is_valid_address'
  • 模型 'AddressValidationStatus' 添加了属性 'OTHER'
  • 模型 'Agreement' 在 'init' 方法中添加了参数 'tags'
  • 模型 'Agreement' 在 'init' 方法中添加了参数 'properties'
  • 模型 'AgreementType' 添加了属性 'OTHER'
  • 模型 'AvailableBalance' 在 'init' 方法中添加了参数 'tags'
  • 模型 'AvailableBalance' 在 'init' 方法中添加了参数 'properties'
  • 模型 'AzurePlan' 添加了属性 'product_id'
  • 模型 'BillingAccount' 在 'init' 方法中添加了参数 'tags'
  • 模型 'BillingAccount' 在 'init' 方法中添加了参数 'properties'
  • 模型 'BillingProfile' 在 'init' 方法中添加了参数 'properties'
  • 模型 'BillingProfileStatus' 添加了属性 'DELETED'
  • 模型 'BillingProfileStatus' 添加了属性 'OTHER'
  • 模型 'BillingProfileStatus' 添加了属性 'UNDER_REVIEW'
  • 模型 'BillingProfileStatusReasonCode' 添加了属性 'OTHER'
  • 模型 'BillingProfileStatusReasonCode' 添加了属性 'UNUSUAL_ACTIVITY'
  • 模型 'BillingProperty' 在 'init' 方法中添加了参数 'tags'
  • 模型 'BillingProperty' 在 'init' 方法中添加了参数 'properties'
  • 模型 'BillingRelationshipType' 添加了属性 'CSP_CUSTOMER'
  • 模型 'BillingRelationshipType' 添加了属性 'OTHER'
  • 模型 'BillingRoleAssignment' 在 'init' 方法中添加了参数 'tags'
  • 模型 'BillingRoleAssignment' 在 'init' 方法中添加了参数 'properties'
  • 模型 'BillingRoleDefinition' 在 'init' 方法中添加了参数 'tags'
  • 模型 'BillingRoleDefinition' 在 'init' 方法中添加了参数 'properties'
  • 模型 'BillingSubscription' 在 'init' 方法中添加了参数 'tags'
  • 模型 'BillingSubscription' 添加了属性 'auto_renew'
  • 模型 'BillingSubscription' 添加了属性 'beneficiary_tenant_id'
  • 模型 'BillingSubscription' 添加了属性 'beneficiary'
  • 模型 'BillingSubscription' 添加了属性 'billing_frequency'
  • 模型 'BillingSubscription' 添加了属性 'billing_policies'
  • 模型 'BillingSubscription' 添加了属性 'billing_profile_name'
  • 模型 'BillingSubscription' 添加了属性 'consumption_cost_center'
  • 模型 'BillingSubscription' 添加了属性 'customer_name'
  • 模型 'BillingSubscription' 添加了属性 'enrollment_account_id'
  • 模型 'BillingSubscription' 添加了属性 'enrollment_account_display_name'
  • 模型 'BillingSubscription' 添加了属性 'invoice_section_name'
  • 模型 'BillingSubscription' 添加了属性 'next_billing_cycle_details'
  • 模型 'BillingSubscription' 添加了属性 'offer_id'
  • 模型 'BillingSubscription' 添加了属性 'product_category'
  • 模型 'BillingSubscription' 添加了属性 'product_type'
  • 模型 'BillingSubscription' 添加了属性 'product_type_id'
  • 模型 'BillingSubscription' 添加了属性 'purchase_date'
  • 模型 'BillingSubscription' 添加了属性 'quantity'
  • 模型 'BillingSubscription' 添加了属性 'renewal_term_details'
  • 模型 'BillingSubscription' 添加了属性 'system_overrides'
  • 模型 'BillingSubscription' 添加了属性 'resource_uri'
  • 模型 'BillingSubscription' 添加了属性 'term_duration'
  • 模型 'BillingSubscription' 添加了属性 'term_start_date'
  • 模型 'BillingSubscription' 添加了属性 'term_end_date'
  • 模型 'BillingSubscription' 添加了属性 'provisioning_tenant_id'
  • 模型 'BillingSubscription' 添加了属性 'status'
  • 模型 'BillingSubscription' 添加了属性 'operation_status'
  • 模型 'BillingSubscription' 添加了属性 'provisioning_state'
  • 模型 'BillingSubscription' 添加了属性 'suspension_reasons'
  • 模型 'BillingSubscription' 添加了属性 'suspension_reason_details'
  • 模型 'BillingSubscription' 添加了属性 'enrollment_account_start_date'
  • 模型 'BillingSubscription' 添加了属性 'subscription_enrollment_account_status'
  • 模型 'Category' 添加了属性 'INDIRECT_FOR_GOVERNMENT_AGREEMENT'
  • 模型 'Category' 添加了属性 'MICROSOFT_PARTNER_AGREEMENT'
  • 模型 'Category' 添加了属性 'UK_CLOUD_COMPUTE_FRAMEWORK'
  • 模型 'Customer' 在 'init' 方法中添加了参数 'tags'
  • 模型 'Customer' 在 'init' 方法中添加了参数 'properties'
  • 模型 'CustomerPolicy' 在 'init' 方法中添加了参数 'tags'
  • 模型 'CustomerPolicy' 在 'init' 方法中添加了参数 'properties'
  • 模型 'Department' 在 'init' 方法中添加了参数 'tags'
  • 模型 'Department' 在 'init' 方法中添加了参数 'properties'
  • 模型 'DocumentSource' 添加了属性 'OTHER'
  • 模型 'EnrollmentAccount' 在 'init' 方法中添加了参数 'tags'
  • 模型 'EnrollmentAccount' 在 'init' 方法中添加了参数 'properties'
  • 模型 'Invoice' 在 'init' 方法中添加了参数 'tags'
  • 模型 'Invoice' 在 'init' 方法中添加了参数 'properties'
  • 模型 'InvoiceDocumentType' 添加了属性 'OTHER'
  • 模型 'InvoiceDocumentType' 添加了属性 'SUMMARY'
  • 模型 'InvoiceDocumentType' 添加了属性 'TAX_RECEIPT'
  • 模型 'InvoiceDocumentType' 添加了属性 'TRANSACTIONS'
  • 模型 'InvoiceDocumentType' 添加了属性 'VOID_NOTE'
  • 模型 'InvoiceSection' 在 'init' 方法中添加了参数 'tags'
  • 模型 'InvoiceSection' 在 'init' 方法中添加了参数 'properties'
  • 模型 'InvoiceSectionState' 添加了属性 'DELETED'
  • 模型 'InvoiceSectionState' 添加了属性 'DISABLED'
  • 模型 'InvoiceSectionState' 添加了属性 'OTHER'
  • 模型 'InvoiceSectionState' 添加了属性 'UNDER_REVIEW'
  • 模型 'InvoiceSectionState' 添加了属性 'WARNED'
  • 模型 'InvoiceStatus' 添加了属性 'LOCKED'
  • 模型 'InvoiceStatus' 添加了属性 'OTHER'
  • 模型 'InvoiceType' 添加了属性 'AZURE_SERVICES'
  • 模型 'InvoiceType' 添加了属性 'OTHER'
  • 模型 'MarketplacePurchasesPolicy' 添加了属性 'DISABLED'
  • 模型 'MarketplacePurchasesPolicy' 添加了属性 'OTHER'
  • 模型 'PaymentMethodFamily' 添加了属性 'DIRECT_DEBIT'
  • 模型 'PaymentMethodFamily' 添加了属性 'E_WALLET'
  • 模型 'PaymentMethodFamily' 添加了属性 'OTHER'
  • 模型 'PaymentMethodFamily' 添加了属性 'TASK_ORDER'
  • 模型 'Product' 在 'init' 方法中添加了参数 'tags'
  • 模型 'Product' 在 'init' 方法中添加了参数 'properties'
  • 模型 'Reservation' 添加了属性 'etag'
  • 模型 'Reservation' 添加了属性 'tags'
  • 模型 'Reservation' 添加了属性 'instance_flexibility'
  • 模型 'Reservation' 添加了属性 'archived'
  • 模型 'Reservation' 添加了属性 'capabilities'
  • 模型 'Reservation' 添加了属性 'benefit_start_time'
  • 模型 'Reservation' 添加了属性 'last_updated_date_time'
  • 模型 'Reservation' 添加了属性 'expiry_date_time'
  • 模型 'Reservation' 添加了属性 'review_date_time'
  • 模型 'Reservation' 添加了属性 'extended_status_info'
  • 模型 'Reservation' 添加了属性 'billing_plan'
  • 模型 'Reservation' 添加了属性 'purchase_date'
  • 模型 'Reservation' 添加了属性 'purchase_date_time'
  • 模型 'Reservation' 添加了属性 'split_properties'
  • 模型 'Reservation' 添加了属性 'merge_properties'
  • 模型 'Reservation' 添加了属性 'swap_properties'
  • 模型 'Reservation' 添加了属性 'applied_scope_properties'
  • 模型 'Reservation' 添加了属性 'billing_scope_id'
  • 模型 'Reservation' 添加了属性 'renew_destination'
  • 模型 'Reservation' 添加了属性 'renew_properties'
  • 模型 'Reservation' 添加了属性 'product_code'
  • 模型 'Reservation' 添加了属性 'trend'
  • 模型 'Reservation' 添加了属性 'aggregates'
  • 模型 'ReservationPurchasesPolicy' 添加了属性 'DISABLED'
  • 模型 'ReservationPurchasesPolicy' 添加了属性 'OTHER'
  • 模型 'ReservationSummary' 添加了属性 'no_benefit_count'
  • 模型 'ReservationSummary' 添加了属性 'warning_count'
  • 模型 'ReservationSummary' 添加了属性 'processing_count'
  • 模型 'Resource' 添加了属性 'system_data'
  • 模型 'SubscriptionTransferValidationErrorCode' 添加了属性 'ACCOUNT_IS_LOCKED'
  • 模型 'SubscriptionTransferValidationErrorCode' 添加了属性 'ASSET_HAS_CAP'
  • 模型 'SubscriptionTransferValidationErrorCode' 添加了属性 'ASSET_NOT_ACTIVE'
  • 模型 'SubscriptionTransferValidationErrorCode' 添加了属性 'BILLING_PROFILE_PAST_DUE'
  • 模型 'SubscriptionTransferValidationErrorCode' 添加了属性 'INVOICE_SECTION_IS_RESTRICTED'
  • 模型 'SubscriptionTransferValidationErrorCode' 添加了属性 'NONE'
  • 模型 'SubscriptionTransferValidationErrorCode' 添加了属性 'NO_ACTIVE_AZURE_PLAN'
  • 模型 'SubscriptionTransferValidationErrorCode' 添加了属性 'OTHER'
  • 模型 'SubscriptionTransferValidationErrorCode' 添加了属性 'SUBSCRIPTION_HAS_RESERVATIONS'
  • 模型 'Transaction' 在 'init' 方法中添加了参数 'tags'
  • 模型 'Transaction' 在 'init' 方法中添加了参数 'properties'
  • 模型 'ViewChargesPolicy' 添加了属性 'OTHER'
  • 添加了模型 'AcceptTransferRequest'
  • 添加了模型 'AccessDecision'
  • 添加了模型 'AccountSubType'
  • 添加了模型 'AddressValidationResponse'
  • 添加了模型 'AgreementProperties'
  • 添加了模型 'AppliedScopeProperties'
  • 添加了模型 'AppliedScopeType'
  • 添加了模型 'AssociatedTenant'
  • 添加了模型 'AssociatedTenantListResult'
  • 添加了模型 'AssociatedTenantProperties'
  • 添加了模型 'AvailableBalanceProperties'
  • 添加了模型 'AvailableBalancePropertiesAmount'
  • 添加了模型 'AvailableBalancePropertiesTotalPaymentsOnAccount'
  • 添加了模型 'Beneficiary'
  • 添加了模型 'BillingAccountPatch'
  • 添加了模型 'BillingAccountPolicy'
  • 添加了模型 'BillingAccountPolicyProperties'
  • 添加了模型 'BillingAccountPolicyPropertiesEnterpriseAgreementPolicies'
  • 添加了模型 'BillingAccountProperties'
  • 添加了模型 'BillingAccountPropertiesEnrollmentDetails'
  • 添加了模型 'BillingAccountPropertiesRegistrationNumber'
  • 添加了模型 'BillingAccountPropertiesSoldTo'
  • 添加了模型 'BillingAccountStatusReasonCode'
  • 添加了模型 'BillingManagementTenantState'
  • 添加了模型 'BillingPermission'
  • 添加了模型 'BillingPermissionListResult'
  • 添加了模型 'BillingPlan'
  • 添加了模型 'BillingPlanInformation'
  • 添加了模型 'BillingProfileInfo'
  • 添加了模型 'BillingProfilePolicy'
  • 添加了模型 'BillingProfilePolicyProperties'
  • 添加了模型 'BillingProfilePolicyPropertiesEnterpriseAgreementPolicies'
  • 添加了模型 'BillingProfileProperties'
  • 添加了模型 'BillingProfilePropertiesBillTo'
  • 添加了模型 'BillingProfilePropertiesCurrentPaymentTerm'
  • 添加了模型 'BillingProfilePropertiesIndirectRelationshipInfo'
  • 添加了模型 'BillingProfilePropertiesShipTo'
  • 添加了模型 'BillingProfilePropertiesSoldTo'
  • 添加了模型 'BillingPropertyProperties'
  • 添加了模型 'BillingPropertyPropertiesEnrollmentDetails'
  • 添加了模型 'BillingPropertyPropertiesSubscriptionServiceUsageAddress'
  • 添加了模型 'BillingRequest'
  • 添加了模型 'BillingRequestListResult'
  • 添加了模型 'BillingRequestProperties'
  • 添加了模型 'BillingRequestPropertiesCreatedBy'
  • 添加了模型 'BillingRequestPropertiesLastUpdatedBy'
  • 添加了模型 'BillingRequestPropertiesReviewedBy'
  • 添加了模型 'BillingRequestStatus'
  • 添加了模型 'BillingRequestType'
  • 添加了模型 'BillingRoleAssignmentProperties'
  • 添加了模型 'BillingRoleDefinitionProperties'
  • 添加了模型 'BillingSubscriptionAlias'
  • 添加了模型 'BillingSubscriptionAliasListResult'
  • 添加了模型 'BillingSubscriptionAliasProperties'
  • 添加了模型 'BillingSubscriptionListResult'
  • 添加了模型 'BillingSubscriptionMergeRequest'
  • 添加了模型 'BillingSubscriptionOperationStatus'
  • 添加了模型 'BillingSubscriptionPatch'
  • 添加了模型 'BillingSubscriptionProperties'
  • 添加了模型 'BillingSubscriptionSplitRequest'
  • 添加了模型 'BillingSubscriptionStatus'
  • 添加了模型 'BillingSubscriptionStatusDetails'
  • 添加了模型 'CancelSubscriptionRequest'
  • 添加了模型 'Cancellation'
  • 添加了模型 'CancellationReason'
  • 添加了模型 'CheckAccessRequest'
  • 添加了模型 'CheckAccessResponse'
  • 添加了模型 'Commitment'
  • 添加了模型 'CommitmentGrain'
  • 添加了模型 'CreatedByType'
  • 添加了模型 'CreditType'
  • 添加了模型 'CustomerPolicyProperties'
  • 添加了模型 'CustomerProperties'
  • 添加了模型 'CustomerStatus'
  • 添加了模型 'DeleteBillingProfileEligibilityCode'
  • 添加了模型 'DeleteBillingProfileEligibilityDetail'
  • 添加了模型 'DeleteBillingProfileEligibilityResult'
  • 添加了模型 'DeleteBillingProfileEligibilityStatus'
  • 添加了模型 'DeleteInvoiceSectionEligibilityCode'
  • 添加了模型 'DeleteInvoiceSectionEligibilityDetail'
  • 添加了模型 'DeleteInvoiceSectionEligibilityResult'
  • 添加了模型 'DeleteInvoiceSectionEligibilityStatus'
  • 添加了模型 'DepartmentListResult'
  • 添加了模型 'DepartmentProperties'
  • 添加了模型 'DetailedTransferStatus'
  • 添加了模型 'DocumentDownloadRequest'
  • 添加了模型 'DocumentDownloadResult'
  • 添加了模型 'EligibleProductType'
  • 添加了模型 'EnrollmentAccountOwnerViewCharges'
  • 添加了模型 'EnrollmentAccountProperties'
  • 添加了模型 'EnrollmentAuthLevelState'
  • 添加了模型 'EnrollmentDepartmentAdminViewCharges'
  • 添加了模型 'EnrollmentDetails'
  • 添加了模型 'EnrollmentDetailsIndirectRelationshipInfo'
  • 添加了模型 'EnterpriseAgreementPolicies'
  • 添加了模型 'ErrorAdditionalInfo'
  • 添加了模型 'ErrorDetail'
  • 添加了模型 'ExtendedStatusDefinitionProperties'
  • 添加了模型 'ExtendedStatusInfo'
  • 添加了模型 'ExtendedTermOption'
  • 添加了模型 'ExternalReference'
  • 添加了模型 'FailedPayment'
  • 添加了模型 'FailedPaymentReason'
  • 添加了模型 'InitiateTransferRequest'
  • 添加了模型 'InitiatorCustomerType'
  • 添加了模型 'InstanceFlexibility'
  • 添加了模型 'InvoiceDocument'
  • 添加了模型 'InvoiceProperties'
  • 添加了模型 'InvoicePropertiesAmountDue'
  • 添加了模型 'InvoicePropertiesAzurePrepaymentApplied'
  • 添加了模型 'InvoicePropertiesBilledAmount'
  • 添加了模型 'InvoicePropertiesCreditAmount'
  • 添加了模型 'InvoicePropertiesFreeAzureCreditApplied'
  • 添加了模型 'InvoicePropertiesRebillDetails'
  • 添加了模型 'InvoicePropertiesRefundDetails'
  • 添加了模型 'InvoicePropertiesSubTotal'
  • 添加了模型 'InvoicePropertiesTaxAmount'
  • 添加了模型 'InvoicePropertiesTotalAmount'
  • 添加了模型 'InvoiceSectionLabelManagementPolicy'
  • 添加了模型 'InvoiceSectionProperties'
  • 添加了模型 'InvoiceSectionStateReasonCode'
  • 添加了模型 'InvoiceSectionWithCreateSubPermissionListResult'
  • 添加了模型 'MarkupStatus'
  • 添加了模型 'MoveBillingSubscriptionEligibilityResult'
  • 添加了模型 'MoveBillingSubscriptionErrorDetails'
  • 添加了模型 'MoveBillingSubscriptionRequest'
  • 添加了模型 'MoveProductEligibilityResult'
  • 添加了模型 'MoveProductEligibilityResultErrorDetails'
  • 添加了模型 'MoveProductErrorDetails'
  • 添加了模型 'MoveProductRequest'
  • 添加了模型 'MoveValidationErrorCode'
  • 添加了模型 'NextBillingCycleDetails'
  • 添加了模型 'Participant'
  • 添加了模型 'PartnerInitiateTransferRequest'
  • 添加了模型 'PartnerTransferDetails'
  • 添加了模型 'PartnerTransferDetailsListResult'
  • 添加了模型 'Patch'
  • 添加了模型 'Payment'
  • 添加了模型 'PaymentAmount'
  • 添加了模型 'PaymentDetail'
  • 添加了模型 'PaymentMethod'
  • 添加了模型 'PaymentMethodLink'
  • 添加了模型 'PaymentMethodLinksListResult'
  • 添加了模型 'PaymentMethodLogo'
  • 添加了模型 'PaymentMethodProperties'
  • 添加了模型 'PaymentMethodStatus'
  • 添加了模型 'PaymentMethodsListResult'
  • 添加了模型 'PaymentOnAccount'
  • 添加了模型 'PaymentOnAccountAmount'
  • 添加了模型 'PaymentStatus'
  • 添加了模型 'PaymentTerm'
  • 添加了模型 'PaymentTermsEligibilityCode'
  • 添加了模型 'PaymentTermsEligibilityDetail'
  • 添加了模型 'PaymentTermsEligibilityResult'
  • 添加了模型 'PaymentTermsEligibilityStatus'
  • 添加了模型 'PolicySummary'
  • 添加了模型 'PolicyType'
  • 添加了模型 'Price'
  • 添加了模型 'Principal'
  • 添加了模型 'PrincipalType'
  • 添加了模型 'ProductDetails'
  • 添加了模型 'ProductListResult'
  • 添加了模型 'ProductPatch'
  • 添加了模型 'ProductProperties'
  • 添加了模型 'ProductPropertiesLastCharge'
  • 添加了模型 'ProductPropertiesReseller'
  • 添加了模型 'ProductStatus'
  • 添加了模型 'ProductTransferStatus'
  • 添加了模型 'ProductType'
  • 添加了模型 'ProvisioningState'
  • 添加了模型 'ProvisioningTenantState'
  • 添加了模型 'ProxyResource'
  • 添加了模型 'ProxyResourceWithTags'
  • 添加了模型 'PurchaseRequest'
  • 添加了模型 'RecipientTransferDetails'
  • 添加了模型 'RecipientTransferDetailsListResult'
  • 添加了模型 'RefundDetailsSummary'
  • 添加了模型 'RefundDetailsSummaryAmountRefunded'
  • 添加了模型 'RefundDetailsSummaryAmountRequested'
  • 添加了模型 'RefundReasonCode'
  • 添加了模型 'RefundStatus'
  • 添加了模型 'RefundTransactionDetails'
  • 添加了模型 'RefundTransactionDetailsAmountRefunded'
  • 添加了模型 'RefundTransactionDetailsAmountRequested'
  • 添加了模型 'RegistrationNumber'
  • 添加了模型 'RenewProperties'
  • 添加了模型 'RenewPropertiesResponse'
  • 添加了模型 'RenewalTermDetails'
  • 添加了模型 'ReservationAppliedScopeProperties'
  • 添加了模型 'ReservationBillingPlan'
  • 添加了模型 'ReservationExtendedStatusInfo'
  • 添加了模型 'ReservationList'
  • 添加了模型 'ReservationMergeProperties'
  • 添加了模型 'ReservationOrder'
  • 添加了模型 'ReservationOrderBillingPlanInformation'
  • 添加了模型 'ReservationOrderList'
  • 添加了模型 'ReservationPaymentDetail'
  • 添加了模型 'ReservationPurchaseRequest'
  • 添加了模型 'ReservationSplitProperties'
  • 添加了模型 'ReservationStatusCode'
  • 添加了模型 'ReservationSwapProperties'
  • 添加了模型 'SavingsPlanModel'
  • 添加了模型 'SavingsPlanModelList'
  • 添加了模型 'SavingsPlanModelListResult'
  • 添加了模型 'SavingsPlanOrderModel'
  • 添加了模型 'SavingsPlanOrderModelList'
  • 添加了模型 'SavingsPlanPurchasesPolicy'
  • 添加了模型 'SavingsPlanSummaryCount'
  • 添加了模型 'SavingsPlanTerm'
  • 添加了模型 'SavingsPlanUpdateRequest'
  • 添加了模型 'SavingsPlanUpdateRequestProperties'
  • 添加了模型 'SavingsPlanUpdateValidateRequest'
  • 添加了模型 'SavingsPlanValidResponseProperty'
  • 添加了模型 'SavingsPlanValidateResponse'
  • 添加了模型 'ServiceDefinedResourceName'
  • 添加了模型 'Sku'
  • 添加了模型 'SkuName'
  • 添加了模型 'SpecialTaxationType'
  • 添加了模型 'SpendingLimitDetails'
  • 添加了模型 'SpendingLimitStatus'
  • 添加了模型 'SpendingLimitType'
  • 添加了模型 'SubscriptionBillingType'
  • 添加了模型 'SubscriptionEnrollmentAccountStatus'
  • 添加了模型 'SubscriptionEnrollmentDetails'
  • 添加了模型 'SubscriptionPolicy'
  • 添加了模型 'SubscriptionPolicyProperties'
  • 添加了模型 'SubscriptionStatusReason'
  • 添加了模型 'SubscriptionWorkloadType'
  • 添加了模型 'SupportLevel'
  • 添加了模型 'SupportedAccountType'
  • 添加了模型 'SystemData'
  • 添加了模型 'SystemOverrides'
  • 添加了模型 'TaxIdentifier'
  • 添加了模型 'TaxIdentifierStatus'
  • 添加了模型 'TaxIdentifierType'
  • 添加了模型 'TransactionKind'
  • 添加了模型 'TransactionProperties'
  • 添加了模型 'TransactionPropertiesAzureCreditApplied'
  • 添加了模型 'TransactionPropertiesConsumptionCommitmentDecremented'
  • 添加了模型 'TransactionPropertiesEffectivePrice'
  • 添加了模型 'TransactionPropertiesMarketPrice'
  • 添加了模型 'TransactionPropertiesRefundTransactionDetails'
  • 添加了模型 'TransactionPropertiesSubTotal'
  • 添加了模型 'TransactionPropertiesTax'
  • 添加了模型 'TransactionPropertiesTransactionAmount'
  • 添加了模型 'TransactionSummary'
  • 添加了模型 'TransactionType'
  • 添加了模型 'TransferDetails'
  • 添加了模型 'TransferDetailsListResult'
  • 添加了模型 'TransferError'
  • 添加了模型 'TransferItemQueryParameter'
  • 添加了模型 'TransferStatus'
  • 添加了模型 'TransitionDetails'
  • 添加了模型 'Utilization'
  • 添加了模型 'UtilizationAggregates'
  • 添加了模型 'ValidateTransferListResponse'
  • 添加了模型 'ValidateTransferResponse'
  • 添加了模型 'ValidationResultProperties'
  • 模型 'AvailableBalancesOperations' 添加了方法 'get_by_billing_account'
  • 模型 'AvailableBalancesOperations' 添加了方法 'get_by_billing_profile'
  • 模型 'BillingAccountsOperations' 添加了方法 'begin_add_payment_terms'
  • 模型 'BillingAccountsOperations' 添加了方法 'begin_cancel_payment_terms'
  • 模型 'BillingAccountsOperations' 添加了方法 'confirm_transition'
  • 模型 'BillingAccountsOperations' 添加了方法 'validate_payment_terms'
  • 模型 'BillingPermissionsOperations' 添加了方法 'check_access_by_billing_account'
  • 模型 'BillingPermissionsOperations' 添加了方法 'check_access_by_billing_profile'
  • 模型 'BillingPermissionsOperations' 添加了方法 'check_access_by_customer'
  • 模型 'BillingPermissionsOperations' 添加了方法 'check_access_by_department'
  • 模型 'BillingPermissionsOperations' 添加了方法 'check_access_by_enrollment_account'
  • 模型 'BillingPermissionsOperations' 添加了方法 'check_access_by_invoice_section'
  • 模型 'BillingPermissionsOperations' 添加了方法 'list_by_customer_at_billing_account'
  • 模型 'BillingPermissionsOperations' 添加了方法 'list_by_department'
  • 模型 'BillingPermissionsOperations' 添加了方法 'list_by_enrollment_account'
  • 模型 'BillingPermissionsOperations' 添加了方法 'list_by_invoice_section'
  • 模型 'BillingProfilesOperations' 添加了方法 'begin_delete'
  • 模型 'BillingProfilesOperations' 添加了方法 'validate_delete_eligibility'
  • 模型 'BillingRoleAssignmentsOperations' 添加了方法 'begin_create_by_billing_account'
  • 模型 'BillingRoleAssignmentsOperations' 添加了方法 'begin_create_by_billing_profile'
  • 模型 'BillingRoleAssignmentsOperations' 添加了方法 'begin_create_by_customer'
  • 模型 'BillingRoleAssignmentsOperations' 添加了方法 'begin_create_by_invoice_section'
  • 模型 'BillingRoleAssignmentsOperations' 添加了方法 'begin_create_or_update_by_billing_account'
  • 模型 'BillingRoleAssignmentsOperations' 添加了方法 'begin_create_or_update_by_department'
  • 模型 'BillingRoleAssignmentsOperations' 添加了方法 'begin_create_or_update_by_enrollment_account'
  • 模型 'BillingRoleAssignmentsOperations' 添加了方法 'begin_resolve_by_billing_account'
  • 模型 'BillingRoleAssignmentsOperations' 添加了方法 'begin_resolve_by_billing_profile'
  • 模型 'BillingRoleAssignmentsOperations' 添加了方法 'begin_resolve_by_customer'
  • 模型 'BillingRoleAssignmentsOperations' 添加了方法 'begin_resolve_by_invoice_section'
  • 模型 'BillingRoleAssignmentsOperations' 添加了方法 'delete_by_customer'
  • 模型 'BillingRoleAssignmentsOperations' 添加了方法 'delete_by_department'
  • 模型 'BillingRoleAssignmentsOperations' 添加了方法 'delete_by_enrollment_account'
  • 模型 'BillingRoleAssignmentsOperations' 添加了方法 'get_by_customer'
  • 模型 'BillingRoleAssignmentsOperations' 添加了方法 'get_by_department'
  • 模型 'BillingRoleAssignmentsOperations' 添加了方法 'get_by_enrollment_account'
  • 模型 'BillingRoleAssignmentsOperations' 添加了方法 'list_by_customer'
  • 模型 'BillingRoleAssignmentsOperations' 添加了方法 'list_by_department'
  • 模型 'BillingRoleAssignmentsOperations' 添加了方法 'list_by_enrollment_account'
  • 模型 'BillingSubscriptionsOperations' 添加了方法 'begin_cancel'
  • 模型 'BillingSubscriptionsOperations' 添加了方法 'begin_delete'
  • 模型 'BillingSubscriptionsOperations' 添加了方法 'begin_merge'
  • 模型 'BillingSubscriptionsOperations' 添加了方法 'begin_split'
  • 模型 'BillingSubscriptionsOperations' 添加了方法 'begin_update'
  • 模型 'BillingSubscriptionsOperations' 添加了方法 'get_by_billing_profile'
  • 模型 'BillingSubscriptionsOperations' 添加了方法 'list_by_customer_at_billing_account'
  • 模型 'BillingSubscriptionsOperations' 添加了方法 'list_by_enrollment_account'
  • 模型 'BillingSubscriptionsOperations' 添加了方法 'validate_move_eligibility'
  • 模型 'CustomersOperations' 添加了方法 'get_by_billing_account'
  • 模型 'EnrollmentAccountsOperations' 添加了方法 'get_by_department'
  • 模型 'EnrollmentAccountsOperations' 添加了方法 'list_by_billing_account'
  • 模型 'EnrollmentAccountsOperations' 添加了方法 'list_by_department'
  • 模型 'InvoiceSectionsOperations' 添加了方法 'begin_delete'
  • 模型 'InvoiceSectionsOperations' 添加了方法 'validate_delete_eligibility'
  • 模型 'InvoicesOperations' 添加了方法 'begin_amend'
  • 模型 'InvoicesOperations' 添加了方法 'begin_download_by_billing_account'
  • 模型 'InvoicesOperations' 添加了方法 'begin_download_by_billing_subscription'
  • 模型 'InvoicesOperations' 添加了方法 'begin_download_documents_by_billing_account'
  • 模型 'InvoicesOperations' 添加了方法 'begin_download_documents_by_billing_subscription'
  • 模型 'InvoicesOperations' 添加了方法 'begin_download_summary_by_billing_account'
  • 模型 'InvoicesOperations' 添加了方法 'get_by_billing_account'
  • 模型 'InvoicesOperations' 添加了方法 'get_by_billing_subscription'
  • 模型 'PoliciesOperations' 添加了方法 'begin_create_or_update_by_billing_account'
  • 模型 'PoliciesOperations' 添加了方法 'begin_create_or_update_by_billing_profile'
  • 模型 'PoliciesOperations' 添加了方法 'begin_create_or_update_by_customer'
  • 模型 'PoliciesOperations' 添加了方法 'begin_create_or_update_by_customer_at_billing_account'
  • 模型 'PoliciesOperations' 添加了方法 'get_by_billing_account'
  • 模型 'PoliciesOperations' 添加了方法 'get_by_customer_at_billing_account'
  • 模型 'PoliciesOperations' 添加了方法 'get_by_subscription'
  • 模型 'ProductsOperations' 添加了方法 'begin_move'
  • 模型 'ProductsOperations' 添加了方法 'validate_move_eligibility'
  • 模型 'ReservationsOperations' 添加了方法 'begin_update_by_billing_account'
  • 模型 'ReservationsOperations' 添加了方法 'get_by_reservation_order'
  • 模型 'ReservationsOperations' 添加了方法 'list_by_reservation_order'
  • 模型 'TransactionsOperations' 添加了方法 'begin_transactions_download_by_invoice'
  • 模型 'TransactionsOperations' 添加了方法 'get_transaction_summary_by_invoice'
  • 模型 'TransactionsOperations' 添加了方法 'list_by_billing_profile'
  • 模型 'TransactionsOperations' 添加了方法 'list_by_customer'
  • 模型 'TransactionsOperations' 添加了方法 'list_by_invoice_section'
  • 添加了模型 'AssociatedTenantsOperations'
  • 添加了模型 'BillingRequestsOperations'
  • 添加了模型 'BillingRoleDefinitionOperations'
  • 添加了模型 'BillingSubscriptionsAliasesOperations'
  • 添加了模型 'DepartmentsOperations'
  • 添加了模型 'PartnerTransfersOperations'
  • 添加了模型 'PaymentMethodsOperations'
  • 添加了模型 'RecipientTransfersOperations'
  • 添加了模型 'ReservationOrdersOperations'
  • 添加了模型 'SavingsPlanOrdersOperations'
  • 添加了模型 'SavingsPlansOperations'
  • 添加了模型 'TransfersOperations'

重大变更

  • 删除或重命名客户端操作组 'BillingManagementClient.instructions'
  • 删除或重命名客户端操作组 'BillingManagementClient.billing_role_definitions'
  • 删除或重命名客户端操作组 'BillingManagementClient.billing_periods'
  • 'Agreement' 模型删除或重命名其实例变量 'agreement_link'
  • 'Agreement' 模型删除或重命名其实例变量 'category'
  • 'Agreement' 模型删除或重命名其实例变量 'acceptance_mode'
  • 'Agreement' 模型删除或重命名其实例变量 'effective_date'
  • 'Agreement' 模型删除或重命名其实例变量 'expiration_date'
  • 'Agreement' 模型删除或重命名其实例变量 'participants'
  • 'Agreement' 模型删除或重命名其实例变量 'status'
  • 'AvailableBalance' 模型删除或重命名其实例变量 'amount'
  • 'BillingAccount' 模型删除或重命名其实例变量 'display_name'
  • 'BillingAccount' 模型删除或重命名其实例变量 'sold_to'
  • 'BillingAccount' 模型删除或重命名其实例变量 'agreement_type'
  • 'BillingAccount' 模型删除或重命名其实例变量 'account_type'
  • 'BillingAccount' 模型删除或重命名其实例变量 'account_status'
  • 'BillingAccount' 模型删除或重命名其实例变量 'billing_profiles'
  • 'BillingAccount' 模型删除或重命名其实例变量 'enrollment_details'
  • 'BillingAccount' 模型删除或重命名其实例变量 'departments'
  • 'BillingAccount' 模型删除或重命名其实例变量 'enrollment_accounts'
  • 'BillingAccount' 模型删除或重命名其实例变量 'has_read_access'
  • 'BillingAccount' 模型删除或重命名其实例变量 'notification_email_address'
  • 删除或重命名了 'BillingProfile' 模型的实例变量 'display_name'
  • 删除或重命名了 'BillingProfile' 模型的实例变量 'po_number'
  • 删除或重命名了 'BillingProfile' 模型的实例变量 'billing_relationship_type'
  • 删除或重命名了 'BillingProfile' 模型的实例变量 'bill_to'
  • 删除或重命名了 'BillingProfile' 模型的实例变量 'indirect_relationship_info'
  • 删除或重命名了 'BillingProfile' 模型的实例变量 'invoice_email_opt_in'
  • 删除或重命名了 'BillingProfile' 模型的实例变量 'invoice_day'
  • 删除或重命名了 'BillingProfile' 模型的实例变量 'currency'
  • 删除或重命名了 'BillingProfile' 模型的实例变量 'enabled_azure_plans'
  • 删除或重命名了 'BillingProfile' 模型的实例变量 'invoice_sections'
  • 删除或重命名了 'BillingProfile' 模型的实例变量 'has_read_access'
  • 删除或重命名了 'BillingProfile' 模型的实例变量 'system_id'
  • 删除或重命名了 'BillingProfile' 模型的实例变量 'status'
  • 删除或重命名了 'BillingProfile' 模型的实例变量 'status_reason_code'
  • 删除或重命名了 'BillingProfile' 模型的实例变量 'spending_limit'
  • 删除或重命名了 'BillingProfile' 模型的实例变量 'target_clouds'
  • 删除或重命名了 'BillingProfile' 模型的实例变量 'tags'
  • 删除或重命名了 'BillingProperty' 模型的实例变量 'account_admin_notification_email_address'
  • 删除或重命名了 'BillingProperty' 模型的实例变量 'billing_tenant_id'
  • 删除或重命名了 'BillingProperty' 模型的实例变量 'billing_account_id'
  • 删除或重命名了 'BillingProperty' 模型的实例变量 'billing_account_display_name'
  • 删除或重命名了 'BillingProperty' 模型的实例变量 'billing_profile_id'
  • 删除或重命名了 'BillingProperty' 模型的实例变量 'billing_profile_display_name'
  • 删除或重命名了 'BillingProperty' 模型的实例变量 'billing_profile_status'
  • 删除或重命名了 'BillingProperty' 模型的实例变量 'billing_profile_status_reason_code'
  • 删除或重命名了 'BillingProperty' 模型的实例变量 'billing_profile_spending_limit'
  • 删除或重命名了 'BillingProperty' 模型的实例变量 'cost_center'
  • 删除或重命名了 'BillingProperty' 模型的实例变量 'invoice_section_id'
  • 删除或重命名了 'BillingProperty' 模型的实例变量 'invoice_section_display_name'
  • 删除或重命名了 'BillingProperty' 模型的实例变量 'is_account_admin'
  • 删除或重命名了 'BillingProperty' 模型的实例变量 'product_id'
  • 删除或重命名了 'BillingProperty' 模型的实例变量 'product_name'
  • 删除或重命名了 'BillingProperty' 模型的实例变量 'sku_id'
  • 删除或重命名了 'BillingProperty' 模型的实例变量 'sku_description'
  • 删除或重命名了 'BillingRoleAssignment' 模型的实例变量 'created_on'
  • 删除或重命名了 'BillingRoleAssignment' 模型的实例变量 'created_by_principal_tenant_id'
  • 删除或重命名了 'BillingRoleAssignment' 模型的实例变量 'created_by_principal_id'
  • 删除或重命名了 'BillingRoleAssignment' 模型的实例变量 'created_by_user_email_address'
  • 删除或重命名了 'BillingRoleAssignment' 模型的实例变量 'principal_id'
  • 删除或重命名了 'BillingRoleAssignment' 模型的实例变量 'principal_tenant_id'
  • 删除或重命名了 'BillingRoleAssignment' 模型的实例变量 'role_definition_id'
  • 删除或重命名了 'BillingRoleAssignment' 模型的实例变量 'scope'
  • 删除或重命名了 'BillingRoleAssignment' 模型的实例变量 'user_authentication_type'
  • 删除或重命名了 'BillingRoleAssignment' 模型的实例变量 'user_email_address'
  • 删除或重命名了 'BillingRoleDefinition' 模型的实例变量 'description'
  • 删除或重命名了 'BillingRoleDefinition' 模型的实例变量 'permissions'
  • 删除或重命名了 'BillingRoleDefinition' 模型的实例变量 'role_name'
  • 删除或重命名了 'BillingSubscription' 模型的实例变量 'subscription_billing_status'
  • 删除或重命名了 'BillingSubscription' 模型的实例变量 'cost_center'
  • 删除或重命名了 'Customer' 模型的实例变量 'billing_profile_id'
  • 删除或重命名了 'Customer' 模型的实例变量 'billing_profile_display_name'
  • “Customer”模型删除或重命名了其实例变量“display_name”
  • “Customer”模型删除或重命名了其实例变量“enabled_azure_plans”
  • “Customer”模型删除或重命名了其实例变量“resellers”
  • “CustomerListResult”模型删除或重命名了其实例变量“total_count”
  • “CustomerPolicy”模型删除或重命名了其实例变量“view_charges”
  • “Department”模型删除或重命名了其实例变量“department_name”
  • “Department”模型删除或重命名了其实例变量“cost_center”
  • “Department”模型删除或重命名了其实例变量“status”
  • “Department”模型删除或重命名了其实例变量“enrollment_accounts”
  • “EnrollmentAccount”模型删除或重命名了其实例变量“account_name”
  • “EnrollmentAccount”模型删除或重命名了其实例变量“cost_center”
  • “EnrollmentAccount”模型删除或重命名了其实例变量“account_owner”
  • “EnrollmentAccount”模型删除或重命名了其实例变量“account_owner_email”
  • “EnrollmentAccount”模型删除或重命名了其实例变量“status”
  • “EnrollmentAccount”模型删除或重命名了其实例变量“start_date”
  • “EnrollmentAccount”模型删除或重命名了其实例变量“end_date”
  • “EnrollmentAccount”模型删除或重命名了其实例变量“department”
  • “Invoice”模型删除或重命名了其实例变量“due_date”
  • “Invoice”模型删除或重命名了其实例变量“invoice_date”
  • “Invoice”模型删除或重命名了其实例变量“status”
  • “Invoice”模型删除或重命名了其实例变量“amount_due”
  • “Invoice”模型删除或重命名了其实例变量“azure_prepayment_applied”
  • “Invoice”模型删除或重命名了其实例变量“billed_amount”
  • “Invoice”模型删除或重命名了其实例变量“credit_amount”
  • “Invoice”模型删除或重命名了其实例变量“free_azure_credit_applied”
  • “Invoice”模型删除或重命名了其实例变量“sub_total”
  • “Invoice”模型删除或重命名了其实例变量“tax_amount”
  • “Invoice”模型删除或重命名了其实例变量“total_amount”
  • “Invoice”模型删除或重命名了其实例变量“invoice_period_start_date”
  • “Invoice”模型删除或重命名了其实例变量“invoice_period_end_date”
  • “Invoice”模型删除或重命名了其实例变量“invoice_type”
  • “Invoice”模型删除或重命名了其实例变量“is_monthly_invoice”
  • “Invoice”模型删除或重命名了其实例变量“billing_profile_id”
  • “Invoice”模型删除或重命名了其实例变量“billing_profile_display_name”
  • “Invoice”模型删除或重命名了其实例变量“purchase_order_number”
  • “Invoice”模型删除或重命名了其实例变量“documents”
  • “Invoice”模型删除或重命名了其实例变量“payments”
  • “Invoice”模型删除或重命名了其实例变量“rebill_details”
  • “Invoice”模型删除或重命名了其实例变量“document_type”
  • “Invoice”模型删除或重命名了其实例变量“billed_document_id”
  • “Invoice”模型删除或重命名了其实例变量“credit_for_document_id”
  • “Invoice”模型删除或重命名了其实例变量“subscription_id”
  • “InvoiceSection”模型删除或重命名了其实例变量“display_name”
  • “InvoiceSection”模型删除或重命名了其实例变量“labels”
  • “InvoiceSection”模型删除或重命名了其实例变量“state”
  • “InvoiceSection”模型删除或重命名了其实例变量“system_id”
  • “InvoiceSection”模型删除或重命名了其实例变量“target_cloud”
  • “InvoiceSectionListResult”模型删除或重命名了其实例变量“total_count”
  • 删除或重命名枚举值“InvoiceType.AZURE_SERVICE”
  • “Product”模型删除或重命名了其实例变量“auto_renew”
  • “Product”模型删除或重命名了其实例变量“display_name”
  • “Product”模型删除或重命名了其实例变量“purchase_date”
  • “Product”模型删除或重命名了其实例变量“product_type_id”
  • “Product”模型删除或重命名了其实例变量“product_type”
  • “Product”模型删除或重命名了其实例变量“status”
  • “Product”模型删除或重命名了其实例变量“end_date”
  • 'Product'模型删除或重命名了其实例变量'billing_frequency'
  • 'Product'模型删除或重命名了其实例变量'last_charge'
  • 'Product'模型删除或重命名了其实例变量'last_charge_date'
  • 'Product'模型删除或重命名了其实例变量'quantity'
  • 'Product'模型删除或重命名了其实例变量'sku_id'
  • 'Product'模型删除或重命名了其实例变量'sku_description'
  • 'Product'模型删除或重命名了其实例变量'tenant_id'
  • 'Product'模型删除或重命名了其实例变量'availability_id'
  • 'Product'模型删除或重命名了其实例变量'invoice_section_id'
  • 'Product'模型删除或重命名了其实例变量'invoice_section_display_name'
  • 'Product'模型删除或重命名了其实例变量'billing_profile_id'
  • 'Product'模型删除或重命名了其实例变量'billing_profile_display_name'
  • 'Product'模型删除或重命名了其实例变量'customer_id'
  • 'Product'模型删除或重命名了其实例变量'customer_display_name'
  • 'Product'模型删除或重命名了其实例变量'reseller'
  • 'Reservation'模型删除或重命名了其实例变量'id'
  • 'Reservation'模型删除或重命名了其实例变量'name'
  • 'Reservation'模型删除或重命名了其实例变量'type'
  • 'Reservation'模型删除或重命名了其实例变量'utilization'
  • 删除或重命名枚举值'SubscriptionTransferValidationErrorCode.NOT_AVAILABLE_FOR_DESTINATION_MARKET'
  • 'Transaction'模型删除或重命名了其实例变量'kind'
  • 'Transaction'模型删除或重命名了其实例变量'date'
  • 'Transaction'模型删除或重命名了其实例变量'invoice'
  • 'Transaction'模型删除或重命名了其实例变量'invoice_id'
  • 'Transaction'模型删除或重命名了其实例变量'order_id'
  • 'Transaction'模型删除或重命名了其实例变量'order_name'
  • 'Transaction'模型删除或重命名了其实例变量'product_family'
  • 'Transaction'模型删除或重命名了其实例变量'product_type_id'
  • 'Transaction'模型删除或重命名了其实例变量'product_type'
  • 'Transaction'模型删除或重命名了其实例变量'product_description'
  • 'Transaction'模型删除或重命名了其实例变量'transaction_type'
  • 'Transaction'模型删除或重命名了其实例变量'transaction_amount'
  • 'Transaction'模型删除或重命名了其实例变量'quantity'
  • 'Transaction'模型删除或重命名了其实例变量'invoice_section_id'
  • 'Transaction'模型删除或重命名了其实例变量'invoice_section_display_name'
  • 'Transaction'模型删除或重命名了其实例变量'billing_profile_id'
  • 'Transaction'模型删除或重命名了其实例变量'billing_profile_display_name'
  • 'Transaction'模型删除或重命名了其实例变量'customer_id'
  • 'Transaction'模型删除或重命名了其实例变量'customer_display_name'
  • 'Transaction'模型删除或重命名了其实例变量'subscription_id'
  • 'Transaction'模型删除或重命名了其实例变量'subscription_name'
  • 'Transaction'模型删除或重命名了其实例变量'azure_plan'
  • 'Transaction'模型删除或重命名了其实例变量'azure_credit_applied'
  • 'Transaction'模型删除或重命名了其实例变量'billing_currency'
  • 'Transaction'模型删除或重命名了其实例变量'discount'
  • 'Transaction'模型删除或重命名了其实例变量'effective_price'
  • 'Transaction'模型删除或重命名了其实例变量'exchange_rate'
  • 'Transaction'模型删除或重命名了其实例变量'market_price'
  • 'Transaction'模型删除或重命名了其实例变量'pricing_currency'
  • 'Transaction'模型删除或重命名了其实例变量'service_period_start_date'
  • 'Transaction'模型删除或重命名了其实例变量'service_period_end_date'
  • 'Transaction'模型删除或重命名了其实例变量'sub_total'
  • 'Transaction'模型删除或重命名了其实例变量'tax'
  • 'Transaction'模型删除或重命名了其实例变量'unit_of_measure'
  • “Transaction”模型删除或重命名其实例变量“units”
  • “Transaction”模型删除或重命名其实例变量“unit_type”
  • 删除或重命名模型“BillingAccountUpdateRequest”
  • 删除或重命名模型“BillingFrequency”
  • 删除或重命名模型“BillingPeriod”
  • 删除或重命名模型“BillingPeriodsListResult”
  • 删除或重命名模型“BillingPermissionsListResult”
  • 删除或重命名模型“BillingPermissionsProperties”
  • 删除或重命名模型“BillingProfileCreationRequest”
  • 删除或重命名模型“BillingProfileSpendingLimit”
  • 删除或重命名模型“BillingProfilesOnExpand”
  • 删除或重命名模型“BillingSubscriptionStatusType”
  • 删除或重命名模型“BillingSubscriptionsListResult”
  • 删除或重命名模型“Document”
  • 删除或重命名模型“DocumentType”
  • 删除或重命名模型“DownloadUrl”
  • 删除或重命名模型“Enrollment”
  • 删除或重命名模型“EnrollmentAccountContext”
  • 删除或重命名模型“EnrollmentAccountSummary”
  • 删除或重命名模型“EnrollmentPolicies”
  • 删除或重命名模型“ErrorDetails”
  • 删除或重命名模型“ErrorSubDetailsItem”
  • 删除或重命名模型“Instruction”
  • 删除或重命名模型“InstructionListResult”
  • 删除或重命名模型“InvoiceSectionCreationRequest”
  • 删除或重命名模型“InvoiceSectionListWithCreateSubPermissionResult”
  • 删除或重命名模型“InvoiceSectionsOnExpand”
  • 删除或重命名模型“Participants”
  • 删除或重命名模型“PaymentProperties”
  • 删除或重命名模型“Policy”
  • 删除或重命名模型“ProductStatusType”
  • 删除或重命名模型“ProductTransferValidationErrorCode”
  • 删除或重命名模型“ProductsListResult”
  • 删除或重命名模型“ReservationPropertyUtilization”
  • 删除或重命名模型“ReservationType”
  • 删除或重命名模型“SpendingLimitForBillingProfile”
  • 删除或重命名模型“StatusReasonCode”
  • 删除或重命名模型“StatusReasonCodeForBillingProfile”
  • 删除或重命名模型“TargetCloud”
  • 删除或重命名模型“TransactionTypeKind”
  • 删除或重命名模型“TransferBillingSubscriptionRequestProperties”
  • 删除或重命名模型“TransferProductRequestProperties”
  • 删除或重命名模型“ValidateAddressResponse”
  • 删除或重命名模型“ValidateProductTransferEligibilityError”
  • 删除或重命名模型“ValidateProductTransferEligibilityResult”
  • 删除或重命名模型“ValidateSubscriptionTransferEligibilityError”
  • 删除或重命名模型“ValidateSubscriptionTransferEligibilityResult”
  • 删除或重命名模型“ViewCharges”
  • “AddressOperations.validate”将参数“address”重命名为“parameters”,类型为“positional_or_keyword”
  • “AgreementsOperations.get”方法删除或重命名了参数“expand”,类型为“positional_or_keyword”
  • 删除或重命名方法“AvailableBalancesOperations.get”
  • “BillingAccountsOperations.get”方法删除或重命名了参数“expand”,类型为“positional_or_keyword”
  • “BillingAccountsOperations.list”方法添加了“positional_or_keyword”参数“include_all”
  • “BillingAccountsOperations.list”方法添加了“positional_or_keyword”参数“include_all_without_billing_profiles”
  • “BillingAccountsOperations.list”方法添加了“positional_or_keyword”参数“include_deleted”
  • “BillingAccountsOperations.list”方法添加了“positional_or_keyword”参数“include_pending_agreement”
  • “BillingAccountsOperations.list”方法添加了“positional_or_keyword”参数“include_resellee”
  • “BillingPermissionsOperations.list_by_customer”方法添加了“positional_or_keyword”参数“billing_profile_name”
  • 删除或重命名方法“BillingPermissionsOperations.list_by_invoice_sections”
  • “BillingProfilesOperations.get”方法删除或重命名了参数“expand”,类型为“positional_or_keyword”
  • “BillingProfilesOperations.list_by_billing_account”方法添加了“positional_or_keyword”参数“include_deleted”
  • “BillingProfilesOperations.list_by_billing_account”方法删除或重命名了参数“expand”,类型为“positional_or_keyword”
  • “BillingPropertyOperations.get”方法添加了“positional_or_keyword”参数“include_billing_country”
  • 方法 'BillingPropertyOperations.get' 插入了 'positional_or_keyword' 参数 'include_transition_status'
  • 方法 'BillingSubscriptionsOperations.begin_move' 插入了 'positional_or_keyword' 参数 'billing_subscription_name'
  • 方法 'BillingSubscriptionsOperations.get' 插入了 'positional_or_keyword' 参数 'billing_subscription_name'
  • 方法 'BillingSubscriptionsOperations.list_by_billing_account' 插入了 'positional_or_keyword' 参数 'include_deleted'
  • 方法 'BillingSubscriptionsOperations.list_by_billing_account' 插入了 'positional_or_keyword' 参数 'include_tenant_subscriptions'
  • 方法 'BillingSubscriptionsOperations.list_by_billing_account' 插入了 'positional_or_keyword' 参数 'include_failed'
  • 方法 'BillingSubscriptionsOperations.list_by_billing_profile' 插入了 'positional_or_keyword' 参数 'include_deleted'
  • 方法 'BillingSubscriptionsOperations.list_by_customer' 插入了 'positional_or_keyword' 参数 'billing_profile_name'
  • 方法 'BillingSubscriptionsOperations.list_by_customer' 插入了 'positional_or_keyword' 参数 'include_deleted'
  • 方法 'BillingSubscriptionsOperations.list_by_invoice_section' 插入了 'positional_or_keyword' 参数 'include_deleted'
  • 删除或重命名方法 'BillingSubscriptionsOperations.update'
  • 删除或重命名方法 'BillingSubscriptionsOperations.validate_move'
  • 方法 'CustomersOperations.get' 插入了 'positional_or_keyword' 参数 'billing_profile_name'
  • 方法 'CustomersOperations.get' 删除或重命名了其 'expand' 参数(类型为 'positional_or_keyword')
  • 方法 'EnrollmentAccountsOperations.get' 插入了 'positional_or_keyword' 参数 'billing_account_name'
  • 方法 'EnrollmentAccountsOperations.get' 插入了 'positional_or_keyword' 参数 'enrollment_account_name'
  • 方法 'EnrollmentAccountsOperations.get' 删除或重命名了其 'name' 参数(类型为 'positional_or_keyword')
  • 删除或重命名方法 'EnrollmentAccountsOperations.list'
  • 方法 'InvoiceSectionsOperations.list_by_billing_profile' 插入了 'positional_or_keyword' 参数 'include_deleted'
  • 方法 'InvoicesOperations.get' 删除或重命名了其 'billing_account_name' 参数(类型为 'positional_or_keyword')
  • 删除或重命名方法 'InvoicesOperations.begin_download_billing_subscription_invoice'
  • 删除或重命名方法 'InvoicesOperations.begin_download_invoice'
  • 删除或重命名方法 'InvoicesOperations.begin_download_multiple_billing_profile_invoices'
  • 删除或重命名方法 'InvoicesOperations.begin_download_multiple_billing_subscription_invoices'
  • 删除或重命名方法 'InvoicesOperations.get_by_id'
  • 删除或重命名方法 'InvoicesOperations.get_by_subscription_and_invoice_id'
  • 方法 'PoliciesOperations.get_by_customer' 插入了 'positional_or_keyword' 参数 'billing_profile_name'
  • 方法 'PoliciesOperations.get_by_customer' 插入了 'positional_or_keyword' 参数 'policy_name'
  • 删除或重命名方法 'PoliciesOperations.update'
  • 删除或重命名方法 'PoliciesOperations.update_customer'
  • 删除或重命名方法 'ProductsOperations.move'
  • 删除或重命名方法 'ProductsOperations.validate_move'
  • 方法 'ReservationsOperations.list_by_billing_account' 删除或重命名了其 'orderby' 参数(类型为 'positional_or_keyword')
  • 方法 'ReservationsOperations.list_by_billing_profile' 删除或重命名了其 'orderby' 参数(类型为 'positional_or_keyword')
  • 删除或重命名模型 'BillingPeriodsOperations'
  • 删除或重命名模型 'BillingRoleDefinitionsOperations'
  • 删除或重命名模型 'InstructionsOperations'

6.1.0b1 (2022-11-01)

新增功能

  • 模型协议新增参数 billing_profile_info
  • 模型 BillingProfileListResult 新增参数 total_count
  • 模型 BillingSubscription 新增参数 suspension_reasons
  • 模型 InvoiceListResult 新增参数 total_count
  • 模型 InvoiceSection 新增参数 tags
  • 模型 ProductsListResult 新增参数 total_count
  • 模型 TransactionListResult 新增参数 total_count

6.0.0 (2021-05-12)

特性

  • 模型 InvoiceSectionListResult 新增参数 total_count
  • 模型 OperationDisplay 新增参数 description
  • 模型 BillingSubscriptionsListResult 新增参数 total_count
  • 模型 BillingAccountUpdateRequest 新增参数 notification_email_address
  • 模型 EnrollmentAccount 新增参数 account_owner_email
  • 模型 CustomerListResult 新增参数 total_count
  • 模型 Operation 新增参数 is_data_action
  • 模型 BillingAccount 新增参数 notification_email_address
  • 模型 AddressDetails 新增参数 middle_name
  • 模型 BillingProfile 新增参数 tags
  • 模型 EnrollmentPolicies 新增参数 marketplace_enabled
  • 添加操作组 ReservationsOperations

重大变更

  • 模型的注册策略不再有参数marketplaces_enabled。

6.0.0b1 (2020-11-20)

这是beta预览版。

本版本使用下一代代码生成器,引入了重要的破坏性更改,但也引入了重要的新功能(如统一身份验证和异步编程)。

一般破坏性更改

  • 凭证系统已完全重做。

    • azure.common.credentialsmsrestazure.azure_active_directory 实例不再受支持,请使用 azure-identity 类:[https://pypi.ac.cn/project/azure-identity/](https://pypi.ac.cn/project/azure-identity/)
    • credentials 参数已重命名为 credential
  • 客户端上的 config 属性不再存在,配置应作为关键字参数传递。例如:MyClient(credential, subscription_id, enable_logging=True)。有关支持的完整选项集,请参阅azure-core 初始化文档中的参数接受

  • 您不能再导入 version 模块,请使用 __version__ 代替。

  • 以前返回 msrest.polling.LROPoller 的操作现在返回 azure.core.polling.LROPoller,并以 begin_ 前缀。

  • 异常树已简化,大多数异常现在是 azure.core.exceptions.HttpResponseError(已删除 CloudError)。

  • 大多数操作关键字参数已更改。其中一些最显著的变化

    • raw 已删除。等效功能可以使用 cls 找到,这是一个回调,将为高级用户提供对内部HTTP响应的访问
    • 有关支持的完整选项,请参阅azure-core 请求文档中的参数接受

一般新功能

  • 支持使用 typing 进行类型注解。SDKs 已准备好使用 mypy。
  • 此客户端现在具有稳定和官方的异步支持。检查您包中的 aio 命名空间以找到异步客户端。
  • 此客户端现在原生支持如 OpenCensus 或 OpenTelemetry 这样的跟踪库。有关概述,请参阅跟踪快速入门

1.0.0 (2020-10-19)

特性

  • Model ErrorDetails 有一个新参数 details
  • 添加了操作 InvoicesOperations.download_multiple_billing_subscription_invoice
  • 添加了操作 InvoicesOperations.get_by_id
  • 添加了操作 InvoicesOperations.download_invoice
  • 添加了操作 InvoicesOperations.list_by_billing_subscription
  • 添加了操作 InvoicesOperations.list_by_billing_account
  • 添加了操作 InvoicesOperations.download_billing_subscription_invoice
  • 添加了操作 InvoicesOperations.download_multiple_modern_invoice
  • 添加了操作 InvoicesOperations.list_by_billing_profile
  • 添加了操作 InvoicesOperations.get_by_subscription_and_invoice_id
  • 添加了操作组 InvoiceSectionsOperations
  • 添加了操作组 PoliciesOperations
  • 添加了操作组 InstructionsOperations
  • 添加了操作组 ProductsOperations
  • 添加了操作组 AddressOperations
  • 添加了操作组 BillingProfilesOperations
  • 添加了操作组 TransactionsOperations
  • 添加了操作组 BillingPermissionsOperations
  • 添加了操作组 BillingRoleDefinitionsOperations
  • 添加了操作组 BillingRoleAssignmentsOperations
  • 添加了操作组 BillingSubscriptionsOperations
  • 添加了操作组 AvailableBalancesOperations
  • 添加了操作组 CustomersOperations
  • 添加了操作组 AgreementsOperations
  • 添加了操作组 BillingAccountsOperations
  • 添加了操作组 BillingPropertyOperations

重大变更

  • 模型 Invoice 有一个新的签名
  • 模型 EnrollmentAccount 有一个新的签名
  • 删除了操作 InvoicesOperations.get_latest
  • 删除了操作 InvoicesOperations.list

0.2.0 (2018-03-29)

  • 添加了新的 enrollment_accounts 操作组
  • 现在所有操作组都有一个 "models" 属性

0.1.0 (2017-05-18)

  • 初始发布

项目详情


下载文件

下载适合您平台的文件。如果您不确定选择哪个,请了解有关安装包的更多信息。

源分发

azure_mgmt_billing-7.0.0.tar.gz (271.6 kB 查看哈希值)

上传时间

构建分发

azure_mgmt_billing-7.0.0-py3-none-any.whl (373.6 kB 查看哈希值)

上传时间 Python 3

由...