t-bzhan

Results 7 comments of t-bzhan

One update, I am able to view the call stack with Visual Studio 2022 ![image](https://user-images.githubusercontent.com/61817681/223940255-0f633e89-dcba-4d43-a426-c6201ab02e8e.png) 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