echo"Alternatively, you can use the Cloud Shell https://docs.microsoft.com/en-us/azure/cloud-shell/overview right from the Azure Portal or even VS Code."
fi
jqversion=$(jq --version)
@ -169,7 +170,7 @@ createApplication() {
createServicePrincipal(){
echo"==> Creating service principal"
# az CLI 0.10.2 introduced a breaking change, where appId must be supplied with the -a switch
# Azure CLI 0.10.2 introduced a breaking change, where appId must be supplied with the -a switch
# prior version accepted appId as the only parameter without a switch