Skip to content

Commit 03bee3a

Browse files
LoadBearingBeanvukelich
authored andcommitted
Add x-ms-identifiers to vmwarecloudsimple/resource-manager. (Azure#17789)
Co-authored-by: Steven Vukelich <[email protected]>
1 parent 76c20fc commit 03bee3a

File tree

1 file changed

+39
-8
lines changed
  • specification/vmwarecloudsimple/resource-manager/Microsoft.VMwareCloudSimple/stable/2019-04-01

1 file changed

+39
-8
lines changed

specification/vmwarecloudsimple/resource-manager/Microsoft.VMwareCloudSimple/stable/2019-04-01/vmwarecloudsimple.json

Lines changed: 39 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2212,7 +2212,11 @@
22122212
"items": {
22132213
"description": "The list of specification's metrics",
22142214
"$ref": "#/definitions/AvailableOperationDisplayPropertyServiceSpecificationMetricsItem"
2215-
}
2215+
},
2216+
"x-ms-identifiers": [
2217+
"name",
2218+
"unit"
2219+
]
22162220
}
22172221
}
22182222
},
@@ -2228,7 +2232,10 @@
22282232
"type": "array",
22292233
"items": {
22302234
"$ref": "#/definitions/AvailableOperation"
2231-
}
2235+
},
2236+
"x-ms-identifiers": [
2237+
"name"
2238+
]
22322239
}
22332240
}
22342241
},
@@ -2255,6 +2262,7 @@
22552262
"items": {
22562263
"$ref": "#/definitions/CSRPErrorBody"
22572264
},
2265+
"x-ms-identifiers": [],
22582266
"readOnly": true
22592267
},
22602268
"message": {
@@ -2465,7 +2473,10 @@
24652473
"type": "array",
24662474
"items": {
24672475
"$ref": "#/definitions/CustomizationNicSetting"
2468-
}
2476+
},
2477+
"x-ms-identifiers": [
2478+
"macAddress"
2479+
]
24692480
}
24702481
}
24712482
},
@@ -3153,7 +3164,12 @@
31533164
"type": "array",
31543165
"items": {
31553166
"$ref": "#/definitions/SkuAvailability"
3156-
}
3167+
},
3168+
"x-ms-identifiers": [
3169+
"dedicatedAvailabilityZoneId",
3170+
"dedicatedPlacementGroupId",
3171+
"skuId"
3172+
]
31573173
}
31583174
}
31593175
},
@@ -3232,6 +3248,9 @@
32323248
"items": {
32333249
"$ref": "#/definitions/Usage"
32343250
},
3251+
"x-ms-identifiers": [
3252+
"/name/value"
3253+
],
32353254
"readOnly": true
32363255
}
32373256
}
@@ -3401,7 +3420,10 @@
34013420
"type": "array",
34023421
"items": {
34033422
"$ref": "#/definitions/VirtualDisk"
3404-
}
3423+
},
3424+
"x-ms-identifiers": [
3425+
"virtualDiskId"
3426+
]
34053427
},
34063428
"dnsname": {
34073429
"description": "The DNS name of Virtual Machine in VCenter",
@@ -3441,7 +3463,10 @@
34413463
"type": "array",
34423464
"items": {
34433465
"$ref": "#/definitions/VirtualNic"
3444-
}
3466+
},
3467+
"x-ms-identifiers": [
3468+
"virtualNicId"
3469+
]
34453470
},
34463471
"numberOfCores": {
34473472
"description": "The number of CPU cores",
@@ -3603,7 +3628,10 @@
36033628
"type": "array",
36043629
"items": {
36053630
"$ref": "#/definitions/VirtualDisk"
3606-
}
3631+
},
3632+
"x-ms-identifiers": [
3633+
"virtualDiskId"
3634+
]
36073635
},
36083636
"exposeToGuestVM": {
36093637
"description": "Expose Guest OS or not",
@@ -3624,7 +3652,10 @@
36243652
"type": "array",
36253653
"items": {
36263654
"$ref": "#/definitions/VirtualNic"
3627-
}
3655+
},
3656+
"x-ms-identifiers": [
3657+
"virtualNicId"
3658+
]
36283659
},
36293660
"numberOfCores": {
36303661
"description": "The number of CPU cores",

0 commit comments

Comments
 (0)