Skip to content

Commit 93b25db

Browse files
committed
remove anytenant functionality from standards
1 parent af31045 commit 93b25db

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

Modules/CIPPCore/Public/Entrypoints/HTTP Functions/Tenant/Standards/Invoke-AddStandardsDeploy.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Function Invoke-AddStandardsDeploy {
22
<#
33
.FUNCTIONALITY
4-
Entrypoint,AnyTenant
4+
Entrypoint
55
.ROLE
66
Tenant.Standards.ReadWrite
77
#>

Modules/CIPPCore/Public/Entrypoints/HTTP Functions/Tenant/Standards/Invoke-CIPPStandardsRun.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
function Invoke-CIPPStandardsRun {
33
<#
44
.FUNCTIONALITY
5-
Entrypoint,AnyTenant
5+
Entrypoint
66
.ROLE
77
Tenant.Standards.ReadWrite
88
#>

Modules/CIPPCore/Public/Entrypoints/HTTP Functions/Tenant/Standards/Invoke-ExecDriftClone.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
function Invoke-ExecDriftClone {
22
<#
33
.FUNCTIONALITY
4-
Entrypoint,AnyTenant
4+
Entrypoint
55
.ROLE
66
Tenant.Standards.ReadWrite
77
#>

Modules/CIPPCore/Public/Entrypoints/HTTP Functions/Tenant/Standards/Invoke-ExecStandardConvert.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
function Invoke-ExecStandardConvert {
22
<#
33
.FUNCTIONALITY
4-
Entrypoint,AnyTenant
4+
Entrypoint
55
.ROLE
66
Tenant.Standards.ReadWrite
77
#>

Modules/CIPPCore/Public/Entrypoints/HTTP Functions/Tenant/Standards/Invoke-RemoveBPATemplate.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Function Invoke-RemoveBPATemplate {
22
<#
33
.FUNCTIONALITY
4-
Entrypoint,AnyTenant
4+
Entrypoint
55
.ROLE
66
Tenant.Standards.ReadWrite
77
#>

Modules/CIPPCore/Public/Entrypoints/HTTP Functions/Tenant/Standards/Invoke-RemoveStandard.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Function Invoke-RemoveStandard {
22
<#
33
.FUNCTIONALITY
4-
Entrypoint,AnyTenant
4+
Entrypoint
55
.ROLE
66
Tenant.Standards.ReadWrite
77
#>

Modules/CIPPCore/Public/Entrypoints/HTTP Functions/Tenant/Standards/Invoke-RemoveStandardTemplate.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
function Invoke-RemoveStandardTemplate {
22
<#
33
.FUNCTIONALITY
4-
Entrypoint,AnyTenant
4+
Entrypoint
55
.ROLE
66
Tenant.Standards.ReadWrite
77
#>

Modules/CIPPCore/Public/Entrypoints/HTTP Functions/Tenant/Standards/Invoke-listStandardTemplates.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
function Invoke-listStandardTemplates {
22
<#
33
.FUNCTIONALITY
4-
Entrypoint,AnyTenant
4+
Entrypoint
55
.ROLE
66
Tenant.Standards.Read
77
#>

0 commit comments

Comments
 (0)