Skip to content

Commit 91e617d

Browse files
authored
Merge pull request #105997 from maulikshah23/patch-5
Update manage-vms-programmatically.md
2 parents d0467f9 + 8ce55ec commit 91e617d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/update-center/manage-vms-programmatically.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ POST on 'subscriptions/{subscriptionId}/resourceGroups/acmedemo/providers/Micros
110110
To specify the POST request, you can use the Azure CLI [az rest](/cli/azure/reference-index#az_rest) command.
111111

112112
```azurecli
113-
az rest --method post --url https://management.azure.com/subscriptions/subscriptionId/resourceGroups/resourceGroupName/providers/Microsoft.Compute/virtualMachines/virtualMachineName/installPatches?api-version==2020-12-01 @body.json
113+
az rest --method post --url https://management.azure.com/subscriptions/subscriptionId/resourceGroups/resourceGroupName/providers/Microsoft.Compute/virtualMachines/virtualMachineName/installPatches?api-version=2020-12-01 @body.json
114114
```
115115

116116
The format of the request body for version 2020-12-01 is as follows:

0 commit comments

Comments
 (0)