Skip to content

Commit 51df036

Browse files
author
Julia Shimanskiy
committed
Fixed issues from Avi's review
1 parent b4ec828 commit 51df036

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/virtual-machine-scale-sets/virtual-machine-scale-sets-automatic-instance-repairs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ Update-AzVmss `
204204

205205
### Azure CLI 2.0
206206

207-
The following is an example for updating the automatic instance repairs policy of an existing scale set.
207+
The following is an example for updating the automatic instance repairs policy of an existing scale set, using *[az vmss update](https://docs.microsoft.com/cli/azure/vmss?view=azure-cli-latest#az-vmss-update)*.
208208

209209
```azurecli-interactive
210210
az vmss update \
@@ -221,7 +221,7 @@ az vmss update \
221221
Use [Get Instance View](https://docs.microsoft.com/rest/api/compute/virtualmachinescalesets/getinstanceview) with API version 2019-12-01 or higher for virtual machine scale set to view the *serviceState* for automatic repairs under the property *orchestrationServices*.
222222

223223
```http
224-
GET '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/instanceView?api-version=2019-12-01
224+
GET '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/instanceView?api-version=2019-12-01'
225225
```
226226

227227
```json

0 commit comments

Comments
 (0)