Skip to content

Commit 94fe02a

Browse files
committed
Task 42705: Investigate AD Interactive not working
- Fixed email address in comments.
1 parent b409b16 commit 94fe02a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Microsoft.Data.SqlClient.Extensions/Azure/test/ActiveDirectoryInteractiveTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public async Task TestConnection()
2828
//
2929
// use [Northwind];
3030
// create user [<you>@microsoft.com] from external provider;
31-
// alter role db_datareader add member [paulmedynski@microsoft.com];
31+
// alter role db_datareader add member [<you>@microsoft.com];
3232
//
3333
// You must connect to the database as an admin in order run these commands, for example
3434
// as the [email protected] user via SQL username/password authentication.

0 commit comments

Comments
 (0)