You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First off, thank you for taking the time to open this issue! We do appreciate it. Please bear with us if we don't get to this right away.
4
+
5
+
If this is a question about the Microsoft Graph service API, or a question about how to use this SDK, please post your question to StackOverflow with the [microsoftgraph] tag.
This repo is for the Microsoft Graph Java SDK. Issues opened in this repo should only target this SDK.
9
+
10
+
Before you open this issue, did you:
11
+
- Search the issues to determine whether someone already opened this issue?
12
+
- Search StackOverflow for an answer?
13
+
- Capture the repro steps and gather the information requested in the steps below to reproduce your scenario?
14
+
- Review the samples under github.com/microsoftgraph? They can help for some scenarios.
15
+
- Take a look at the functional tests in this repo? They may have an example for you. See the [functional tests](https://github.com/microsoftgraph/msgraph-sdk-java/tree/master/src/test/java/com/microsoft/graph/functional)
16
+
17
+
Please provide the following before submitting this issue:
18
+
- Expected behavior. Please provide **links to the specific [Microsoft Graph documentation](https://developer.microsoft.com/en-us/graph/docs/concepts/overview)** you used to determine the expected behavior.
19
+
- Actual behavior. Provide error codes, stack information, and a [Fiddler](http://www.telerik.com/fiddler) capture of the request and response (please remove personally identifiable information before posting).
20
+
- Steps to reproduce the behavior. Include your code, IDE versions, client library versions, and any other information that might be helpful to understand your scenario.
First off, thank you for opening this pull request! We do appreciate it.
4
+
5
+
The requests and models for this client library are generated. We won't be accepting pull requests for those code files. With that said, we do appreciate
6
+
it when you open pull requests with the proposed file changes, as we'll use that to help guide us in updating our template files.
7
+
8
+
-->
9
+
10
+
<!-- Optional. Set the issues that this pull request fixes. Delete 'Fixes #' if there isn't an issue associated with this pull request. -->
11
+
Fixes #
12
+
13
+
<!-- Required. Provide specifics about what the changes are and why you're proposing these changes. -->
14
+
### Changes proposed in this pull request
15
+
-
16
+
17
+
<!-- Optional. Provide related links. This might be other pull requests, code files, StackOverflow posts. Delete this section if it is not used. -->
0 commit comments