We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 229083f + a182dc9 commit 75d4693Copy full SHA for 75d4693
AzureDevOpsPowerShell/Private/Validate-CollectionUri.ps1
@@ -7,7 +7,7 @@ function Validate-CollectionUri {
7
$CollectionUri
8
)
9
10
- if ($CollectionUri -notmatch '^https:\/\/dev\.azure\.com\/\w+$') {
+ if ($CollectionUri -notmatch '^https:\/\/dev\.azure\.com\/\w+') {
11
Write-AzdoError "CollectionUri must be a valid Azure DevOps collection URI starting with 'https://dev.azure.com/'"
12
} else {
13
$true
0 commit comments