aaz-dev-tools

Atomic Azure CLI Dev Tools

MIT License

Downloads
7.4K
Stars
19

Bot releases are visible (Hide)

aaz-dev-tools - v0.18.0

Published by necusjz almost 2 years ago

  • Relink command after class unwrapped (#182)
  • Support unwrap class modification inherit (#181)
  • Change portal namespace (#179)
aaz-dev-tools - v0.17.0

Published by github-actions[bot] almost 2 years ago

  • Workspace swagger picker supports load default swagger module and resource providers (#175)
  • aaz-dev run: Add --swagger-module-path, "--module", "--resource-provider" to specify single swagger repo for code generation (#175)
  • aaz-dev command-model generate-from-swagger: Support generate command model from swagger by readme tag for pipeline use (#176)
  • aaz-dev cli generate-by-swagger-tag: Support generate code in cli from command models by using readme tag for pipeline use (#178)
  • aaz-dev regenerate: Support to regenerate aaz commands from command models (#178)
  • Fix Workspace display no arguments command error (#177)
  • Ignore '/' character in x-ms-identifiers swagger property (#174)
aaz-dev-tools - v0.16.2

Published by github-actions[bot] almost 2 years ago

  • Fix subresource selector in generic update operation (#172)
aaz-dev-tools - v0.16.1

Published by calvinhzy almost 2 years ago

  • Ignore argument id-parts when generate code for list commands (#169)
  • Optimize swagger Error response invalid hints (#170)
aaz-dev-tools - v0.16.0

Published by necusjz almost 2 years ago

  • Support build-in keywords in property name generation (#167)
  • Add portal CLI generator (#153)
  • Support to generate property name starts with digit (#166)
  • Support to modify default for array, dict and object arguments (#165)
  • Fix id_part setup (#164)
  • Disable id_part for create command and subcommand (#163)
  • Support array index auto generate (#162)
  • Support to modify argument options for subcommand (#161)
  • Support subcommand generation (#154)
  • Add FAQs for Swagger definition (#160)
  • Fix x-ms-skip-url-encoding unparsed in Swagger (#159)
aaz-dev-tools - v0.15.1

Published by github-actions[bot] almost 2 years ago

  • Fix workspace bug on class argument unwrap (#155)
  • Fix workspace reload issue for update command using patch (#156)
  • Optimize generation error message display when loading modules (#157)
aaz-dev-tools - v0.15.0

Published by calvinhzy almost 2 years ago

  • Fix workspace export to aaz issue. (#148)
  • Ignore empty confirmation string in generated code. (#149)
  • Fix version and readiness parse issue in swagger file path (#150)
  • Fix class inheritance overwritten issue (#151)
aaz-dev-tools - v0.14.0

Published by github-actions[bot] almost 2 years ago

  • Support class type arguments unwrap and flatten (#145)
  • Support resource url filter in swagger picker (#146)
aaz-dev-tools - v0.13.0

Published by github-actions[bot] about 2 years ago

  • 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)
aaz-dev-tools - v0.12.0

Published by github-actions[bot] about 2 years ago

  • Disable Read only inherent in swagger translators (#139)
  • Enable register_callback decorator (#129)
aaz-dev-tools - v0.11.2

Published by github-actions[bot] about 2 years ago

  • Fix cls argument base inherent (#136)
  • Fix reload swagger error if no arg change previously (#135)
  • Add delete confirmation for workspace delete (#134)
aaz-dev-tools - v0.11.1

Published by github-actions[bot] about 2 years ago

  • Fix patch only not work in workspace editors (#132)
  • Fix UI bugs in CLI generators (#132)
  • Fix swagger frozen issue in additional properties (#130)
aaz-dev-tools - v0.11.0

Published by github-actions[bot] about 2 years ago

  • Support export unregistered command code (#126)
  • Refactor CLI Generators (#126)
  • Support lifecycle callbacks in generated AAZCommand code (#127)
aaz-dev-tools - v0.10.3

Published by github-actions[bot] about 2 years ago

  • Support workspace rename and delete (#123)
  • Fix resource folder name 255 length limitation (#124)
aaz-dev-tools - v0.10.2

Published by AllyW about 2 years ago

  • Add cmd unit test docs (#119)
  • Limit empty object for create mutability only (#120)
  • Fix argument content refresh issue in worksapce editor (#121)
aaz-dev-tools - v0.10.1

Published by github-actions[bot] about 2 years ago

  • Support to parse swagger resource providers without microsoft keywords (#116)
  • Support swagger modification reload in workspace (#117)
aaz-dev-tools - v0.10.0

Published by calvinhzy about 2 years ago

  • 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)
aaz-dev-tools - v0.9.6

Published by AllyW about 2 years ago

  • 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)
aaz-dev-tools - v0.9.5

Published by github-actions[bot] about 2 years ago

  • 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)
aaz-dev-tools - v0.9.4

Published by github-actions[bot] about 2 years ago

  • Update docs (#94)(#95)(#96)