Skip to content

microsoft/vscode-azurecli

Repository files navigation

Azure CLI Tools

Scrapbooks for developing and running commands with the Azure CLI.

Create .azcli files and use these features:

  • IntelliSense for commands and their arguments.
  • Snippets for commands, inserting required arguments automatically.
  • Run the current command in the integrated terminal.
  • Run the current command and show its output in a side-by-side editor.
  • Show documentation on mouse hover.
  • Display current subscription and defaults in status bar.

Azure CLI Tools in Action

Release Notes

0.5.0

0.4.6

0.4.5

0.4.4

0.4.3

0.4.2

0.4.1

0.4.0

  • Support for Azure CLI >=2.0.24

0.3.0

0.2.0

0.1.0

  • Improve argument sort order in IntelliSense.
  • Fix handling of spaces in az's path on Windows. Did not work with MSI install.
  • Fix version check for older versions. Should show a message asking to update az.
  • Smaller bugfixes.

0.0.1

Initial release.

Contributing

File bugs and feature requests in GitHub Issues.

Checkout the source code in the GitHub Repository.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

License

MIT