From 29fae883dc99c25b218cf2e5d3e6d1377b7d4c38 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 May 2024 09:29:07 +0000 Subject: [PATCH 1/4] Bump System.Management.Automation from 7.3.7 to 7.3.12 Bumps [System.Management.Automation](https://github.com/PowerShell/PowerShell) from 7.3.7 to 7.3.12. - [Release notes](https://github.com/PowerShell/PowerShell/releases) - [Commits](https://github.com/PowerShell/PowerShell/compare/v7.3.7...v7.3.12) --- updated-dependencies: - dependency-name: System.Management.Automation dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .../PSRule.Rules.Azure.Benchmark.csproj | 2 +- tests/PSRule.Rules.Azure.Tests/PSRule.Rules.Azure.Tests.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/PSRule.Rules.Azure.Benchmark/PSRule.Rules.Azure.Benchmark.csproj b/src/PSRule.Rules.Azure.Benchmark/PSRule.Rules.Azure.Benchmark.csproj index b6abf3f63a0..527902dddb6 100644 --- a/src/PSRule.Rules.Azure.Benchmark/PSRule.Rules.Azure.Benchmark.csproj +++ b/src/PSRule.Rules.Azure.Benchmark/PSRule.Rules.Azure.Benchmark.csproj @@ -20,7 +20,7 @@ - + diff --git a/tests/PSRule.Rules.Azure.Tests/PSRule.Rules.Azure.Tests.csproj b/tests/PSRule.Rules.Azure.Tests/PSRule.Rules.Azure.Tests.csproj index 79c8f964705..396d5de2746 100644 --- a/tests/PSRule.Rules.Azure.Tests/PSRule.Rules.Azure.Tests.csproj +++ b/tests/PSRule.Rules.Azure.Tests/PSRule.Rules.Azure.Tests.csproj @@ -12,7 +12,7 @@ - + all From de79f82b915e33107d7724275d57764cb1f654b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 May 2024 06:22:24 +0000 Subject: [PATCH 2/4] Bump System.Management.Automation from 7.3.7 to 7.3.12 Bumps [System.Management.Automation](https://github.com/PowerShell/PowerShell) from 7.3.7 to 7.3.12. - [Release notes](https://github.com/PowerShell/PowerShell/releases) - [Commits](https://github.com/PowerShell/PowerShell/compare/v7.3.7...v7.3.12) --- updated-dependencies: - dependency-name: System.Management.Automation dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .../PSRule.Rules.Azure.Benchmark.csproj | 2 +- tests/PSRule.Rules.Azure.Tests/PSRule.Rules.Azure.Tests.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/PSRule.Rules.Azure.Benchmark/PSRule.Rules.Azure.Benchmark.csproj b/src/PSRule.Rules.Azure.Benchmark/PSRule.Rules.Azure.Benchmark.csproj index b6abf3f63a0..527902dddb6 100644 --- a/src/PSRule.Rules.Azure.Benchmark/PSRule.Rules.Azure.Benchmark.csproj +++ b/src/PSRule.Rules.Azure.Benchmark/PSRule.Rules.Azure.Benchmark.csproj @@ -20,7 +20,7 @@ - + diff --git a/tests/PSRule.Rules.Azure.Tests/PSRule.Rules.Azure.Tests.csproj b/tests/PSRule.Rules.Azure.Tests/PSRule.Rules.Azure.Tests.csproj index 3f5bfc04d29..c49b7e54fcb 100644 --- a/tests/PSRule.Rules.Azure.Tests/PSRule.Rules.Azure.Tests.csproj +++ b/tests/PSRule.Rules.Azure.Tests/PSRule.Rules.Azure.Tests.csproj @@ -12,7 +12,7 @@ - + all From f824de310ac20e6f91fa3acae606f19e784343c3 Mon Sep 17 00:00:00 2001 From: Bernie White Date: Thu, 23 May 2024 16:39:42 +1000 Subject: [PATCH 3/4] Fix SDK requirements --- docs/install.md | 11 +++++------ .../PSRule.Rules.Azure.Benchmark.csproj | 2 +- .../PSRule.Rules.Azure.Tests.csproj | 2 +- 3 files changed, 7 insertions(+), 8 deletions(-) diff --git a/docs/install.md b/docs/install.md index be06b5e6d43..a8ddcf1b2ca 100644 --- a/docs/install.md +++ b/docs/install.md @@ -138,10 +138,10 @@ You can also use this option to install on CI workers that are not natively supp ### Prerequisites -| Operating System | Tool | Installation Link | -| ---------------- | ---- | ----------------- | -| Windows | Windows PowerShell 5.1 with .NET Framework 4.7.2 or greater. | [link](https://dotnet.microsoft.com/download/dotnet-framework/net48) | -| Windows, MacOS, Linux | PowerShell version 7.2.x or greater. | [link](https://github.com/PowerShell/PowerShell#get-powershell) | +Operating System | Tool | Installation Link +---------------- | ---- | ----------------- +Windows | Windows PowerShell 5.1 with .NET Framework 4.7.2 or greater. | [link](https://dotnet.microsoft.com/download/dotnet-framework/net48) +Windows, MacOS, Linux | PowerShell version 7.3.x or greater. | [link](https://github.com/PowerShell/PowerShell#get-powershell) To use PSRule for Azure, PSRule a separate PowerShell module must be installed. The required version will automatically be installed along-side PSRule for Azure. @@ -163,7 +163,7 @@ PowerShell modules: ### Installing PowerShell PowerShell 7.x can be installed on MacOS, Linux, and Windows but is not installed by default. -For a list of platforms that PowerShell 7.2 is supported on and install instructions see [Get PowerShell][4]. +For a list of platforms that PowerShell 7.3 is supported on and install instructions see [Get PowerShell][4]. [4]: https://github.com/PowerShell/PowerShell#get-powershell @@ -320,4 +320,3 @@ After downloading the modules, copy the module directories to devices with restr *[CI]: continuous integration [module]: https://www.powershellgallery.com/packages/PSRule.Rules.Azure -[dotnet]: https://dotnet.microsoft.com/download/dotnet/7.0 diff --git a/src/PSRule.Rules.Azure.Benchmark/PSRule.Rules.Azure.Benchmark.csproj b/src/PSRule.Rules.Azure.Benchmark/PSRule.Rules.Azure.Benchmark.csproj index 527902dddb6..9c268a1bf3a 100644 --- a/src/PSRule.Rules.Azure.Benchmark/PSRule.Rules.Azure.Benchmark.csproj +++ b/src/PSRule.Rules.Azure.Benchmark/PSRule.Rules.Azure.Benchmark.csproj @@ -19,7 +19,7 @@ - + diff --git a/tests/PSRule.Rules.Azure.Tests/PSRule.Rules.Azure.Tests.csproj b/tests/PSRule.Rules.Azure.Tests/PSRule.Rules.Azure.Tests.csproj index c49b7e54fcb..4ecb9e96f11 100644 --- a/tests/PSRule.Rules.Azure.Tests/PSRule.Rules.Azure.Tests.csproj +++ b/tests/PSRule.Rules.Azure.Tests/PSRule.Rules.Azure.Tests.csproj @@ -11,7 +11,7 @@ - + From 3b35a4894bf12c10b3fcb6e0137b6467d6296c10 Mon Sep 17 00:00:00 2001 From: Bernie White Date: Thu, 23 May 2024 16:41:09 +1000 Subject: [PATCH 4/4] Bump change log --- docs/CHANGELOG-v1.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/CHANGELOG-v1.md b/docs/CHANGELOG-v1.md index 4b9279f2104..9f3cc133c1a 100644 --- a/docs/CHANGELOG-v1.md +++ b/docs/CHANGELOG-v1.md @@ -66,6 +66,8 @@ What's changed since pre-release v1.37.0-B0009: - Engineering: - Bump xunit to v2.8.0. [#2870](https://github.com/Azure/PSRule.Rules.Azure/pull/2870) + - Bump System.Management.Automation to 7.3.12. + [#2868](https://github.com/Azure/PSRule.Rules.Azure/pull/2868) - Bug fixed: - Fixed `union` does not perform deep merge or keep property order by @BernieWhite. [#2885](https://github.com/Azure/PSRule.Rules.Azure/issues/2885)