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 52a3db2 commit d5e2edcCopy full SHA for d5e2edc
Modules/CIPPCore/Public/Entrypoints/HTTP Functions/Tools/GitHub/Invoke-ExecCommunityRepo.ps1
@@ -107,7 +107,7 @@ function Invoke-ExecCommunityRepo {
107
'UploadTemplate' {
108
$GUID = $Request.Body.GUID
109
$TemplateTable = Get-CIPPTable -TableName templates
110
- $TemplateEntity = Get-CIPPAzDataTableEntity @TemplateTable -Filter "RowKey eq '$($GUID)'"
+ $TemplateEntity = Get-CIPPAzDataTableEntity @TemplateTable -Filter "RowKey eq '$($GUID)'" | Select-Object -ExcludeProperty ETag, Timestamp
111
$Branch = $RepoEntity.UploadBranch ?? $RepoEntity.DefaultBranch
112
if ($TemplateEntity) {
113
$Template = $TemplateEntity.JSON | ConvertFrom-Json
0 commit comments