diff --git a/doc/sphinx/python_mgmt_migration_guide.rst b/doc/sphinx/python_mgmt_migration_guide.rst index fbfd254ecffe..6ecc60cce6b6 100644 --- a/doc/sphinx/python_mgmt_migration_guide.rst +++ b/doc/sphinx/python_mgmt_migration_guide.rst @@ -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 ) @@ -167,3 +167,4 @@ If you have encountered an issue during migration, please file an issue via `Github Issues `__ and make sure you add the "Preview" label to the issue +