Skip to content

Commit cf6beaa

Browse files
[Hub Generated] Review request for Microsoft.CostManagement to add version stable/2021-10-01 (#16625)
* Fix IXP swagger issues for version 2021-10-01 * Fix swagger errors * Fix more swagger errors * Fix errors: Following response status codes "204" for operation were present in the swagger spec, however they were not present in x-ms-examples. Please provide them. * Fix casing issue
1 parent e8ddfa3 commit cf6beaa

File tree

60 files changed

+157
-66
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+157
-66
lines changed

specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2021-10-01/costmanagement.json

Lines changed: 39 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -642,6 +642,9 @@
642642
"$ref": "#/definitions/QueryResult"
643643
}
644644
},
645+
"204": {
646+
"description": "No Content. Resource is not available."
647+
},
645648
"default": {
646649
"description": "Error response describing why the operation failed.",
647650
"schema": {
@@ -849,6 +852,9 @@
849852
"$ref": "#/definitions/DimensionsListResult"
850853
}
851854
},
855+
"204": {
856+
"description": "No Content. Resource is not available."
857+
},
852858
"default": {
853859
"description": "Error response describing why the operation failed.",
854860
"schema": {
@@ -1037,6 +1043,9 @@
10371043
"$ref": "#/definitions/QueryResult"
10381044
}
10391045
},
1046+
"204": {
1047+
"description": "No Content. Resource is not available."
1048+
},
10401049
"default": {
10411050
"description": "Error response describing why the operation failed.",
10421051
"schema": {
@@ -1166,9 +1175,13 @@
11661175
"description": "Has time period for pulling data for the report.",
11671176
"$ref": "#/definitions/ReportConfigTimePeriod"
11681177
},
1169-
"dataset": {
1178+
"dataSet": {
11701179
"description": "Has definition for data in this report config.",
11711180
"$ref": "#/definitions/ReportConfigDataset"
1181+
},
1182+
"includeMonetaryCommitment": {
1183+
"description": "If true, report includes monetary commitment.",
1184+
"type": "boolean"
11721185
}
11731186
},
11741187
"required": [
@@ -1464,6 +1477,16 @@
14641477
"format": "date-time",
14651478
"readOnly": true
14661479
},
1480+
"dateRange": {
1481+
"description": "Date range of the current view.",
1482+
"type": "string",
1483+
"readOnly": true
1484+
},
1485+
"currency": {
1486+
"description": "Currency of the current view.",
1487+
"type": "string",
1488+
"readOnly": true
1489+
},
14671490
"query": {
14681491
"description": "Query body configuration. Required.",
14691492
"type": "object",
@@ -1619,6 +1642,21 @@
16191642
"type": "string",
16201643
"description": "Resource type."
16211644
},
1645+
"location": {
1646+
"readOnly": true,
1647+
"type": "string",
1648+
"description": "Location of the resource."
1649+
},
1650+
"sku": {
1651+
"readOnly": true,
1652+
"type": "string",
1653+
"description": "SKU of the resource."
1654+
},
1655+
"eTag": {
1656+
"readOnly": true,
1657+
"type": "string",
1658+
"description": "ETag of the resource."
1659+
},
16221660
"tags": {
16231661
"readOnly": true,
16241662
"type": "object",

specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2021-10-01/examples/BillingAccountDimensionsList.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
}
4141
]
4242
}
43-
}
43+
},
44+
"204": {}
4445
}
4546
}

specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2021-10-01/examples/BillingAccountDimensionsListExpandAndTop.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@
5454
}
5555
]
5656
}
57-
}
57+
},
58+
"204": {}
5859
}
5960
}

specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2021-10-01/examples/BillingAccountDimensionsListWithFilter.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
}
3636
]
3737
}
38-
}
38+
},
39+
"204": {}
3940
}
4041
}

specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2021-10-01/examples/BillingAccountForecast.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@
104104
]
105105
}
106106
}
107-
}
107+
},
108+
"204": {}
108109
}
109110
}

specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2021-10-01/examples/BillingAccountQuery.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@
102102
]
103103
}
104104
}
105-
}
105+
},
106+
"204": {}
106107
}
107108
}

specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2021-10-01/examples/BillingAccountQueryGrouping.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@
6464
]
6565
}
6666
}
67-
}
67+
},
68+
"204": {}
6869
}
6970
}

specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2021-10-01/examples/BillingProfileForecast.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@
105105
]
106106
}
107107
}
108-
}
108+
},
109+
"204": {}
109110
}
110111
}

specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2021-10-01/examples/DepartmentDimensionsList.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
}
4242
]
4343
}
44-
}
44+
},
45+
"204": {}
4546
}
4647
}

specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2021-10-01/examples/DepartmentDimensionsListExpandAndTop.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@
5555
}
5656
]
5757
}
58-
}
58+
},
59+
"204": {}
5960
}
6061
}

0 commit comments

Comments
 (0)