Skip to content

Commit 1ada19d

Browse files
authored
Adding xms-ids for AppConfiguration (#17587)
* Adding xms-ids for AppConfiguration * corrections after rebasing * prettier fix
1 parent 6ba2490 commit 1ada19d

File tree

2 files changed

+21
-5
lines changed

2 files changed

+21
-5
lines changed

specification/appconfiguration/resource-manager/Microsoft.AppConfiguration/preview/2021-10-01-preview/appconfiguration.json

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1650,7 +1650,10 @@
16501650
"type": "array",
16511651
"items": {
16521652
"$ref": "#/definitions/OperationDefinition"
1653-
}
1653+
},
1654+
"x-ms-identifiers": [
1655+
"name"
1656+
]
16541657
},
16551658
"nextLink": {
16561659
"description": "The URI that can be used to request the next set of paged results.",
@@ -1727,15 +1730,21 @@
17271730
"type": "array",
17281731
"items": {
17291732
"$ref": "#/definitions/LogSpecification"
1730-
}
1733+
},
1734+
"x-ms-identifiers": [
1735+
"name"
1736+
]
17311737
},
17321738
"metricSpecifications": {
17331739
"description": "Specifications of the Metrics for Azure Monitoring",
17341740
"uniqueItems": false,
17351741
"type": "array",
17361742
"items": {
17371743
"$ref": "#/definitions/MetricSpecification"
1738-
}
1744+
},
1745+
"x-ms-identifiers": [
1746+
"name"
1747+
]
17391748
}
17401749
}
17411750
},
@@ -1791,7 +1800,10 @@
17911800
"type": "array",
17921801
"items": {
17931802
"$ref": "#/definitions/MetricDimension"
1794-
}
1803+
},
1804+
"x-ms-identifiers": [
1805+
"name"
1806+
]
17951807
},
17961808
"fillGapWithZero": {
17971809
"description": "Optional. If set to true, then zero will be returned for time duration where no metric is emitted/published.",
@@ -1902,6 +1914,7 @@
19021914
"items": {
19031915
"$ref": "#/definitions/ErrorAdditionalInfo"
19041916
},
1917+
"x-ms-identifiers": [],
19051918
"description": "The error additional info."
19061919
}
19071920
}

specification/appconfiguration/resource-manager/Microsoft.AppConfiguration/stable/2020-06-01/appconfiguration.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1246,7 +1246,10 @@
12461246
"type": "array",
12471247
"items": {
12481248
"$ref": "#/definitions/OperationDefinition"
1249-
}
1249+
},
1250+
"x-ms-identifiers": [
1251+
"name"
1252+
]
12501253
},
12511254
"nextLink": {
12521255
"description": "The URI that can be used to request the next set of paged results.",

0 commit comments

Comments
 (0)