@@ -138,10 +138,10 @@ You can also use this option to install on CI workers that are not natively supp
138
138
139
139
### Prerequisites
140
140
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)
145
145
146
146
To use PSRule for Azure, PSRule a separate PowerShell module must be installed.
147
147
The required version will automatically be installed along-side PSRule for Azure.
@@ -163,7 +163,7 @@ PowerShell modules:
163
163
### Installing PowerShell
164
164
165
165
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].
167
167
168
168
[4]: https://github.com/PowerShell/PowerShell#get-powershell
169
169
@@ -320,4 +320,3 @@ After downloading the modules, copy the module directories to devices with restr
320
320
*[CI]: continuous integration
321
321
322
322
[module] : https://www.powershellgallery.com/packages/PSRule.Rules.Azure
323
- [dotnet] : https://dotnet.microsoft.com/download/dotnet/7.0
0 commit comments