Skip to content

Commit 5e86dd0

Browse files
committed
Revert "update pattern to [a-zA-Z0-9_]"
This reverts commit 3e07c4a.
1 parent 3c28bc0 commit 5e86dd0

File tree

1 file changed

+21
-21
lines changed
  • specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2021-03-01-preview

1 file changed

+21
-21
lines changed

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

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -3178,7 +3178,7 @@
31783178
"properties": {
31793179
"path": {
31803180
"description": "The path of file/directory.",
3181-
"pattern": "[a-zA-Z0-9_]",
3181+
"pattern": "\\w",
31823182
"type": "string"
31833183
},
31843184
"isDirectory": {
@@ -3422,7 +3422,7 @@
34223422
},
34233423
"thumbprint": {
34243424
"description": "Thumbprint of the certificate used for authentication.",
3425-
"pattern": "[a-zA-Z0-9_]",
3425+
"pattern": "\\w",
34263426
"type": "string"
34273427
}
34283428
},
@@ -3488,7 +3488,7 @@
34883488
"properties": {
34893489
"userId": {
34903490
"description": "SQL database user name.",
3491-
"pattern": "[a-zA-Z0-9_]",
3491+
"pattern": "\\w",
34923492
"type": "string"
34933493
},
34943494
"password": {
@@ -3585,7 +3585,7 @@
35853585
},
35863586
"storeName": {
35873587
"description": "Azure Data Lake store name.",
3588-
"pattern": "[a-zA-Z0-9_]",
3588+
"pattern": "\\w",
35893589
"type": "string"
35903590
}
35913591
},
@@ -3611,7 +3611,7 @@
36113611
},
36123612
"databaseName": {
36133613
"description": "Azure SQL database name.",
3614-
"pattern": "[a-zA-Z0-9_]",
3614+
"pattern": "\\w",
36153615
"type": "string",
36163616
"x-ms-mutability": [
36173617
"create",
@@ -3620,7 +3620,7 @@
36203620
},
36213621
"endpoint": {
36223622
"description": "Azure cloud endpoint for the database.",
3623-
"pattern": "[a-zA-Z0-9_]",
3623+
"pattern": "\\w",
36243624
"type": "string",
36253625
"example": "database.windows.net",
36263626
"x-ms-mutability": [
@@ -3639,7 +3639,7 @@
36393639
},
36403640
"serverName": {
36413641
"description": "Azure SQL server name.",
3642-
"pattern": "[a-zA-Z0-9_]",
3642+
"pattern": "\\w",
36433643
"type": "string",
36443644
"x-ms-mutability": [
36453645
"create",
@@ -3677,7 +3677,7 @@
36773677
},
36783678
"databaseName": {
36793679
"description": "Azure SQL database name.",
3680-
"pattern": "[a-zA-Z0-9_]",
3680+
"pattern": "\\w",
36813681
"type": "string",
36823682
"x-ms-mutability": [
36833683
"create",
@@ -3686,7 +3686,7 @@
36863686
},
36873687
"endpoint": {
36883688
"description": "Azure cloud endpoint for the database.",
3689-
"pattern": "[a-zA-Z0-9_]",
3689+
"pattern": "\\w",
36903690
"type": "string",
36913691
"example": "database.windows.net",
36923692
"x-ms-mutability": [
@@ -3705,7 +3705,7 @@
37053705
},
37063706
"serverName": {
37073707
"description": "Azure SQL server name.",
3708-
"pattern": "[a-zA-Z0-9_]",
3708+
"pattern": "\\w",
37093709
"type": "string",
37103710
"x-ms-mutability": [
37113711
"create",
@@ -3735,7 +3735,7 @@
37353735
},
37363736
"databaseName": {
37373737
"description": "Azure SQL database name.",
3738-
"pattern": "[a-zA-Z0-9_]",
3738+
"pattern": "\\w",
37393739
"type": "string",
37403740
"x-ms-mutability": [
37413741
"create",
@@ -3744,7 +3744,7 @@
37443744
},
37453745
"endpoint": {
37463746
"description": "Azure cloud endpoint for the database.",
3747-
"pattern": "[a-zA-Z0-9_]",
3747+
"pattern": "\\w",
37483748
"type": "string",
37493749
"example": "database.windows.net",
37503750
"x-ms-mutability": [
@@ -3763,7 +3763,7 @@
37633763
},
37643764
"serverName": {
37653765
"description": "Azure SQL server name.",
3766-
"pattern": "[a-zA-Z0-9_]",
3766+
"pattern": "\\w",
37673767
"type": "string",
37683768
"x-ms-mutability": [
37693769
"create",
@@ -3785,7 +3785,7 @@
37853785
"properties": {
37863786
"accountName": {
37873787
"description": "Storage account name.",
3788-
"pattern": "[a-zA-Z0-9_]",
3788+
"pattern": "\\w",
37893789
"type": "string",
37903790
"x-ms-mutability": [
37913791
"create",
@@ -3803,7 +3803,7 @@
38033803
},
38043804
"containerName": {
38053805
"description": "Storage account container name.",
3806-
"pattern": "[a-zA-Z0-9_]",
3806+
"pattern": "\\w",
38073807
"type": "string",
38083808
"x-ms-mutability": [
38093809
"create",
@@ -3820,7 +3820,7 @@
38203820
},
38213821
"endpoint": {
38223822
"description": "Azure cloud endpoint for the storage account.",
3823-
"pattern": "[a-zA-Z0-9_]",
3823+
"pattern": "\\w",
38243824
"type": "string",
38253825
"example": "core.windows.net",
38263826
"x-ms-mutability": [
@@ -3830,7 +3830,7 @@
38303830
},
38313831
"protocol": {
38323832
"description": "Protocol used to communicate with the storage account.",
3833-
"pattern": "[a-zA-Z0-9_]",
3833+
"pattern": "\\w",
38343834
"type": "string",
38353835
"example": "https",
38363836
"x-ms-mutability": [
@@ -3850,7 +3850,7 @@
38503850
"properties": {
38513851
"serverAddress": {
38523852
"description": "GlusterFS server address (can be the IP address or server name).",
3853-
"pattern": "[a-zA-Z0-9_]",
3853+
"pattern": "\\w",
38543854
"type": "string",
38553855
"x-ms-mutability": [
38563856
"create",
@@ -3859,7 +3859,7 @@
38593859
},
38603860
"volumeName": {
38613861
"description": "GlusterFS volume name.",
3862-
"pattern": "[a-zA-Z0-9_]",
3862+
"pattern": "\\w",
38633863
"type": "string",
38643864
"x-ms-mutability": [
38653865
"create",
@@ -4481,7 +4481,7 @@
44814481
"command": {
44824482
"description": "The command to execute on startup of the job. eg. [\"python\", \"train.py\"]",
44834483
"minLength": 1,
4484-
"pattern": "[a-zA-Z0-9_]",
4484+
"pattern": "\\w",
44854485
"type": "string",
44864486
"x-ms-mutability": [
44874487
"create",
@@ -5033,7 +5033,7 @@
50335033
"type": "object",
50345034
"properties": {
50355035
"primaryMetricName": {
5036-
"pattern": "[a-zA-Z0-9_]",
5036+
"pattern": "\\w",
50375037
"type": "string"
50385038
},
50395039
"primaryMetricGoal": {

0 commit comments

Comments
 (0)