t-bzhan
t-bzhan
Add @Ptnan7 to take a look.
One update, I am able to view the call stack with Visual Studio 2022  Visual Studio 2019 did not work as I described in the issue.
> ModelValidation errors need fixing, would be great to get that done before further ARM review Hi @TimLovellSmith , the ModelValidation errors are not related to this PR. Can we...
> > > ModelValidation errors need fixing, would be great to get that done before further ARM review > > > > > > Hi @TimLovellSmith , the ModelValidation errors...
> I tried > > ``` > az network dns zone list -g "$rg" --query [0].id > ``` > > and get > > ``` > "/subscriptions/$subid/resourceGroups/$rg/providers/Microsoft.Network/dnszones/$zone" > ``` >...
Hi @utillity, the issue is related to the path mangling behavior in MinGW/MSYS: https://stackoverflow.com/questions/7250130/how-to-stop-mingw-and-msys-from-mangling-path-names-given-at-the-command-line To prevent this behavior, you can set > MSYS_NO_PATHCONV=1