Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion doc/sphinx/python_mgmt_migration_guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ To the show the code snippets for the change:
from azure.identity import ClientSecretCredential

credential = ClientSecretCredential(
tenant_id=tenant_id,
client_secret=client_secret,
client_id=client_id,
tenant_id=tenant_id
)
Expand Down Expand Up @@ -167,3 +167,4 @@ If you have encountered an issue during migration, please file an issue
via `Github
Issues <https://github.com/Azure/azure-sdk-for-python/issues>`__ and
make sure you add the "Preview" label to the issue