Skip to content

Commit

Permalink
6.4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianHayward committed May 27, 2024
1 parent 9d81203 commit 347994c
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
8 changes: 4 additions & 4 deletions history.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion pwsh/AzGovVizParallel.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ Param
# AzAPICall related parameters --->

[string]
$ARMLocation = 'northeurope',
$ARMLocation = 'westeurope',

[string]
$ScriptPath = 'pwsh', #e.g. 'myfolder\pwsh'
Expand Down
2 changes: 1 addition & 1 deletion pwsh/dev/devAzGovVizParallel.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ Param
# AzAPICall related parameters --->

[string]
$ARMLocation = 'northeurope',
$ARMLocation = 'westeurope',

[string]
$ScriptPath = 'pwsh', #e.g. 'myfolder\pwsh'
Expand Down

0 comments on commit 347994c

Please sign in to comment.