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 0f631c0 commit bfdea17Copy full SHA for bfdea17
PSModuleDevelopment/functions/templating/Invoke-PSMDTemplate.ps1
@@ -82,6 +82,7 @@
82
#>
83
[Diagnostics.CodeAnalysis.SuppressMessageAttribute("PSPossibleIncorrectUsageOfAssignmentOperator", "")]
84
[Diagnostics.CodeAnalysis.SuppressMessageAttribute('PSReviewUnusedParameter', '')]
85
+ [OutputType([PSModuleDevelopment.Template.TemplateResult])]
86
[Alias('imt')]
87
[CmdletBinding(SupportsShouldProcess = $true)]
88
param (
@@ -304,6 +305,7 @@
304
305
306
function New-TemplateItem {
307
[Diagnostics.CodeAnalysis.SuppressMessageAttribute("PSUseShouldProcessForStateChangingFunctions", "")]
308
309
[CmdletBinding()]
310
311
[PSModuleDevelopment.Template.TemplateItemBase]
0 commit comments