VS Code extension for the Azure CLI 2.0
Перейти к файлу
Matthew Burleigh c199230b01
Delete configurationSettings.ts
2019-09-24 08:29:56 -04:00
.devcontainer Pipelines config 2019-06-28 09:59:22 +02:00
.github Configure 'needs more info' 2017-11-20 07:50:44 -08:00
.vscode Update dependencies 2019-03-13 09:48:24 +00:00
examples Update readme / example 2017-05-09 09:44:00 -07:00
images Update readme / example 2017-05-09 09:44:00 -07:00
service Pipelines config 2019-06-28 09:59:22 +02:00
src Delete configurationSettings.ts 2019-09-24 08:29:56 -04:00
syntaxes Fix parameter -> argument 2017-05-10 15:29:45 -07:00
.flake8 flake8 2017-05-15 14:13:45 -07:00
.gitignore Ignore tags file 2017-05-15 06:58:50 -07:00
.pylintrc Enable linting, add Python path 2017-05-01 14:39:00 -07:00
.vscodeignore Extension template and scrap az --help 2017-04-04 14:37:24 -07:00
LICENSE Initial commit 2017-03-09 15:13:13 -08:00
README.md Prepare 0.4.6 2019-06-28 10:24:47 +02:00
azure-pipelines.yml Pipelines config 2019-06-28 09:59:22 +02:00
language-configuration.json Bootstrap extension (fixes #1) 2017-03-10 10:44:31 -08:00
package-lock.json Use @types/vscode 2019-06-28 10:43:08 +02:00
package.json Use @types/vscode 2019-06-28 10:43:08 +02:00
thirdpartynotices.txt Update dependencies 2019-03-13 09:48:24 +00:00
tsconfig.json Get Python's path from az 2017-04-28 21:25:10 -07:00
tslint.json tslint config / cleanup 2017-04-14 09:59:55 -07:00

README.md

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.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