Conversation
|
Core |
|
This change triggers some errors in This is because azure-cli/src/azure-cli/azure/cli/command_modules/network/_format.py Lines 103 to 104 in 821ccb0 A downside is that If the transform is executed after LRO polling, the result is a I don't think it is a good behavior to apply transform to a LRO poller. Instead, a transform should be applied to the LRO result. But, this behavior has been there since 2017 (8346147). Chaning the behavior may cause failures in other modules or extensions. |
|
A workaround is added in Knack to serialize |
Related command
Description
Testing Guide
History Notes
[Component Name 1] BREAKING CHANGE:
az command a: Make some customer-facing breaking change[Component Name 2]
az command b: Add some customer-facing featureThis checklist is used to make sure that common guidelines for a pull request are followed.
The PR title and description has followed the guideline in Submitting Pull Requests.
I adhere to the Command Guidelines.
I adhere to the Error Handling Guidelines.