msgraph-sdk-go icon indicating copy to clipboard operation
msgraph-sdk-go copied to clipboard

Microsoft Graph SDK for Go

Results 46 msgraph-sdk-go issues
Sort by recently updated
recently updated
newest added

The way, this Go module and especially the models package are constructed, leads to severe issues with the go tooling (and linting). We have a simple Go application where we...

question
Needs Attention :wave:

here some thoughts how the code could be improved: 1. why do i have to set the adapter for the pager? can this not be passed via result or can...

enhancement

instead of using `adapter.SetBaseUrl("https://microsoftgraph.chinaclouapi.cn/v1.0")` (related to #26) maybe adapt the way how the azure-sdk-for-go is using cloud.Configuration for configuring endpoints. json representation of cloud.Configuration content for AzurePublicCloud: ```json { "activeDirectoryAuthorityHost":...

enhancement

Hi, I'm trying to list all groups in my organization. But in the response, I didn't see any method defined to get the value for `resourceBehaviorOptions` and `resourceProvisioningOptions`. https://github.com/microsoftgraph/msgraph-sdk-go/blob/2d3e4f1d94cf75bb5a722f555993907ced137aab/models/groupable.go#L9 ![image](https://user-images.githubusercontent.com/38218418/180951323-573ac7e1-58ae-4d11-87a4-57a3ee3c87a5.png)...

bug
service issue
blocked

Hi, I wanted to test if I could use this library for one usecase and stumbled over an error. After debugging it seems that the uri-template parser does not like...

bug
blocked

This pull request was automatically created by the GitHub Action, **create pull request**. The commit hash is _c6bcee4974ca0f2e971ea508cc43876d26a59e4f_. **Important** Check for unexpected deletions or changes in this PR.

generated

- - removes the me duplicated structure - - maps me to users item request builder

conflicting

Hello! Ran into an issue during indexing of drive items where, when the `photo` facet is present, the Go SDK panics. Here's an example facet from the MS Graph API...

bug
service issue
blocked

This pull request was automatically created by Azure Pipelines. **Important** Check for unexpected deletions or changes in this PR.

I write tool for migration Teams to Teams in same Tenant or New Tennant on Golang. But no example how to create private Channel in migration mode. Here my log:...