You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adding missing properties to the swagger targeting 2021-05-01 (Azure#16747)
* Updating 2021-03-01 with extendedLocation and vmss ID
* Trying to fix errrs
* fixing property name
* Adding EL and VMSS ID into 2021-05-01 swagger
* Adding fields back
* Fixing
* Fixing version param
Co-authored-by: jmccarthy <jmccarthy@microsoft.com>
Copy file name to clipboardExpand all lines: specification/imds/data-plane/Microsoft.InstanceMetadataService/stable/2021-05-01/examples/GetInstanceMetadata.json
Copy file name to clipboardExpand all lines: specification/imds/data-plane/Microsoft.InstanceMetadataService/stable/2021-05-01/imds.json
+35-1Lines changed: 35 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -249,6 +249,11 @@
249
249
"type": "string",
250
250
"description": "Describes how the VM will be evicted if space needs to be freed up. Only applicable to Spot VMs. For a non-spot VM, this will be an empty string."
251
251
},
252
+
"extendedLocation": {
253
+
"type": "object",
254
+
"description": "Describes the extended location of the VM",
0 commit comments