Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Powershell deployment script no longer works for new Azure CLI #207

Open
BrandoPeter opened this issue Mar 3, 2023 · 0 comments
Open

Powershell deployment script no longer works for new Azure CLI #207

BrandoPeter opened this issue Mar 3, 2023 · 0 comments

Comments

@BrandoPeter
Copy link

Azure CLI forces an update to the latest version, 2.45.0, when running any commands.

For azure ad app create or update, these options have been changed:
--available-to-other-tenants --oauth2-allow-implicit-flow

As per https://learn.microsoft.com/en-us/cli/azure/ad/app?view=azure-cli-latest#az-ad-app-create-optional-parameters, this should now be:
--sign-in-audience --enable-id-token-issuance

--reply-urls has also been changed.

@ghost ghost added the Needs: triage 🔍 label Mar 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant