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.
1 parent 605a322 commit e8fcb63Copy full SHA for e8fcb63
articles/openshift/quickstart-openshift-arm-bicep-template.md
@@ -779,7 +779,7 @@ az role assignment create \
779
### Get the service principal object ID for the OpenShift resource provider - Azure CLI
780
781
```azurecli-interactive
782
-ARO_RP_SP_OBJECT_ID=$(az ad sp list --display-name "Azure Red Hat OpenShift RP" --query [0].objectId -o tsv)
+ARO_RP_SP_OBJECT_ID=$(az ad sp list --display-name "Azure Red Hat OpenShift RP" --query [0].id -o tsv)
783
```
784
785
### Deploy the cluster - Azure CLI
0 commit comments