Skip to content

Commit 94f1013

Browse files
typo
1 parent 2c01e62 commit 94f1013

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/CIPPCore/Public/Entrypoints/HTTP Functions/CIPP/Setup/Invoke-ExecCreateSAMApp.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ Function Invoke-ExecCreateSAMApp {
9696
RowKey = 'AppCache'
9797
ApplicationId = $AppId.appId
9898
}
99-
Set-CIPPAzDataTableEntity @ConfigTable -Entity $NewConfig -Force | Out-Null
99+
Add-CIPPAzDataTableEntity @ConfigTable -Entity $NewConfig -Force | Out-Null
100100
$Results = @{'message' = "Succesfully $state the application registration. The application ID is $($AppId.appid). You may continue to the next step."; severity = 'success' }
101101
}
102102

0 commit comments

Comments
 (0)