Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[AutoPR consumption/resource-manager] typo: Microsoft.Consumption #3924

Merged
Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class Budget(ProxyResource):
:vartype name: str
:ivar type: Resource type.
:vartype type: str
:param e_tag: eTag of the resource. To handle concurrent update scenarion,
:param e_tag: eTag of the resource. To handle concurrent update scenario,
this field will be used to determine whether the user is updating the
latest version or not.
:type e_tag: str
Expand All @@ -43,7 +43,7 @@ class Budget(ProxyResource):
start date must be first of the month and should be less than the end
date. Budget start date must be on or after June 1, 2017. Future start
date should not be more than three months. Past start date should be
selected within the timegrain preiod. There are no restrictions on the end
selected within the timegrain period. There are no restrictions on the end
date.
:type time_period: ~azure.mgmt.consumption.models.BudgetTimePeriod
:param filters: May be used to filter budgets by resource group, resource,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class Budget(ProxyResource):
:vartype name: str
:ivar type: Resource type.
:vartype type: str
:param e_tag: eTag of the resource. To handle concurrent update scenarion,
:param e_tag: eTag of the resource. To handle concurrent update scenario,
this field will be used to determine whether the user is updating the
latest version or not.
:type e_tag: str
Expand All @@ -43,7 +43,7 @@ class Budget(ProxyResource):
start date must be first of the month and should be less than the end
date. Budget start date must be on or after June 1, 2017. Future start
date should not be more than three months. Past start date should be
selected within the timegrain preiod. There are no restrictions on the end
selected within the timegrain period. There are no restrictions on the end
date.
:type time_period: ~azure.mgmt.consumption.models.BudgetTimePeriod
:param filters: May be used to filter budgets by resource group, resource,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class ProxyResource(Model):
:vartype name: str
:ivar type: Resource type.
:vartype type: str
:param e_tag: eTag of the resource. To handle concurrent update scenarion,
:param e_tag: eTag of the resource. To handle concurrent update scenario,
this field will be used to determine whether the user is updating the
latest version or not.
:type e_tag: str
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class ProxyResource(Model):
:vartype name: str
:ivar type: Resource type.
:vartype type: str
:param e_tag: eTag of the resource. To handle concurrent update scenarion,
:param e_tag: eTag of the resource. To handle concurrent update scenario,
this field will be used to determine whether the user is updating the
latest version or not.
:type e_tag: str
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class ReservationDetail(Resource):
to which the reservation benefit can be applied to.
:vartype reservation_id: str
:ivar sku_name: This is the ARM Sku name. It can be used to join with the
servicetype field in additoinalinfo in usage records.
serviceType field in additional info in usage records.
:vartype sku_name: str
:ivar reserved_hours: This is the total hours reserved for the day. E.g.
if reservation for 1 instance was made on 1 PM, this will be 11 hours for
Expand All @@ -51,7 +51,7 @@ class ReservationDetail(Resource):
fully qualified Resource ID.
:vartype instance_id: str
:ivar total_reserved_quantity: This is the total count of instances that
are reserved for the reservationid.
are reserved for the reservationId.
:vartype total_reserved_quantity: decimal.Decimal
"""

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class ReservationDetail(Resource):
to which the reservation benefit can be applied to.
:vartype reservation_id: str
:ivar sku_name: This is the ARM Sku name. It can be used to join with the
servicetype field in additoinalinfo in usage records.
serviceType field in additional info in usage records.
:vartype sku_name: str
:ivar reserved_hours: This is the total hours reserved for the day. E.g.
if reservation for 1 instance was made on 1 PM, this will be 11 hours for
Expand All @@ -51,7 +51,7 @@ class ReservationDetail(Resource):
fully qualified Resource ID.
:vartype instance_id: str
:ivar total_reserved_quantity: This is the total count of instances that
are reserved for the reservationid.
are reserved for the reservationId.
:vartype total_reserved_quantity: decimal.Decimal
"""

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class ReservationRecommendation(Model):
:ivar cost_with_no_reserved_instances: The total amount of cost without
reserved instances.
:vartype cost_with_no_reserved_instances: decimal.Decimal
:ivar recommended_quantity: Recomended quality for reserved instances.
:ivar recommended_quantity: Recommended quality for reserved instances.
:vartype recommended_quantity: decimal.Decimal
:ivar total_cost_with_reserved_instances: The total amount of cost with
reserved instances.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class ReservationRecommendation(Model):
:ivar cost_with_no_reserved_instances: The total amount of cost without
reserved instances.
:vartype cost_with_no_reserved_instances: decimal.Decimal
:ivar recommended_quantity: Recomended quality for reserved instances.
:ivar recommended_quantity: Recommended quality for reserved instances.
:vartype recommended_quantity: decimal.Decimal
:ivar total_cost_with_reserved_instances: The total amount of cost with
reserved instances.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class ReservationSummary(Resource):
to which the reservation benefit can be applied to.
:vartype reservation_id: str
:ivar sku_name: This is the ARM Sku name. It can be used to join with the
servicetype field in additoinalinfo in usage records.
serviceType field in additional info in usage records.
:vartype sku_name: str
:ivar reserved_hours: This is the total hours reserved. E.g. if
reservation for 1 instance was made on 1 PM, this will be 11 hours for
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class ReservationSummary(Resource):
to which the reservation benefit can be applied to.
:vartype reservation_id: str
:ivar sku_name: This is the ARM Sku name. It can be used to join with the
servicetype field in additoinalinfo in usage records.
serviceType field in additional info in usage records.
:vartype sku_name: str
:ivar reserved_hours: This is the total hours reserved. E.g. if
reservation for 1 instance was made on 1 PM, this will be 11 hours for
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class TagsResult(ProxyResource):
:vartype name: str
:ivar type: Resource type.
:vartype type: str
:param e_tag: eTag of the resource. To handle concurrent update scenarion,
:param e_tag: eTag of the resource. To handle concurrent update scenario,
this field will be used to determine whether the user is updating the
latest version or not.
:type e_tag: str
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class TagsResult(ProxyResource):
:vartype name: str
:ivar type: Resource type.
:vartype type: str
:param e_tag: eTag of the resource. To handle concurrent update scenarion,
:param e_tag: eTag of the resource. To handle concurrent update scenario,
this field will be used to determine whether the user is updating the
latest version or not.
:type e_tag: str
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,8 @@ def internal_paging(next_link=None, raw=False):
def list_by_billing_period(
self, billing_period_name, filter=None, top=None, skiptoken=None, custom_headers=None, raw=False, **operation_config):
"""Lists the marketplaces for a scope by billing period and
subscripotionId. Marketplaces are available via this API only for May
1, 2014 or later.
subscriptionId. Marketplaces are available via this API only for May 1,
2014 or later.

:param billing_period_name: Billing Period Name.
:type billing_period_name: str
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def __init__(self, client, config, serializer, deserializer):

def list(
self, filter=None, custom_headers=None, raw=False, **operation_config):
"""List of recomendations for purchasing reserved instances.
"""List of recommendations for purchasing reserved instances.

:param filter: May be used to filter reservationRecommendations by
properties/scope and properties/lookBackPeriod.
Expand Down