Skip to content

Commit 2161f3d

Browse files
authored
Validation correction fixes #28 fixes #41
1 parent 3c30e8e commit 2161f3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/Public/Workspace/New-FabricWorkspace.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Author: Tiago Balabuch
3131
param (
3232
[Parameter(Mandatory = $true)]
3333
[ValidateNotNullOrEmpty()]
34-
[ValidatePattern('^[a-zA-Z0-9_ ]*$')]
34+
[ValidatePattern('^[a-zA-Z0-9_\- ]*$')]
3535
[string]$WorkspaceName,
3636

3737
[Parameter(Mandatory = $false)]

0 commit comments

Comments
 (0)