microsoft / finops-toolkit

Tools and resources to help you adopt and implement FinOps capabilities that automate and extend the Microsoft Cloud.
https://aka.ms/finops/toolkit
MIT License
305 stars 106 forks source link

[Hubs] Update Azure PowerShell version for deployment scripts #945

Open flanakin opened 2 months ago

flanakin commented 2 months ago

⚠️ Problem

Deployment scripts are returning this warning:

WARNING: You're using Az version 8.0.0. The latest version of Az is 12.2.0. Upgrade your Az modules using the following commands:

  • Update-Module Az -WhatIf -- Simulate updating your Az modules.
  • Update-Module Az -- Update your Az modules.

There will be breaking changes from 8.0.0 to 12.2.0. Open https://go.microsoft.com/fwlink/?linkid=2241373 and check the details.

🛠️ Solution

Update deployment scripts to use the latest Azure PowerShell release.

🙋‍♀️ Ask for the community

We could use your help:

  1. Please vote this issue up (👍) to prioritize it.
  2. Leave comments to help us solidify the vision.