Skip to content

Commit

Permalink
typo: Microsoft.CostManagement (#4668)
Browse files Browse the repository at this point in the history
- acount -> account
- dategory -> category
- upto -> up to
- atleast -> at least
- comaprison -> comparison
- exeuction -> execution
- occuring -> occurring
- overriden -> overridden
- managment -. management
  • Loading branch information
nschonni authored and anuchandy committed Dec 4, 2018
1 parent f0eff4b commit 0a5d37b
Show file tree
Hide file tree
Showing 4 changed files with 49 additions and 49 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,7 @@
"Reports"
],
"operationId": "Reports_GetByBillingAccount",
"description": "Gets the report for a billing acount by report name.",
"description": "Gets the report for a billing account by report name.",
"externalDocs": {
"url": "https://docs.microsoft.com/en-us/rest/api/costmanagement/"
},
Expand Down Expand Up @@ -1105,7 +1105,7 @@
},
{
"name": "$expand",
"description": "May be used to expand the properties/data within a dimension dategory. By default, data is not included when listing dimensions.",
"description": "May be used to expand the properties/data within a dimension category. By default, data is not included when listing dimensions.",
"in": "query",
"required": false,
"type": "string"
Expand Down Expand Up @@ -1178,7 +1178,7 @@
},
{
"name": "$expand",
"description": "May be used to expand the properties/data within a dimension dategory. By default, data is not included when listing dimensions.",
"description": "May be used to expand the properties/data within a dimension category. By default, data is not included when listing dimensions.",
"in": "query",
"required": false,
"type": "string"
Expand Down Expand Up @@ -1254,7 +1254,7 @@
},
{
"name": "$expand",
"description": "May be used to expand the properties/data within a dimension dategory. By default, data is not included when listing dimensions.",
"description": "May be used to expand the properties/data within a dimension category. By default, data is not included when listing dimensions.",
"in": "query",
"required": false,
"type": "string"
Expand Down Expand Up @@ -2355,15 +2355,15 @@
},
"aggregation": {
"type": "object",
"description": "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.",
"description": "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.",
"additionalProperties": {
"type": "object",
"$ref": "#/definitions/ReportAggregation"
},
"maxItems": 2
},
"grouping": {
"description": "Array of group by expression to use in the report. Report can have upto 2 group by clauses.",
"description": "Array of group by expression to use in the report. Report can have up to 2 group by clauses.",
"type": "array",
"items": {
"$ref": "#/definitions/ReportGrouping"
Expand Down Expand Up @@ -2434,15 +2434,15 @@
"description": "The filter expression to be used in the report.",
"properties": {
"and": {
"description": "The logical \"AND\" expression. Must have atleast 2 items.",
"description": "The logical \"AND\" expression. Must have at least 2 items.",
"type": "array",
"items": {
"$ref": "#/definitions/ReportFilter"
},
"minItems": 2
},
"or": {
"description": "The logical \"OR\" expression. Must have atleast 2 items.",
"description": "The logical \"OR\" expression. Must have at least 2 items.",
"type": "array",
"items": {
"$ref": "#/definitions/ReportFilter"
Expand Down Expand Up @@ -2479,7 +2479,7 @@
"description": "The comparison expression to be used in the report.",
"properties": {
"name": {
"description": "The name of the column to use in comaprison.",
"description": "The name of the column to use in comparison.",
"type": "string"
},
"operator": {
Expand Down Expand Up @@ -2522,7 +2522,7 @@
}
},
"ReportExecution" : {
"description": "A report exeuction.",
"description": "A report execution.",
"type": "object",
"allOf": [
{
Expand Down Expand Up @@ -2756,7 +2756,7 @@
"x-ms-mutability": [
"read",
"create"
],
],
"description": "Connector location"
},
"tags": {
Expand All @@ -2770,7 +2770,7 @@
"update"
],
"description": "Resource tags."
},
},
"properties": {
"x-ms-client-flatten": true,
"$ref": "#/definitions/ConnectorProperties",
Expand Down Expand Up @@ -2923,7 +2923,7 @@
"errorStartTime": {
"format": "date-time",
"type": "string",
"description": "Time the error started occuring (Last time error occurred in lastRun)",
"description": "Time the error started occurring (Last time error occurred in lastRun)",
"readOnly": true
}
}
Expand Down Expand Up @@ -2964,7 +2964,7 @@
"type": "string",
"readOnly": true,
"description": "Alert type"
},
},
"properties": {
"x-ms-client-flatten": true,
"$ref": "#/definitions/AlertProperties",
Expand Down Expand Up @@ -3024,7 +3024,7 @@
},
"closeTime": {
"format": "date-time",
"description": "The time when the alert was closed (resolved / overriden).",
"description": "The time when the alert was closed (resolved / overridden).",
"type": "string",
"readOnly": true
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
},
{
"name": "$expand",
"description": "May be used to expand the properties/data within a dimension dategory. By default, data is not included when listing dimensions.",
"description": "May be used to expand the properties/data within a dimension category. By default, data is not included when listing dimensions.",
"in": "query",
"required": false,
"type": "string"
Expand Down Expand Up @@ -153,7 +153,7 @@
},
{
"name": "$expand",
"description": "May be used to expand the properties/data within a dimension dategory. By default, data is not included when listing dimensions.",
"description": "May be used to expand the properties/data within a dimension category. By default, data is not included when listing dimensions.",
"in": "query",
"required": false,
"type": "string"
Expand Down Expand Up @@ -235,7 +235,7 @@
},
{
"name": "$expand",
"description": "May be used to expand the properties/data within a dimension dategory. By default, data is not included when listing dimensions.",
"description": "May be used to expand the properties/data within a dimension category. By default, data is not included when listing dimensions.",
"in": "query",
"required": false,
"type": "string"
Expand Down Expand Up @@ -314,7 +314,7 @@
},
{
"name": "$expand",
"description": "May be used to expand the properties/data within a dimension dategory. By default, data is not included when listing dimensions.",
"description": "May be used to expand the properties/data within a dimension category. By default, data is not included when listing dimensions.",
"in": "query",
"required": false,
"type": "string"
Expand Down Expand Up @@ -387,7 +387,7 @@
},
{
"name": "$expand",
"description": "May be used to expand the properties/data within a dimension dategory. By default, data is not included when listing dimensions.",
"description": "May be used to expand the properties/data within a dimension category. By default, data is not included when listing dimensions.",
"in": "query",
"required": false,
"type": "string"
Expand Down Expand Up @@ -565,7 +565,7 @@
},
{
"name": "$expand",
"description": "May be used to expand the properties/data within a dimension dategory. By default, data is not included when listing dimensions.",
"description": "May be used to expand the properties/data within a dimension category. By default, data is not included when listing dimensions.",
"in": "query",
"required": false,
"type": "string"
Expand Down Expand Up @@ -1048,7 +1048,7 @@
"Query"
],
"operationId": "Query_UsageByManagmentGroup",
"description": "Lists the usage data for managment group.",
"description": "Lists the usage data for management group.",
"externalDocs": {
"url": "https://docs.microsoft.com/en-us/rest/api/costmanagement/"
},
Expand Down Expand Up @@ -1102,7 +1102,7 @@
"Forecast"
],
"operationId": "Forecast_UsageByManagmentGroup",
"description": "Lists the usage data for managment group.",
"description": "Lists the usage data for management group.",
"externalDocs": {
"url": "https://docs.microsoft.com/en-us/rest/api/costmanagement/"
},
Expand Down Expand Up @@ -1318,15 +1318,15 @@
},
"aggregation": {
"type": "object",
"description": "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.",
"description": "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.",
"additionalProperties": {
"type": "object",
"$ref": "#/definitions/ReportConfigAggregation"
},
"maxItems": 2
},
"grouping": {
"description": "Array of group by expression to use in the report. Report can have upto 2 group by clauses.",
"description": "Array of group by expression to use in the report. Report can have up to 2 group by clauses.",
"type": "array",
"items": {
"$ref": "#/definitions/ReportConfigGrouping"
Expand Down Expand Up @@ -1424,15 +1424,15 @@
"description": "The filter expression to be used in the report.",
"properties": {
"and": {
"description": "The logical \"AND\" expression. Must have atleast 2 items.",
"description": "The logical \"AND\" expression. Must have at least 2 items.",
"type": "array",
"items": {
"$ref": "#/definitions/ReportConfigFilter"
},
"minItems": 2
},
"or": {
"description": "The logical \"OR\" expression. Must have atleast 2 items.",
"description": "The logical \"OR\" expression. Must have at least 2 items.",
"type": "array",
"items": {
"$ref": "#/definitions/ReportConfigFilter"
Expand Down Expand Up @@ -1469,7 +1469,7 @@
"description": "The comparison expression to be used in the report.",
"properties": {
"name": {
"description": "The name of the column to use in comaprison.",
"description": "The name of the column to use in comparison.",
"type": "string"
},
"operator": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@
},
{
"name": "$expand",
"description": "May be used to expand the properties/data within a dimension dategory. By default, data is not included when listing dimensions.",
"description": "May be used to expand the properties/data within a dimension category. By default, data is not included when listing dimensions.",
"in": "query",
"required": false,
"type": "string"
Expand Down Expand Up @@ -502,7 +502,7 @@
},
{
"name": "$expand",
"description": "May be used to expand the properties/data within a dimension dategory. By default, data is not included when listing dimensions.",
"description": "May be used to expand the properties/data within a dimension category. By default, data is not included when listing dimensions.",
"in": "query",
"required": false,
"type": "string"
Expand Down Expand Up @@ -578,7 +578,7 @@
},
{
"name": "$expand",
"description": "May be used to expand the properties/data within a dimension dategory. By default, data is not included when listing dimensions.",
"description": "May be used to expand the properties/data within a dimension category. By default, data is not included when listing dimensions.",
"in": "query",
"required": false,
"type": "string"
Expand Down Expand Up @@ -1094,15 +1094,15 @@
},
"aggregation": {
"type": "object",
"description": "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.",
"description": "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.",
"additionalProperties": {
"type": "object",
"$ref": "#/definitions/ReportConfigAggregation"
},
"maxItems": 2
},
"grouping": {
"description": "Array of group by expression to use in the report. Report can have upto 2 group by clauses.",
"description": "Array of group by expression to use in the report. Report can have up to 2 group by clauses.",
"type": "array",
"items": {
"$ref": "#/definitions/ReportConfigGrouping"
Expand Down Expand Up @@ -1173,15 +1173,15 @@
"description": "The filter expression to be used in the report.",
"properties": {
"and": {
"description": "The logical \"AND\" expression. Must have atleast 2 items.",
"description": "The logical \"AND\" expression. Must have at least 2 items.",
"type": "array",
"items": {
"$ref": "#/definitions/ReportConfigFilter"
},
"minItems": 2
},
"or": {
"description": "The logical \"OR\" expression. Must have atleast 2 items.",
"description": "The logical \"OR\" expression. Must have at least 2 items.",
"type": "array",
"items": {
"$ref": "#/definitions/ReportConfigFilter"
Expand Down Expand Up @@ -1218,7 +1218,7 @@
"description": "The comparison expression to be used in the report.",
"properties": {
"name": {
"description": "The name of the column to use in comaprison.",
"description": "The name of the column to use in comparison.",
"type": "string"
},
"operator": {
Expand Down
Loading

0 comments on commit 0a5d37b

Please sign in to comment.