Tools and resources to help migrate PowerShell scripts between incompatible versions of Az and AzureRM modules
Перейти к файлу
NoriZC 617ff6efe7
Upgrade Az version to 11.0.0 (#124)
* Support Az 11.0.0

* Polish changelog to highlight the major release alignment with Az.
2023-11-16 14:15:49 +08:00
.azure-pipelines Update sign-package.yml for Azure Pipelines, update agent pool 2022-08-30 17:02:39 +08:00
.github Update spec to support Az 5.2 (#69) 2020-12-24 15:46:43 +08:00
common/code-upgrade-samples Fixed bug in Invoke-AzUpgradeModulePlan dynamic parameter handling (#82) 2021-03-03 11:21:21 +08:00
docs Upgrade Az version to 11.0.0 (#124) 2023-11-16 14:15:49 +08:00
powershell-module Upgrade Az version to 11.0.0 (#124) 2023-11-16 14:15:49 +08:00
vscode-extension Update README.md (#120) 2023-09-28 16:07:29 +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.