microsoft-graph-docs
microsoft-graph-docs copied to clipboard
Documentation for the Microsoft Graph REST API
No API change in this PR, just naming and ensuring content consistency, aligning with BillMath change azure-docs-pr 238615.
When I try to use a filter against the beta/groups/delta endpoint, I get an error regardless of what I try passing in. here's an example: ``` curl -X GET "https://graph.microsoft.com/beta/users/delta/?$filter=startsWith%28displayName%2C%20%27Geoff%27%29"...
In the example: ```C# // Obtain the intialization vector from the symmetric key itself. int vectorSize = 16; byte[] iv = new byte[vectorSize]; Array.Copy(decryptedSymmetricKey, iv, vectorSize); aesProvider.IV = iv; byte[]...
I noticed that this page https://docs.microsoft.com/en-us/graph/api/resources/webhooks?view=graph-rest-1.0 does not mention that we can subscribe to `calendar` resource change notifications. This functionality is available on the Outlook API and (as far as...
Changes made to enable print release manage API to beta customers