OMG.PSUtilities.AzureCore

1.2.0

Core Azure-related scripting, including identity and subscription management.

Minimum PowerShell version

7.0

Installation Options

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Module -Name OMG.PSUtilities.AzureCore

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

Install-PSResource -Name OMG.PSUtilities.AzureCore

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

Owners

Copyright

(c) 2025-2026 Lakshmanachari Panuganti

Package Details

Author(s)

  • Lakshmanachari Panuganti

Tags

Azure AzureCore Identity DevOps PowerShell Automation OMG

Functions

Get-PSUAzToken Get-PSUk8sPodLabel Invoke-PSUAzureAppRegAudit Test-PSUAzConnection

PSEditions

Core

Dependencies

Release Notes

1.2.0
- Declared Az.Accounts as a required module. It was always needed by Get-PSUAzToken,
 Test-PSUAzConnection, and Invoke-PSUAzureAppRegAudit, but was never declared. Installs
 now pull it automatically; environments that lack it will fail at import instead of
 failing later inside a command.
- Declared CompatiblePSEditions = Core, from tested imports rather than assumption.
- Guarded the optional kubectl and ThreadJob dependencies in Get-PSUk8sPodLabel with
 actionable messages instead of a raw CommandNotFoundException.
- Applied the MIT license metadata approved in docs/decisions/0.5-licensing-selection.md.
- Removed seven unreferenced --wip files from Public/. They were already excluded by the
 loader and were never exported, so this is not a functional change.

FileList

Version History

Version Downloads Last updated
1.2.0 (current version) 97 8/17/2026
1.1.1 96 8/15/2026
1.1.0 971 7/26/2026
1.0.5 350 8/19/2025
1.0.4 433 8/15/2025
1.0.3 35 7/28/2025
1.0.2 29 7/28/2025
1.0.1 16 7/25/2025
1.0.0 15 7/15/2025
Show more