|
3150 | 3150 | "properties": { |
3151 | 3151 | "path": { |
3152 | 3152 | "description": "The path of file/directory.", |
3153 | | - "pattern": "\\w", |
| 3153 | + "pattern": "[a-zA-Z0-9_]", |
3154 | 3154 | "type": "string" |
3155 | 3155 | }, |
3156 | 3156 | "isDirectory": { |
|
3394 | 3394 | }, |
3395 | 3395 | "thumbprint": { |
3396 | 3396 | "description": "Thumbprint of the certificate used for authentication.", |
3397 | | - "pattern": "\\w", |
| 3397 | + "pattern": "[a-zA-Z0-9_]", |
3398 | 3398 | "type": "string" |
3399 | 3399 | } |
3400 | 3400 | }, |
|
3460 | 3460 | "properties": { |
3461 | 3461 | "userId": { |
3462 | 3462 | "description": "SQL database user name.", |
3463 | | - "pattern": "\\w", |
| 3463 | + "pattern": "[a-zA-Z0-9_]", |
3464 | 3464 | "type": "string" |
3465 | 3465 | }, |
3466 | 3466 | "password": { |
|
3557 | 3557 | }, |
3558 | 3558 | "storeName": { |
3559 | 3559 | "description": "Azure Data Lake store name.", |
3560 | | - "pattern": "\\w", |
| 3560 | + "pattern": "[a-zA-Z0-9_]", |
3561 | 3561 | "type": "string" |
3562 | 3562 | } |
3563 | 3563 | }, |
|
3583 | 3583 | }, |
3584 | 3584 | "databaseName": { |
3585 | 3585 | "description": "Azure SQL database name.", |
3586 | | - "pattern": "\\w", |
| 3586 | + "pattern": "[a-zA-Z0-9_]", |
3587 | 3587 | "type": "string", |
3588 | 3588 | "x-ms-mutability": [ |
3589 | 3589 | "create", |
|
3592 | 3592 | }, |
3593 | 3593 | "endpoint": { |
3594 | 3594 | "description": "Azure cloud endpoint for the database.", |
3595 | | - "pattern": "\\w", |
| 3595 | + "pattern": "[a-zA-Z0-9_]", |
3596 | 3596 | "type": "string", |
3597 | 3597 | "example": "database.windows.net", |
3598 | 3598 | "x-ms-mutability": [ |
|
3611 | 3611 | }, |
3612 | 3612 | "serverName": { |
3613 | 3613 | "description": "Azure SQL server name.", |
3614 | | - "pattern": "\\w", |
| 3614 | + "pattern": "[a-zA-Z0-9_]", |
3615 | 3615 | "type": "string", |
3616 | 3616 | "x-ms-mutability": [ |
3617 | 3617 | "create", |
|
3649 | 3649 | }, |
3650 | 3650 | "databaseName": { |
3651 | 3651 | "description": "Azure SQL database name.", |
3652 | | - "pattern": "\\w", |
| 3652 | + "pattern": "[a-zA-Z0-9_]", |
3653 | 3653 | "type": "string", |
3654 | 3654 | "x-ms-mutability": [ |
3655 | 3655 | "create", |
|
3658 | 3658 | }, |
3659 | 3659 | "endpoint": { |
3660 | 3660 | "description": "Azure cloud endpoint for the database.", |
3661 | | - "pattern": "\\w", |
| 3661 | + "pattern": "[a-zA-Z0-9_]", |
3662 | 3662 | "type": "string", |
3663 | 3663 | "example": "database.windows.net", |
3664 | 3664 | "x-ms-mutability": [ |
|
3677 | 3677 | }, |
3678 | 3678 | "serverName": { |
3679 | 3679 | "description": "Azure SQL server name.", |
3680 | | - "pattern": "\\w", |
| 3680 | + "pattern": "[a-zA-Z0-9_]", |
3681 | 3681 | "type": "string", |
3682 | 3682 | "x-ms-mutability": [ |
3683 | 3683 | "create", |
|
3707 | 3707 | }, |
3708 | 3708 | "databaseName": { |
3709 | 3709 | "description": "Azure SQL database name.", |
3710 | | - "pattern": "\\w", |
| 3710 | + "pattern": "[a-zA-Z0-9_]", |
3711 | 3711 | "type": "string", |
3712 | 3712 | "x-ms-mutability": [ |
3713 | 3713 | "create", |
|
3716 | 3716 | }, |
3717 | 3717 | "endpoint": { |
3718 | 3718 | "description": "Azure cloud endpoint for the database.", |
3719 | | - "pattern": "\\w", |
| 3719 | + "pattern": "[a-zA-Z0-9_]", |
3720 | 3720 | "type": "string", |
3721 | 3721 | "example": "database.windows.net", |
3722 | 3722 | "x-ms-mutability": [ |
|
3735 | 3735 | }, |
3736 | 3736 | "serverName": { |
3737 | 3737 | "description": "Azure SQL server name.", |
3738 | | - "pattern": "\\w", |
| 3738 | + "pattern": "[a-zA-Z0-9_]", |
3739 | 3739 | "type": "string", |
3740 | 3740 | "x-ms-mutability": [ |
3741 | 3741 | "create", |
|
3757 | 3757 | "properties": { |
3758 | 3758 | "accountName": { |
3759 | 3759 | "description": "Storage account name.", |
3760 | | - "pattern": "\\w", |
| 3760 | + "pattern": "[a-zA-Z0-9_]", |
3761 | 3761 | "type": "string", |
3762 | 3762 | "x-ms-mutability": [ |
3763 | 3763 | "create", |
|
3775 | 3775 | }, |
3776 | 3776 | "containerName": { |
3777 | 3777 | "description": "Storage account container name.", |
3778 | | - "pattern": "\\w", |
| 3778 | + "pattern": "[a-zA-Z0-9_]", |
3779 | 3779 | "type": "string", |
3780 | 3780 | "x-ms-mutability": [ |
3781 | 3781 | "create", |
|
3792 | 3792 | }, |
3793 | 3793 | "endpoint": { |
3794 | 3794 | "description": "Azure cloud endpoint for the storage account.", |
3795 | | - "pattern": "\\w", |
| 3795 | + "pattern": "[a-zA-Z0-9_]", |
3796 | 3796 | "type": "string", |
3797 | 3797 | "example": "core.windows.net", |
3798 | 3798 | "x-ms-mutability": [ |
|
3802 | 3802 | }, |
3803 | 3803 | "protocol": { |
3804 | 3804 | "description": "Protocol used to communicate with the storage account.", |
3805 | | - "pattern": "\\w", |
| 3805 | + "pattern": "[a-zA-Z0-9_]", |
3806 | 3806 | "type": "string", |
3807 | 3807 | "example": "https", |
3808 | 3808 | "x-ms-mutability": [ |
|
3822 | 3822 | "properties": { |
3823 | 3823 | "serverAddress": { |
3824 | 3824 | "description": "GlusterFS server address (can be the IP address or server name).", |
3825 | | - "pattern": "\\w", |
| 3825 | + "pattern": "[a-zA-Z0-9_]", |
3826 | 3826 | "type": "string", |
3827 | 3827 | "x-ms-mutability": [ |
3828 | 3828 | "create", |
|
3831 | 3831 | }, |
3832 | 3832 | "volumeName": { |
3833 | 3833 | "description": "GlusterFS volume name.", |
3834 | | - "pattern": "\\w", |
| 3834 | + "pattern": "[a-zA-Z0-9_]", |
3835 | 3835 | "type": "string", |
3836 | 3836 | "x-ms-mutability": [ |
3837 | 3837 | "create", |
|
4453 | 4453 | "command": { |
4454 | 4454 | "description": "The command to execute on startup of the job. eg. [\"python\", \"train.py\"]", |
4455 | 4455 | "minLength": 1, |
4456 | | - "pattern": "\\w", |
| 4456 | + "pattern": "[a-zA-Z0-9_]", |
4457 | 4457 | "type": "string", |
4458 | 4458 | "x-ms-mutability": [ |
4459 | 4459 | "create", |
|
4849 | 4849 | "parameters": { |
4850 | 4850 | "description": "Input parameters.", |
4851 | 4851 | "type": "object", |
4852 | | - "additionalProperties": {} |
| 4852 | + "additionalProperties": { } |
4853 | 4853 | } |
4854 | 4854 | } |
4855 | 4855 | } |
|
5005 | 5005 | "type": "object", |
5006 | 5006 | "properties": { |
5007 | 5007 | "primaryMetricName": { |
5008 | | - "pattern": "\\w", |
| 5008 | + "pattern": "[a-zA-Z0-9_]", |
5009 | 5009 | "type": "string" |
5010 | 5010 | }, |
5011 | 5011 | "primaryMetricGoal": { |
|
0 commit comments