Closed drew-russell closed 4 years ago
This PR removes the following fields from the GQL queries for Get-PolarisO365Users and Get-PolarisO365User:
Get-PolarisO365Users
Get-PolarisO365User
authorizedOperations { id operations __typename } childConnection(filter: []) { nodes { id name objectType } }
Error message when running the two cmdlets (before fix).
powershell-master/PolarisO365.ps1:537 Line | 537 | … $response = Invoke-RestMethod -Method POST -Uri $endpoint -Body $($pa … | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | {"errors":[{"message":"no \"data\" or \"errors\" in response from origin"}]}
What types of changes does your code introduce? Put an x in all the boxes that apply:
x
Description
This PR removes the following fields from the GQL queries for
Get-PolarisO365Users
andGet-PolarisO365User
:Related Issue
Error message when running the two cmdlets (before fix).
Motivation and Context
How Has This Been Tested?
Types of changes
What types of changes does your code introduce? Put an
x
in all the boxes that apply: