Releases: Azure/aaz-dev-tools
Releases · Azure/aaz-dev-tools
v4.0.0
- [Breaking Change] Dropped the dependency on
tree.json
file in aaz repo (#409) - Support
AnyType
schema and argument, require azure-cli-core >= 2.70.0 (#457) - Enhance performance of
aaz-dev command-model verify
(#433) - Fix error message when condition arguments are hidden (#436)
- Fix swagger readme file parse (#440)(#441)
- Replace inflect library by pluralizer to singular name (#437)
- Support githooks in aaz repo (#448)(#452)
- Improve UI (#455)(#409)
- typespec: Add basic response for lro delete operation (#435)
- typespec: update tsp compiler to 0.64.0 and liftr 0.7.0 (#445)
- typespec: fix readonly property (#446)
- typespec: support the literal type (#447)
- typespec: adjust azure resource justification (#449)
- typespec: support
x-ms-identifiers
andx-ms-secret
(#450)
v3.2.0
- Handle swagger 204 response (#426)
- Bump up typespec version and add extern tsp lib for liftr (#427)
- Apply cls definitions recursively to avoid definition loss (#428)
- Support generate identity subcommands when using patch only update (#429)
- Support update command inherent from existing methods used in aaz models (#430)
- Fix bugs for class name with dot (#431)
v3.1.0
- Support managed identity sub commands (#403)
- Support to merge crud operations for the same resource (#415)
- Support to generate object with props and additional properties as FreeFormDictType in CLI (#415)
- Fix cli generation with build-in keywords (#416)
- Drop the
msrestazure
dependence (#418) - Disable AazResourceLocationArg auto fill from the value from resource group when it's
nullable
. (#421)