Skip to content

Commit 94f6ed8

Browse files
authored
Adding Identity to VirtualMachineScaleSetVM (#18295)
* init * PR comment
1 parent a7f91f9 commit 94f6ed8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

specification/compute/resource-manager/Microsoft.Compute/stable/2022-03-01/ComputeRP/virtualMachineScaleSet.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5398,6 +5398,10 @@
53985398
"type": "string"
53995399
},
54005400
"description": "The virtual machine zones."
5401+
},
5402+
"identity": {
5403+
"$ref": "./virtualMachine.json#/definitions/VirtualMachineIdentity",
5404+
"description": "The identity of the virtual machine, if configured."
54015405
}
54025406
},
54035407
"allOf": [

0 commit comments

Comments
 (0)