Skip to content

Commit 42ea3c5

Browse files
committed
fix typo
1 parent 79dc318 commit 42ea3c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Storage/RegressionTests/srp.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2687,7 +2687,7 @@ Describe "Management plan test" {
26872687
$accountName = "weiaadkerb"
26882688

26892689
$DomainName = "onpremaadstg.com"
2690-
$DomainGuid = $config.asadKerb.domainGuid
2690+
$DomainGuid = $config.aadKerb.domainGuid
26912691

26922692
New-AzStorageAccount -ResourceGroupName $rgname -Name $accountName -SkuName Standard_LRS -Location "centraluseuap" -EnableAzureActiveDirectoryKerberosForFile $true -ActiveDirectoryDomainName $DomainName -ActiveDirectoryDomainGuid $DomainGuid
26932693
$a = get-AzStorageAccount -ResourceGroupName $rgname -Name $accountName

0 commit comments

Comments
 (0)