JulianHayward / Azure-MG-Sub-Governance-Reporting

Azure Governance Visualizer aka AzGovViz is a PowerShell script that captures Azure Governance related information such as Azure Policy, RBAC (a lot more) by polling Azure ARM, Storage and Microsoft Graph APIs.
MIT License
858 stars 308 forks source link

New optional parameter -SubscriptionIdWhitelist #258

Closed skhomyuk closed 1 month ago

skhomyuk commented 1 month ago

The issue #245

By different reasons (e.g. business requirement / security / script performance) not all subscriptions should be included to the scope in the report.

Introduce a new optional parameter -SubscriptionIdWhitelist, which defines the subscriptions that must match in order to be processed.

image

Azure Governance Visualizer (6.5.5) run identifier: '87ED9C7A62758D6753918BEB23337D9D2712930D524AEF84551961DE22DEB94F7C2B19236663493A08E7D98E07400B5FA603EDC4F3489A363B2D34F1F89B7D15'

JulianHayward commented 1 month ago

@skhomyuk thanks - to round it up, will you also update: https://github.com/JulianHayward/Azure-MG-Sub-Governance-Reporting/blob/master/.azuredevops/pipelines/AzGovViz.variables.yml

skhomyuk commented 1 month ago

@JulianHayward thanks - updated now