We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9d2b862 + d6bbf96 commit 5f57809Copy full SHA for 5f57809
articles/openshift/tutorial-create-cluster.md
@@ -230,15 +230,15 @@ You can select to use a specific version of ARO when creating your cluster. Firs
230
231
`az aro get-versions --location <region>`
232
233
-Once you've chosen the version, specify it using the `--version` parameter in the `aro create` command:
+Once you've chosen the version, specify it using the `--version` parameter in the `az aro create` command:
234
235
```azurecli-interactive
236
az aro create \
237
--resource-group $RESOURCEGROUP \
238
--name $CLUSTER \
239
--vnet aro-vnet \
240
--master-subnet master-subnet \
241
- --worker-subnet worker-subnet
+ --worker-subnet worker-subnet \
242
--version <x.y.z>
243
```
244
0 commit comments