Skip to content

Commit 1067339

Browse files
authored
Update aka link (#36343)
* Update aka link * update * update
1 parent 32fdb05 commit 1067339

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

sdk/identity/azure-identity/azure/identity/_credentials/browser.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ class InteractiveBrowserCredential(InteractiveCredential):
2929
authenticate work or school accounts.
3030
:keyword str client_id: Client ID of the Microsoft Entra application that users will sign into. It is recommended
3131
that developers register their applications and assign appropriate roles. For more information,
32-
visit https://aka.ms/identity/AppRegistrationAndRoleAssignment. If not specified, users will authenticate to
33-
an Azure development application, which is not recommended for production scenarios.
32+
visit https://aka.ms/azsdk/identity/AppRegistrationAndRoleAssignment. If not specified, users will
33+
authenticate to an Azure development application, which is not recommended for production scenarios.
3434
:keyword str login_hint: a username suggestion to pre-fill the login page's username/email address field. A user
3535
may still log in with a different username.
3636
:keyword str redirect_uri: a redirect URI for the application identified by `client_id` as configured in Azure

sdk/identity/azure-identity/azure/identity/_credentials/device_code.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,8 @@ class DeviceCodeCredential(InteractiveCredential):
2525
2626
:keyword str client_id: Client ID of the Microsoft Entra application that users will sign into. It is recommended
2727
that developers register their applications and assign appropriate roles. For more information,
28-
visit https://aka.ms/identity/AppRegistrationAndRoleAssignment. If not specified, users will authenticate to
29-
an Azure development application, which is not recommended for production scenarios.
30-
28+
visit https://aka.ms/azsdk/identity/AppRegistrationAndRoleAssignment. If not specified, users will
29+
authenticate to an Azure development application, which is not recommended for production scenarios.
3130
:keyword str authority: Authority of a Microsoft Entra endpoint, for example "login.microsoftonline.com",
3231
the authority for Azure Public Cloud (which is the default). :class:`~azure.identity.AzureAuthorityHosts`
3332
defines authorities for other clouds.

0 commit comments

Comments
 (0)