|
19 | 19 | { |
20 | 20 | "name": "endpoint", |
21 | 21 | "in": "path", |
22 | | - "description": "Foundry Project endpoint in the form\n\"https://{ai-services-account-name}.services.ai.azure.com/api/projects/{project-name}\".\nIf you only have one Project in your Foundry Hub, or to target the default Project\nin your Hub, use the form\n\"https://{ai-services-account-name}.services.ai.azure.com/api/projects/_project\"", |
| 22 | + "description": "Project endpoint. In the form \"https://your-ai-services-account-name.services.ai.azure.com/api/projects/_project\"\nif your Foundry Hub has only one Project, or to use the default Project in your Hub. Or in the form \n\"https://your-ai-services-account-name.services.ai.azure.com/api/projects/your-project-name\" if you want to explicitly\nspecify the Foundry Project name.", |
23 | 23 | "required": true, |
24 | 24 | "type": "string", |
25 | 25 | "format": "uri", |
|
2007 | 2007 | "properties": { |
2008 | 2008 | "blobUri": { |
2009 | 2009 | "type": "string", |
2010 | | - "description": "Blob URI path for client to upload data. Example: `https://blob.windows.core.net/Container/Path`" |
| 2010 | + "description": "Blob URI path for client to upload data. Example: https://blob.windows.core.net/Container/Path" |
2011 | 2011 | }, |
2012 | 2012 | "storageAccountArmId": { |
2013 | 2013 | "type": "string", |
|
2282 | 2282 | "properties": { |
2283 | 2283 | "dataUri": { |
2284 | 2284 | "type": "string", |
2285 | | - "description": "URI of the data ([example](https://go.microsoft.com/fwlink/?linkid=2202330))", |
| 2285 | + "description": "URI of the data. Example: https://go.microsoft.com/fwlink/?linkid=2202330", |
2286 | 2286 | "minLength": 1, |
2287 | 2287 | "pattern": "[a-zA-Z0-9_]", |
2288 | 2288 | "x-ms-mutability": [ |
|
2981 | 2981 | "value" |
2982 | 2982 | ] |
2983 | 2983 | }, |
| 2984 | + "PendingUploadCredentialType": { |
| 2985 | + "type": "string", |
| 2986 | + "description": "The type of credential used to access the storage account.", |
| 2987 | + "enum": [ |
| 2988 | + "SAS" |
| 2989 | + ], |
| 2990 | + "x-ms-enum": { |
| 2991 | + "name": "PendingUploadCredentialType", |
| 2992 | + "modelAsString": true, |
| 2993 | + "values": [ |
| 2994 | + { |
| 2995 | + "name": "sas", |
| 2996 | + "value": "SAS", |
| 2997 | + "description": "SAS credential type." |
| 2998 | + } |
| 2999 | + ] |
| 3000 | + } |
| 3001 | + }, |
2984 | 3002 | "PendingUploadRequest": { |
2985 | 3003 | "type": "object", |
2986 | 3004 | "description": "Represents a request for a pending upload.", |
|
3041 | 3059 | "pendingUploadType" |
3042 | 3060 | ] |
3043 | 3061 | }, |
| 3062 | + "PendingUploadType": { |
| 3063 | + "type": "string", |
| 3064 | + "description": "The type of pending upload.", |
| 3065 | + "enum": [ |
| 3066 | + "None", |
| 3067 | + "BlobReference" |
| 3068 | + ], |
| 3069 | + "x-ms-enum": { |
| 3070 | + "name": "PendingUploadType", |
| 3071 | + "modelAsString": true, |
| 3072 | + "values": [ |
| 3073 | + { |
| 3074 | + "name": "none", |
| 3075 | + "value": "None", |
| 3076 | + "description": "No pending upload." |
| 3077 | + }, |
| 3078 | + { |
| 3079 | + "name": "BlobReference", |
| 3080 | + "value": "BlobReference", |
| 3081 | + "description": "Blob Reference is the only supported type." |
| 3082 | + } |
| 3083 | + ] |
| 3084 | + } |
| 3085 | + }, |
3044 | 3086 | "RedTeam": { |
3045 | 3087 | "type": "object", |
3046 | 3088 | "description": "Red team details.", |
|
0 commit comments