Fix Availability Group Name validation in MS SQL Cluster form.

Change-Id: I5ced0dc76ad57dda9826b355064cc00718c93179
Fixes: bug MRN-881
This commit is contained in:
Timur Sufiev 2013-09-13 12:49:07 +04:00
parent 7a3fe8b194
commit 098d84a4da
1 changed files with 1 additions and 0 deletions

View File

@ -106,6 +106,7 @@ forms:
type: string
label: Availability Group Name
helpText: Name of AG during SQL setup
regexpValidator: '^[A-Za-z0-9_-]+$'
description: >-
Specify a name of an AG. Just A-Z, a-z, 0-9, dash and underline are allowed.
- name: agListenerName