Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
Original file line number Diff line number Diff line change
Expand Up @@ -1650,7 +1650,10 @@
"type": "array",
"items": {
"$ref": "#/definitions/OperationDefinition"
}
},
"x-ms-identifiers": [
"name"
]
},
"nextLink": {
"description": "The URI that can be used to request the next set of paged results.",
Expand Down Expand Up @@ -1727,15 +1730,21 @@
"type": "array",
"items": {
"$ref": "#/definitions/LogSpecification"
}
},
"x-ms-identifiers": [
"name"
]
},
"metricSpecifications": {
"description": "Specifications of the Metrics for Azure Monitoring",
"uniqueItems": false,
"type": "array",
"items": {
"$ref": "#/definitions/MetricSpecification"
}
},
"x-ms-identifiers": [
"name"
]
}
}
},
Expand Down Expand Up @@ -1791,7 +1800,10 @@
"type": "array",
"items": {
"$ref": "#/definitions/MetricDimension"
}
},
"x-ms-identifiers": [
"name"
]
},
"fillGapWithZero": {
"description": "Optional. If set to true, then zero will be returned for time duration where no metric is emitted/published.",
Expand Down Expand Up @@ -1902,6 +1914,7 @@
"items": {
"$ref": "#/definitions/ErrorAdditionalInfo"
},
"x-ms-identifiers": [],
"description": "The error additional info."
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1246,7 +1246,10 @@
"type": "array",
"items": {
"$ref": "#/definitions/OperationDefinition"
}
},
"x-ms-identifiers": [
"name"
]
},
"nextLink": {
"description": "The URI that can be used to request the next set of paged results.",
Expand Down