Skip to content

Commit f4c5ed0

Browse files
committed
Add Source property to package tag entity
The Source property is now included when creating the entity for Add-CIPPAzDataTableEntity, using the value from $Template.Source if available.
1 parent f5489de commit f4c5ed0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/CIPPCore/Public/Entrypoints/HTTP Functions/CIPP/Core/Invoke-ExecSetPackageTag.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ function Invoke-ExecSetPackageTag {
3939
GUID = "$GUID"
4040
Package = $PackageValue
4141
SHA = $Template.SHA ?? $null
42+
Source = $Template.Source ?? $null
4243
}
4344

44-
4545
Add-CIPPAzDataTableEntity @Table -Entity $Entity -Force
4646

4747
if ($Remove -eq $true) {

0 commit comments

Comments
 (0)