Skip to content

Commit b51a5fa

Browse files
authored
add x-ms-identifiers for hybriddatamanager (#19962)
* add x-ms-identifiers for hybriddatamanager * Update hybriddata.json
1 parent ee364f6 commit b51a5fa

File tree

1 file changed

+26
-8
lines changed
  • specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2019-06-01

1 file changed

+26
-8
lines changed

specification/hybriddatamanager/resource-manager/Microsoft.HybridData/stable/2019-06-01/hybriddata.json

Lines changed: 26 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1630,7 +1630,10 @@
16301630
"type": "array",
16311631
"items": {
16321632
"$ref": "#/definitions/AvailableProviderOperation"
1633-
}
1633+
},
1634+
"x-ms-identifiers": [
1635+
"name"
1636+
]
16341637
},
16351638
"nextLink": {
16361639
"description": "Link for the next set of operations.",
@@ -1876,7 +1879,10 @@
18761879
"type": "array",
18771880
"items": {
18781881
"$ref": "#/definitions/CustomerSecret"
1879-
}
1882+
},
1883+
"x-ms-identifiers": [
1884+
"keyIdentifier"
1885+
]
18801886
}
18811887
}
18821888
},
@@ -2159,7 +2165,10 @@
21592165
"type": "array",
21602166
"items": {
21612167
"$ref": "#/definitions/Schedule"
2162-
}
2168+
},
2169+
"x-ms-identifiers": [
2170+
"name"
2171+
]
21632172
},
21642173
"state": {
21652174
"description": "State of the job definition.",
@@ -2238,7 +2247,10 @@
22382247
"type": "array",
22392248
"items": {
22402249
"$ref": "#/definitions/CustomerSecret"
2241-
}
2250+
},
2251+
"x-ms-identifiers": [
2252+
"keyIdentifier"
2253+
]
22422254
}
22432255
}
22442256
},
@@ -2251,7 +2263,8 @@
22512263
"type": "array",
22522264
"items": {
22532265
"$ref": "#/definitions/JobStages"
2254-
}
2266+
},
2267+
"x-ms-identifiers": []
22552268
},
22562269
"jobDefinition": {
22572270
"$ref": "#/definitions/JobDefinition",
@@ -2262,7 +2275,8 @@
22622275
"type": "array",
22632276
"items": {
22642277
"$ref": "#/definitions/ErrorDetails"
2265-
}
2278+
},
2279+
"x-ms-identifiers": []
22662280
},
22672281
"itemDetailsLink": {
22682282
"description": "Item Details Link to download files or see details",
@@ -2410,7 +2424,8 @@
24102424
"type": "array",
24112425
"items": {
24122426
"$ref": "#/definitions/ErrorDetails"
2413-
}
2427+
},
2428+
"x-ms-identifiers": []
24142429
}
24152430
}
24162431
},
@@ -2562,7 +2577,10 @@
25622577
"type": "array",
25632578
"items": {
25642579
"$ref": "#/definitions/CustomerSecret"
2565-
}
2580+
},
2581+
"x-ms-identifiers": [
2582+
"keyIdentifier"
2583+
]
25662584
}
25672585
}
25682586
},

0 commit comments

Comments
 (0)