Skip to content

Commit 3a1b0bf

Browse files
TylerLeonhardtdaxian-dbw
authored andcommitted
Rename the module to be 'Microsoft.Azure.Functions.PowerShellWorker' (#40)
1 parent 3cbb399 commit 3a1b0bf

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@{
22

33
# Script module or binary module file associated with this manifest.
4-
RootModule = 'Microsoft.Azure.Functions.PowerShellWorker.Module.psm1'
4+
RootModule = 'Microsoft.Azure.Functions.PowerShellWorker.psm1'
55

66
# Version number of this module.
77
ModuleVersion = '0.1.0'
File renamed without changes.

src/PowerShell/PowerShellManager.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ internal Hashtable InvokeFunction(
123123
}
124124
}
125125

126-
var result = _pwsh.AddCommand("Microsoft.Azure.Functions.PowerShellWorker.Module\\Get-OutputBinding")
126+
var result = _pwsh.AddCommand("Microsoft.Azure.Functions.PowerShellWorker\\Get-OutputBinding")
127127
.AddParameter("Purge")
128128
.InvokeAndClearCommands<Hashtable>()[0];
129129

0 commit comments

Comments
 (0)