Skip to content

Commit f994e62

Browse files
authored
Replace "wps_2" with "Windows PowerShell"
This updates New-AzAutomationDocument, there may be others. We could probably just use "PowerShell" but I'm reasonably sure these Automation accounts are using Windows PowerShell 5.1, not PowerShell Core 6
1 parent 6ba3164 commit f994e62

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Automation/Automation/help/New-AzAutomationModule.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ New-AzAutomationModule [-Name] <String> [-ContentLinkUri] <Uri> [-ResourceGroupN
2222
The **New-AzAutomationModule** cmdlet imports a module into Azure Automation.
2323
This command accepts a compressed file that has a .zip file name extension.
2424
The file contains a folder that includes a file that is one of the following types:
25-
- wps_2 module, which has a .psm1 or .dll file name extension
26-
- wps_2 module manifest, which has a .psd1 file name extension
25+
- Windows PowerShell module, which has a .psm1 or .dll file name extension
26+
- Windows PowerShell module manifest, which has a .psd1 file name extension
2727
The name of the .zip file, the name of the folder, and the name of the file in the folder must be the same.
2828
Specify the .zip file as a URL that the Automation service can access.
29-
If you import a wps_2 module into Automation by using this cmdlet or the Set-AzAutomationModule cmdlet, the operation is asynchronous.
29+
If you import a Windows PowerShell module into Automation by using this cmdlet or the Set-AzAutomationModule cmdlet, the operation is asynchronous.
3030
The command finishes whether the import succeeds or fails.
3131
To check whether it succeeded, run the following command:
3232
`PS C:\\\> $ModuleInstance = Get-AzAutomationModule -Name `ModuleName

0 commit comments

Comments
 (0)