Update snippets to initialise GraphServiceClient with different National Clouds #1116
Labels
area:documentation
Focused on documentation of the product
type:enhancement
Enhancement request targeting an existing experience
Code snippets under https://learn.microsoft.com/en-us/graph/sdks/national-clouds?view=graph-rest-1.0&tabs=python need to be updated to use a
TokenCredential
object with an authority set and updating thebase_url
of the graph client via:graph_client.request_adapter.base_url = ""
The text was updated successfully, but these errors were encountered: