Skip to content

Commit 20ae9db

Browse files
LoadBearingBeanvukelich
authored andcommitted
Add x-ms-identifiers to storagecache/resource-manager. (Azure#17785)
Co-authored-by: Steven Vukelich <[email protected]>
1 parent 77642d3 commit 20ae9db

File tree

1 file changed

+42
-5
lines changed
  • specification/storagecache/resource-manager/Microsoft.StorageCache/stable/2021-09-01

1 file changed

+42
-5
lines changed

specification/storagecache/resource-manager/Microsoft.StorageCache/stable/2021-09-01/storagecache.json

Lines changed: 42 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1270,7 +1270,10 @@
12701270
"type": "array",
12711271
"items": {
12721272
"$ref": "#/definitions/MetricSpecification"
1273-
}
1273+
},
1274+
"x-ms-identifiers": [
1275+
"name"
1276+
]
12741277
}
12751278
}
12761279
}
@@ -1291,6 +1294,9 @@
12911294
"items": {
12921295
"$ref": "#/definitions/ApiOperation"
12931296
},
1297+
"x-ms-identifiers": [
1298+
"name"
1299+
],
12941300
"type": "array"
12951301
}
12961302
},
@@ -1319,6 +1325,7 @@
13191325
"items": {
13201326
"$ref": "#/definitions/CloudErrorBody"
13211327
},
1328+
"x-ms-identifiers": [],
13221329
"type": "array"
13231330
},
13241331
"message": {
@@ -1646,6 +1653,9 @@
16461653
"items": {
16471654
"$ref": "#/definitions/NfsAccessPolicy"
16481655
},
1656+
"x-ms-identifiers": [
1657+
"name"
1658+
],
16491659
"type": "array"
16501660
}
16511661
}
@@ -1829,7 +1839,8 @@
18291839
"type": "array",
18301840
"items": {
18311841
"$ref": "#/definitions/NfsAccessRule"
1832-
}
1842+
},
1843+
"x-ms-identifiers": []
18331844
}
18341845
},
18351846
"required": [
@@ -1971,7 +1982,11 @@
19711982
"type": "array",
19721983
"items": {
19731984
"$ref": "#/definitions/Condition"
1974-
}
1985+
},
1986+
"x-ms-identifiers": [
1987+
"message",
1988+
"timestamp"
1989+
]
19751990
}
19761991
}
19771992
},
@@ -2100,7 +2115,10 @@
21002115
"type": "array",
21012116
"items": {
21022117
"$ref": "#/definitions/NamespaceJunction"
2103-
}
2118+
},
2119+
"x-ms-identifiers": [
2120+
"namespacePath"
2121+
]
21042122
},
21052123
"targetType": {
21062124
"description": "Type of the Storage Target.",
@@ -2248,6 +2266,9 @@
22482266
"items": {
22492267
"$ref": "#/definitions/ResourceSkuCapabilities"
22502268
},
2269+
"x-ms-identifiers": [
2270+
"name"
2271+
],
22512272
"type": "array"
22522273
},
22532274
"locations": {
@@ -2263,6 +2284,9 @@
22632284
"items": {
22642285
"$ref": "#/definitions/ResourceSkuLocationInfo"
22652286
},
2287+
"x-ms-identifiers": [
2288+
"location"
2289+
],
22662290
"type": "array"
22672291
},
22682292
"name": {
@@ -2274,6 +2298,9 @@
22742298
"items": {
22752299
"$ref": "#/definitions/Restriction"
22762300
},
2301+
"x-ms-identifiers": [
2302+
"type"
2303+
],
22772304
"description": "The restrictions preventing this SKU from being used. This is empty if there are no restrictions."
22782305
}
22792306
},
@@ -2355,6 +2382,10 @@
23552382
"items": {
23562383
"$ref": "#/definitions/ResourceSku"
23572384
},
2385+
"x-ms-identifiers": [
2386+
"name",
2387+
"resourceType"
2388+
],
23582389
"type": "array"
23592390
}
23602391
}
@@ -2439,6 +2470,9 @@
24392470
"items": {
24402471
"$ref": "#/definitions/UsageModel"
24412472
},
2473+
"x-ms-identifiers": [
2474+
"modelName"
2475+
],
24422476
"type": "array"
24432477
}
24442478
},
@@ -2497,7 +2531,10 @@
24972531
"type": "array",
24982532
"items": {
24992533
"$ref": "#/definitions/MetricDimension"
2500-
}
2534+
},
2535+
"x-ms-identifiers": [
2536+
"internalName"
2537+
]
25012538
}
25022539
}
25032540
},

0 commit comments

Comments
 (0)