Skip to content

Commit 1ce0a90

Browse files
Adding a comment into a test
1 parent 00c8452 commit 1ce0a90

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Sql/Sql.Test/ScenarioTests/ManagedInstanceActiveDirectoryAdministratorTests.ps1

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ function Test-ManagedInstanceActiveDirectoryAdministrator
2828
$subnetId = $virtualNetwork1.Subnets.where({ $_.Name -eq $subnetName })[0].Id
2929

3030
$managedInstance = Create-ManagedInstanceForTest $rg $subnetId
31-
31+
32+
# If there is a need to re-record this test, these values must be changed to correspond to existing group and user from Azure Active Directory related to current subscription.
3233
$activeDirectoryGroup1 = "aadadmin"
3334
$activeDirectoryGroup1ObjectId = "52b6d571-5ff9-4b8f-92de-4a5b1bcdbbef"
3435
$activeDirectoryUser1 = "CL AAD Test User"

0 commit comments

Comments
 (0)