Skip to content

Conversation

@janegilring
Copy link
Contributor

Pull Request

Issue

Issue #, if available:
Azure/Azure-Landing-Zones#2324

Description

Description of changes:

This pull request updates the way the ALZ module is checked and retrieved in the Test-Tooling function, modernizing the approach to use the latest PowerShell resource management cmdlets for better compatibility and reliability.

Module management modernization:

  • Replaced Get-InstalledModule with Get-InstalledPSResource for checking the installed ALZ module version, and updated the selection of properties to include Name and Version.
  • Replaced Find-Module with Find-PSResource for retrieving the latest available ALZ module version.

License

By submitting this pull request, I confirm that my contribution is made under the terms of the projects associated license.

…and Find-PSResource

Signed-off-by: Jan Egil Ring <janegilring@microsoft.com>
Copy link
Member

@jaredfholgate jaredfholgate left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@jaredfholgate jaredfholgate merged commit 9c5ac39 into Azure:main Nov 17, 2025
5 of 6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants