Skip to content

Commit 3a27388

Browse files
Apply suggestions from code review
Co-authored-by: Mikey Lombardi (He/Him) <[email protected]>
1 parent 1560229 commit 3a27388

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 | 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] |
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://learn.microsoft.com/powershell/scripting/install/installing-powershell-on-windows
68-
[02]: https://learn.microsoft.com/powershell/scripting/install/install-ubuntu
67+
[01]: /powershell/scripting/install/installing-powershell-on-windows
68+
[02]: /powershell/scripting/install/install-ubuntu
6969
[03]: /powershell/azure/install-az-ps

0 commit comments

Comments
 (0)