Skip to content

Commit

Permalink
v6_major_20221019_1
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianHayward committed Oct 19, 2022
1 parent c339cd7 commit 7a6e88b
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 20 deletions.
18 changes: 3 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,22 +59,10 @@ Listed as [security monitoring tool](https://docs.microsoft.com/en-us/azure/arch

## Release history

__Changes__ (2022-Oct-11 / Major)
__Changes__ (2022-Oct-19 / Major)

* Optimized handling of faulty Microsoft Defender for Cloud Email notifications configuration
* Optimized handling of deviating xml data response for Storage Accounts (restype=service&comp=properties)
* Use [AzAPICall](https://aka.ms/AzAPICall) PowerShell module version 1.1.34

__Changes__ (2022-Oct-05 / Major)

* Use [AzAPICall](https://aka.ms/AzAPICall) PowerShell module version 1.1.33

__Changes__ (2022-Oct-04 / Major)

* New feature to report on Microsoft Defender for Cloud Email notifications configuration for Subscriptions. Data is provided in the HTML __TenantSummary__ (Subscriptions, Resources & Defender) and __ScopeInsights__
* Updated [API reference](#api-reference)
* Further enrich Subscription insights __TenantSummary__ (Subscriptions, Resources & Defender) - Owner & User Access Administrator Role assignment count (at scope) direct and indirect, plus PIM eligibility count
* Use [AzAPICall](https://aka.ms/AzAPICall) PowerShell module version 1.1.31
* Fix error for feature 'Storage Account Access Analysis' in sovereign clouds
* Use [AzAPICall](https://aka.ms/AzAPICall) PowerShell module version 1.1.43

Passed tests: Powershell Core 7.2.6 on Windows
Passed tests: Powershell Core 7.2.6 Azure DevOps hosted agent ubuntu-20.04
Expand Down
5 changes: 5 additions & 0 deletions history.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@

### AzGovViz version 6

__Changes__ (2022-Oct-19 / Major)

* Fix error for feature 'Storage Account Access Analysis' in sovereign clouds
* Use [AzAPICall](https://aka.ms/AzAPICall) PowerShell module version 1.1.43

__Changes__ (2022-Oct-11 / Major)

* Optimized handling of faulty Microsoft Defender for Cloud Email notifications configuration
Expand Down
4 changes: 2 additions & 2 deletions pwsh/AzGovVizParallel.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -337,10 +337,10 @@ Param
$Product = 'AzGovViz',

[string]
$AzAPICallVersion = '1.1.34',
$AzAPICallVersion = '1.1.43',

[string]
$ProductVersion = 'v6_major_20221011_1',
$ProductVersion = 'v6_major_20221019_1',

[string]
$GithubRepository = 'aka.ms/AzGovViz',
Expand Down
4 changes: 2 additions & 2 deletions pwsh/dev/devAzGovVizParallel.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -337,10 +337,10 @@ Param
$Product = 'AzGovViz',

[string]
$AzAPICallVersion = '1.1.34',
$AzAPICallVersion = '1.1.43',

[string]
$ProductVersion = 'v6_major_20221011_1',
$ProductVersion = 'v6_major_20221019_1',

[string]
$GithubRepository = 'aka.ms/AzGovViz',
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v6_major_20221011_1
v6_major_20221019_1

0 comments on commit 7a6e88b

Please sign in to comment.