msgraph-beta-sdk-dotnet icon indicating copy to clipboard operation
msgraph-beta-sdk-dotnet copied to clipboard

The Microsoft Graph Client Beta Library for .NET supports the Microsoft Graph /beta endpoint. (preview)

Results 42 msgraph-beta-sdk-dotnet issues
Sort by recently updated
recently updated
newest added

This pull request was automatically created by Azure Pipelines. **Important** Check for unexpected deletions or changes in this PR. ###### Microsoft Reviewers: [Open in CodeFlow](https://microsoft.github.io/open-pr/?codeflow=https://github.com/microsoftgraph/msgraph-beta-sdk-dotnet/pull/838)

When upgrading the graph beta sdk from version 5.53.0 to the latest it breaks on the property includeTargets from the fido2AuthenticationMethodConfiguration type. The property disappears from version 5.54.0-preview and onwards....

Bug: metadata

In our current solution we mix the usage of the official and beta Graph API, cause we use a few features that are currently only available within the beta. Within...

Request: enhancement
Question: SDK

The [Microsoft Documentation](https://docs.microsoft.com/en-us/graph/api/ediscovery-caseexportoperation-getdownloadurl?view=graph-rest-beta&tabs=csharp) indicates to use the GetDownloadUrl like this: ``` var @string = await graphClient .Compliance .Ediscovery .Cases["{ediscovery.case-id}"] .Operations["{ediscovery.caseOperation-id}"] .GetDownloadUrl() .Request() .GetAsync(); ``` However, the GetDownloadUrl is not available....

Bug: metadata
Kiota
OpenApi

I'm trying to manage my Azure B2C policies with the graph API using the beta sdk but i'm unable to create a TrustFrameworkPolicy from scratch. Using SDK v4 4.74.0-preview ```var...

Request: enhancement
Bug: metadata

I'm using [`Microsoft.Graph.Beta 5.49.0-preview`](https://www.nuget.org/packages/Microsoft.Graph.Beta/5.49.0-preview), the latest at the time of writing. This is a snippet of my code: ```csharp var response = await _graphClient.IdentityGovernance.EntitlementManagement.AccessPackageCatalogs.GetAsync( requestConfiguration => { requestConfiguration.QueryParameters.Expand = new[]...

Bug: metadata
Status: Needs investigation

According to the documentation of Microsoft Graph REST API Beta, there is a method to permanently delete applications users and groups: DELETE https://graph.microsoft.com/beta/directory/deleteditems/{id} However it's missing in latest Microsoft.Graph.Beta (5.63.0-preview)...

Bug
Bug: metadata

I am sending requests to get all install status reports using the code below. But when I am using pagination, because I can't get all items in one response (rows...

Question: SDK
Bug: metadata
Status: Needs investigation

I try to update a property of a MobileApp using PatchAsync and receive an Exception: ModelValidationFailure with message: Exception has been thrown by the target of an invocation. ``` C#...

Bug: metadata
OpenApi

In Intune MEM portal, when you update a Device Health Script, the browser runs a PATCH request against that object. However, I could not find any PATCH method in the...

Question: SDK
Needs: Attention :wave: