Open
Description
Hello,
I've cloned the repo and when trying to run
.\Set-ProfileCardPronoun.ps1 -PronounAttribute extensionAttribute7
I'm getting this error message:
`Invoke-MgGraphRequest : PATCH https://graph.microsoft.com/beta/organization/626943f2-f827-4ac9-a162-0c28f72d8252/settings/profileCardProperties
HTTP/1.1 400 Bad Request
Transfer-Encoding: chunked
Vary: Accept-Encoding
Strict-Transport-Security: max-age=31536000
request-id: ***
client-request-id: ***
x-ms-ags-diagnostic: {"ServerInfo":{"DataCenter":"West Europe","Slice":"E","Ring":"5","ScaleUnit":"001","RoleInstance":"AM4PEPF0001511C"}}
Date: Thu, 30 Jun 2022 15:04:52 GMT
At C:\Users\user\OneDrive\Documents\GIT\m365-gender-pronoun-kit\src\Set-ProfileCardPronoun.ps1:46 char:11
- $result = Invoke-MgGraphRequest -Uri $uri -Method PATCH -Body $bodyJs ...
-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- CategoryInfo : InvalidOperation: (Method: PATCH, ...-Length: 210
}:HttpRequestMessage) [Invoke-MgGraphRequest], HttpResponseException - FullyQualifiedErrorId : InvokeGraphHttpResponseException,Microsoft.Graph.PowerShell.Authentication.Cmdlets.InvokeMgGraphRequest`
- CategoryInfo : InvalidOperation: (Method: PATCH, ...-Length: 210
Any ideas?
Metadata
Metadata
Assignees
Labels
No labels