Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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": "5c0049b4943fbd95ac8096212f696d97bf53b80a",
"repository_url": "https://github.com/Azure/azure-rest-api-specs",
"autorest": "3.10.2",
"use": [
"@autorest/[email protected]",
"@autorest/[email protected]"
],
"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",
"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",
"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