File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/Automation/Automation/help Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -22,11 +22,11 @@ New-AzAutomationModule [-Name] <String> [-ContentLinkUri] <Uri> [-ResourceGroupN
22
22
The ** New-AzAutomationModule** cmdlet imports a module into Azure Automation.
23
23
This command accepts a compressed file that has a .zip file name extension.
24
24
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
27
27
The name of the .zip file, the name of the folder, and the name of the file in the folder must be the same.
28
28
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.
30
30
The command finishes whether the import succeeds or fails.
31
31
To check whether it succeeded, run the following command:
32
32
` PS C:\\\> $ModuleInstance = Get-AzAutomationModule -Name ` ModuleName
You can’t perform that action at this time.
0 commit comments