File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
articles/governance/machine-configuration/how-to/develop-custom-package Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -30,10 +30,10 @@ Operating systems where the module can be installed:
30
30
The module can be installed on a machine running PowerShell 7.x. Install the versions of PowerShell
31
31
listed in the following table for your operating system.
32
32
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 ] |
37
37
38
38
The ** GuestConfiguration** module requires the following software:
39
39
@@ -64,6 +64,6 @@ Get-Command -Module 'GuestConfiguration'
64
64
> [ Create a custom machine configuration package] ( ./2-create-package.md )
65
65
66
66
<!-- 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
69
69
[ 03 ] : /powershell/azure/install-az-ps
You can’t perform that action at this time.
0 commit comments