We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c30e8e commit 2161f3dCopy full SHA for 2161f3d
1 file changed
source/Public/Workspace/New-FabricWorkspace.ps1
@@ -31,7 +31,7 @@ Author: Tiago Balabuch
31
param (
32
[Parameter(Mandatory = $true)]
33
[ValidateNotNullOrEmpty()]
34
- [ValidatePattern('^[a-zA-Z0-9_ ]*$')]
+ [ValidatePattern('^[a-zA-Z0-9_\- ]*$')]
35
[string]$WorkspaceName,
36
37
[Parameter(Mandatory = $false)]
0 commit comments