Skip to content

Commit 7dcef11

Browse files
authored
Merge pull request #764 from chgeuer/master
Fixed typo in artifacts-parameter.test.ps1
2 parents 5531f98 + 4bff9a1 commit 7dcef11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arm-ttk/testcases/deploymentTemplate/artifacts-parameter.test.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ if ($artifactslocationParameter -ne $null) {
6565
#if it's not main template, there must not be a defaultValue to ensure the value is passed through
6666
if ($artifactslocationParameter.defaultValue -or
6767
$artifactslocationSasTokenParameter.defaultValue) {
68-
Write-Error "The _artifactsLocation and _artifactsLocationSasToken parameters in `"$TemplateFileName`" must not have a defaulValue in a nested template." -ErrorId ArtifactsLocation.Parameter.DefaultValue.NotEmpty
68+
Write-Error "The _artifactsLocation and _artifactsLocationSasToken parameters in `"$TemplateFileName`" must not have a defaultValue in a nested template." -ErrorId ArtifactsLocation.Parameter.DefaultValue.NotEmpty
6969
}
7070
}
7171
} # there is a parameter named _artifactsLocation

0 commit comments

Comments
 (0)