Skip to content

Commit 51c421d

Browse files
committed
fix named location endpoint for restricted tenant users
1 parent e7fdbee commit 51c421d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Modules/CIPPCore/Public/Entrypoints/HTTP Functions/Tenant/Conditional/Invoke-AddNamedLocation.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
using namespace System.Net
22

3-
Function Invoke-AddNamedLocation {
3+
function Invoke-AddNamedLocation {
44
<#
55
.FUNCTIONALITY
6-
Entrypoint
6+
Entrypoint,AnyTenant
77
.ROLE
88
Tenant.ConditionalAccess.ReadWrite
99
#>

Modules/CIPPCore/Public/Entrypoints/HTTP Functions/Tenant/Conditional/Invoke-ExecNamedLocation.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
using namespace System.Net
22

3-
Function Invoke-ExecNamedLocation {
3+
function Invoke-ExecNamedLocation {
44
<#
55
.FUNCTIONALITY
6-
Entrypoint
6+
Entrypoint,AnyTenant
77
.ROLE
88
Tenant.ConditionalAccess.ReadWrite
99
#>

0 commit comments

Comments
 (0)