Tools and resources to help migrate PowerShell scripts between incompatible versions of Az and AzureRM modules
Перейти к файлу
Keith Babinec bf8b6c992c
Updated docs to remove warnings about splatting support (#71)
2020-12-28 14:15:18 +08:00
.azure-pipelines Sign third party assemblies (#50) 2020-09-16 23:52:01 +08:00
.github Update spec to support Az 5.2 (#69) 2020-12-24 15:46:43 +08:00
common/code-upgrade-samples Add support for detecting and updating splatted parameters (#68) 2020-12-14 17:50:15 +08:00
docs Updated docs to remove warnings about splatting support (#71) 2020-12-28 14:15:18 +08:00
powershell-module Updated docs to remove warnings about splatting support (#71) 2020-12-28 14:15:18 +08:00
vscode-extension Fix issue #62 to show the correct status of the PowerShell console (#67) 2020-10-16 21:17:26 +08:00
.gitignore Fixed some issues. (#63) 2020-09-23 10:59:05 +08:00
CODE_OF_CONDUCT.md Initial CODE_OF_CONDUCT.md commit 2020-07-22 22:36:40 -07:00
LICENSE Initial LICENSE commit 2020-07-22 22:36:41 -07:00
README.md Updated docs for pwsh and markdown standardization (#46) 2020-09-11 13:30:58 -07:00
SECURITY.md Initial SECURITY.md commit 2020-07-22 22:36:43 -07:00
build.proj Add pipeline for build and signing (#35) 2020-08-27 10:28:07 +08:00
package-lock.json Initial commits for vscode extension 2020-08-10 09:22:51 +08:00

README.md

AzureRM to Az Migration Toolkit

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

This repository includes a PowerShell module and a VSCode extension to automate the migration of your PowerShell scripts and modules from AzureRM to the Az PowerShell module.

The current version of the migration toolkit is aimed at AzureRM to Az migration. We are considering adding the additional capability to migrate between Az versions.

Repository Structure

  • common

    • Resources shared by the PowerShell module and the VSCode extension.
    • Script samples used for testing purposes.
  • docs

    • Quick starts and additional documentation.
  • powershell-module

    • Code for the Az.Tools.Migration PowerShell module.
  • vscode-extension

    • Code for the VSCode extension.

Feedback

We welcome issues and PRs. Feel free to open issues for suggestions of new features.

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, see the Contributor License Agreement.

When you submit a pull request, a CLA bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions provided by the bot. You only need to do this once across all repos using Microsoft's CLA.

Code of Conduct

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.