diff --git a/docs/CHANGELOG-v1.md b/docs/CHANGELOG-v1.md index 4b9279f210..9f3cc133c1 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) diff --git a/docs/install.md b/docs/install.md index be06b5e6d4..a8ddcf1b2c 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 b6abf3f63a..9c268a1bf3 100644 --- a/src/PSRule.Rules.Azure.Benchmark/PSRule.Rules.Azure.Benchmark.csproj +++ b/src/PSRule.Rules.Azure.Benchmark/PSRule.Rules.Azure.Benchmark.csproj @@ -19,8 +19,8 @@ - - + + 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 77022b9869..c9c483a007 100644 --- a/tests/PSRule.Rules.Azure.Tests/PSRule.Rules.Azure.Tests.csproj +++ b/tests/PSRule.Rules.Azure.Tests/PSRule.Rules.Azure.Tests.csproj @@ -11,8 +11,8 @@ - - + + all