microsoft / fhir-proxy

FHIR Proxy is a secure application that acts as an intermediary in the transfer of FHIR data to and from Azure API for FHIR/FHIR Server for Azure
MIT License
73 stars 50 forks source link

deployfhirproxy.bash not working with CLI 2.37.0 #58

Closed LuisARB closed 1 year ago

LuisARB commented 2 years 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

sordahl-ga commented 1 year ago

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....