Skip to content

Commit f2665d3

Browse files
committed
6.7.1
1 parent 409b64d commit f2665d3

File tree

5 files changed

+15
-6
lines changed

5 files changed

+15
-6
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,11 +86,16 @@ Azure Architecture Center (Landing zones): [Azure Governance Visualizer deployme
8686

8787
## Release history
8888

89+
**Changes** (2025-May-20 / 6.7.1 Patch)
90+
91+
- use [AzAPICall](https://aka.ms/AzAPICall) PowerShell module version 1.4.0 (previous 1.2.4). Handle token refresh for OIDC in Azure Devops and GitHub Actions
92+
8993
**Changes** (2025-May-19 / 6.7.0 Minor)
9094

9195
- 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 [AzAdvertizer](https://www.azadvertizer.net/) links.
9296
- New switch-parameter `-ALZPolicyAssignmentsChecker` - Execute the ALZPolicyAssignmentsChecker feature
9397
- New Parameter `-ALZManagementGroupsIds` - Provide the Management Group Ids of the deployed ALZ hierarchy (more details: [Parameters](#parameters))
98+
- [techcommunity blog post](https://techcommunity.microsoft.com/blog/azuregovernanceandmanagementblog/keep-your-azure-landing-zones-policy-assignments-up-to-date-with-azure-governanc/4292789)
9499

95100
[Full release history](history.md)
96101

@@ -547,7 +552,7 @@ Screenshot of Microsoft Graph permissions in the Microsoft Entra admin center
547552
- `-NoNetwork` - Do not execute Network analysis / Virtual Network and Virtual Network Peerings
548553
- `-NetworkSubnetIPAddressUsageCriticalPercentage` - Warning level when certain percentage of IP addresses is used (default = 90%)
549554
- `-TenantId4AzContext` - Define the Tenant Id to use for AzContext (default is to use the Tenant Id from the current context)
550-
- `-ALZPolicyAssignmentsChecker` - Execute the 'Azure Landing Zones (ALZ) Policy Assignments Checker' feature
555+
- `-ALZPolicyAssignmentsChecker` - Execute the 'Azure Landing Zones (ALZ) Policy Assignments Checker' feature. [techcommunity blog post](https://techcommunity.microsoft.com/blog/azuregovernanceandmanagementblog/keep-your-azure-landing-zones-policy-assignments-up-to-date-with-azure-governanc/4292789)
551556
- `-ALZManagementGroupsIds` - if your Management Group (MG) structure deviates from the ALZ defaults, then you will need to map your MG structure to the default ALZ structure. If your MG structure does not deviate from the ALZ defaults then you do not need to define this parameter
552557

553558
_example:_

history.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44

55
### Azure Governance Visualizer version 6
66

7+
**Changes** (2025-May-20 / 6.7.1 Patch)
8+
9+
- use [AzAPICall](https://aka.ms/AzAPICall) PowerShell module version 1.4.0 (previous 1.2.4). Handle token refresh for OIDC in Azure Devops and GitHub Actions
10+
711
**Changes** (2025-May-19 / 6.7.0 Minor)
812

913
- 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 [AzAdvertizer](https://www.azadvertizer.net/) links.

pwsh/AzGovVizParallel.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ Param
406406
$Product = 'AzGovViz',
407407

408408
[string]
409-
$ProductVersion = '6.7.0',
409+
$ProductVersion = '6.7.1',
410410

411411
[string]
412412
$GithubRepository = 'aka.ms/AzGovViz',
@@ -416,7 +416,7 @@ Param
416416
[ValidateSet('AzAPICall', 'AzAPICallBeta')]$AzAPICallModuleName = 'AzAPICall',
417417

418418
[string]
419-
$AzAPICallVersion = '1.2.4',
419+
$AzAPICallVersion = '1.4.0',
420420

421421
[switch]
422422
$DebugAzAPICall,

pwsh/dev/devAzGovVizParallel.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ Param
406406
$Product = 'AzGovViz',
407407

408408
[string]
409-
$ProductVersion = '6.7.0',
409+
$ProductVersion = '6.7.1',
410410

411411
[string]
412412
$GithubRepository = 'aka.ms/AzGovViz',
@@ -416,7 +416,7 @@ Param
416416
[ValidateSet('AzAPICall', 'AzAPICallBeta')]$AzAPICallModuleName = 'AzAPICall',
417417

418418
[string]
419-
$AzAPICallVersion = '1.2.4',
419+
$AzAPICallVersion = '1.4.0',
420420

421421
[switch]
422422
$DebugAzAPICall,

version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"ProductVersion": "6.7.0"
2+
"ProductVersion": "6.7.1"
33
}

0 commit comments

Comments
 (0)