Skip to content

Commit 28c83f0

Browse files
Bump System.Management.Automation from 7.3.7 to 7.3.12 (Azure#2868)
* 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](PowerShell/PowerShell@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] <[email protected]> * 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](PowerShell/PowerShell@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] <[email protected]> * Fix SDK requirements * Bump change log --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Bernie White <[email protected]>
1 parent 0a536a7 commit 28c83f0

File tree

4 files changed

+11
-10
lines changed

4 files changed

+11
-10
lines changed

docs/CHANGELOG-v1.md

+2
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ What's changed since pre-release v1.37.0-B0009:
6666
- Engineering:
6767
- Bump xunit to v2.8.0.
6868
[#2870](https://github.com/Azure/PSRule.Rules.Azure/pull/2870)
69+
- Bump System.Management.Automation to 7.3.12.
70+
[#2868](https://github.com/Azure/PSRule.Rules.Azure/pull/2868)
6971
- Bug fixed:
7072
- Fixed `union` does not perform deep merge or keep property order by @BernieWhite.
7173
[#2885](https://github.com/Azure/PSRule.Rules.Azure/issues/2885)

docs/install.md

+5-6
Original file line numberDiff line numberDiff line change
@@ -138,10 +138,10 @@ You can also use this option to install on CI workers that are not natively supp
138138
139139
### Prerequisites
140140
141-
| Operating System | Tool | Installation Link |
142-
| ---------------- | ---- | ----------------- |
143-
| Windows | Windows PowerShell 5.1 with .NET Framework 4.7.2 or greater. | [link](https://dotnet.microsoft.com/download/dotnet-framework/net48) |
144-
| Windows, MacOS, Linux | PowerShell version 7.2.x or greater. | [link](https://github.com/PowerShell/PowerShell#get-powershell) |
141+
Operating System | Tool | Installation Link
142+
---------------- | ---- | -----------------
143+
Windows | Windows PowerShell 5.1 with .NET Framework 4.7.2 or greater. | [link](https://dotnet.microsoft.com/download/dotnet-framework/net48)
144+
Windows, MacOS, Linux | PowerShell version 7.3.x or greater. | [link](https://github.com/PowerShell/PowerShell#get-powershell)
145145
146146
To use PSRule for Azure, PSRule a separate PowerShell module must be installed.
147147
The required version will automatically be installed along-side PSRule for Azure.
@@ -163,7 +163,7 @@ PowerShell modules:
163163
### Installing PowerShell
164164
165165
PowerShell 7.x can be installed on MacOS, Linux, and Windows but is not installed by default.
166-
For a list of platforms that PowerShell 7.2 is supported on and install instructions see [Get PowerShell][4].
166+
For a list of platforms that PowerShell 7.3 is supported on and install instructions see [Get PowerShell][4].
167167
168168
[4]: https://github.com/PowerShell/PowerShell#get-powershell
169169
@@ -320,4 +320,3 @@ After downloading the modules, copy the module directories to devices with restr
320320
*[CI]: continuous integration
321321

322322
[module]: https://www.powershellgallery.com/packages/PSRule.Rules.Azure
323-
[dotnet]: https://dotnet.microsoft.com/download/dotnet/7.0

src/PSRule.Rules.Azure.Benchmark/PSRule.Rules.Azure.Benchmark.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
</PropertyGroup>
2020

2121
<ItemGroup>
22-
<PackageReference Include="Microsoft.PowerShell.SDK" Version="7.3.7" />
23-
<PackageReference Include="System.Management.Automation" Version="7.3.7" />
22+
<PackageReference Include="Microsoft.PowerShell.SDK" Version="7.3.12" />
23+
<PackageReference Include="System.Management.Automation" Version="7.3.12" />
2424
<PackageReference Include="Microsoft.Extensions.CommandLineUtils" Version="1.1.1" />
2525
</ItemGroup>
2626

tests/PSRule.Rules.Azure.Tests/PSRule.Rules.Azure.Tests.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111

1212
<ItemGroup>
1313
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
14-
<PackageReference Include="Microsoft.PowerShell.SDK" Version="7.3.7" />
15-
<PackageReference Include="System.Management.Automation" Version="7.3.7" />
14+
<PackageReference Include="Microsoft.PowerShell.SDK" Version="7.3.12" />
15+
<PackageReference Include="System.Management.Automation" Version="7.3.12" />
1616
<PackageReference Include="xunit" Version="2.8.0" />
1717
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.7">
1818
<PrivateAssets>all</PrivateAssets>

0 commit comments

Comments
 (0)