Skip to content

Commit e8fcb63

Browse files
Fixed bug to get ARO RP SP id
1 parent 605a322 commit e8fcb63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/openshift/quickstart-openshift-arm-bicep-template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -779,7 +779,7 @@ az role assignment create \
779779
### Get the service principal object ID for the OpenShift resource provider - Azure CLI
780780

781781
```azurecli-interactive
782-
ARO_RP_SP_OBJECT_ID=$(az ad sp list --display-name "Azure Red Hat OpenShift RP" --query [0].objectId -o tsv)
782+
ARO_RP_SP_OBJECT_ID=$(az ad sp list --display-name "Azure Red Hat OpenShift RP" --query [0].id -o tsv)
783783
```
784784

785785
### Deploy the cluster - Azure CLI

0 commit comments

Comments
 (0)