Skip to content

Commit

Permalink
Bump System.Management.Automation from 7.3.7 to 7.3.12 (Azure#2868)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
dependabot[bot] and BernieWhite authored May 23, 2024
1 parent 0a536a7 commit 28c83f0
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 10 deletions.
2 changes: 2 additions & 0 deletions docs/CHANGELOG-v1.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
11 changes: 5 additions & 6 deletions docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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
Expand Down Expand Up @@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.PowerShell.SDK" Version="7.3.7" />
<PackageReference Include="System.Management.Automation" Version="7.3.7" />
<PackageReference Include="Microsoft.PowerShell.SDK" Version="7.3.12" />
<PackageReference Include="System.Management.Automation" Version="7.3.12" />
<PackageReference Include="Microsoft.Extensions.CommandLineUtils" Version="1.1.1" />
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
<PackageReference Include="Microsoft.PowerShell.SDK" Version="7.3.7" />
<PackageReference Include="System.Management.Automation" Version="7.3.7" />
<PackageReference Include="Microsoft.PowerShell.SDK" Version="7.3.12" />
<PackageReference Include="System.Management.Automation" Version="7.3.12" />
<PackageReference Include="xunit" Version="2.8.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.7">
<PrivateAssets>all</PrivateAssets>
Expand Down

0 comments on commit 28c83f0

Please sign in to comment.