Skip to content

Commit 0a09626

Browse files
authored
Typo fix: Query string must be api-version, not a pi-version
1 parent e787505 commit 0a09626

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/virtual-machines/ephemeral-os-disks-deploy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ You can reimage a Virtual Machine instance with ephemeral OS disk using REST API
132132

133133
```
134134
POST https://management.azure.com/subscriptions/{sub-
135-
id}/resourceGroups/{rgName}/providers/Microsoft.Compute/VirtualMachines/{vmName}/reimage?a pi-version=2019-12-01"
135+
id}/resourceGroups/{rgName}/providers/Microsoft.Compute/VirtualMachines/{vmName}/reimage?api-version=2019-12-01"
136136
```
137137

138138
## PowerShell
@@ -151,4 +151,4 @@ Set-AzVmssStorageProfile -DiffDiskSetting Local -DiffDiskPlacement ResourceDisk
151151
```
152152

153153
## Next steps
154-
For more information on [Ephemeral OS disk](ephemeral-os-disks.md).
154+
For more information on [Ephemeral OS disk](ephemeral-os-disks.md).

0 commit comments

Comments
 (0)