Skip to content

Commit

Permalink
Created a new provider Microsoft.CostManagement and moved reports and…
Browse files Browse the repository at this point in the history
… query api documentation from Microsoft.Consumption to it (#3254)

* Consumption specifications for cost insights and reporting operations

* Fixed $ref for ReportConfigDelete

* Silly me!! Fixed bad reference again

* Fixed schema validation issues

* Fixing validation errors around datetime and dynamic respones

* Fixed parameters in examples

* Fixed parameter name in example

* Removed x-ms-odata method for POST op

* Fixed ARM review comments

* Moved reports and usage analysis from microsoft.consumption to microsoft.costmanagament
  • Loading branch information
shalinved authored and sergey-shandar committed Jun 25, 2018
1 parent c696e9c commit 7d850c0
Show file tree
Hide file tree
Showing 14 changed files with 1,492 additions and 1,375 deletions.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,11 @@
"body": {
"value": [
{
"id": "providers/Microsoft.Billing/billingAccounts/70664866/providers/Microsoft.Consumption/AnalyzeUsage/ad67fd91-c131-4bda-9ba9-7187ecb1cebd",
"id": "providers/Microsoft.Billing/billingAccounts/70664866/providers/Microsoft.CostManagement/Query/ad67fd91-c131-4bda-9ba9-7187ecb1cebd",
"name": "ad67fd91-c131-4bda-9ba9-7187ecb1cebd",
"type": "microsoft.consumption/AnalyzeUsage",
"type": "microsoft.costmanagement/Query",
"properties": {
"nextLink": "https://management.azure.com/providers/Microsoft.Billing/billingAccounts/70664866/providers/Microsoft.Consumption/AnalyzeUsage?api-version=2018-05-31&$skiptoken=AQAAAA%3D%3D",
"nextLink": "https://management.azure.com/providers/Microsoft.Billing/billingAccounts/70664866/providers/Microsoft.CostManagement/Query?api-version=2018-05-31&$skiptoken=AQAAAA%3D%3D",
"columns": [
{
"name": "PreTaxCost",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@
"body": {
"value": [
{
"id": "subscriptions/55312978-ba1b-415c-9304-c4b9c43c0481/resourcegroups/ScreenSharingTest-peer/providers/Microsoft.Consumption/AnalyzeUsage/9af9459d-441d-4055-9ed0-83d4c4a363fb",
"id": "subscriptions/55312978-ba1b-415c-9304-c4b9c43c0481/resourcegroups/ScreenSharingTest-peer/providers/Microsoft.CostManagement/Query/9af9459d-441d-4055-9ed0-83d4c4a363fb",
"name": "9af9459d-441d-4055-9ed0-83d4c4a363fb",
"type": "microsoft.consumption/AnalyzeUsage",
"type": "microsoft.costmanagement/Query",
"properties": {
"nextLink": null,
"columns": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@
"body": {
"value": [
{
"id": "subscriptions/55312978-ba1b-415c-9304-c6b9c43c0481/providers/Microsoft.Consumption/AnalyzeUsage/55312978-ba1b-415c-9304-c6b9c43c0481",
"id": "subscriptions/55312978-ba1b-415c-9304-c6b9c43c0481/providers/Microsoft.CostManagement/Query/55312978-ba1b-415c-9304-c6b9c43c0481",
"name": "55312978-ba1b-415c-9304-cfd9c43c0481",
"type": "microsoft.consumption/AnalyzeUsage",
"type": "microsoft.costmanagement/Query",
"properties": {
"nextLink": null,
"columns": [
Expand Down

0 comments on commit 7d850c0

Please sign in to comment.