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 57868b6 commit 173de70Copy full SHA for 173de70
Modules/CIPPCore/Public/Entrypoints/HTTP Functions/Tenant/Standards/Invoke-AddStandardsTemplate.ps1
@@ -29,9 +29,8 @@ function Invoke-AddStandardsTemplate {
29
RowKey = "$GUID"
30
PartitionKey = 'StandardsTemplateV2'
31
GUID = "$GUID"
32
-
33
}
34
- Write-LogMessage -headers $Request.Headers -API $APINAME -message "Created CA Template $($Request.body.name) with GUID $GUID" -Sev 'Debug'
+ Write-LogMessage -headers $Request.Headers -API $APINAME -message "Standards Template $($Request.body.templateName) with GUID $GUID added/edited." -Sev 'Info'
35
$body = [pscustomobject]@{'Results' = 'Successfully added template'; Metadata = @{id = $GUID } }
36
37
# Associate values to output bindings by calling 'Push-OutputBinding'.
0 commit comments