Fix Availability Group Name validation in MS SQL Cluster form.

Fixes: bug MRN-881
Cherry-picked from 098d84a4da
(gerrit link I5ced0dc76ad57dda9826b355064cc00718c93179)

Change-Id: I510c224a0d09e5d97199155532be659d080a5c13
This commit is contained in:
Timur Sufiev 2013-09-13 12:49:07 +04:00
parent 85aa25608b
commit 65620f865b
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