Releases: Azure/aaz-dev-tools
Releases · Azure/aaz-dev-tools
v0.13.0
- Support free from dict for
"additionalProperties":True
swagger definition (#138)
- Support command confirmation prompt modification (#141)
- Fix duplicated option names detect when flatten argument (#142)
- Fix reload swagger aug group name overwrite (#143)
v0.12.0
- Disable Read only inherent in swagger translators (#139)
- Enable register_callback decorator (#129)
v0.11.2
- Fix cls argument base inherent (#136)
- Fix reload swagger error if no arg change previously (#135)
- Add delete confirmation for workspace delete (#134)
v0.11.1
- Fix patch only not work in workspace editors (#132)
- Fix UI bugs in CLI generators (#132)
- Fix swagger frozen issue in additional properties (#130)
v0.11.0
- Support export unregistered command code (#126)
- Refactor CLI Generators (#126)
- Support lifecycle callbacks in generated AAZCommand code (#127)
v0.10.3
- Support workspace rename and delete (#123)
- Fix resource folder name 255 length limitation (#124)
v0.10.2
- Add cmd unit test docs (#119)
- Limit empty object for create mutability only (#120)
- Fix argument content refresh issue in worksapce editor (#121)
v0.10.1
- Support to parse swagger resource providers without
microsoft
keywords (#116)
- Support swagger modification reload in workspace (#117)
v0.10.0
- Fix command schema duplicated diff calculation issue (#112)
- Support workspace modification inheritance (#113)
- Disable flatten for argument when the schema has cls definition (#114)
- Optimize command description when generated from swagger (#114)
- Support examples inherit (#114)
v0.9.6
- Support modify argument default value and reverse bool argument expression (#106)
- Add default and blank value validation for argbase and arg(#106)
- Add reformat to verify command model(#106)
- Support default value modification ui(#106)
- Ignore argument default for update actions (#107)
- Add argument to specify workspace path (#108)
- Fix bug to print string with newline (#110)