huangpf
huangpf
@Zigman13 @matthewdavis @5kg The error occurs while uploading VHDs in dynamic type, and the current workaround is to upload the fixed type for it.
This is an ask about service API, not the CLI commands. For service issue, please use your subscription's support.
@arunjohn Can you try using ```azure resource set -h``` to tag it?
Is it feasible to get the `-vv` logs for `azure vm set`?
@amarzavery The problem was caused by various sides: 1) service side shall not allow string input of `'true'` for the `primary` field, which should be boolean; 2) Node.js client accepts...
@amarzavery I can make a temporary fix to 3), but I think the true fix shall be on your team for 2), because there could be numerous cases similar to...
Yes, I think so, but in addition to that, we want to fix it on our side as well. Please help review and merge: https://github.com/Azure/azure-xplat-cli/pull/3250
It takes both `true` and `"true"`. I haven't validated other cases, but I guess it will ignore cases for true false strings as well.
Is it the reopen reason? I'm fine with your position, but please make sure it's communicated to service team. But just my 2 cents, a `boolean` defined type accepting a...
The scope of this problem doesn't have to be expanded to strongly typed languages. Actually various languages provide friendly boolean string parser functions, and in my opinion this shall be...