Azure / Azure/azure-cli-extensions
Followup patch to interactive to deal with deprecation items.
Open
extension/interactive
feature-request
- Dominant language
- Python
- Stars
- 454
- Forks
- 1.7k
- Avg merge
- 2d 19h
- Merged PRs (30d)
- 64
Description
With deprecation support, we introduced a bug in interactive that caused unplanned behavior when attemping to serialize the command table to JSON and dump to a file.
https://github.com/Azure/azure-cli/pull/7350 patches that bug by ignoring dictionary keys that are not serializable but converting other found deprecated items into their target string(which is serializable).
There will later be followup to have a consistent behavior for both dictionary keys and other values in the command table.
Contributor guide
Assessment
This issue has not been assessed yet.