Skip to content

Commit 7ad6638

Browse files
authored
Update sdks-overview.md
Adding support boundaries for the SDKs as per the CSS policy for supporting Graph API
1 parent 5dadb24 commit 7ad6638

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

concepts/sdks/sdks-overview.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,13 @@ A release of an SDK in *GA* status can use the Microsoft Graph API v1.0 endpoint
3939

4040
In some cases, it's beneficial to use a Kiota-generated client instead of a Microsoft Graph SDK. For example, a developer that only uses a small subset of the Microsoft Graph APIs and wants to minimize the overall install size of their app can use Kiota to generate a smaller client library. For details, see [Generate Microsoft Graph client libraries with Kiota](generate-with-kiota.md).
4141

42+
43+
## SDK Supportability
44+
45+
Graph SDK are open source GitHub projects so if you have an issue with SDK then please submit it with all the needed information on the "issues" page. The SDK project authors and continurbotr shall look into the issue and release a fix for it accordingly.
46+
Microsoft CSS does not support the SDK officially but Microsoft supports only the HTTP request of the Graph API call you are making.
47+
48+
4249
## Related content
4350

4451
- Learn more about the features and capabilities of the SDK in the [design requirements documentation](https://github.com/microsoftgraph/msgraph-sdk-design).

0 commit comments

Comments
 (0)