Skip to content

Commit 8def035

Browse files
committed
6.3.4
1 parent 98f9171 commit 8def035

9 files changed

Lines changed: 246 additions & 93 deletions

File tree

.azuredevops/pipelines/AzGovViz.variables.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Azure Governance Visualizer v6_major_20231022_1
1+
# Azure Governance Visualizer v6_major_20231113_1
22
# First things first:
33
# 1. Replace <YourServiceConnection> with the name of your service connection
44
# 2. Replace <YourManagementGroupId> with the your ManagementGroupId
@@ -112,6 +112,11 @@ variables:
112112

113113
### Optional Variables - Modify as Needed
114114

115+
# Define the Azure Resource Manager location to use (default is to use westeurope; this is used to optimize the built-in Azure RBAC Role definitions tracking)
116+
- name: ARMLocation
117+
# String | example: value: "westus"
118+
value: 'westeurope'
119+
115120
# Defines the limit (default=500) of AAD Group members; For AAD Groups that have more members than the defined limit Group members will not be resolved
116121
- name: AADGroupMembersLimit
117122
# Integer | default = 500 | example: value: 333

README.md

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -78,19 +78,17 @@ The [Azure Governance Visualizer Accelerator](https://github.com/Azure/Azure-Gov
7878

7979
## Release history
8080

81-
__Changes__ (2023-Oct-22 / 6.3.3 Minor)
81+
__Changes__ (2023-Nov-13 / 6.3.4 Minor)
8282

83-
* introduce new optional parameter `-AzAPICallSkipAzContextSubscriptionValidation` [ref](https://aka.ms/AzAPICall)
84-
* update ARM API-version for RBAC Role definitions. Using `2022-05-01-preview` instead of `2018-11-01-preview`. This will show us 'conditions' [example](https://www.azadvertizer.net/azrolesadvertizer/8b54135c-b56d-4d72-a534-26097cfdc8d8.html)
83+
* introduce new parameter `-ARMLocation`. Define the Azure Resource Manager (ARM) location to use (default is to use westeurope; this is used to optimize the built-in Azure RBAC Role definitions tracking)
84+
* hardening the automated AzAPICall PowerShell module installation by adding retry mechanism in case of failure (Azure DevOps/GitHub)
85+
* tolerating more up to date AzAPICall version when executing outside of Azure DevOps/GitHub
86+
* update ARM API-version for Resources. Using `2023-07-01` instead of `2021-04-01`
8587
* update `/.azuredevops/pipelines/AzGovViz.variables.yml`
86-
* add parameter `-AzAPICallSkipAzContextSubscriptionValidation`
87-
* structure AzAPICall related variables
88-
* Azure Active Directory becomes Microsoft Entra ID
89-
* update README.md and setup.md
90-
* OIDC for Azure DevOps
88+
* add parameter `-ARMLocation`
89+
* update README.md
9190
* update [API reference](#api-reference)
92-
* Azure Active Directory becomes Microsoft Entra ID
93-
* use [AzAPICall](https://aka.ms/AzAPICall) PowerShell module version 1.1.83
91+
* use [AzAPICall](https://aka.ms/AzAPICall) PowerShell module version 1.1.84
9492

9593
[Full release history](history.md)
9694

@@ -613,7 +611,7 @@ Azure Governance Visualizer polls the following APIs
613611
| ARM | 2020-01-01-preview | /subscriptions/`subscriptionId`/providers/Microsoft.Security/securityContacts |
614612
| ARM | 2019-10-01 | /subscriptions/`subscriptionId`/providers |
615613
| ARM | 2021-04-01 | /subscriptions/`subscriptionId`/resourcegroups |
616-
| ARM | 2021-04-01 | /subscriptions/`subscriptionId`/resources |
614+
| ARM | 2023-07-01 | /subscriptions/`subscriptionId`/resources |
617615
| ARM | 2020-01-01 | /subscriptions |
618616
| ARM | 2020-01-01 | /tenants |
619617

history.md

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

55
### Azure Governance Visualizer version 6
66

7+
__Changes__ (2023-Nov-13 / 6.3.4 Minor)
8+
9+
* introduce new parameter `-ARMLocation`. Define the Azure Resource Manager (ARM) location to use (default is to use westeurope; this is used to optimize the built-in Azure RBAC Role definitions tracking)
10+
* hardening the automated AzAPICall PowerShell module installation by adding retry mechanism in case of failure (Azure DevOps/GitHub)
11+
* tolerating more up to date AzAPICall version when executing outside of Azure DevOps/GitHub
12+
* update ARM API-version for Resources. Using `2023-07-01` instead of `2021-04-01`
13+
* update `/.azuredevops/pipelines/AzGovViz.variables.yml`
14+
* add parameter `-ARMLocation`
15+
* update README.md
16+
* update [API reference](#api-reference)
17+
* use [AzAPICall](https://aka.ms/AzAPICall) PowerShell module version 1.1.84
18+
719
__Changes__ (2023-Oct-22 / 6.3.3 Minor)
820

921
* introduce new optional parameter `-AzAPICallSkipAzContextSubscriptionValidation` [ref](https://aka.ms/AzAPICall)

0 commit comments

Comments
 (0)