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.
On OSX the extension currently does not work with the Homebrew install of the Azure CLI. This can be worked around by installing the Azure CLI through the install script (see https://aka.ms/GetTheAzureCLI).
- Add 'Azure' marketplace category.
- Fix failure when running commands in the Terminal.
- 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.
Initial release.
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.