Azure / missionlz

Azure landing zone for SCCA-compliant organizations.
MIT License
239 stars 135 forks source link

AVD Add-on: Convert scaling script to use API calls #969

Closed jamasten closed 1 week ago

jamasten commented 5 months ago

Benefit/Result/Outcome

PowerShell module differences are causing issues running the script across all clouds. Using API calls, will hardcode the API version / features, preventing issues with feature updates.

Description

Replace AZ cmdlets with API calls to reduce the dependency on specific AZ module versions.

Acceptance Criteria