Skip to content

Commit 3e07c4a

Browse files
committed
update pattern to [a-zA-Z0-9_]
1 parent 5063186 commit 3e07c4a

1 file changed

Lines changed: 22 additions & 22 deletions

File tree

  • specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2021-03-01-preview

specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2021-03-01-preview/mfe.json

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -3150,7 +3150,7 @@
31503150
"properties": {
31513151
"path": {
31523152
"description": "The path of file/directory.",
3153-
"pattern": "\\w",
3153+
"pattern": "[a-zA-Z0-9_]",
31543154
"type": "string"
31553155
},
31563156
"isDirectory": {
@@ -3394,7 +3394,7 @@
33943394
},
33953395
"thumbprint": {
33963396
"description": "Thumbprint of the certificate used for authentication.",
3397-
"pattern": "\\w",
3397+
"pattern": "[a-zA-Z0-9_]",
33983398
"type": "string"
33993399
}
34003400
},
@@ -3460,7 +3460,7 @@
34603460
"properties": {
34613461
"userId": {
34623462
"description": "SQL database user name.",
3463-
"pattern": "\\w",
3463+
"pattern": "[a-zA-Z0-9_]",
34643464
"type": "string"
34653465
},
34663466
"password": {
@@ -3557,7 +3557,7 @@
35573557
},
35583558
"storeName": {
35593559
"description": "Azure Data Lake store name.",
3560-
"pattern": "\\w",
3560+
"pattern": "[a-zA-Z0-9_]",
35613561
"type": "string"
35623562
}
35633563
},
@@ -3583,7 +3583,7 @@
35833583
},
35843584
"databaseName": {
35853585
"description": "Azure SQL database name.",
3586-
"pattern": "\\w",
3586+
"pattern": "[a-zA-Z0-9_]",
35873587
"type": "string",
35883588
"x-ms-mutability": [
35893589
"create",
@@ -3592,7 +3592,7 @@
35923592
},
35933593
"endpoint": {
35943594
"description": "Azure cloud endpoint for the database.",
3595-
"pattern": "\\w",
3595+
"pattern": "[a-zA-Z0-9_]",
35963596
"type": "string",
35973597
"example": "database.windows.net",
35983598
"x-ms-mutability": [
@@ -3611,7 +3611,7 @@
36113611
},
36123612
"serverName": {
36133613
"description": "Azure SQL server name.",
3614-
"pattern": "\\w",
3614+
"pattern": "[a-zA-Z0-9_]",
36153615
"type": "string",
36163616
"x-ms-mutability": [
36173617
"create",
@@ -3649,7 +3649,7 @@
36493649
},
36503650
"databaseName": {
36513651
"description": "Azure SQL database name.",
3652-
"pattern": "\\w",
3652+
"pattern": "[a-zA-Z0-9_]",
36533653
"type": "string",
36543654
"x-ms-mutability": [
36553655
"create",
@@ -3658,7 +3658,7 @@
36583658
},
36593659
"endpoint": {
36603660
"description": "Azure cloud endpoint for the database.",
3661-
"pattern": "\\w",
3661+
"pattern": "[a-zA-Z0-9_]",
36623662
"type": "string",
36633663
"example": "database.windows.net",
36643664
"x-ms-mutability": [
@@ -3677,7 +3677,7 @@
36773677
},
36783678
"serverName": {
36793679
"description": "Azure SQL server name.",
3680-
"pattern": "\\w",
3680+
"pattern": "[a-zA-Z0-9_]",
36813681
"type": "string",
36823682
"x-ms-mutability": [
36833683
"create",
@@ -3707,7 +3707,7 @@
37073707
},
37083708
"databaseName": {
37093709
"description": "Azure SQL database name.",
3710-
"pattern": "\\w",
3710+
"pattern": "[a-zA-Z0-9_]",
37113711
"type": "string",
37123712
"x-ms-mutability": [
37133713
"create",
@@ -3716,7 +3716,7 @@
37163716
},
37173717
"endpoint": {
37183718
"description": "Azure cloud endpoint for the database.",
3719-
"pattern": "\\w",
3719+
"pattern": "[a-zA-Z0-9_]",
37203720
"type": "string",
37213721
"example": "database.windows.net",
37223722
"x-ms-mutability": [
@@ -3735,7 +3735,7 @@
37353735
},
37363736
"serverName": {
37373737
"description": "Azure SQL server name.",
3738-
"pattern": "\\w",
3738+
"pattern": "[a-zA-Z0-9_]",
37393739
"type": "string",
37403740
"x-ms-mutability": [
37413741
"create",
@@ -3757,7 +3757,7 @@
37573757
"properties": {
37583758
"accountName": {
37593759
"description": "Storage account name.",
3760-
"pattern": "\\w",
3760+
"pattern": "[a-zA-Z0-9_]",
37613761
"type": "string",
37623762
"x-ms-mutability": [
37633763
"create",
@@ -3775,7 +3775,7 @@
37753775
},
37763776
"containerName": {
37773777
"description": "Storage account container name.",
3778-
"pattern": "\\w",
3778+
"pattern": "[a-zA-Z0-9_]",
37793779
"type": "string",
37803780
"x-ms-mutability": [
37813781
"create",
@@ -3792,7 +3792,7 @@
37923792
},
37933793
"endpoint": {
37943794
"description": "Azure cloud endpoint for the storage account.",
3795-
"pattern": "\\w",
3795+
"pattern": "[a-zA-Z0-9_]",
37963796
"type": "string",
37973797
"example": "core.windows.net",
37983798
"x-ms-mutability": [
@@ -3802,7 +3802,7 @@
38023802
},
38033803
"protocol": {
38043804
"description": "Protocol used to communicate with the storage account.",
3805-
"pattern": "\\w",
3805+
"pattern": "[a-zA-Z0-9_]",
38063806
"type": "string",
38073807
"example": "https",
38083808
"x-ms-mutability": [
@@ -3822,7 +3822,7 @@
38223822
"properties": {
38233823
"serverAddress": {
38243824
"description": "GlusterFS server address (can be the IP address or server name).",
3825-
"pattern": "\\w",
3825+
"pattern": "[a-zA-Z0-9_]",
38263826
"type": "string",
38273827
"x-ms-mutability": [
38283828
"create",
@@ -3831,7 +3831,7 @@
38313831
},
38323832
"volumeName": {
38333833
"description": "GlusterFS volume name.",
3834-
"pattern": "\\w",
3834+
"pattern": "[a-zA-Z0-9_]",
38353835
"type": "string",
38363836
"x-ms-mutability": [
38373837
"create",
@@ -4453,7 +4453,7 @@
44534453
"command": {
44544454
"description": "The command to execute on startup of the job. eg. [\"python\", \"train.py\"]",
44554455
"minLength": 1,
4456-
"pattern": "\\w",
4456+
"pattern": "[a-zA-Z0-9_]",
44574457
"type": "string",
44584458
"x-ms-mutability": [
44594459
"create",
@@ -4849,7 +4849,7 @@
48494849
"parameters": {
48504850
"description": "Input parameters.",
48514851
"type": "object",
4852-
"additionalProperties": {}
4852+
"additionalProperties": { }
48534853
}
48544854
}
48554855
}
@@ -5005,7 +5005,7 @@
50055005
"type": "object",
50065006
"properties": {
50075007
"primaryMetricName": {
5008-
"pattern": "\\w",
5008+
"pattern": "[a-zA-Z0-9_]",
50095009
"type": "string"
50105010
},
50115011
"primaryMetricGoal": {

0 commit comments

Comments
 (0)