|
3178 | 3178 | "properties": { |
3179 | 3179 | "path": { |
3180 | 3180 | "description": "The path of file/directory.", |
3181 | | - "pattern": "[a-zA-Z0-9_]", |
| 3181 | + "pattern": "\\w", |
3182 | 3182 | "type": "string" |
3183 | 3183 | }, |
3184 | 3184 | "isDirectory": { |
|
3422 | 3422 | }, |
3423 | 3423 | "thumbprint": { |
3424 | 3424 | "description": "Thumbprint of the certificate used for authentication.", |
3425 | | - "pattern": "[a-zA-Z0-9_]", |
| 3425 | + "pattern": "\\w", |
3426 | 3426 | "type": "string" |
3427 | 3427 | } |
3428 | 3428 | }, |
|
3488 | 3488 | "properties": { |
3489 | 3489 | "userId": { |
3490 | 3490 | "description": "SQL database user name.", |
3491 | | - "pattern": "[a-zA-Z0-9_]", |
| 3491 | + "pattern": "\\w", |
3492 | 3492 | "type": "string" |
3493 | 3493 | }, |
3494 | 3494 | "password": { |
|
3585 | 3585 | }, |
3586 | 3586 | "storeName": { |
3587 | 3587 | "description": "Azure Data Lake store name.", |
3588 | | - "pattern": "[a-zA-Z0-9_]", |
| 3588 | + "pattern": "\\w", |
3589 | 3589 | "type": "string" |
3590 | 3590 | } |
3591 | 3591 | }, |
|
3611 | 3611 | }, |
3612 | 3612 | "databaseName": { |
3613 | 3613 | "description": "Azure SQL database name.", |
3614 | | - "pattern": "[a-zA-Z0-9_]", |
| 3614 | + "pattern": "\\w", |
3615 | 3615 | "type": "string", |
3616 | 3616 | "x-ms-mutability": [ |
3617 | 3617 | "create", |
|
3620 | 3620 | }, |
3621 | 3621 | "endpoint": { |
3622 | 3622 | "description": "Azure cloud endpoint for the database.", |
3623 | | - "pattern": "[a-zA-Z0-9_]", |
| 3623 | + "pattern": "\\w", |
3624 | 3624 | "type": "string", |
3625 | 3625 | "example": "database.windows.net", |
3626 | 3626 | "x-ms-mutability": [ |
|
3639 | 3639 | }, |
3640 | 3640 | "serverName": { |
3641 | 3641 | "description": "Azure SQL server name.", |
3642 | | - "pattern": "[a-zA-Z0-9_]", |
| 3642 | + "pattern": "\\w", |
3643 | 3643 | "type": "string", |
3644 | 3644 | "x-ms-mutability": [ |
3645 | 3645 | "create", |
|
3677 | 3677 | }, |
3678 | 3678 | "databaseName": { |
3679 | 3679 | "description": "Azure SQL database name.", |
3680 | | - "pattern": "[a-zA-Z0-9_]", |
| 3680 | + "pattern": "\\w", |
3681 | 3681 | "type": "string", |
3682 | 3682 | "x-ms-mutability": [ |
3683 | 3683 | "create", |
|
3686 | 3686 | }, |
3687 | 3687 | "endpoint": { |
3688 | 3688 | "description": "Azure cloud endpoint for the database.", |
3689 | | - "pattern": "[a-zA-Z0-9_]", |
| 3689 | + "pattern": "\\w", |
3690 | 3690 | "type": "string", |
3691 | 3691 | "example": "database.windows.net", |
3692 | 3692 | "x-ms-mutability": [ |
|
3705 | 3705 | }, |
3706 | 3706 | "serverName": { |
3707 | 3707 | "description": "Azure SQL server name.", |
3708 | | - "pattern": "[a-zA-Z0-9_]", |
| 3708 | + "pattern": "\\w", |
3709 | 3709 | "type": "string", |
3710 | 3710 | "x-ms-mutability": [ |
3711 | 3711 | "create", |
|
3735 | 3735 | }, |
3736 | 3736 | "databaseName": { |
3737 | 3737 | "description": "Azure SQL database name.", |
3738 | | - "pattern": "[a-zA-Z0-9_]", |
| 3738 | + "pattern": "\\w", |
3739 | 3739 | "type": "string", |
3740 | 3740 | "x-ms-mutability": [ |
3741 | 3741 | "create", |
|
3744 | 3744 | }, |
3745 | 3745 | "endpoint": { |
3746 | 3746 | "description": "Azure cloud endpoint for the database.", |
3747 | | - "pattern": "[a-zA-Z0-9_]", |
| 3747 | + "pattern": "\\w", |
3748 | 3748 | "type": "string", |
3749 | 3749 | "example": "database.windows.net", |
3750 | 3750 | "x-ms-mutability": [ |
|
3763 | 3763 | }, |
3764 | 3764 | "serverName": { |
3765 | 3765 | "description": "Azure SQL server name.", |
3766 | | - "pattern": "[a-zA-Z0-9_]", |
| 3766 | + "pattern": "\\w", |
3767 | 3767 | "type": "string", |
3768 | 3768 | "x-ms-mutability": [ |
3769 | 3769 | "create", |
|
3785 | 3785 | "properties": { |
3786 | 3786 | "accountName": { |
3787 | 3787 | "description": "Storage account name.", |
3788 | | - "pattern": "[a-zA-Z0-9_]", |
| 3788 | + "pattern": "\\w", |
3789 | 3789 | "type": "string", |
3790 | 3790 | "x-ms-mutability": [ |
3791 | 3791 | "create", |
|
3803 | 3803 | }, |
3804 | 3804 | "containerName": { |
3805 | 3805 | "description": "Storage account container name.", |
3806 | | - "pattern": "[a-zA-Z0-9_]", |
| 3806 | + "pattern": "\\w", |
3807 | 3807 | "type": "string", |
3808 | 3808 | "x-ms-mutability": [ |
3809 | 3809 | "create", |
|
3820 | 3820 | }, |
3821 | 3821 | "endpoint": { |
3822 | 3822 | "description": "Azure cloud endpoint for the storage account.", |
3823 | | - "pattern": "[a-zA-Z0-9_]", |
| 3823 | + "pattern": "\\w", |
3824 | 3824 | "type": "string", |
3825 | 3825 | "example": "core.windows.net", |
3826 | 3826 | "x-ms-mutability": [ |
|
3830 | 3830 | }, |
3831 | 3831 | "protocol": { |
3832 | 3832 | "description": "Protocol used to communicate with the storage account.", |
3833 | | - "pattern": "[a-zA-Z0-9_]", |
| 3833 | + "pattern": "\\w", |
3834 | 3834 | "type": "string", |
3835 | 3835 | "example": "https", |
3836 | 3836 | "x-ms-mutability": [ |
|
3850 | 3850 | "properties": { |
3851 | 3851 | "serverAddress": { |
3852 | 3852 | "description": "GlusterFS server address (can be the IP address or server name).", |
3853 | | - "pattern": "[a-zA-Z0-9_]", |
| 3853 | + "pattern": "\\w", |
3854 | 3854 | "type": "string", |
3855 | 3855 | "x-ms-mutability": [ |
3856 | 3856 | "create", |
|
3859 | 3859 | }, |
3860 | 3860 | "volumeName": { |
3861 | 3861 | "description": "GlusterFS volume name.", |
3862 | | - "pattern": "[a-zA-Z0-9_]", |
| 3862 | + "pattern": "\\w", |
3863 | 3863 | "type": "string", |
3864 | 3864 | "x-ms-mutability": [ |
3865 | 3865 | "create", |
|
4481 | 4481 | "command": { |
4482 | 4482 | "description": "The command to execute on startup of the job. eg. [\"python\", \"train.py\"]", |
4483 | 4483 | "minLength": 1, |
4484 | | - "pattern": "[a-zA-Z0-9_]", |
| 4484 | + "pattern": "\\w", |
4485 | 4485 | "type": "string", |
4486 | 4486 | "x-ms-mutability": [ |
4487 | 4487 | "create", |
|
5033 | 5033 | "type": "object", |
5034 | 5034 | "properties": { |
5035 | 5035 | "primaryMetricName": { |
5036 | | - "pattern": "[a-zA-Z0-9_]", |
| 5036 | + "pattern": "\\w", |
5037 | 5037 | "type": "string" |
5038 | 5038 | }, |
5039 | 5039 | "primaryMetricGoal": { |
|
0 commit comments