We are having trouble running the powershell install script for teams
It seems that these parameters don't exist in the Azure CLI any more:
$appDetails = az ad app create **--oauth2-allow-implicit-flow** true --display-name "$appName" `
--identifier-uris "api://$myDomain/$newGuid"`
--required-resource-accesses "$curDir/resman.json"`
**--reply-urls** @MyArray --only-show-errors
We are having trouble running the powershell install script for teams
It seems that these parameters don't exist in the Azure CLI any more: