From 8b6892997d15c216af5d433a7f030de27ec82bb1 Mon Sep 17 00:00:00 2001 From: Michael Wutz Date: Tue, 11 Jan 2022 11:24:07 +0100 Subject: [PATCH] Allow underscores in server names. --- releases/R2021a/aws-matlab-template.json | 2 +- releases/R2021b/aws-matlab-template.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/releases/R2021a/aws-matlab-template.json b/releases/R2021a/aws-matlab-template.json index f9847b8..6934b11 100644 --- a/releases/R2021a/aws-matlab-template.json +++ b/releases/R2021a/aws-matlab-template.json @@ -279,7 +279,7 @@ "Description": "Optional License Manager for MATLAB string in the form @. If not specified, online licensing is used. If specified, the license manager must be accessible from the specified VPC and subnets. If the Network License Manager for MATLAB was deployed using the reference architecture, this can be achieved by specifying the security group of that deployment as the AdditionalSecurityGroup parameter, and by using the private hostname of the license manager host.", "Type": "String", "Default": "", - "AllowedPattern": "([0-9]+@[a-zA-Z0-9.\\-]+)?", + "AllowedPattern": "([0-9]+@[a-zA-Z0-9.\\-_]+)?", "ConstraintDescription": "If specified, must be in the form @" }, "AdditionalSecurityGroup": { diff --git a/releases/R2021b/aws-matlab-template.json b/releases/R2021b/aws-matlab-template.json index 38755a3..be1da24 100644 --- a/releases/R2021b/aws-matlab-template.json +++ b/releases/R2021b/aws-matlab-template.json @@ -703,7 +703,7 @@ "Description": "Optional License Manager for MATLAB string in the form @. If not specified, online licensing is used. If specified, the license manager must be accessible from the specified VPC and subnets. If the Network License Manager for MATLAB was deployed using the reference architecture, this can be achieved by specifying the security group of that deployment as the AdditionalSecurityGroup parameter, and by using the private hostname of the license manager host.", "Type": "String", "Default": "", - "AllowedPattern": "([0-9]+@[a-zA-Z0-9.\\-]+)?", + "AllowedPattern": "([0-9]+@[a-zA-Z0-9.\\-_]+)?", "ConstraintDescription": "If specified, must be in the form @" }, "EnableCloudWatch": {