Skip to content

Commit 5d4239b

Browse files
authored
Update app registration guide link (Azure#23218)
1 parent f5b70be commit 5d4239b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sdk/azidentity/device_code_credential.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ type DeviceCodeCredentialOptions struct {
3737
// ClientID is the ID of the application to which users will authenticate. When not set, users
3838
// will authenticate to an Azure development application, which isn't recommended for production
3939
// scenarios. In production, developers should instead register their applications and assign
40-
// appropriate roles. See https://aka.ms/identity/AppRegistrationAndRoleAssignment for more
40+
// appropriate roles. See https://aka.ms/azsdk/identity/AppRegistrationAndRoleAssignment for more
4141
// information.
4242
ClientID string
4343

sdk/azidentity/interactive_browser_credential.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ type InteractiveBrowserCredentialOptions struct {
3636
// ClientID is the ID of the application to which users will authenticate. When not set, users
3737
// will authenticate to an Azure development application, which isn't recommended for production
3838
// scenarios. In production, developers should instead register their applications and assign
39-
// appropriate roles. See https://aka.ms/identity/AppRegistrationAndRoleAssignment for more
39+
// appropriate roles. See https://aka.ms/azsdk/identity/AppRegistrationAndRoleAssignment for more
4040
// information.
4141
ClientID string
4242

0 commit comments

Comments
 (0)