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
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -84,9 +84,13 @@ The [Azure Governance Visualizer accelerator](https://github.com/Azure/Azure-Gov
84
84
85
85
## Release history
86
86
87
+
**Changes** (2024-September-19 / 6.5.4 Patch)
88
+
89
+
- minor PSScriptAnalyzer finding resolved
90
+
87
91
**Changes** (2024-September-17 / 6.5.3 Patch)
88
92
89
-
- fix stop error for subscriptions with null valued quotaId. the function detailSubscription uses `.startsWith()` method to check for `AAD_` but cannot validate when a null-valued `.quotaId` occurs.
93
+
- fix stop error for subscriptions with null valued quotaId. the function detailSubscription uses `.startsWith()` method to check for `AAD_` but cannot validate when a null-valued `.quotaId` occurs.
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
+
8
+
**Changes** (2024-September-19 / 6.5.4 Patch)
9
+
10
+
- minor PSScriptAnalyzer finding resolved
11
+
7
12
**Changes** (2024-September-17 / 6.5.3 Patch)
8
13
9
14
- fix stop error for subscriptions with null valued quotaId. the function detailSubscription uses `.startsWith()` method to check for `AAD_` but cannot validate when a null-valued `.quotaId` occurs.
0 commit comments