Azure / azure-powershell-migration

Tools and resources to help migrate PowerShell scripts between incompatible versions of Az and AzureRM modules
MIT License
35 stars 18 forks source link

upgrade az version to 10, remove fixed version number in extension, breaking changes in cmdlet API #118

Closed VeryEarly closed 1 year ago

VeryEarly commented 1 year ago
  • Why changing the folder structure from /ModuleSpecs/Az/{ver}/* to /ModuleSpecs/Az/Latest/{ver}/*?
  • I know this is unrelated to your PR, but Get-AzUpgradeCmdletSpec seems more like an internal function, but it's in "Public". Can we hide it?
  • If we release Az 10.4 but does not update the metadata in the migration module, will cx still be able to use the module? And the vscode extension?
  • BTW please use more descriptive title and make sure branch is named after you.

Thanks

  1. to support LTS in the future, less code changes
  2. https://github.com/Azure/azure-powershell-migration/issues/119
  3. Yes
  4. title update