Skip to content

Commit 44c26a6

Browse files
committed
Fixing command formating
Fixing command readability and making sure the output is set to JSON as seen on the next lines.
1 parent cbb2c68 commit 44c26a6

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

articles/aks/azure-netapp-files.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,11 @@ az netappfiles volume create \
131131
List the details of your volume using [az netappfiles volume show][az-netappfiles-volume-show]
132132

133133
```azurecli
134-
az netappfiles volume show --resource-group $RESOURCE_GROUP --account-name $ANF_ACCOUNT_NAME --pool-name $POOL_NAME --volume-name "myvol1"
134+
az netappfiles volume show \
135+
--resource-group $RESOURCE_GROUP \
136+
--account-name $ANF_ACCOUNT_NAME \
137+
--pool-name $POOL_NAME \
138+
--volume-name "myvol1" -o JSON
135139
```
136140

137141
```output

0 commit comments

Comments
 (0)