Skip to content

Commit 6b204ad

Browse files
author
SDKAuto
committed
CodeGen from PR 30374 in Azure/azure-rest-api-specs
Merge 0f191de82f2d588c3540f425d64813a06fbb41d3 into b107a7911ea2ae24486bc08e42b7a4166fd88f6b
1 parent 738d9da commit 6b204ad

File tree

3 files changed

+13
-8
lines changed

3 files changed

+13
-8
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
2-
"commit": "e79d9ef3e065f2dcb6bd1db51e29c62a99dff5cb",
2+
"commit": "db68b4aa664af31e8de5ff8a3424c3728fb8178a",
33
"repository_url": "https://github.com/Azure/azure-rest-api-specs",
44
"autorest": "3.10.2",
55
"use": [
66
"@autorest/[email protected]",
77
"@autorest/[email protected]"
88
],
9-
"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/[email protected] --use=@autorest/[email protected] --version=3.10.2 --version-tolerant=False",
9+
"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/[email protected] --use=@autorest/[email protected] --version=3.10.2 --version-tolerant=False",
1010
"readme": "specification/billing/resource-manager/readme.md"
1111
}

sdk/billing/azure-mgmt-billing/azure/mgmt/billing/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
77
# --------------------------------------------------------------------------
88

9-
VERSION = "7.0.0"
9+
VERSION = "0.3.0"

sdk/billing/azure-mgmt-billing/azure/mgmt/billing/models/_models_py3.py

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3890,7 +3890,8 @@ class BillingSubscription(ProxyResourceWithTags): # pylint: disable=too-many-in
38903890
:ivar next_billing_cycle_details: Next billing cycle details of the subscription.
38913891
:vartype next_billing_cycle_details: ~azure.mgmt.billing.models.NextBillingCycleDetails
38923892
:ivar offer_id: The offer ID for the subscription. This field is only available for the
3893-
Microsoft Online Services Program billing accounts.
3893+
Microsoft Online Services Program billing accounts or billing accounts with agreement type
3894+
Enterprise Agreement.
38943895
:vartype offer_id: str
38953896
:ivar product_category: The category of the product for which the subscription is purchased.
38963897
Possible values include: AzureSupport, Hardware, ReservationOrder, SaaS, SavingsPlanOrder,
@@ -4244,7 +4245,8 @@ class BillingSubscriptionAlias(ProxyResourceWithTags): # pylint: disable=too-ma
42444245
:ivar next_billing_cycle_details: Next billing cycle details of the subscription.
42454246
:vartype next_billing_cycle_details: ~azure.mgmt.billing.models.NextBillingCycleDetails
42464247
:ivar offer_id: The offer ID for the subscription. This field is only available for the
4247-
Microsoft Online Services Program billing accounts.
4248+
Microsoft Online Services Program billing accounts or billing accounts with agreement type
4249+
Enterprise Agreement.
42484250
:vartype offer_id: str
42494251
:ivar product_category: The category of the product for which the subscription is purchased.
42504252
Possible values include: AzureSupport, Hardware, ReservationOrder, SaaS, SavingsPlanOrder,
@@ -4616,7 +4618,8 @@ class BillingSubscriptionProperties(_serialization.Model): # pylint: disable=to
46164618
:ivar next_billing_cycle_details: Next billing cycle details of the subscription.
46174619
:vartype next_billing_cycle_details: ~azure.mgmt.billing.models.NextBillingCycleDetails
46184620
:ivar offer_id: The offer ID for the subscription. This field is only available for the
4619-
Microsoft Online Services Program billing accounts.
4621+
Microsoft Online Services Program billing accounts or billing accounts with agreement type
4622+
Enterprise Agreement.
46204623
:vartype offer_id: str
46214624
:ivar product_category: The category of the product for which the subscription is purchased.
46224625
Possible values include: AzureSupport, Hardware, ReservationOrder, SaaS, SavingsPlanOrder,
@@ -4938,7 +4941,8 @@ class BillingSubscriptionAliasProperties(BillingSubscriptionProperties): # pyli
49384941
:ivar next_billing_cycle_details: Next billing cycle details of the subscription.
49394942
:vartype next_billing_cycle_details: ~azure.mgmt.billing.models.NextBillingCycleDetails
49404943
:ivar offer_id: The offer ID for the subscription. This field is only available for the
4941-
Microsoft Online Services Program billing accounts.
4944+
Microsoft Online Services Program billing accounts or billing accounts with agreement type
4945+
Enterprise Agreement.
49424946
:vartype offer_id: str
49434947
:ivar product_category: The category of the product for which the subscription is purchased.
49444948
Possible values include: AzureSupport, Hardware, ReservationOrder, SaaS, SavingsPlanOrder,
@@ -5317,7 +5321,8 @@ class BillingSubscriptionPatch(ProxyResourceWithTags): # pylint: disable=too-ma
53175321
:ivar next_billing_cycle_details: Next billing cycle details of the subscription.
53185322
:vartype next_billing_cycle_details: ~azure.mgmt.billing.models.NextBillingCycleDetails
53195323
:ivar offer_id: The offer ID for the subscription. This field is only available for the
5320-
Microsoft Online Services Program billing accounts.
5324+
Microsoft Online Services Program billing accounts or billing accounts with agreement type
5325+
Enterprise Agreement.
53215326
:vartype offer_id: str
53225327
:ivar product_category: The category of the product for which the subscription is purchased.
53235328
Possible values include: AzureSupport, Hardware, ReservationOrder, SaaS, SavingsPlanOrder,

0 commit comments

Comments
 (0)