We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2230545 commit 802604eCopy full SHA for 802604e
Source/Public/ConvertTo-Script.ps1
@@ -27,6 +27,10 @@ function ConvertTo-Script {
27
[Parameter(Mandatory)]
28
[string]$FunctionName,
29
30
+ # The GUID to use as the script GUID
31
+ # If not provided a new GUID will be generated
32
+ [guid]$Guid = [guid]::NewGuid(),
33
+
34
# The path to the script module to convert
35
# This is used to find the module manifest,
36
# But the the script will be saved in the same location
0 commit comments