From 0d61455bdddefd1dd3d195d0016ba6fe158d358e Mon Sep 17 00:00:00 2001 From: nickzhums <56864335+nickzhums@users.noreply.github.com> Date: Thu, 24 Sep 2020 16:14:52 +0800 Subject: [PATCH 1/2] Fix typo in track 2 migration guide --- doc/sphinx/python_mgmt_migration_guide.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/sphinx/python_mgmt_migration_guide.rst b/doc/sphinx/python_mgmt_migration_guide.rst index fbfd254ecffe..4e3ae528cc90 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 ) From 693250395f6064c06c9c8910ed64448633de75f7 Mon Sep 17 00:00:00 2001 From: nickzhums <56864335+nickzhums@users.noreply.github.com> Date: Mon, 28 Sep 2020 17:36:52 +0800 Subject: [PATCH 2/2] Update python_mgmt_migration_guide.rst --- doc/sphinx/python_mgmt_migration_guide.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/sphinx/python_mgmt_migration_guide.rst b/doc/sphinx/python_mgmt_migration_guide.rst index 4e3ae528cc90..6ecc60cce6b6 100644 --- a/doc/sphinx/python_mgmt_migration_guide.rst +++ b/doc/sphinx/python_mgmt_migration_guide.rst @@ -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 +