Skip to content

Commit

Permalink
CodeGen from PR 30374 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Merge 67aa2b2076b794a0f952392109040d71e56f6072 into b89db98a274e55321fd1aa978bc26a27fd30cd98
  • Loading branch information
SDKAuto committed Oct 4, 2024
1 parent 55632a7 commit 61092c9
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 8 deletions.
4 changes: 2 additions & 2 deletions sdk/billing/azure-mgmt-billing/_meta.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"commit": "e79d9ef3e065f2dcb6bd1db51e29c62a99dff5cb",
"commit": "22c22ea3ef478b2764b257d94073ed5b295974d4",
"repository_url": "https://github.com/Azure/azure-rest-api-specs",
"autorest": "3.10.2",
"use": [
"@autorest/python@6.19.0",
"@autorest/modelerfour@4.27.0"
],
"autorest_command": "autorest specification/billing/resource-manager/readme.md --generate-sample=True --generate-test=True --include-x-ms-examples-original-file=True --python --python-sdks-folder=/home/vsts/work/1/azure-sdk-for-python/sdk --use=@autorest/python@6.19.0 --use=@autorest/modelerfour@4.27.0 --version=3.10.2 --version-tolerant=False",
"autorest_command": "autorest specification/billing/resource-manager/readme.md --generate-sample=True --generate-test=True --include-x-ms-examples-original-file=True --python --python-sdks-folder=/mnt/vss/_work/1/s/azure-sdk-for-python/sdk --use=@autorest/python@6.19.0 --use=@autorest/modelerfour@4.27.0 --version=3.10.2 --version-tolerant=False",
"readme": "specification/billing/resource-manager/readme.md"
}
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
# --------------------------------------------------------------------------

VERSION = "7.0.0"
VERSION = "0.3.0"
Original file line number Diff line number Diff line change
Expand Up @@ -3890,7 +3890,8 @@ class BillingSubscription(ProxyResourceWithTags): # pylint: disable=too-many-in
:ivar next_billing_cycle_details: Next billing cycle details of the subscription.
:vartype next_billing_cycle_details: ~azure.mgmt.billing.models.NextBillingCycleDetails
:ivar offer_id: The offer ID for the subscription. This field is only available for the
Microsoft Online Services Program billing accounts.
Microsoft Online Services Program billing accounts or billing accounts with agreement type
Enterprise Agreement.
:vartype offer_id: str
:ivar product_category: The category of the product for which the subscription is purchased.
Possible values include: AzureSupport, Hardware, ReservationOrder, SaaS, SavingsPlanOrder,
Expand Down Expand Up @@ -4244,7 +4245,8 @@ class BillingSubscriptionAlias(ProxyResourceWithTags): # pylint: disable=too-ma
:ivar next_billing_cycle_details: Next billing cycle details of the subscription.
:vartype next_billing_cycle_details: ~azure.mgmt.billing.models.NextBillingCycleDetails
:ivar offer_id: The offer ID for the subscription. This field is only available for the
Microsoft Online Services Program billing accounts.
Microsoft Online Services Program billing accounts or billing accounts with agreement type
Enterprise Agreement.
:vartype offer_id: str
:ivar product_category: The category of the product for which the subscription is purchased.
Possible values include: AzureSupport, Hardware, ReservationOrder, SaaS, SavingsPlanOrder,
Expand Down Expand Up @@ -4616,7 +4618,8 @@ class BillingSubscriptionProperties(_serialization.Model): # pylint: disable=to
:ivar next_billing_cycle_details: Next billing cycle details of the subscription.
:vartype next_billing_cycle_details: ~azure.mgmt.billing.models.NextBillingCycleDetails
:ivar offer_id: The offer ID for the subscription. This field is only available for the
Microsoft Online Services Program billing accounts.
Microsoft Online Services Program billing accounts or billing accounts with agreement type
Enterprise Agreement.
:vartype offer_id: str
:ivar product_category: The category of the product for which the subscription is purchased.
Possible values include: AzureSupport, Hardware, ReservationOrder, SaaS, SavingsPlanOrder,
Expand Down Expand Up @@ -4938,7 +4941,8 @@ class BillingSubscriptionAliasProperties(BillingSubscriptionProperties): # pyli
:ivar next_billing_cycle_details: Next billing cycle details of the subscription.
:vartype next_billing_cycle_details: ~azure.mgmt.billing.models.NextBillingCycleDetails
:ivar offer_id: The offer ID for the subscription. This field is only available for the
Microsoft Online Services Program billing accounts.
Microsoft Online Services Program billing accounts or billing accounts with agreement type
Enterprise Agreement.
:vartype offer_id: str
:ivar product_category: The category of the product for which the subscription is purchased.
Possible values include: AzureSupport, Hardware, ReservationOrder, SaaS, SavingsPlanOrder,
Expand Down Expand Up @@ -5317,7 +5321,8 @@ class BillingSubscriptionPatch(ProxyResourceWithTags): # pylint: disable=too-ma
:ivar next_billing_cycle_details: Next billing cycle details of the subscription.
:vartype next_billing_cycle_details: ~azure.mgmt.billing.models.NextBillingCycleDetails
:ivar offer_id: The offer ID for the subscription. This field is only available for the
Microsoft Online Services Program billing accounts.
Microsoft Online Services Program billing accounts or billing accounts with agreement type
Enterprise Agreement.
:vartype offer_id: str
:ivar product_category: The category of the product for which the subscription is purchased.
Possible values include: AzureSupport, Hardware, ReservationOrder, SaaS, SavingsPlanOrder,
Expand Down

0 comments on commit 61092c9

Please sign in to comment.