Skip to content

Commit 3dc1593

Browse files
Update 1-set-up-authoring-environment.md
PowerShell version table references old versions of PowerShell and doesn't include link to helpful instructions. The instructions are helpful because there are multiple ways to install PowerShell on both Windows and Ubuntu.
1 parent d2ac7d6 commit 3dc1593

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/governance/machine-configuration/how-to/develop-custom-package/1-set-up-authoring-environment.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ Operating systems where the module can be installed:
3030
The module can be installed on a machine running PowerShell 7.x. Install the versions of PowerShell
3131
listed in the following table for your operating system.
3232

33-
| OS | PowerShell Version |
34-
| --------- | ---------------------- |
35-
| Windows | [PowerShell 7.1.3][01] |
36-
| Ubuntu 18 | [PowerShell 7.2.4][02] |
33+
| OS | Minimum Required PowerShell Version | Installation |
34+
| --------- | :-------------------------------------: | ------------ |
35+
| Windows | 7.1.3 | [Installing PowerShell on Windows][01] |
36+
| Ubuntu 18+ | 7.2.4 | [Installing PowerShell on Ubuntu][02] |
3737

3838
The **GuestConfiguration** module requires the following software:
3939

@@ -64,6 +64,6 @@ Get-Command -Module 'GuestConfiguration'
6464
> [Create a custom machine configuration package](./2-create-package.md)
6565
6666
<!-- Reference link definitions -->
67-
[01]: https://github.com/PowerShell/PowerShell/releases/tag/v7.1.3
68-
[02]: https://github.com/PowerShell/PowerShell/releases/tag/v7.2.4
67+
[01]: https://learn.microsoft.com/en-us/powershell/scripting/install/installing-powershell-on-windows
68+
[02]: https://learn.microsoft.com/en-us/powershell/scripting/install/install-ubuntu
6969
[03]: /powershell/azure/install-az-ps

0 commit comments

Comments
 (0)