Skip to content

Commit d47d4e3

Browse files
authored
Merge pull request Azure#9438 from Jaykul/patch-3
Replace "wps_2" with "Windows PowerShell"
2 parents 115f920 + f994e62 commit d47d4e3

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)