OMG.PSUtilities.AzureCore
1.2.0
Core Azure-related scripting, including identity and subscription management.
Minimum PowerShell version
7.0
Installation Options
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
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
- OMG.PSUtilities.AzureCore.nuspec
- CHANGELOG.md
- OMG.PSUtilities.AzureCore.psd1
- OMG.PSUtilities.AzureCore.psm1
- Private\Get-PSUAppUsageStatus.ps1
- Private\Get-PSUAppWhereUsed.ps1
- Private\Get-PSUAssignmentPrincipalId.ps1
- Private\Get-PSUBatchDirectoryObjects.ps1
- Private\Get-PSUCleanupBucket.ps1
- Private\Get-PSUDeletionSafetyScore.ps1
- Private\Get-PSUExternalSystemType.ps1
- Private\Get-PSUGraphUser.ps1
- Private\Get-PSURoleDefDetails.ps1
- Private\Get-PSUTransitiveGroups.ps1
- Private\Invoke-PSUGraphWithRetry.ps1
- Private\Parse-PSUScopePath.ps1
- Private\Resolve-PSUPrincipalDisplayFromCache.ps1
- Private\Test-AzCliLogin.ps1
- Public\Get-PSUAzToken.ps1
- Public\Get-PSUk8sPodLabel.ps1
- Public\Invoke-PSUAzureAppRegAudit.ps1
- Public\Test-PSUAzConnection.ps1
- README.md
- Scripts\ConvertTo-AuditHtmlReport.ps1
- Scripts\Get-AppRegLastUsedDate.ps1
- Scripts\Run-AzureAppRegAudit-Standalone.ps1
- Scripts\Run-AzureAppRegAudit.ps1