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 78503c8 commit 8513c8aCopy full SHA for 8513c8a
templates/AzureFunctionEventGrid/PSMDTemplate.ps1
@@ -0,0 +1,10 @@
1
+@{
2
+ TemplateName = 'AzureFunctionEventGrid'
3
+ Version = "1.0.0.0"
4
+ AutoIncrementVersion = $true
5
+ Tags = 'azure', 'function', 'eventgrid'
6
+ Author = 'Jan-Hendrik Peters'
7
+ Description = 'Event Grid trigger endpoint for the basic Azure Function Template'
8
+ Exclusions = @("PSMDInvoke.ps1", ".PSMDDependency") # Contains list of files - relative path to root - to ignore when building the template
9
+ Scripts = @{ }
10
+}
0 commit comments