Skip to content

Commit 8513c8a

Browse files
authored
Create PSMDTemplate.ps1
1 parent 78503c8 commit 8513c8a

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)