We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7462e3 commit 1b6035aCopy full SHA for 1b6035a
1 file changed
source/Public/Workspace/Get-FabricWorkspace.ps1
@@ -38,7 +38,7 @@ function Get-FabricWorkspace {
38
39
[Parameter(Mandatory = $false)]
40
[ValidateNotNullOrEmpty()]
41
- [ValidatePattern('^[a-zA-Z0-9_- ]*$')]
+ [ValidatePattern('^[a-zA-Z0-9_\- ]*$')]
42
[string]$WorkspaceName
43
)
44
0 commit comments