You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Modules/CIPPCore/Public/Entrypoints/HTTP Functions/Tenant/Administration/Application Approval/Invoke-ExecAppApprovalTemplate.ps1
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
functionInvoke-ExecAppDeploymentTemplate {
1
+
functionInvoke-ExecAppApprovalTemplate {
2
2
<#
3
3
.FUNCTIONALITY
4
4
Entrypoint,AnyTenant
@@ -39,12 +39,12 @@ function Invoke-ExecAppDeploymentTemplate {
39
39
# Convert to JSON, preserving the original structure
Copy file name to clipboardExpand all lines: Modules/CIPPCore/Public/Entrypoints/HTTP Functions/Tenant/Administration/Application Approval/Invoke-ListAppApprovalTemplates.ps1
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
functionInvoke-ListAppDeploymentTemplates {
1
+
functionInvoke-ListAppApprovalTemplates {
2
2
<#
3
3
.FUNCTIONALITY
4
4
Entrypoint,AnyTenant
@@ -15,8 +15,8 @@ function Invoke-ListAppDeploymentTemplates {
15
15
$Table=Get-CIPPTable-TableName 'templates'
16
16
17
17
try {
18
-
# Use the templates table with AppDeploymentTemplate partition key
19
-
$filter="PartitionKey eq 'AppDeploymentTemplate'"
18
+
# Use the templates table with AppApprovalTemplate partition key
0 commit comments