Skip to content

Commit

Permalink
Adding xms-ids for AppConfiguration (#17587)
Browse files Browse the repository at this point in the history
* Adding xms-ids for AppConfiguration

* corrections after rebasing

* prettier fix
  • Loading branch information
agalerrotaru authored Feb 9, 2022
1 parent 6ba2490 commit 1ada19d
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 5 deletions.
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

0 comments on commit 1ada19d

Please sign in to comment.