microsoft/TailwindTraders-Backend

Create-Secret.ps1 - set explicit az output to json

buzzfrog opened this issue · 3 comments

If you have a different output format than json, this command will fail.
$(az acr show -n $acrName -g $resourceGroup | ConvertFrom-Json).loginServer

add -o json.

It is the same problem on the next line also.

Thanks for the suggestion.
We really need to do it!

Fixed in #38
Thank you @buzzfrog!

Solved in commit c5b93d4