diff --git a/README.md b/README.md index 91cafd74..ac6d097f 100644 --- a/README.md +++ b/README.md @@ -87,11 +87,11 @@ As an alternative, you can use the [Azure Governance Visualizer accelerator](htt ## Release history -**Changes** (2024-May-23 / 6.4.7 Minor) +**Changes** (2024-May-24 / 6.4.7 Minor) -- DevSkim and PSScriptAnalyzer integration -- fixes and optimization based on DevSkim and PSScriptAnalyzer findings -- api version mapping in param for cloud environment api version availability drift +- [DevSkim](https://github.com/microsoft/DevSkim-Action), [PSScriptAnalyzer](https://github.com/microsoft/psscriptanalyzer-action) and [OpenSSF Scorecard](https://github.com/ossf/scorecard?tab=readme-ov-file#scorecard-github-action) integration +- fixes and optimization based on DevSkim, PSScriptAnalyzer and OpenSSF Scorecard findings +- api version mapping in param block for cloud environment api version availability drift [Full release history](history.md) diff --git a/history.md b/history.md index 85711aed..7ddf5ace 100644 --- a/history.md +++ b/history.md @@ -4,11 +4,11 @@ ### Azure Governance Visualizer version 6 -**Changes** (2024-May-23 / 6.4.7 Minor) +**Changes** (2024-May-24 / 6.4.7 Minor) -- DevSkim and PSScriptAnalyzer integration -- fixes and optimization based on DevSkim and PSScriptAnalyzer findings -- api version mapping in param for cloud environment api version availability drift +- [DevSkim](https://github.com/microsoft/DevSkim-Action), [PSScriptAnalyzer](https://github.com/microsoft/psscriptanalyzer-action) and [OpenSSF Scorecard](https://github.com/ossf/scorecard?tab=readme-ov-file#scorecard-github-action) integration +- fixes and optimization based on DevSkim, PSScriptAnalyzer and OpenSSF Scorecard findings +- api version mapping in param block for cloud environment api version availability drift **Changes** (2024-May-05 / 6.4.5 Minor) diff --git a/pwsh/AzGovVizParallel.ps1 b/pwsh/AzGovVizParallel.ps1 index 5f707e83..3a581957 100644 --- a/pwsh/AzGovVizParallel.ps1 +++ b/pwsh/AzGovVizParallel.ps1 @@ -388,7 +388,7 @@ Param # AzAPICall related parameters ---> [string] - $ARMLocation = 'northeurope', + $ARMLocation = 'westeurope', [string] $ScriptPath = 'pwsh', #e.g. 'myfolder\pwsh' diff --git a/pwsh/dev/devAzGovVizParallel.ps1 b/pwsh/dev/devAzGovVizParallel.ps1 index 1382efbc..531be3d6 100644 --- a/pwsh/dev/devAzGovVizParallel.ps1 +++ b/pwsh/dev/devAzGovVizParallel.ps1 @@ -388,7 +388,7 @@ Param # AzAPICall related parameters ---> [string] - $ARMLocation = 'northeurope', + $ARMLocation = 'westeurope', [string] $ScriptPath = 'pwsh', #e.g. 'myfolder\pwsh'