Skip to content

Commit 127c627

Browse files
LoadBearingBeanvukelich
authored andcommitted
Add x-ms-identifiers to resourcemover/resource-manager. (Azure#17765)
Co-authored-by: Steven Vukelich <svukel@microsoft.com>
1 parent cc84b58 commit 127c627

File tree

1 file changed

+40
-11
lines changed

1 file changed

+40
-11
lines changed

specification/resourcemover/resource-manager/Microsoft.Migrate/stable/2021-08-01/resourcemovercollection.json

Lines changed: 40 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1388,7 +1388,10 @@
13881388
"type": "array",
13891389
"items": {
13901390
"$ref": "#/definitions/Summary"
1391-
}
1391+
},
1392+
"x-ms-identifiers": [
1393+
"item"
1394+
]
13921395
}
13931396
}
13941397
},
@@ -1800,7 +1803,10 @@
18001803
"type": "array",
18011804
"items": {
18021805
"$ref": "#/definitions/OperationsDiscovery"
1803-
}
1806+
},
1807+
"x-ms-identifiers": [
1808+
"name"
1809+
]
18041810
},
18051811
"nextLink": {
18061812
"description": "Gets or sets the value of next link.",
@@ -1841,6 +1847,7 @@
18411847
"items": {
18421848
"$ref": "#/definitions/MoveResourceErrorBody"
18431849
},
1850+
"x-ms-identifiers": [],
18441851
"description": "A list of additional details about the error."
18451852
}
18461853
},
@@ -2008,7 +2015,10 @@
20082015
"type": "array",
20092016
"items": {
20102017
"$ref": "#/definitions/SubnetResourceSettings"
2011-
}
2018+
},
2019+
"x-ms-identifiers": [
2020+
"/networkSecurityGroup/sourceArmResourceId"
2021+
]
20122022
}
20132023
},
20142024
"x-ms-discriminator-value": "Microsoft.Network/virtualNetworks"
@@ -2062,7 +2072,10 @@
20622072
"type": "array",
20632073
"items": {
20642074
"$ref": "#/definitions/NicIpConfigurationResourceSettings"
2065-
}
2075+
},
2076+
"x-ms-identifiers": [
2077+
"name"
2078+
]
20662079
},
20672080
"enableAcceleratedNetworking": {
20682081
"description": "Gets or sets a value indicating whether accelerated networking is enabled.",
@@ -2150,14 +2163,20 @@
21502163
"type": "array",
21512164
"items": {
21522165
"$ref": "#/definitions/LoadBalancerBackendAddressPoolReference"
2153-
}
2166+
},
2167+
"x-ms-identifiers": [
2168+
"sourceArmResourceId"
2169+
]
21542170
},
21552171
"loadBalancerNatRules": {
21562172
"description": "Gets or sets the references of the load balancer NAT rules.",
21572173
"type": "array",
21582174
"items": {
21592175
"$ref": "#/definitions/LoadBalancerNatRuleReference"
2160-
}
2176+
},
2177+
"x-ms-identifiers": [
2178+
"sourceArmResourceId"
2179+
]
21612180
},
21622181
"publicIp": {
21632182
"$ref": "#/definitions/PublicIpReference"
@@ -2232,7 +2251,10 @@
22322251
"type": "array",
22332252
"items": {
22342253
"$ref": "#/definitions/NsgSecurityRule"
2235-
}
2254+
},
2255+
"x-ms-identifiers": [
2256+
"name"
2257+
]
22362258
}
22372259
},
22382260
"x-ms-discriminator-value": "Microsoft.Network/networkSecurityGroups"
@@ -2297,14 +2319,18 @@
22972319
"type": "array",
22982320
"items": {
22992321
"$ref": "#/definitions/LBFrontendIPConfigurationResourceSettings"
2300-
}
2322+
},
2323+
"x-ms-identifiers": []
23012324
},
23022325
"backendAddressPools": {
23032326
"description": "Gets or sets the backend address pools of the load balancer.",
23042327
"type": "array",
23052328
"items": {
23062329
"$ref": "#/definitions/LBBackendAddressPoolResourceSettings"
2307-
}
2330+
},
2331+
"x-ms-identifiers": [
2332+
"name"
2333+
]
23082334
},
23092335
"zones": {
23102336
"description": "Gets or sets the csv list of zones common for all frontend IP configurations. Note this is given\r\n precedence only if frontend IP configurations settings are not present.",
@@ -2482,6 +2508,7 @@
24822508
"items": {
24832509
"$ref": "#/definitions/CloudErrorBody"
24842510
},
2511+
"x-ms-identifiers": [],
24852512
"description": "A list of additional details about the error."
24862513
}
24872514
},
@@ -2548,15 +2575,17 @@
25482575
"description": "The error details.",
25492576
"items": {
25502577
"$ref": "#/definitions/OperationStatusError"
2551-
}
2578+
},
2579+
"x-ms-identifiers": []
25522580
},
25532581
"additionalInfo": {
25542582
"readOnly": true,
25552583
"type": "array",
25562584
"description": "The additional info.",
25572585
"items": {
25582586
"$ref": "#/definitions/OperationErrorAdditionalInfo"
2559-
}
2587+
},
2588+
"x-ms-identifiers": []
25602589
}
25612590
}
25622591
},

0 commit comments

Comments
 (0)