You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .azuredevops/pipelines/AzGovViz.variables.yml
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# Azure Governance Visualizer v6_major_20231022_1
1
+
# Azure Governance Visualizer v6_major_20231113_1
2
2
# First things first:
3
3
# 1. Replace <YourServiceConnection> with the name of your service connection
4
4
# 2. Replace <YourManagementGroupId> with the your ManagementGroupId
@@ -112,6 +112,11 @@ variables:
112
112
113
113
### Optional Variables - Modify as Needed
114
114
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
+
115
120
# 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
Copy file name to clipboardExpand all lines: README.md
+9-11Lines changed: 9 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -78,19 +78,17 @@ The [Azure Governance Visualizer Accelerator](https://github.com/Azure/Azure-Gov
78
78
79
79
## Release history
80
80
81
-
__Changes__ (2023-Oct-22 / 6.3.3 Minor)
81
+
__Changes__ (2023-Nov-13 / 6.3.4 Minor)
82
82
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`
Copy file name to clipboardExpand all lines: history.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,18 @@
4
4
5
5
### Azure Governance Visualizer version 6
6
6
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`
0 commit comments