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
+11-17Lines changed: 11 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -84,22 +84,16 @@ The [Azure Governance Visualizer accelerator](https://github.com/Azure/Azure-Gov
84
84
85
85
## Release history
86
86
87
-
**Changes** (2024-November-01 / 6.6.1 Patch)
87
+
**Changes** (2025-May-01 / 6.6.3 Patch)
88
88
89
-
- HTML fix filters __TenantSummary__ PolicyAssignment, __ScopeInsights__ PolicySetAssignments
90
-
- use [AzAPICall](https://aka.ms/AzAPICall) PowerShell module version 1.2.4 (Handle 'subscription not registered' `/providers/Microsoft.Security/settings`)
91
-
92
-
**Changes** (2024-October-26 / 6.6.0 Minor)
93
-
94
-
- Microsoft Defender for Cloud Coverage (Tenant Summary and CSV export). Example html:
- CostOptimization add `microsoft.network/privateendpoints` for intent=cost savings
97
-
- extend ResourcesAll.csv output with sku and kind information
98
-
- update [API reference](#api-reference) '/subscriptions/`subscriptionId`/resources' use API version 2024-03-01 (previous 2023-07-01)
99
-
100
-
**Changes** (2024-October-9 / 6.5.5 Patch)
101
-
102
-
- introduce a new optional [parameter](#parameters)`-SubscriptionIdWhitelist`, which defines the subscriptions that must match in order to be processed.
if ($advisorScoreResult -eq 'SubScriptionNotRegistered' -or $advisorScoreResult -eq 'DisallowedProvider') {
30883
30893
}
@@ -32514,13 +32524,19 @@ function dataCollectionASCSecureScoreSub {
32514
32524
$currentTask = "Getting Microsoft Defender for Cloud Secure Score for Subscription: '$($scopeDisplayName)' ('$scopeId') [quotaId:'$subscriptionQuotaId']"
if ($advisorScoreResult-eq'SubScriptionNotRegistered'-or$advisorScoreResult-eq'DisallowedProvider') {
96
97
}
@@ -1727,13 +1728,19 @@ function dataCollectionASCSecureScoreSub {
1727
1728
$currentTask="Getting Microsoft Defender for Cloud Secure Score for Subscription: '$($scopeDisplayName)' ('$scopeId') [quotaId:'$subscriptionQuotaId']"
$subscriptionASCSecureScore="$($secureScorePercentageRounded)% ($($subASCSecureScoreResultASCScore.properties.score.current) of $($subASCSecureScoreResultASCScore.properties.score.max) points)"
$subscriptionASCSecureScore="$($secureScorePercentageRounded)% ($($subASCSecureScoreResultASCScore.properties.score.current) of $($subASCSecureScoreResultASCScore.properties.score.max) points)"
0 commit comments