Skip to content

Commit c79dd71

Browse files
authored
Merge pull request #87691 from weikanglim/patch-2
Document API version 2021-10-01
2 parents 566e311 + 1f9e443 commit c79dd71

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

includes/virtual-machines-imds-full-instance-response.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ ms.reviewer: azmetadatadev
3737
"publisher": "planPublisher"
3838
},
3939
"platformFaultDomain": "36",
40+
"platformSubFaultDomain": "",
4041
"platformUpdateDomain": "42",
4142
"priority": "Regular",
4243
"publicKeys": [{
@@ -177,6 +178,7 @@ ms.reviewer: azmetadatadev
177178
"publisher": "planPublisher"
178179
},
179180
"platformFaultDomain": "36",
181+
"platformSubFaultDomain": "",
180182
"platformUpdateDomain": "42",
181183
"priority": "Regular",
182184
"publicKeys": [{

includes/virtual-machines-imds.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,7 @@ When you don't specify a version, you get an error with a list of the newest sup
254254
- 2021-02-01
255255
- 2021-03-01
256256
- 2021-05-01
257+
- 2021-10-01
257258

258259
### Swagger
259260

@@ -356,6 +357,7 @@ Schema breakdown:
356357
| `plan` | [Plan](/rest/api/compute/virtualmachines/createorupdate#plan) containing name, product, and publisher for a VM if it is an Azure Marketplace Image | 2018-04-02
357358
| `platformUpdateDomain` | [Update domain](../articles/virtual-machines/availability.md) the VM is running in | 2017-04-02
358359
| `platformFaultDomain` | [Fault domain](../articles/virtual-machines/availability.md) the VM is running in | 2017-04-02
360+
| `platformSubFaultDomain` | Sub fault domain the VM is running in, if applicable. | 2021-10-01
359361
| `priority` | Priority of the VM. Refer to [Spot VMs](../articles/virtual-machines/spot-vms.md) for more information | 2020-12-01
360362
| `provider` | Provider of the VM | 2018-10-01
361363
| `publicKeys` | [Collection of Public Keys](/rest/api/compute/virtualmachines/createorupdate#sshpublickey) assigned to the VM and paths | 2018-04-02

0 commit comments

Comments
 (0)