OfficeDev / microsoft-teams-apps-faqplus

FAQ Plus is a friendly Q&A bot that brings a human in the loop when it is unable to help with an answer from the knowledge base.
MIT License
141 stars 145 forks source link

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

Open BrandoPeter opened 1 year ago

BrandoPeter commented 1 year ago

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.