Skip to content

Commit

Permalink
[AutoPR cost-management/resource-manager] typo: Microsoft.CostManagem…
Browse files Browse the repository at this point in the history
…ent (#3929)

* Generated from 56aef8383527613e2ee15566cd34c6b92fd07647

typo: Microsoft.CostManagement

- acount -> account
- dategory -> category
- upto -> up to
- atleast -> at least
- comaprison -> comparison
- exeuction -> execution
- occuring -> occurring
- overriden -> overridden
- managment -. management

* Packaging update of azure-mgmt-costmanagement
  • Loading branch information
AutorestCI authored Dec 4, 2018
1 parent 18172d8 commit 0ca6c34
Show file tree
Hide file tree
Showing 10 changed files with 16 additions and 13 deletions.
3 changes: 3 additions & 0 deletions azure-mgmt-costmanagement/MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
include *.rst
include azure/__init__.py
include azure/mgmt/__init__.py

Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class ReportConfigComparisonExpression(Model):
All required parameters must be populated in order to send to Azure.
:param name: Required. The name of the column to use in comaprison.
:param name: Required. The name of the column to use in comparison.
:type name: str
:ivar operator: Required. The operator to use for comparison. Default
value: "In" .
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class ReportConfigComparisonExpression(Model):
All required parameters must be populated in order to send to Azure.
:param name: Required. The name of the column to use in comaprison.
:param name: Required. The name of the column to use in comparison.
:type name: str
:ivar operator: Required. The operator to use for comparison. Default
value: "In" .
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ class ReportConfigDataset(Model):
~azure.mgmt.costmanagement.models.ReportConfigDatasetConfiguration
:param aggregation: Dictionary of aggregation expression to use in the
report. The key of each item in the dictionary is the alias for the
aggregated column. Report can have upto 2 aggregation clauses.
aggregated column. Report can have up to 2 aggregation clauses.
:type aggregation: dict[str,
~azure.mgmt.costmanagement.models.ReportConfigAggregation]
:param grouping: Array of group by expression to use in the report. Report
can have upto 2 group by clauses.
can have up to 2 group by clauses.
:type grouping:
list[~azure.mgmt.costmanagement.models.ReportConfigGrouping]
:param filter: Has filter expression to use in the report.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ class ReportConfigDataset(Model):
~azure.mgmt.costmanagement.models.ReportConfigDatasetConfiguration
:param aggregation: Dictionary of aggregation expression to use in the
report. The key of each item in the dictionary is the alias for the
aggregated column. Report can have upto 2 aggregation clauses.
aggregated column. Report can have up to 2 aggregation clauses.
:type aggregation: dict[str,
~azure.mgmt.costmanagement.models.ReportConfigAggregation]
:param grouping: Array of group by expression to use in the report. Report
can have upto 2 group by clauses.
can have up to 2 group by clauses.
:type grouping:
list[~azure.mgmt.costmanagement.models.ReportConfigGrouping]
:param filter: Has filter expression to use in the report.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
class ReportConfigFilter(Model):
"""The filter expression to be used in the report.
:param and_property: The logical "AND" expression. Must have atleast 2
:param and_property: The logical "AND" expression. Must have at least 2
items.
:type and_property:
list[~azure.mgmt.costmanagement.models.ReportConfigFilter]
:param or_property: The logical "OR" expression. Must have atleast 2
:param or_property: The logical "OR" expression. Must have at least 2
items.
:type or_property:
list[~azure.mgmt.costmanagement.models.ReportConfigFilter]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
class ReportConfigFilter(Model):
"""The filter expression to be used in the report.
:param and_property: The logical "AND" expression. Must have atleast 2
:param and_property: The logical "AND" expression. Must have at least 2
items.
:type and_property:
list[~azure.mgmt.costmanagement.models.ReportConfigFilter]
:param or_property: The logical "OR" expression. Must have atleast 2
:param or_property: The logical "OR" expression. Must have at least 2
items.
:type or_property:
list[~azure.mgmt.costmanagement.models.ReportConfigFilter]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def list(
Supported operators are 'eq','lt', 'gt', 'le', 'ge'.
:type filter: str
:param expand: May be used to expand the properties/data within a
dimension dategory. By default, data is not included when listing
dimension category. By default, data is not included when listing
dimensions.
:type expand: str
:param skiptoken: Skiptoken is only used if a previous operation
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def list(
Supported operators are 'eq','lt', 'gt', 'le', 'ge'.
:type filter: str
:param expand: May be used to expand the properties/data within a
dimension dategory. By default, data is not included when listing
dimension category. By default, data is not included when listing
dimensions.
:type expand: str
:param skiptoken: Skiptoken is only used if a previous operation
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def list(
Supported operators are 'eq','lt', 'gt', 'le', 'ge'.
:type filter: str
:param expand: May be used to expand the properties/data within a
dimension dategory. By default, data is not included when listing
dimension category. By default, data is not included when listing
dimensions.
:type expand: str
:param skiptoken: Skiptoken is only used if a previous operation
Expand Down

0 comments on commit 0ca6c34

Please sign in to comment.