Skip to content

Commit

Permalink
Merge pull request #763 from chgeuer/chgeuer/fix_typo
Browse files Browse the repository at this point in the history
Fixed typo in error message. Must be _artifactsLocationSasToken instead of _artifactsLocationsSasToke
  • Loading branch information
psah434 authored Feb 23, 2024
2 parents 6790eea + 1941b6b commit 5531f98
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ if ($artifactslocationParameter -ne $null) {
#if it's not main template, there must not be a defaultValue to ensure the value is passed through
if ($artifactslocationParameter.defaultValue -or
$artifactslocationSasTokenParameter.defaultValue) {
Write-Error "The _artifactsLocation and _artifactsLocationsSasToke parameters in `"$TemplateFileName`" must not have a defaulValue in a nested template." -ErrorId ArtifactsLocation.Parameter.DefaultValue.NotEmpty
Write-Error "The _artifactsLocation and _artifactsLocationSasToken parameters in `"$TemplateFileName`" must not have a defaulValue in a nested template." -ErrorId ArtifactsLocation.Parameter.DefaultValue.NotEmpty

This comment has been minimized.

Copy link
@Abhi7739309

Abhi7739309 Oct 5, 2024

In

}
}
} # there is a parameter named _artifactsLocation

0 comments on commit 5531f98

Please sign in to comment.