Skip to content

Commit

Permalink
Rerun and fix (Azure#8470)
Browse files Browse the repository at this point in the history
  • Loading branch information
Phoenix He authored Mar 11, 2020
1 parent 41ca8e5 commit 4032896
Show file tree
Hide file tree
Showing 92 changed files with 5,151 additions and 3,667 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,12 @@
}
}
],
"consumes": ["application/json"],
"produces": ["application/json"],
"consumes": [
"application/json"
],
"produces": [
"application/json"
],
"responses": {
"200": {
"description": "Successful operation.",
Expand Down Expand Up @@ -82,8 +86,12 @@
}
}
],
"consumes": ["application/json"],
"produces": ["application/json"],
"consumes": [
"application/json"
],
"produces": [
"application/json"
],
"responses": {
"200": {
"description": "Successful operation.",
Expand Down Expand Up @@ -121,8 +129,12 @@
}
}
],
"consumes": ["application/json"],
"produces": ["application/json"],
"consumes": [
"application/json"
],
"produces": [
"application/json"
],
"responses": {
"200": {
"description": "Successful operation.",
Expand Down Expand Up @@ -182,7 +194,14 @@
"name": "Granularity",
"modelAsString": false
},
"enum": ["yearly", "monthly", "weekly", "daily", "hourly", "minutely"]
"enum": [
"yearly",
"monthly",
"weekly",
"daily",
"hourly",
"minutely"
]
},
"CustomInterval": {
"type": "integer",
Expand All @@ -192,7 +211,10 @@
},
"Request": {
"type": "object",
"required": ["granularity", "series"],
"required": [
"granularity",
"series"
],
"properties": {
"series": {
"type": "array",
Expand Down Expand Up @@ -227,7 +249,10 @@
},
"Point": {
"type": "object",
"required": ["timestamp", "value"],
"required": [
"timestamp",
"value"
],
"properties": {
"timestamp": {
"type": "string",
Expand Down Expand Up @@ -365,7 +390,10 @@
},
"ChangePointDetectRequest": {
"type": "object",
"required": ["granularity", "series"],
"required": [
"granularity",
"series"
],
"properties": {
"series": {
"type": "array",
Expand Down Expand Up @@ -401,7 +429,11 @@
},
"ChangePointDetectResponse": {
"type": "object",
"required": ["isChangePoint", "confidenceScores", "period"],
"required": [
"isChangePoint",
"confidenceScores",
"period"
],
"properties": {
"period": {
"type": "integer",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -894,7 +894,7 @@
"type": "boolean",
"description": "Enable hierarchical extraction of Q-A from files and urls. Value to be considered False if this field is not present."
},
"defaultAnswerUsedForExtraction":{
"defaultAnswerUsedForExtraction": {
"type": "string",
"description": "Text string to be used as the answer in any Q-A which has no extracted answer from the document but has a hierarchy. Required when EnableHierarchicalExtraction field is set to True.",
"maxLength": 300,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1119,4 +1119,4 @@
"x-ms-skip-url-encoding": true
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -104,4 +104,4 @@
}
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -104,4 +104,4 @@
}
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -123,12 +123,12 @@
"CustomerDimensionsListWithFilter-Modern": {
"$ref": "./examples/MCACustomerDimensionsListWithFilter.json"
},
"ExternalBillingAccountDimensionList": {
"$ref": "./examples/ExternalBillingAccountsDimensions.json"
},
"ExternalSubscriptionDimensionList": {
"$ref": "./examples/ExternalSubscriptionsDimensions.json"
}
"ExternalBillingAccountDimensionList": {
"$ref": "./examples/ExternalBillingAccountsDimensions.json"
},
"ExternalSubscriptionDimensionList": {
"$ref": "./examples/ExternalSubscriptionsDimensions.json"
}
},
"parameters": [
{
Expand Down Expand Up @@ -258,12 +258,12 @@
"CustomerQueryGrouping-Modern": {
"$ref": "./examples/MCACustomerQueryGrouping.json"
},
"ExternalBillingAccountQueryList": {
"$ref": "./examples/ExternalBillingAccountsQuery.json"
},
"ExternalSubscriptionsQuery": {
"$ref": "./examples/ExternalSubscriptionsQuery.json"
}
"ExternalBillingAccountQueryList": {
"$ref": "./examples/ExternalBillingAccountsQuery.json"
},
"ExternalSubscriptionsQuery": {
"$ref": "./examples/ExternalSubscriptionsQuery.json"
}
},
"parameters": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,41 +3,43 @@
"api-version": "2019-10-01",
"externalBillingAccountId": "100",
"scope": "providers/Microsoft.CostManagement/externalBillingAccounts/100"
},
},
"responses": {
"200": {
"200": {
"body": {
"value": [{
"id": "providers/Microsoft.CostManagement/externalBillingAccounts/100/dimensions_ResourceType_2019-12-01_2019-12-31",
"name": "dimensions_ResourceType_2019-12-01_2019-12-31",
"type": "microsoft.consumption/dimensions",
"properties": {
"data": [],
"total": 0,
"category": "ResourceType",
"description": "Resource type",
"usageStart": "2019-12-01T00:00:00Z",
"usageEnd": "2019-12-31T00:00:00Z",
"filterEnabled": true,
"groupingEnabled": true
}
},
{
"id": "providers/Microsoft.CostManagement/externalBillingAccounts/100/dimensions_ResourceId_2019-12-01_2019-12-31",
"name": "dimensions_ResourceId_2019-12-01_2019-12-31",
"type": "microsoft.consumption/dimensions",
"properties": {
"data": [],
"total": 0,
"category": "ResourceId",
"description": "Resource ID",
"usageStart": "2019-12-01T00:00:00Z",
"usageEnd": "2019-12-31T00:00:00Z",
"filterEnabled": true,
"groupingEnabled": true
}
}]
}
}
}
"value": [
{
"id": "providers/Microsoft.CostManagement/externalBillingAccounts/100/dimensions_ResourceType_2019-12-01_2019-12-31",
"name": "dimensions_ResourceType_2019-12-01_2019-12-31",
"type": "microsoft.consumption/dimensions",
"properties": {
"data": [],
"total": 0,
"category": "ResourceType",
"description": "Resource type",
"usageStart": "2019-12-01T00:00:00Z",
"usageEnd": "2019-12-31T00:00:00Z",
"filterEnabled": true,
"groupingEnabled": true
}
},
{
"id": "providers/Microsoft.CostManagement/externalBillingAccounts/100/dimensions_ResourceId_2019-12-01_2019-12-31",
"name": "dimensions_ResourceId_2019-12-01_2019-12-31",
"type": "microsoft.consumption/dimensions",
"properties": {
"data": [],
"total": 0,
"category": "ResourceId",
"description": "Resource ID",
"usageStart": "2019-12-01T00:00:00Z",
"usageEnd": "2019-12-31T00:00:00Z",
"filterEnabled": true,
"groupingEnabled": true
}
}
]
}
}
}
}
Loading

0 comments on commit 4032896

Please sign in to comment.