Closed LuisARB closed 1 year ago
this line
stepresult=$(az ad app update --id $spappid --reply-urls $spreplyurls)
or this one in v2.0
stepresult=$(az ad app update --id $spappid --reply-urls $spreplyurls --identifier-uris "api://"$functionAppHost)
is not working with last version of Azure CLI due --reply-urls is no longer a valid parameter
This issue should now be resolved in the v2.0 branch and is validated against azure CLI 2.42+ the v2.0 branch is actively maintained the main branch is not....
this line
stepresult=$(az ad app update --id $spappid --reply-urls $spreplyurls)
or this one in v2.0
stepresult=$(az ad app update --id $spappid --reply-urls $spreplyurls --identifier-uris "api://"$functionAppHost)
is not working with last version of Azure CLI due --reply-urls is no longer a valid parameter