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
817 stars 295 forks source link

Azure Pipelines - handle switch parameters not set to true #190

Closed jsandquist closed 1 year ago

jsandquist commented 1 year ago

Fix #186. Was this similar to the issue in #181 perhaps - though I doubt that was related to Azure pipelines?

Also changed the 'PowerShell@2' step to be consistent with 'pwsh' steps, thus changed it to use PowerShell Core if running on Windows.

JulianHayward commented 1 year ago

thank you