vivsriaus

Results 9 comments of vivsriaus

@TianoMS Can you share the template you used to check if this issues existed in PoSH? I don't see a template being referenced here, in this issue.

@gabrielhartmann We've made a bunch of changes to error handling in CLI over the past few months. I tried passing in a similar template which had a missing single quote...

@gabrielhartmann Thanks for the info. Just curious - I hope this bug is not one of the reasons why you're not using Azure CLI anymore. :) We're working hard on...

@glennmate **_azure group deployment create_**, by default, waits for the deployment to complete before returning. We show the progress of resources being provisioned while the deployment is running, something like...

@colemickens I tried doing the same - downloaded the template, removed base64() around custom data, and edited the params file like you mentioned. However, I'm not able to reproduce the...

@colemickens Possible, but I'd have to confirm that with the service teams. Do you still have the logs from the portal for the failed deployment? What would help me debug...

@colemickens Nope, my template DID deploy a VM: ![image](https://cloud.githubusercontent.com/assets/2857609/19369601/4370851a-915b-11e6-971d-bd88dbe7a92a.png)

@jseely > In this case the deployment command sets the return code to 0 even though the deployment failed. This has been fixed in the latest cli release (0.10.6) with...

@balajikris azure account list -vv doesn't trace calls to ARM. I think this is because we store the profile info (including subscriptions) locally when logging in, and the azure account...