Skip to content
Snippets Groups Projects
Commit afddb4f3 authored by al.schwinn's avatar al.schwinn
Browse files

[SIL-402] Added dash and dot to regEx for controller-name

parent 0ede891c
No related branches found
No related tags found
No related merge requests found
...@@ -568,7 +568,7 @@ ...@@ -568,7 +568,7 @@
<xs:simpleType name="HostNameType"> <xs:simpleType name="HostNameType">
<xs:restriction base="xs:string"> <xs:restriction base="xs:string">
<xs:minLength value="1" /> <xs:minLength value="1" />
<xs:pattern value="[_A-Za-z0-9]*" /> <xs:pattern value="[-._A-Za-z0-9]*" />
</xs:restriction> </xs:restriction>
</xs:simpleType> </xs:simpleType>
<xs:simpleType name="DeployNameType"> <xs:simpleType name="DeployNameType">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment