Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
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
Prev Previous commit
Next Next commit
Fixed schema validation issues
  • Loading branch information
Shalin Ved committed Jun 1, 2018
commit e70251779bef07947e0ae0edc53ab7cf1b69b304
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,7 @@
"Dimensions"
],
"x-ms-odata": "#/definitions/Dimension",
"operationId": "BillingAccount_Dimensions_List",
"operationId": "BillingAccountDimensions_List",
"description": "Lists the dimensions by billingAccount Id.",
"externalDocs": {
"url": "https://docs.microsoft.com/en-us/rest/api/consumption/"
Expand Down Expand Up @@ -564,7 +564,7 @@
"Dimensions"
],
"x-ms-odata": "#/definitions/Dimension",
"operationId": "Subscription_Dimensions_List",
"operationId": "SubscriptionDimensions_List",
"description": "Lists the dimensions by subscription Id.",
"externalDocs": {
"url": "https://docs.microsoft.com/en-us/rest/api/consumption/"
Expand Down Expand Up @@ -637,7 +637,7 @@
"Dimensions"
],
"x-ms-odata": "#/definitions/Dimension",
"operationId": "ResourceGroup_Dimensions_List",
"operationId": "ResourceGroupDimensions_List",
"description": "Lists the dimensions by resource group Id.",
"externalDocs": {
"url": "https://docs.microsoft.com/en-us/rest/api/consumption/"
Expand Down Expand Up @@ -1192,7 +1192,6 @@
}
},
"required": [
"format",
"destination"
]
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@
"id": "providers/Microsoft.Billing/billingAccounts/70664866/providers/Microsoft.Consumption/Insights/ad67fd91-c131-4bda-9ba9-7187ecb1cebd",
"name": "ad67fd91-c131-4bda-9ba9-7187ecb1cebd",
"type": "microsoft.consumption/insights",
"location": null,
"sku": null,
"eTag": null,
"properties": {
"nextLink": "https://management.azure.com/providers/Microsoft.Billing/billingAccounts/70664866/providers/Microsoft.Consumption/insights?api-version=2018-05-31&$skiptoken=AQAAAA%3D%3D",
"columns": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
"id": "subscriptions/{subscription-id}/providers/Microsoft.Consumption/reportconfigs/TestReportConfig",
"name": "TestReportConfig",
"type": "Microsoft.Consumption/reportconfigs",
"eTag": "\"1d34d012214157f\"",
"properties": {
"format": "Csv",
"deliveryInfo": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"resourceGroupName": "MYDEVTESTRG",
"reportConfigName": "TestReportConfig",
"parameters": {
"eTag": "\"1d34d016a593709\"",
"properties": {
"schedule":{
"status": "Active",
Expand Down Expand Up @@ -104,7 +103,6 @@
"id": "subscriptions/{subscription-id}/providers/Microsoft.Consumption/reportconfigs/TestReportConfig",
"name": "TestReportConfig",
"type": "Microsoft.Consumption/reportconfigs",
"eTag": "\"1d34d012214157f\"",
"properties": {
"schedule":{
"status": "Active",
Expand Down Expand Up @@ -202,7 +200,6 @@
"id": "subscriptions/{subscription-id}/providers/Microsoft.Consumption/reportconfigs/TestReportConfig",
"name": "TestReportConfig",
"type": "Microsoft.Consumption/reportconfigs",
"eTag": "\"1d34d012214157f\"",
"properties": {
"schedule":{
"status": "Active",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
"id": "subscriptions/{subscription-id}/providers/Microsoft.Consumption/reportconfigs/TestReportConfig1",
"name": "TestReportConfig1",
"type": "Microsoft.Consumption/reportconfigs",
"eTag": "\"1d34d012214157f\"",
"properties": {
"format": "Csv",
"deliveryInfo": {
Expand Down Expand Up @@ -100,7 +99,6 @@
"id": "subscriptions/{subscription-id}/providers/Microsoft.Consumption/reportconfigs/TestReportConfig2",
"name": "TestReportConfig2",
"type": "Microsoft.Consumption/reportconfigs",
"eTag": "\"1d34d012214157f\"",
"properties": {
"schedule":{
"status": "Active",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@
"id": "subscriptions/55312978-ba1b-415c-9304-c4b9c43c0481/resourcegroups/ScreenSharingTest-peer/providers/Microsoft.Consumption/Insights/9af9459d-441d-4055-9ed0-83d4c4a363fb",
"name": "9af9459d-441d-4055-9ed0-83d4c4a363fb",
"type": "microsoft.consumption/insights",
"location": null,
"sku": null,
"eTag": null,
"properties": {
"nextLink": null,
"columns": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@
"id": "subscriptions/55312978-ba1b-415c-9304-c6b9c43c0481/providers/Microsoft.Consumption/Insights/55312978-ba1b-415c-9304-c6b9c43c0481",
"name": "55312978-ba1b-415c-9304-cfd9c43c0481",
"type": "microsoft.consumption/insights",
"location": null,
"sku": null,
"eTag": null,
"properties": {
"nextLink": null,
"columns": [
Expand Down