buzzfrog opened this issue 6 years ago · 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
$(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