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: README.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -78,6 +78,11 @@ The [Azure Governance Visualizer Accelerator](https://github.com/Azure/Azure-Gov
78
78
79
79
## Release history
80
80
81
+
__Changes__ (2023-Sep-12 / 6.3.2 Minor)
82
+
83
+
* another fix for [AzAPICall issue43](https://github.com/JulianHayward/AzAPICall/issues/43). Use-case scenario will be documented in the near future. Kudos to Asbjørn Nielsen (fellowmind dk) @AsbjornNielsen
84
+
* use [AzAPICall](https://aka.ms/AzAPICall) PowerShell module version 1.1.79
85
+
81
86
__Changes__ (2023-Sep-04 / 6.3.1 Minor)
82
87
83
88
* introduce new optional parameter `-TenantId4AzContext` which makes it possible to set the Azure context to a different tenant. Fix for [AzAPICall issue43](https://github.com/JulianHayward/AzAPICall/issues/43). Use-case scenario will be documented in the near future. Kudos to Asbjørn Nielsen (fellowmind dk) @AsbjornNielsen
Copy file name to clipboardExpand all lines: history.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,11 @@
4
4
5
5
### Azure Governance Visualizer version 6
6
6
7
+
__Changes__ (2023-Sep-12 / 6.3.2 Minor)
8
+
9
+
* another fix for [AzAPICall issue43](https://github.com/JulianHayward/AzAPICall/issues/43). Use-case scenario will be documented in the near future. Kudos to Asbjørn Nielsen (fellowmind dk) @AsbjornNielsen
10
+
* use [AzAPICall](https://aka.ms/AzAPICall) PowerShell module version 1.1.79
11
+
7
12
__Changes__ (2023-Sep-04 / 6.3.1 Minor)
8
13
9
14
* introduce new optional parameter `-TenantId4AzContext` which makes it possible to set the Azure context to a different tenant. Fix for [AzAPICall issue43](https://github.com/JulianHayward/AzAPICall/issues/43). Use-case scenario will be documented in the near future. Kudos to Asbjørn Nielsen (fellowmind dk) @AsbjornNielsen
if (-not ([System.Version]"$($azapicallConf['htParameters'].azAPICallModuleVersion)"-ge [System.Version]'1.1.78')) {
782
+
if (-not ([System.Version]"$($azapicallConf['htParameters'].azAPICallModuleVersion)"-ge [System.Version]'1.1.79')) {
783
783
Write-Host'AzAPICall version check failed -> https://aka.ms/AzAPICall; https://www.powershellgallery.com/packages/AzAPICall'
784
-
throw"This version of Azure Governance Visualizer ($ProductVersion) requires AzAPICall module version 1.1.78 or greater"
784
+
throw"This version of Azure Governance Visualizer ($ProductVersion) requires AzAPICall module version 1.1.79 or greater"
785
785
}
786
786
else {
787
-
Write-Host"AzAPICall module version requirement check succeeded: 1.1.78 or greater - current: $($azapicallConf['htParameters'].azAPICallModuleVersion)"-ForegroundColor Green
787
+
Write-Host"AzAPICall module version requirement check succeeded: 1.1.79 or greater - current: $($azapicallConf['htParameters'].azAPICallModuleVersion)"-ForegroundColor Green
0 commit comments