Releases: Azure/aaz-dev-tools
Releases · Azure/aaz-dev-tools
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)
v3.0.0
- Support swagger
base_path
(#400)
- Add support to python 3.12 (#401)
- Add support to TypeSpec specification (#399)
- Add typespec usage doc (#404)
v2.10.1
- Fix swagger additional property patch (#397)
v2.10.0
- Fix discriminate_by method in generated response schema code (#380)
- Ignore the required flag for read only property in swagger (#390)
- Escape backslashes in examples docstrings (#391)
v2.9.0
- Support output flatten control in workspace editor (#368)
- Fix read-only flag in generated code (#378)
v2.8.0
- Support enum extension (#366)
- Escape backslashes in docstrings (#360)
- Escape backslash using constant-convert (#365)
- Support keywords as arg name (#362)
- Handle keyword in response
- Conduct code doc (#364)
v2.7.0
- Support example generation (#361)
v2.6.2
- Refine documentation (#345, #349, #355, #356)
- Add response schema for lro delete operation (#350)
- Support empty free-form object (#348)
- Display ParseJsonFailed error logs (#347)
- Fix readOnly parsing problem in Swagger (#346)
v2.6.1
- Adapt new polices for LRO operation (#333)
v2.6.0
- Fix invalid URL in the document (#327)
- Support dynamic endpoints retrieve from ARM Cloud Metadata API (#316)