-
- **Package Name**: azure-keyvault
- **Package Version**: 4.2.0
- **Operating System**: ubuntu
- **Python Version**: 3.10.12
**Describe the bug**
When attempting to iterate over the AsyncItemPaged[…
-
Azure Identity libraries in other languages support configuring a proxy in their credential classes. The PHP Graph SDK supports using a proxy, but these auth classes do not.
The PHP League provider…
-
### Is your feature request related to a problem? Please describe the problem.
I am trying to select only a couple of properties from an expanded collection using LINQ, but `.Expand()` doesn't allow …
-
Trying to achieve [this](https://learn.microsoft.com/en-us/graph/api/driveitem-delta?view=graph-rest-1.0&tabs=go#example-4-retrieving-delta-results-using-a-timestamp) using the sdk.
Sample Code:
`…
-
**Describe the bug**
When calling AddAsync for applications with ImplicitGrantSettings model set, the request fails with bad request
**To Reproduce**
Steps to reproduce the behavior:
Download th…
-
### Describe the bug
In the [documentation](https://learn.microsoft.com/en-us/graph/query-parameters?tabs=python#format-parameter) there is the Query "format" introduced that is supposed specify th…
-
-
### Describe the bug
I am facing the same issue although I am invoking the public API and it happens when the token is invalid or expired.
My code for Graph Client. I initialize it with OAuth toke…
-
Hello,
I am using this API to authenticate, but I don't know how to logged out using this API, please help me.
here is how I am authenticating
```
publicClientApplication = new PublicClient…
-
### Describe the bug
I am trying to send batch of messages using ms graph.
I tried to execute this code and it worked correctly.
public static void main(String[] args) throws IOException
{
fi…