We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3944d27 commit 78503c8Copy full SHA for 78503c8
templates/AzureFunctionEventGrid/PSMDInvoke.ps1
@@ -0,0 +1,4 @@
1
+param (
2
+ $Path
3
+)
4
+New-PSMDTemplate -ReferencePath "$PSScriptRoot" -OutPath $Path
0 commit comments