Skip to content

Commit eba376c

Browse files
committed
fix: permission issue
1 parent 9504495 commit eba376c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ci-operator/step-registry/azure/provision/service-principal/hypershift/azure-provision-service-principal-hypershift-commands.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ for component in $COMPONENTS; do
4949
scopes+=" /subscriptions/$AZURE_AUTH_SUBSCRIPTION_ID/resourceGroups/$RG_NSG"
5050
scopes+=" /subscriptions/$AZURE_AUTH_SUBSCRIPTION_ID/resourceGroups/$RG_VNET"
5151
elif [[ $component == azure-disk ]]; then
52-
role="5b7237c5-45e1-49d6-bc18-a1f62f400748"
52+
role="4a3f6b8e-f010-44ce-95cd-66ffbc61547c"
53+
# role="5b7237c5-45e1-49d6-bc18-a1f62f400748"
5354
elif [[ $component == cncc ]]; then
5455
role="be7a6435-15ae-4171-8f30-4a343eff9e8f"
5556
elif [[ $component == ciro ]]; then

0 commit comments

Comments
 (0)