Skip to content

Commit 205a41e

Browse files
author
AWS
committed
Amazon WorkSpaces Update: Updated the DomainName pattern for Active Directory
1 parent 19d171e commit 205a41e

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon WorkSpaces",
4+
"contributor": "",
5+
"description": "Updated the DomainName pattern for Active Directory"
6+
}

services/workspaces/src/main/resources/codegen-resources/service-2.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3918,7 +3918,7 @@
39183918
},
39193919
"DomainName":{
39203920
"type":"string",
3921-
"pattern":"^([a-zA-Z0-9]+[\\\\.-])+([a-zA-Z0-9])+$"
3921+
"pattern":"^([a-zA-Z0-9]+[.-])+([a-zA-Z0-9])+$"
39223922
},
39233923
"Ec2ImageId":{
39243924
"type":"string",

0 commit comments

Comments
 (0)