Skip to content

Commit 027a4b1

Browse files
committed
rollback
1 parent 2046ea6 commit 027a4b1

File tree

64 files changed

+556
-26488
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+556
-26488
lines changed

specification/ai/data-plane/Azure.AI.Projects/openapi3/2025-05-01/azure-ai-projects-openapi3.json

Lines changed: 0 additions & 2199 deletions
This file was deleted.

specification/ai/data-plane/Azure.AI.Projects/preview/2025-05-15-preview/azure-ai-projects.json

Lines changed: 45 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
{
2020
"name": "endpoint",
2121
"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.",
2323
"required": true,
2424
"type": "string",
2525
"format": "uri",
@@ -2007,7 +2007,7 @@
20072007
"properties": {
20082008
"blobUri": {
20092009
"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"
20112011
},
20122012
"storageAccountArmId": {
20132013
"type": "string",
@@ -2282,7 +2282,7 @@
22822282
"properties": {
22832283
"dataUri": {
22842284
"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",
22862286
"minLength": 1,
22872287
"pattern": "[a-zA-Z0-9_]",
22882288
"x-ms-mutability": [
@@ -2981,6 +2981,24 @@
29812981
"value"
29822982
]
29832983
},
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+
},
29843002
"PendingUploadRequest": {
29853003
"type": "object",
29863004
"description": "Represents a request for a pending upload.",
@@ -3041,6 +3059,30 @@
30413059
"pendingUploadType"
30423060
]
30433061
},
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+
},
30443086
"RedTeam": {
30453087
"type": "object",
30463088
"description": "Red team details.",

0 commit comments

Comments
 (0)