Skip to content

Commit 8053071

Browse files
authored
Fix typo in track 2 migration guide (Azure#14006)
* Fix typo in track 2 migration guide * Update python_mgmt_migration_guide.rst
1 parent b75b8b0 commit 8053071

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/sphinx/python_mgmt_migration_guide.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ To the show the code snippets for the change:
102102
from azure.identity import ClientSecretCredential
103103
104104
credential = ClientSecretCredential(
105-
tenant_id=tenant_id,
105+
client_secret=client_secret,
106106
client_id=client_id,
107107
tenant_id=tenant_id
108108
)
@@ -167,3 +167,4 @@ If you have encountered an issue during migration, please file an issue
167167
via `Github
168168
Issues <https://github.com/Azure/azure-sdk-for-python/issues>`__ and
169169
make sure you add the "Preview" label to the issue
170+

0 commit comments

Comments
 (0)