From 0be68ac532f41089d0bef03578df5e1837daa65e Mon Sep 17 00:00:00 2001 From: Azure SDK for Python bot Date: Mon, 25 Mar 2019 15:45:12 -0700 Subject: [PATCH] Generated from d7f3f36ab83e124204a6ff6a9daabccdbdb2bee0 (#4655) typo: consumption/resource-manager/Microsoft.Consumption - chages -> charges - Cylce -> Cycle --- .../azure/mgmt/consumption/models/enrollment.py | 10 +++++----- .../azure/mgmt/consumption/models/enrollment_py3.py | 10 +++++----- .../charges_by_billing_account_operations.py | 2 +- .../charges_by_billing_profile_operations.py | 2 +- .../charges_by_invoice_section_operations.py | 2 +- 5 files changed, 13 insertions(+), 13 deletions(-) diff --git a/azure-mgmt-consumption/azure/mgmt/consumption/models/enrollment.py b/azure-mgmt-consumption/azure/mgmt/consumption/models/enrollment.py index 21b0e2a7fbf9..ada250586825 100644 --- a/azure-mgmt-consumption/azure/mgmt/consumption/models/enrollment.py +++ b/azure-mgmt-consumption/azure/mgmt/consumption/models/enrollment.py @@ -34,8 +34,8 @@ class Enrollment(Model): :vartype country_code: str :ivar status: Enrollment status :vartype status: str - :ivar billing_cylce: Enrollment billing cycle - :vartype billing_cylce: str + :ivar billing_cycle: Enrollment billing cycle + :vartype billing_cycle: str """ _validation = { @@ -47,7 +47,7 @@ class Enrollment(Model): 'language': {'readonly': True}, 'country_code': {'readonly': True}, 'status': {'readonly': True}, - 'billing_cylce': {'readonly': True}, + 'billing_cycle': {'readonly': True}, } _attribute_map = { @@ -59,7 +59,7 @@ class Enrollment(Model): 'language': {'key': 'language', 'type': 'str'}, 'country_code': {'key': 'countryCode', 'type': 'str'}, 'status': {'key': 'status', 'type': 'str'}, - 'billing_cylce': {'key': 'billingCylce', 'type': 'str'}, + 'billing_cycle': {'key': 'billingCycle', 'type': 'str'}, } def __init__(self, **kwargs): @@ -72,4 +72,4 @@ def __init__(self, **kwargs): self.language = None self.country_code = None self.status = None - self.billing_cylce = None + self.billing_cycle = None diff --git a/azure-mgmt-consumption/azure/mgmt/consumption/models/enrollment_py3.py b/azure-mgmt-consumption/azure/mgmt/consumption/models/enrollment_py3.py index 838b870034e7..951c042eec57 100644 --- a/azure-mgmt-consumption/azure/mgmt/consumption/models/enrollment_py3.py +++ b/azure-mgmt-consumption/azure/mgmt/consumption/models/enrollment_py3.py @@ -34,8 +34,8 @@ class Enrollment(Model): :vartype country_code: str :ivar status: Enrollment status :vartype status: str - :ivar billing_cylce: Enrollment billing cycle - :vartype billing_cylce: str + :ivar billing_cycle: Enrollment billing cycle + :vartype billing_cycle: str """ _validation = { @@ -47,7 +47,7 @@ class Enrollment(Model): 'language': {'readonly': True}, 'country_code': {'readonly': True}, 'status': {'readonly': True}, - 'billing_cylce': {'readonly': True}, + 'billing_cycle': {'readonly': True}, } _attribute_map = { @@ -59,7 +59,7 @@ class Enrollment(Model): 'language': {'key': 'language', 'type': 'str'}, 'country_code': {'key': 'countryCode', 'type': 'str'}, 'status': {'key': 'status', 'type': 'str'}, - 'billing_cylce': {'key': 'billingCylce', 'type': 'str'}, + 'billing_cycle': {'key': 'billingCycle', 'type': 'str'}, } def __init__(self, **kwargs) -> None: @@ -72,4 +72,4 @@ def __init__(self, **kwargs) -> None: self.language = None self.country_code = None self.status = None - self.billing_cylce = None + self.billing_cycle = None diff --git a/azure-mgmt-consumption/azure/mgmt/consumption/operations/charges_by_billing_account_operations.py b/azure-mgmt-consumption/azure/mgmt/consumption/operations/charges_by_billing_account_operations.py index aec49e1ddf75..2791ac1e24a6 100644 --- a/azure-mgmt-consumption/azure/mgmt/consumption/operations/charges_by_billing_account_operations.py +++ b/azure-mgmt-consumption/azure/mgmt/consumption/operations/charges_by_billing_account_operations.py @@ -41,7 +41,7 @@ def list( """Lists the charges by billingAccountId for given start and end date. Start and end date are used to determine the billing period. For current month, the data will be provided from month to date. If there - are no chages for a month then that month will show all zeroes. + are no charges for a month then that month will show all zeroes. :param billing_account_id: BillingAccount ID :type billing_account_id: str diff --git a/azure-mgmt-consumption/azure/mgmt/consumption/operations/charges_by_billing_profile_operations.py b/azure-mgmt-consumption/azure/mgmt/consumption/operations/charges_by_billing_profile_operations.py index d69b70832bc7..5d1fb92f3d76 100644 --- a/azure-mgmt-consumption/azure/mgmt/consumption/operations/charges_by_billing_profile_operations.py +++ b/azure-mgmt-consumption/azure/mgmt/consumption/operations/charges_by_billing_profile_operations.py @@ -41,7 +41,7 @@ def list( """Lists the charges by billing profile id for given start and end date. Start and end date are used to determine the billing period. For current month, the data will be provided from month to date. If there - are no chages for a month then that month will show all zeroes. + are no charges for a month then that month will show all zeroes. :param billing_account_id: BillingAccount ID :type billing_account_id: str diff --git a/azure-mgmt-consumption/azure/mgmt/consumption/operations/charges_by_invoice_section_operations.py b/azure-mgmt-consumption/azure/mgmt/consumption/operations/charges_by_invoice_section_operations.py index 981b328ac772..52bf4751e715 100644 --- a/azure-mgmt-consumption/azure/mgmt/consumption/operations/charges_by_invoice_section_operations.py +++ b/azure-mgmt-consumption/azure/mgmt/consumption/operations/charges_by_invoice_section_operations.py @@ -41,7 +41,7 @@ def list( """Lists the charges by invoice section id for given start and end date. Start and end date are used to determine the billing period. For current month, the data will be provided from month to date. If there - are no chages for a month then that month will show all zeroes. + are no charges for a month then that month will show all zeroes. :param billing_account_id: BillingAccount ID :type billing_account_id: str