Skip to content

Commit

Permalink
Did some minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
parisa-naeimi committed Apr 24, 2020
1 parent 616adf2 commit fb31128
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@
"Dimensions"
],
"x-ms-odata": "#/definitions/Dimension",
"operationId": "Dimensions_ExternalCloudProviderType",
"operationId": "Dimensions_ByExternalCloudProviderType",
"description": "Lists the dimensions by the external cloud provider type.",
"externalDocs": {
"url": "https://docs.microsoft.com/en-us/rest/api/costmanagement/"
Expand Down Expand Up @@ -370,7 +370,7 @@
"tags": [
"Query"
],
"operationId": "QueryUsage_ExternalCloudProviderType",
"operationId": "Query_UsageByExternalCloudProviderType",
"description": "Query the usage data for external cloud provider type defined.",
"externalDocs": {
"url": "https://docs.microsoft.com/en-us/rest/api/costmanagement/"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"parameters": {
"api-version": "2019-11-01",
"externalCloudProviderId": "123",
"externalCloudProviderId": "100",
"externalCloudProviderType": "externalSubscriptions",
"parameters": {
"type": "Usage",
Expand Down Expand Up @@ -51,7 +51,7 @@
"responses": {
"200": {
"body": {
"id": "providers/Microsoft.CostManagement/externalSubscriptions/123/query/d99477af-7510-40ee-aca2-e59bdca0d10d",
"id": "providers/Microsoft.CostManagement/externalSubscriptions/100/query/d99477af-7510-40ee-aca2-e59bdca0d10d",
"name": "d99477af-7510-40ee-aca2-e59bdca0d10d",
"type": "Microsoft.CostManagement/query",
"properties": {
Expand Down

0 comments on commit fb31128

Please sign in to comment.