Qinkai Wu

Results 12 comments of Qinkai Wu

@hilaryw29 I was working on this feature and encountered some problems when creating test cases. `{"code":"InvalidParameter","target":"resilientVMCreationPolicy","message":"The value of parameter resilientVMCreationPolicy is invalid."}` The value of `resilientVMCreationPolicy` in template is `"resiliencyPolicy":...

Hi @staycool13 , `az logic workflow update` belongs to the `logic` extension. Please check and update the extension by following https://learn.microsoft.com/en-us/cli/azure/azure-cli-extensions-overview#how-to-update-extensions. Additionally, I was unable to replicate the issue using...

> Please add tests Hi @kairu-ms , Unit tests added in `src/azure-cli-core/azure/cli/core/tests/test_breaking_change.py`.

Hi @IannGeorges , The Azure CLI team is implementing a new policy requiring a 30-day pre-announcement for all breaking changes. Please create a pull request to add a breaking change...

Hi @Sandido , we are exploring a new way to announce breaking changes. And in this breaking change window we plan to extend the scope from core cli to extensions....

Hi @jovancevic123 It’s recommended to add breaking change pre-announcement in a separate file named `_breaking_change.py`. Could you please refer to the first few paragraphs in https://github.com/Azure/azure-cli/blob/dev/doc/how_to_introduce_breaking_changes.md#pre-announce-breaking-changes-1 doc to create a...