|
5756 | 5756 | }, |
5757 | 5757 | "uri": { |
5758 | 5758 | "description": "[Required] Input Asset URI.", |
| 5759 | + "minLength": 1, |
5759 | 5760 | "pattern": "[a-zA-Z0-9_]", |
5760 | 5761 | "type": "string" |
5761 | 5762 | } |
|
6052 | 6053 | }, |
6053 | 6054 | "storeName": { |
6054 | 6055 | "description": "[Required] Azure Data Lake store name.", |
| 6056 | + "minLength": 1, |
6055 | 6057 | "pattern": "[a-zA-Z0-9_]", |
6056 | 6058 | "type": "string", |
6057 | 6059 | "x-ms-mutability": [ |
|
6078 | 6080 | "properties": { |
6079 | 6081 | "accountName": { |
6080 | 6082 | "description": "[Required] Storage account name.", |
| 6083 | + "minLength": 1, |
6081 | 6084 | "pattern": "[a-zA-Z0-9_]", |
6082 | 6085 | "type": "string", |
6083 | 6086 | "x-ms-mutability": [ |
|
6097 | 6100 | }, |
6098 | 6101 | "filesystem": { |
6099 | 6102 | "description": "[Required] The name of the Data Lake Gen2 filesystem.", |
| 6103 | + "minLength": 1, |
6100 | 6104 | "pattern": "[a-zA-Z0-9_]", |
6101 | 6105 | "type": "string", |
6102 | 6106 | "x-ms-mutability": [ |
|
6142 | 6146 | "properties": { |
6143 | 6147 | "accountName": { |
6144 | 6148 | "description": "[Required] Storage account name.", |
| 6149 | + "minLength": 1, |
6145 | 6150 | "pattern": "[a-zA-Z0-9_]", |
6146 | 6151 | "type": "string", |
6147 | 6152 | "x-ms-mutability": [ |
|
6161 | 6166 | }, |
6162 | 6167 | "fileShareName": { |
6163 | 6168 | "description": "[Required] The name of the Azure file share that the datastore points to.", |
| 6169 | + "minLength": 1, |
6164 | 6170 | "pattern": "[a-zA-Z0-9_]", |
6165 | 6171 | "type": "string", |
6166 | 6172 | "x-ms-mutability": [ |
|
6576 | 6582 | "properties": { |
6577 | 6583 | "contextUri": { |
6578 | 6584 | "description": "[Required] URI of the Docker build context used to build the image. Supports blob URIs on environment creation and may return blob or Git URIs.\r\n<seealso href=\"https://docs.docker.com/engine/reference/commandline/build/#extended-description\" />", |
| 6585 | + "minLength": 1, |
6579 | 6586 | "pattern": "[a-zA-Z0-9_]", |
6580 | 6587 | "type": "string", |
6581 | 6588 | "example": "https://storage-account.blob.core.windows.net/azureml/DockerBuildContext/95ddede6b9b8c4e90472db3acd0a8d28/", |
|
6643 | 6650 | }, |
6644 | 6651 | "thumbprint": { |
6645 | 6652 | "description": "[Required] Thumbprint of the certificate used for authentication.", |
| 6653 | + "minLength": 1, |
6646 | 6654 | "pattern": "[a-zA-Z0-9_]", |
6647 | 6655 | "type": "string" |
6648 | 6656 | } |
|
7084 | 7092 | }, |
7085 | 7093 | "environmentId": { |
7086 | 7094 | "description": "[Required] The ARM resource ID of the Environment specification for the job.", |
| 7095 | + "minLength": 1, |
7087 | 7096 | "pattern": "[a-zA-Z0-9_]", |
7088 | 7097 | "type": "string", |
7089 | 7098 | "x-ms-mutability": [ |
|
7399 | 7408 | "properties": { |
7400 | 7409 | "expression": { |
7401 | 7410 | "description": "[Required] Specifies cron expression of schedule.\r\nThe expression should follow NCronTab format.", |
| 7411 | + "minLength": 1, |
7402 | 7412 | "pattern": "[a-zA-Z0-9_]", |
7403 | 7413 | "type": "string" |
7404 | 7414 | } |
|
7798 | 7808 | }, |
7799 | 7809 | "dataUri": { |
7800 | 7810 | "description": "[Required] Uri of the data. Usage/meaning depends on Microsoft.MachineLearning.ManagementFrontEnd.Contracts.V20221001.Assets.DataVersionBase.DataType", |
| 7811 | + "minLength": 1, |
7801 | 7812 | "pattern": "[a-zA-Z0-9_]", |
7802 | 7813 | "type": "string", |
7803 | 7814 | "x-ms-mutability": [ |
|
8939 | 8950 | "properties": { |
8940 | 8951 | "assetId": { |
8941 | 8952 | "description": "[Required] ARM resource ID of the asset.", |
| 8953 | + "minLength": 1, |
8942 | 8954 | "pattern": "[a-zA-Z0-9_]", |
8943 | 8955 | "type": "string" |
8944 | 8956 | } |
|
10521 | 10533 | "properties": { |
10522 | 10534 | "value": { |
10523 | 10535 | "description": "[Required] Literal value for the input.", |
| 10536 | + "minLength": 1, |
10524 | 10537 | "pattern": "[a-zA-Z0-9_]", |
10525 | 10538 | "type": "string" |
10526 | 10539 | } |
|
11035 | 11048 | }, |
11036 | 11049 | "primaryMetric": { |
11037 | 11050 | "description": "[Required] Name of the metric to optimize.", |
| 11051 | + "minLength": 1, |
11038 | 11052 | "pattern": "[a-zA-Z0-9_]", |
11039 | 11053 | "type": "string" |
11040 | 11054 | } |
|
12092 | 12106 | "properties": { |
12093 | 12107 | "path": { |
12094 | 12108 | "description": "[Required] The path for the route.", |
| 12109 | + "minLength": 1, |
12095 | 12110 | "pattern": "[a-zA-Z0-9_]", |
12096 | 12111 | "type": "string" |
12097 | 12112 | }, |
|
12709 | 12724 | "properties": { |
12710 | 12725 | "name": { |
12711 | 12726 | "description": "[Required] The name of the SKU. Ex - P3. It is typically a letter+number code.", |
| 12727 | + "minLength": 1, |
12712 | 12728 | "pattern": "[a-zA-Z0-9_]", |
12713 | 12729 | "type": "string" |
12714 | 12730 | }, |
|
13482 | 13498 | }, |
13483 | 13499 | "environmentId": { |
13484 | 13500 | "description": "[Required] The ARM resource ID of the Environment specification for the job.", |
| 13501 | + "minLength": 1, |
13485 | 13502 | "pattern": "[a-zA-Z0-9_]", |
13486 | 13503 | "type": "string" |
13487 | 13504 | }, |
|
0 commit comments