VS Code extension for the Azure CLI 2.0
Перейти к файлу
Christof Marti 9e4ea775b0 Remove activation events 2023-07-07 15:38:48 +02: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 Include 'Line' in settings id 2020-02-03 12:07:45 +01: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 Include 'Line' in settings id 2020-02-03 12:07:45 +01: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.5.0 2020-02-03 12:22:34 +01:00
SECURITY.md Microsoft mandatory file 2023-06-05 09:09:57 +02:00
azure-pipelines.yml Engineering - add TSAOptions (#95) 2023-06-21 10:15:34 +02:00
language-configuration.json Bootstrap extension (fixes #1) 2017-03-10 10:44:31 -08:00
package-lock.json Bump semver from 5.6.0 to 7.5.2 2023-06-29 18:02:02 +02:00
package.json Remove activation events 2023-07-07 15:38:48 +02: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.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