Releases: Azure/aaz-dev-tools
Releases · Azure/aaz-dev-tools
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)
v0.9.5
- Limit minimal python version to 3.8 (#98)(#99)(#101)
- Fix issue when rename commands in cfg_editor (#100)
- Remove python-Levenshtein reliance (#102)
- Disable paging for long running commands (#103)
- Add provisioning state field verification in wait command generation (#104)
v0.9.3
- Support
DurationArg
, DateArg
, DateTimeArg
and UuidArg
generation (#90)
v0.9.2
- Support empty object argument (#89)
- Add
CMDIdentityObjectSchemaBas
and CMDIdentityObjectSchema
schema (#89)
- Support use null to unset object or array type elements in dict or array (#89)
v0.9.1
- Fix wait command generation while get operation contains query or header parameters (#88)
v0.9.0
- Support wait command generation (#86)
v0.8.0
- Support argument validation (#85)
v0.7.1
- Fix parse swagger file path version
v0.7.0
- Improve message display in swagger picker (#83)
- Update MIN_CLI_CORE_VERSION to 2.38.0 (#83)