Skip to content

Commit b15a33c

Browse files
Update api-reference/beta/includes/snippets/python/update-socialidentityprovider-python-snippets.md
1 parent 0e9d742 commit b15a33c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api-reference/beta/includes/snippets/python/update-socialidentityprovider-python-snippets.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ from msgraph_beta.generated.models.social_identity_provider import SocialIdentit
1010
# To initialize your graph_client, see https://learn.microsoft.com/en-us/graph/sdks/create-client?from=snippets&tabs=python
1111
request_body = SocialIdentityProvider(
1212
odata_type = "#microsoft.graph.socialIdentityProvider",
13-
client_secret = "4294967296",
13+
client_secret = "1111111111111",
1414
)
1515

1616
result = await graph_client.identity.identity_providers.by_identity_provider_base_id('identityProviderBase-id').patch(request_body)

0 commit comments

Comments
 (0)