File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Modules/CIPPCore/Public/Entrypoints/HTTP Functions/CIPP/Core Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ function Invoke-ListApiTest {
3434 # test New-CIPPAzRestRequest KQL for resource graph
3535 $Query = ' Resources | project name, type'
3636 $Json = ConvertTo-Json - Depth 10 - Compress - InputObject @ { query = $Query }
37- $Request = New-CIPPAzRestRequest - Method POST - Resource ' https://management.azure.com/' - Endpoint ' providers/Microsoft.ResourceGraph/resources?api-version=2022-10-01' - Body $Json
37+ $Request = New-CIPPAzRestRequest - Method POST - Resource ' https://management.azure.com/' - Uri ' https://management.azure.com/ providers/Microsoft.ResourceGraph/resources?api-version=2022-10-01' - Body $Json
3838 }
3939 $Response.AllowedTenants = $script :CippAllowedTenantsStorage.Value
4040 $Response.AllowedGroups = $script :CippAllowedGroupsStorage.Value
You can’t perform that action at this time.
0 commit comments