azure-powershell-migration/vscode-extension
Yabo Hu 26e0b28588
Update README.md (#120)
* Update README.md

pictures invalid and no reason to point them to this page iteself

* update links
2023-09-28 16:07:29 +08:00
..
.vscode Restructure source code folder for release (#48) 2020-09-18 17:22:33 +08:00
resources/readme refactor: delete server code and refactor migration extension (#94) 2021-08-31 15:44:58 +08:00
src upgrade az version to 10, remove fixed version number in extension, breaking changes in cmdlet API (#118) 2023-09-27 15:53:09 +08:00
.eslintrc.json refactor: delete server code and refactor migration extension (#94) 2021-08-31 15:44:58 +08:00
.gitignore Initial commits for vscode extension 2020-08-10 09:22:51 +08:00
.vscodeignore Fix issue #62 to show the correct status of the PowerShell console (#67) 2020-10-16 21:17:26 +08:00
CHANGELOG.md upgrade az version to 10, remove fixed version number in extension, breaking changes in cmdlet API (#118) 2023-09-27 15:53:09 +08:00
LICENSE.txt Restructure source code folder for release (#48) 2020-09-18 17:22:33 +08:00
README.md Update README.md (#120) 2023-09-28 16:07:29 +08:00
build.proj Initial commits for vscode extension 2020-08-10 09:22:51 +08:00
logo.png Restructure source code folder for release (#48) 2020-09-18 17:22:33 +08:00
package-lock.json upgrade az version to 10, remove fixed version number in extension, breaking changes in cmdlet API (#118) 2023-09-27 15:53:09 +08:00
package.json upgrade az version to 10, remove fixed version number in extension, breaking changes in cmdlet API (#118) 2023-09-27 15:53:09 +08:00
tsconfig.json refactor: delete server code and refactor migration extension (#94) 2021-08-31 15:44:58 +08:00

README.md

Azure Powershell Tools

Version Installs

Effortlessly migrate your PowerShell scripts from AzureRM to the Az PowerShell module.

Azure Powershell Tools overview

Features

  • AzureRM commands highlighting.
  • Quick Fix for some AzureRM commands.

Installing the Extension

You can install the official release of the Azure PowerShell extension by following the steps in the Visual Studio Code documentation. In the Extensions pane, search for "Azure PowerShell" extension and install it there. You will get notified automatically about any future extension updates!

Usage

PowerShell scripts are analyzed automatically whenever they are opened or saved. AzureRM cmdlets will be identified and marked with suggestions of how to migrate.

  • Quick Fix quick-fix

License

This extension is licensed under the MIT License.