We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed46141 commit eaed4f6Copy full SHA for eaed4f6
Modules/CIPPCore/Public/Entrypoints/HTTP Functions/CIPP/Core/Invoke-ListApiTest.ps1
@@ -35,6 +35,7 @@ function Invoke-ListApiTest {
35
$Query = 'Resources | project name, type'
36
$Json = ConvertTo-Json -Depth 10 -Compress -InputObject @{ query = $Query }
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
38
+ $Response.ResourceGraphTest = $Request
39
}
40
$Response.AllowedTenants = $script:CippAllowedTenantsStorage.Value
41
$Response.AllowedGroups = $script:CippAllowedGroupsStorage.Value
0 commit comments