Skip to content

Commit 537f551

Browse files
committed
Update createapp.sh
1 parent 1d1d426 commit 537f551

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

createapp.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
echo "-------Creating an app registration for K10"
22
AZURE_SUBSCRIPTION_ID=$(az account list --query "[?isDefault][id]" --all -o tsv)
3-
az ad sp create-for-rbac --name https://aks4yong1-k10-app --role Contributor --scopes /subscriptions/$AZURE_SUBSCRIPTION_ID > aks4yong1app
3+
az ad sp create-for-rbac --name https://aks4yong1-k10-app --role Contributor --scopes /subscriptions/$AZURE_SUBSCRIPTION_ID -o json > aks4yong1app
44

55
clear
66

0 commit comments

Comments
 (0)