Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New feature - Alz policy assignments checker #259

Open
wants to merge 16 commits into
base: alz-policyAssignmentsChecker
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
72 changes: 39 additions & 33 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,39 +31,39 @@ Azure Governance Visualizer is intended to help you to get a holistic overview o

## Table of contents

- [Azure Governance Visualizer aka AzGovViz](#azure-governance-visualizer-aka-azgovviz)
- [Mission](#mission)
- [Table of contents](#table-of-contents)
- [Azure Governance Visualizer @ Microsoft CAF](#azure-governance-visualizer--microsoft-caf)
- [Microsoft Cloud Adoption Framework (CAF)](#microsoft-cloud-adoption-framework-caf)
- [Azure Governance Visualizer accelerator](#azure-governance-visualizer-accelerator)
- [:rocket: Azure Governance Visualizer deployment guide](#rocket-azure-governance-visualizer-deployment-guide)
- [Release history](#release-history)
- [Demo](#demo)
- [Media](#media)
- [Presentations](#presentations)
- [Features](#features)
- [Screenshots](#screenshots)
- [Outputs](#outputs)
- [Trust](#trust)
- [Technical documentation](#technical-documentation)
- [Permissions overview](#permissions-overview)
- [Required permissions in Azure](#required-permissions-in-azure)
- [Required permissions in Microsoft Entra ID](#required-permissions-in-microsoft-entra-id)
- [PowerShell](#powershell)
- [Parameters](#parameters)
- [API reference](#api-reference)
- [Integrate with AzOps](#integrate-with-azops)
- [Integrate PSRule for Azure](#integrate-psrule-for-azure)
- [Stats](#stats)
- [How / What?](#how--what)
- [Security](#security)
- [Known issues](#known-issues)
- [Facts](#facts)
- [Contribution](#contribution)
- [AzAdvertizer](#azadvertizer)
- [AzADServicePrincipalInsights](#azadserviceprincipalinsights)
- [Closing Note](#closing-note)
* [Azure Governance Visualizer aka AzGovViz](#azure-governance-visualizer-aka-azgovviz)
* [Mission](#mission)
* [Table of contents](#table-of-contents)
* [Azure Governance Visualizer @ Microsoft CAF](#azure-governance-visualizer--microsoft-caf)
* [Microsoft Cloud Adoption Framework (CAF)](#microsoft-cloud-adoption-framework-caf)
* [:rocket: Azure Governance Visualizer deployment guide](#rocket-azure-governance-visualizer-deployment-guide)
* [Azure Governance Visualizer accelerator](#azure-governance-visualizer-accelerator)
* [Release history](#release-history)
* [Demo](#demo)
* [Media](#media)
* [Presentations](#presentations)
* [Features](#features)
* [Screenshots](#screenshots)
* [Outputs](#outputs)
* [Trust](#trust)
* [Technical documentation](#technical-documentation)
* [Permissions overview](#permissions-overview)
* [Required permissions in Azure](#required-permissions-in-azure)
* [Required permissions in Microsoft Entra ID](#required-permissions-in-microsoft-entra-id)
* [PowerShell](#powershell)
* [Parameters](#parameters)
* [API reference](#api-reference)
* [Integrate with AzOps](#integrate-with-azops)
* [Integrate PSRule for Azure](#integrate-psrule-for-azure)
* [Stats](#stats)
* [How / What?](#how--what)
* [Security](#security)
* [Known issues](#known-issues)
* [Facts](#facts)
* [Contribution](#contribution)
* [AzAdvertizer](#azadvertizer)
* [AzADServicePrincipalInsights](#azadserviceprincipalinsights)
* [Closing Note](#closing-note)

## Azure Governance Visualizer @ Microsoft CAF

Expand All @@ -84,6 +84,12 @@ The [Azure Governance Visualizer accelerator](https://github.com/Azure/Azure-Gov

## Release history

**Changes** (2024-October-09 / 6.5.5 Patch)

- New feature "ALZ Policy Assignments Checker" - This new view, will compare the current deployed ALZ hierarchy with the ALZ archetypes definitions and point out the missing policy assignments. It will also reference the missing policy assignments' payloads and AzAdvertiser links.
- New Parameter `-ALZPolicyAssignmentsChecker` - Execute the ALZPolicyAssignmentsChecker feature
- New Parameter `-ALZManagementGroupsIds` - Provide the management group Ids of the deployed ALZ hierarchy.

**Changes** (2024-September-19 / 6.5.4 Patch)

- minor PSScriptAnalyzer finding resolved
Expand Down
5 changes: 5 additions & 0 deletions history.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@

### Azure Governance Visualizer version 6

**Changes** (2024-October-09 / 6.5.5 Patch)

- New feature "ALZ Policy Assignments Checker" - This new view, will compare the current deployed ALZ hierarchy with the ALZ archetypes definitions and point out the missing policy assignments. It will also reference the missing policy assignments' payloads and AzAdvertiser links.
- New Parameter `-ALZPolicyAssignmentsChecker` - Execute the ALZPolicyAssignmentsChecker feature
- New Parameter `-ALZManagementGroupsIds` - Provide the management group Ids of the deployed ALZ hierarchy.

**Changes** (2024-September-19 / 6.5.4 Patch)

Expand Down
Loading