Skip to content

Commit 66fcf8b

Browse files
authored
add x-ms-identifiers for hybridnetwork (Azure#19966)
1 parent d32cece commit 66fcf8b

File tree

5 files changed

+20
-0
lines changed

5 files changed

+20
-0
lines changed

specification/hybridnetwork/resource-manager/Microsoft.HybridNetwork/preview/2022-01-01-preview/common.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@
110110
"items": {
111111
"$ref": "#/definitions/NetworkInterfaceIPConfiguration"
112112
},
113+
"x-ms-identifiers": [],
113114
"description": "A list of IP configurations of the network interface."
114115
},
115116
"vmSwitchType": {
@@ -245,6 +246,9 @@
245246
"items": {
246247
"$ref": "#/definitions/SshPublicKey"
247248
},
249+
"x-ms-identifiers": [
250+
"path"
251+
],
248252
"description": "The list of SSH public keys used to authenticate with linux based VMs."
249253
}
250254
},

specification/hybridnetwork/resource-manager/Microsoft.HybridNetwork/preview/2022-01-01-preview/networkFunction.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -468,6 +468,7 @@
468468
"items": {
469469
"$ref": "#/definitions/NetworkFunctionUserConfiguration"
470470
},
471+
"x-ms-identifiers": [],
471472
"description": "The network function configurations from the user."
472473
}
473474
}
@@ -506,6 +507,7 @@
506507
"items": {
507508
"$ref": "./common.json#/definitions/NetworkInterface"
508509
},
510+
"x-ms-identifiers": [],
509511
"description": "The network interface configuration."
510512
},
511513
"osProfile": {

specification/hybridnetwork/resource-manager/Microsoft.HybridNetwork/preview/2022-01-01-preview/networkFunctionVendor.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,7 @@
200200
"items": {
201201
"$ref": "#/definitions/NetworkFunctionSkuRoleDetails"
202202
},
203+
"x-ms-identifiers": [],
203204
"description": "The network function sku role details."
204205
},
205206
"nextLink": {
@@ -222,6 +223,7 @@
222223
"items": {
223224
"$ref": "#/definitions/SkuOverview"
224225
},
226+
"x-ms-identifiers": [],
225227
"description": "The network function sku list."
226228
}
227229
},
@@ -246,6 +248,7 @@
246248
"items": {
247249
"$ref": "#/definitions/NetworkFunctionVendor"
248250
},
251+
"x-ms-identifiers": [],
249252
"description": "A list of available network function vendors and skus."
250253
},
251254
"nextLink": {
@@ -276,6 +279,7 @@
276279
"items": {
277280
"$ref": "./common.json#/definitions/NetworkInterface"
278281
},
282+
"x-ms-identifiers": [],
279283
"description": "The network interface configuration."
280284
}
281285
},
@@ -289,6 +293,7 @@
289293
"items": {
290294
"$ref": "#/definitions/SkuOverview"
291295
},
296+
"x-ms-identifiers": [],
292297
"description": "The network function vendor sku overview properties."
293298
},
294299
"nextLink": {

specification/hybridnetwork/resource-manager/Microsoft.HybridNetwork/preview/2022-01-01-preview/vendor.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -901,6 +901,9 @@
901901
"items": {
902902
"$ref": "#/definitions/NetworkFunctionRoleConfiguration"
903903
},
904+
"x-ms-identifiers": [
905+
"roleName"
906+
],
904907
"description": "An array of network function role definitions."
905908
}
906909
},
@@ -980,6 +983,7 @@
980983
"items": {
981984
"$ref": "./common.json#/definitions/NetworkInterface"
982985
},
986+
"x-ms-identifiers": [],
983987
"description": "The network interface configurations."
984988
},
985989
"storageProfile": {
@@ -1034,6 +1038,9 @@
10341038
"items": {
10351039
"$ref": "#/definitions/DataDisk"
10361040
},
1041+
"x-ms-identifiers": [
1042+
"name"
1043+
],
10371044
"description": "Specifies the parameters that are used to add a data disk to a virtual machine."
10381045
}
10391046
},

specification/hybridnetwork/resource-manager/Microsoft.HybridNetwork/preview/2022-01-01-preview/vendorNetworkFunction.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -622,6 +622,7 @@
622622
"items": {
623623
"$ref": "#/definitions/NetworkFunctionVendorConfiguration"
624624
},
625+
"x-ms-identifiers": [],
625626
"description": "An array of network function vendor configurations."
626627
}
627628
}
@@ -647,6 +648,7 @@
647648
"items": {
648649
"$ref": "./common.json#/definitions/NetworkInterface"
649650
},
651+
"x-ms-identifiers": [],
650652
"description": "The network interface configurations."
651653
}
652654
},

0 commit comments

Comments
 (0)