Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 272 Bytes

get-subscribedsku-python-snippets.md

File metadata and controls

15 lines (8 loc) · 272 Bytes
description
Automatically generated file. DO NOT MODIFY
from msgraph import GraphServiceClient

graph_client = GraphServiceClient(credentials, scopes)


result = await graph_client.subscribed_skus.by_subscribed_sku_id('subscribedSku-id').get()