From 56aef8383527613e2ee15566cd34c6b92fd07647 Mon Sep 17 00:00:00 2001 From: Nick Schonning Date: Sat, 1 Dec 2018 13:49:24 -0500 Subject: [PATCH] typo: Microsoft.CostManagement - acount -> account - dategory -> category - upto -> up to - atleast -> at least - comaprison -> comparison - exeuction -> execution - occuring -> occurring - overriden -> overridden - managment -. management --- .../2018-08-01-preview/costmanagement.json | 30 +++++++++---------- .../2018-12-01-preview/costmanagement.json | 26 ++++++++-------- .../stable/2018-05-31/costmanagement.json | 16 +++++----- .../stable/2018-08-31/costmanagement.json | 26 ++++++++-------- 4 files changed, 49 insertions(+), 49 deletions(-) diff --git a/specification/cost-management/resource-manager/Microsoft.CostManagement/preview/2018-08-01-preview/costmanagement.json b/specification/cost-management/resource-manager/Microsoft.CostManagement/preview/2018-08-01-preview/costmanagement.json index 2cada3c5bc95..39a8195423e8 100644 --- a/specification/cost-management/resource-manager/Microsoft.CostManagement/preview/2018-08-01-preview/costmanagement.json +++ b/specification/cost-management/resource-manager/Microsoft.CostManagement/preview/2018-08-01-preview/costmanagement.json @@ -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/" }, @@ -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" @@ -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" @@ -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" @@ -2355,7 +2355,7 @@ }, "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" @@ -2363,7 +2363,7 @@ "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" @@ -2434,7 +2434,7 @@ "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" @@ -2442,7 +2442,7 @@ "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" @@ -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": { @@ -2522,7 +2522,7 @@ } }, "ReportExecution" : { - "description": "A report exeuction.", + "description": "A report execution.", "type": "object", "allOf": [ { @@ -2756,7 +2756,7 @@ "x-ms-mutability": [ "read", "create" - ], + ], "description": "Connector location" }, "tags": { @@ -2770,7 +2770,7 @@ "update" ], "description": "Resource tags." - }, + }, "properties": { "x-ms-client-flatten": true, "$ref": "#/definitions/ConnectorProperties", @@ -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 } } @@ -2964,7 +2964,7 @@ "type": "string", "readOnly": true, "description": "Alert type" - }, + }, "properties": { "x-ms-client-flatten": true, "$ref": "#/definitions/AlertProperties", @@ -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 }, diff --git a/specification/cost-management/resource-manager/Microsoft.CostManagement/preview/2018-12-01-preview/costmanagement.json b/specification/cost-management/resource-manager/Microsoft.CostManagement/preview/2018-12-01-preview/costmanagement.json index f0d08a3877cb..b670354f6fd2 100644 --- a/specification/cost-management/resource-manager/Microsoft.CostManagement/preview/2018-12-01-preview/costmanagement.json +++ b/specification/cost-management/resource-manager/Microsoft.CostManagement/preview/2018-12-01-preview/costmanagement.json @@ -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" @@ -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" @@ -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" @@ -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" @@ -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" @@ -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" @@ -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/" }, @@ -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/" }, @@ -1318,7 +1318,7 @@ }, "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" @@ -1326,7 +1326,7 @@ "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" @@ -1424,7 +1424,7 @@ "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" @@ -1432,7 +1432,7 @@ "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" @@ -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": { diff --git a/specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2018-05-31/costmanagement.json b/specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2018-05-31/costmanagement.json index c3f48d02dfdc..3ce524b918b2 100644 --- a/specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2018-05-31/costmanagement.json +++ b/specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2018-05-31/costmanagement.json @@ -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" @@ -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" @@ -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" @@ -1094,7 +1094,7 @@ }, "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" @@ -1102,7 +1102,7 @@ "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" @@ -1173,7 +1173,7 @@ "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" @@ -1181,7 +1181,7 @@ "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" @@ -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": { diff --git a/specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2018-08-31/costmanagement.json b/specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2018-08-31/costmanagement.json index a141c061f34a..dd01495755a9 100644 --- a/specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2018-08-31/costmanagement.json +++ b/specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2018-08-31/costmanagement.json @@ -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" @@ -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" @@ -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" @@ -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" @@ -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" @@ -463,7 +463,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" @@ -789,7 +789,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/" }, @@ -1005,7 +1005,7 @@ }, "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" @@ -1013,7 +1013,7 @@ "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" @@ -1069,7 +1069,7 @@ "name", "function" ] - }, + }, "ReportConfigSorting": { "description": "The order by expression to be used in the report.", "properties": { @@ -1111,7 +1111,7 @@ "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" @@ -1119,7 +1119,7 @@ "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" @@ -1156,7 +1156,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": {