-
Graph API End point:
`POST https://graph.microsoft.com/v1.0/drive/items/{item-id}/workbook/comments
`
Request Body:
```
{
"content": "This is a sample text"
}
```
> I am passing GUID in…
-
### Library version used
4.59.0.0
### .NET version
.NET 4.6.2
### Scenario
PublicClient - desktop app
### Is this a new or an existing app?
This is a new app or experiment
### Issue descriptio…
-
### Describe the bug
I am trying to get all of my task lists. I have my app set up with the ClientSecretCredential flow, and when I call the following:
```python
user = await self.app_client.users…
-
Using PolicyRecordingBot, when upgrading Microsoft.Graph.Communications.* from (12.0.7270) to latest (1.2.0.10563), some adjustment in code are needed, but when that is done, there is an exception dur…
-
Type cast for `directory/federationConfigurations` at GET endpoint should be supported. Currently there is only the collection model for the base entity type. Derived types for the `configurations` sh…
-
### Describe the bug
Trying to use the command Export-MsIdAppConsentGrantReport to export report.
Getting error message in PS7 (PSVersion 7.4.5)
PS C:\UAT> Get-InstalledModule
Version …
-
### Checklist before submitting a bug report
- [X] I've updated to the latest released version of the SDK
- [X] I've searched for existing [GitHub issues](https://github.com/facebook/facebook-ios-…
-
### OS Platform and Distribution
windows
### Compiler version
_No response_
### Programming Language and version
py3.8
### Installed using virtualenv? pip? Conda?(if python)
_No response_
### …
-
### Expected behavior
Making a call to User.setProxyAddresses() succeeds when "User.ReadWrite.All" and "Directory.ReadWrite.All" application permissions are granted in the Azure portal with adm…
-
### Feature Description
Hey there!
OpenAI recently released their framework on Orchestrating Agents - Swarm. Full link to the post: https://cookbook.openai.com/examples/orchestrating_agents#hando…