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

typo: Microsoft.CostManagement #4668

Merged
merged 1 commit into from
Dec 4, 2018
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 @@ -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