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 cost-management/resource-manager] Editing #4008

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
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 comparison.
:param name: Required. The name of the column to use in comaprison.
: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 comparison.
:param name: Required. The name of the column to use in comaprison.
: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 up to 2 aggregation clauses.
aggregated column. Report can have upto 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 up to 2 group by clauses.
can have upto 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 up to 2 aggregation clauses.
aggregated column. Report can have upto 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 up to 2 group by clauses.
can have upto 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 at least 2
:param and_property: The logical "AND" expression. Must have atleast 2
items.
:type and_property:
list[~azure.mgmt.costmanagement.models.ReportConfigFilter]
:param or_property: The logical "OR" expression. Must have at least 2
:param or_property: The logical "OR" expression. Must have atleast 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 at least 2
:param and_property: The logical "AND" expression. Must have atleast 2
items.
:type and_property:
list[~azure.mgmt.costmanagement.models.ReportConfigFilter]
:param or_property: The logical "OR" expression. Must have at least 2
:param or_property: The logical "OR" expression. Must have atleast 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 category. By default, data is not included when listing
dimension dategory. 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 category. By default, data is not included when listing
dimension dategory. 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 category. By default, data is not included when listing
dimension dategory. By default, data is not included when listing
dimensions.
:type expand: str
:param skiptoken: Skiptoken is only used if a previous operation
Expand Down