diff --git a/specification/ai/Azure.AI.Projects/common/models.tsp b/specification/ai/Azure.AI.Projects/common/models.tsp index 86858eb0f339..b7a0f35517f4 100644 --- a/specification/ai/Azure.AI.Projects/common/models.tsp +++ b/specification/ai/Azure.AI.Projects/common/models.tsp @@ -85,7 +85,7 @@ model PendingUploadResponse { @doc("Version of asset to be created if user did not specify version when initially creating upload") version?: string; - @doc("TemporaryBlobReference is the only supported type") + @doc("BlobReference is the only supported type") pendingUploadType: PendingUploadType.BlobReference; } diff --git a/specification/ai/Azure.AI.Projects/examples/2025-05-01/Datasets_CreateOrUpdateVersion_MaximumSet_Gen.json b/specification/ai/Azure.AI.Projects/examples/2025-05-01/Datasets_CreateOrUpdateVersion_MaximumSet_Gen.json index 6752aaa8bc3d..ebcb2307dccd 100644 --- a/specification/ai/Azure.AI.Projects/examples/2025-05-01/Datasets_CreateOrUpdateVersion_MaximumSet_Gen.json +++ b/specification/ai/Azure.AI.Projects/examples/2025-05-01/Datasets_CreateOrUpdateVersion_MaximumSet_Gen.json @@ -7,7 +7,6 @@ "version": "dfo", "body": { "type": "DatasetVersionUpdate", - "stage": "ubusuwsmmlhvxacmijddhckhiixf", "description": "zukluwbmoq", "tags": { "key8794": "ietydcqbwiebstkxrmqzsadlraapox" @@ -17,10 +16,9 @@ "responses": { "200": { "body": { - "datasetUri": "Replace this value with a string matching RegExp [a-zA-Z0-9_]", + "dataUri": "Replace this value with a string matching RegExp [a-zA-Z0-9_]", "type": "DatasetVersion", "isReference": true, - "stage": "arjpmieiaztcjy", "id": "nneuypway", "name": "qnagvpitbcc", "version": "vcdlshlzkzyuocakljbdjkaasc" @@ -28,10 +26,9 @@ }, "201": { "body": { - "datasetUri": "Replace this value with a string matching RegExp [a-zA-Z0-9_]", + "dataUri": "Replace this value with a string matching RegExp [a-zA-Z0-9_]", "type": "DatasetVersion", "isReference": true, - "stage": "arjpmieiaztcjy", "id": "nneuypway", "name": "qnagvpitbcc", "version": "vcdlshlzkzyuocakljbdjkaasc" diff --git a/specification/ai/Azure.AI.Projects/examples/2025-05-01/Datasets_CreateOrUpdateVersion_MinimumSet_Gen.json b/specification/ai/Azure.AI.Projects/examples/2025-05-01/Datasets_CreateOrUpdateVersion_MinimumSet_Gen.json index e414bbc2c4bd..6df225061c08 100644 --- a/specification/ai/Azure.AI.Projects/examples/2025-05-01/Datasets_CreateOrUpdateVersion_MinimumSet_Gen.json +++ b/specification/ai/Azure.AI.Projects/examples/2025-05-01/Datasets_CreateOrUpdateVersion_MinimumSet_Gen.json @@ -12,7 +12,7 @@ "responses": { "200": { "body": { - "datasetUri": "Replace this value with a string matching RegExp [a-zA-Z0-9_]", + "dataUri": "Replace this value with a string matching RegExp [a-zA-Z0-9_]", "type": "DatasetVersion", "name": "qnagvpitbcc", "version": "vcdlshlzkzyuocakljbdjkaasc" @@ -20,7 +20,7 @@ }, "201": { "body": { - "datasetUri": "Replace this value with a string matching RegExp [a-zA-Z0-9_]", + "dataUri": "Replace this value with a string matching RegExp [a-zA-Z0-9_]", "type": "DatasetVersion", "name": "qnagvpitbcc", "version": "vcdlshlzkzyuocakljbdjkaasc" diff --git a/specification/ai/Azure.AI.Projects/examples/2025-05-01/Datasets_GetCredentials_MaximumSet_Gen.json b/specification/ai/Azure.AI.Projects/examples/2025-05-01/Datasets_GetCredentials_MaximumSet_Gen.json index 7394d358dbd1..7f1a1fc3d0a0 100644 --- a/specification/ai/Azure.AI.Projects/examples/2025-05-01/Datasets_GetCredentials_MaximumSet_Gen.json +++ b/specification/ai/Azure.AI.Projects/examples/2025-05-01/Datasets_GetCredentials_MaximumSet_Gen.json @@ -10,7 +10,7 @@ "responses": { "200": { "body": { - "blobReferenceForConsumption": { + "blobReference": { "blobUri": "wvqzlobwdzstxryhnlqqtvp", "storageAccountArmId": "br", "credential": { diff --git a/specification/ai/Azure.AI.Projects/examples/2025-05-01/Datasets_GetCredentials_MinimumSet_Gen.json b/specification/ai/Azure.AI.Projects/examples/2025-05-01/Datasets_GetCredentials_MinimumSet_Gen.json index 7d1a0a68b2c1..697c2a12a07f 100644 --- a/specification/ai/Azure.AI.Projects/examples/2025-05-01/Datasets_GetCredentials_MinimumSet_Gen.json +++ b/specification/ai/Azure.AI.Projects/examples/2025-05-01/Datasets_GetCredentials_MinimumSet_Gen.json @@ -10,7 +10,7 @@ "responses": { "200": { "body": { - "blobReferenceForConsumption": { + "blobReference": { "blobUri": "wvqzlobwdzstxryhnlqqtvp", "storageAccountArmId": "br", "credential": { diff --git a/specification/ai/Azure.AI.Projects/examples/2025-05-01/Datasets_GetVersion_MaximumSet_Gen.json b/specification/ai/Azure.AI.Projects/examples/2025-05-01/Datasets_GetVersion_MaximumSet_Gen.json index a26d2acc9f90..ae873e09f984 100644 --- a/specification/ai/Azure.AI.Projects/examples/2025-05-01/Datasets_GetVersion_MaximumSet_Gen.json +++ b/specification/ai/Azure.AI.Projects/examples/2025-05-01/Datasets_GetVersion_MaximumSet_Gen.json @@ -9,10 +9,9 @@ "responses": { "200": { "body": { - "datasetUri": "Replace this value with a string matching RegExp [a-zA-Z0-9_]", + "dataUri": "Replace this value with a string matching RegExp [a-zA-Z0-9_]", "type": "DatasetVersion", "isReference": true, - "stage": "arjpmieiaztcjy", "id": "nneuypway", "name": "qnagvpitbcc", "version": "vcdlshlzkzyuocakljbdjkaasc" diff --git a/specification/ai/Azure.AI.Projects/examples/2025-05-01/Datasets_GetVersion_MinimumSet_Gen.json b/specification/ai/Azure.AI.Projects/examples/2025-05-01/Datasets_GetVersion_MinimumSet_Gen.json index d40a24ee92e6..704b7791d6c5 100644 --- a/specification/ai/Azure.AI.Projects/examples/2025-05-01/Datasets_GetVersion_MinimumSet_Gen.json +++ b/specification/ai/Azure.AI.Projects/examples/2025-05-01/Datasets_GetVersion_MinimumSet_Gen.json @@ -9,7 +9,7 @@ "responses": { "200": { "body": { - "datasetUri": "Replace this value with a string matching RegExp [a-zA-Z0-9_]", + "dataUri": "Replace this value with a string matching RegExp [a-zA-Z0-9_]", "type": "DatasetVersion", "name": "qnagvpitbcc", "version": "vcdlshlzkzyuocakljbdjkaasc" diff --git a/specification/ai/Azure.AI.Projects/examples/2025-05-01/Datasets_ListLatest_MaximumSet_Gen.json b/specification/ai/Azure.AI.Projects/examples/2025-05-01/Datasets_ListLatest_MaximumSet_Gen.json index 9a2a10add544..85f841a8d488 100644 --- a/specification/ai/Azure.AI.Projects/examples/2025-05-01/Datasets_ListLatest_MaximumSet_Gen.json +++ b/specification/ai/Azure.AI.Projects/examples/2025-05-01/Datasets_ListLatest_MaximumSet_Gen.json @@ -13,10 +13,9 @@ "body": { "value": [ { - "datasetUri": "Replace this value with a string matching RegExp [a-zA-Z0-9_]", + "dataUri": "Replace this value with a string matching RegExp [a-zA-Z0-9_]", "type": "DatasetVersion", "isReference": true, - "stage": "arjpmieiaztcjy", "id": "nneuypway", "name": "qnagvpitbcc", "version": "vcdlshlzkzyuocakljbdjkaasc" diff --git a/specification/ai/Azure.AI.Projects/examples/2025-05-01/Datasets_ListLatest_MinimumSet_Gen.json b/specification/ai/Azure.AI.Projects/examples/2025-05-01/Datasets_ListLatest_MinimumSet_Gen.json index db0c5738de26..f76f06e31a8c 100644 --- a/specification/ai/Azure.AI.Projects/examples/2025-05-01/Datasets_ListLatest_MinimumSet_Gen.json +++ b/specification/ai/Azure.AI.Projects/examples/2025-05-01/Datasets_ListLatest_MinimumSet_Gen.json @@ -9,7 +9,7 @@ "body": { "value": [ { - "datasetUri": "Replace this value with a string matching RegExp [a-zA-Z0-9_]", + "dataUri": "Replace this value with a string matching RegExp [a-zA-Z0-9_]", "type": "DatasetVersion", "name": "qnagvpitbcc", "version": "vcdlshlzkzyuocakljbdjkaasc" diff --git a/specification/ai/Azure.AI.Projects/examples/2025-05-01/Datasets_ListVersions_MaximumSet_Gen.json b/specification/ai/Azure.AI.Projects/examples/2025-05-01/Datasets_ListVersions_MaximumSet_Gen.json index ebf26ce040a4..dcfefdba5120 100644 --- a/specification/ai/Azure.AI.Projects/examples/2025-05-01/Datasets_ListVersions_MaximumSet_Gen.json +++ b/specification/ai/Azure.AI.Projects/examples/2025-05-01/Datasets_ListVersions_MaximumSet_Gen.json @@ -14,10 +14,9 @@ "body": { "value": [ { - "datasetUri": "Replace this value with a string matching RegExp [a-zA-Z0-9_]", + "dataUri": "Replace this value with a string matching RegExp [a-zA-Z0-9_]", "type": "DatasetVersion", "isReference": true, - "stage": "arjpmieiaztcjy", "id": "nneuypway", "name": "qnagvpitbcc", "version": "vcdlshlzkzyuocakljbdjkaasc" diff --git a/specification/ai/Azure.AI.Projects/examples/2025-05-01/Datasets_ListVersions_MinimumSet_Gen.json b/specification/ai/Azure.AI.Projects/examples/2025-05-01/Datasets_ListVersions_MinimumSet_Gen.json index 1ab1c047076a..176b7e2e7237 100644 --- a/specification/ai/Azure.AI.Projects/examples/2025-05-01/Datasets_ListVersions_MinimumSet_Gen.json +++ b/specification/ai/Azure.AI.Projects/examples/2025-05-01/Datasets_ListVersions_MinimumSet_Gen.json @@ -10,7 +10,7 @@ "body": { "value": [ { - "datasetUri": "Replace this value with a string matching RegExp [a-zA-Z0-9_]", + "dataUri": "Replace this value with a string matching RegExp [a-zA-Z0-9_]", "type": "DatasetVersion", "name": "qnagvpitbcc", "version": "vcdlshlzkzyuocakljbdjkaasc" diff --git a/specification/ai/Azure.AI.Projects/examples/2025-05-01/Datasets_StartPendingUploadVersion_MaximumSet_Gen.json b/specification/ai/Azure.AI.Projects/examples/2025-05-01/Datasets_StartPendingUploadVersion_MaximumSet_Gen.json index 23e96352af95..084b9473a76d 100644 --- a/specification/ai/Azure.AI.Projects/examples/2025-05-01/Datasets_StartPendingUploadVersion_MaximumSet_Gen.json +++ b/specification/ai/Azure.AI.Projects/examples/2025-05-01/Datasets_StartPendingUploadVersion_MaximumSet_Gen.json @@ -8,13 +8,13 @@ "body": { "pendingUploadId": "cnvf", "connectionName": "qepjjlfgjlcalfuhchnojqlzhzrtcj", - "pendingUploadType": "TemporaryBlobReference" + "pendingUploadType": "BlobReference" } }, "responses": { "200": { "body": { - "blobReferenceForConsumption": { + "blobReference": { "blobUri": "wvqzlobwdzstxryhnlqqtvp", "storageAccountArmId": "br", "credential": { @@ -23,8 +23,8 @@ } }, "pendingUploadId": "mdhrbpu", - "datasetVersion": "qbbmljwtqwhbgdcajnywtky", - "pendingUploadType": "TemporaryBlobReference" + "version": "qbbmljwtqwhbgdcajnywtky", + "pendingUploadType": "BlobReference" } } } diff --git a/specification/ai/Azure.AI.Projects/examples/2025-05-01/Datasets_StartPendingUploadVersion_MinimumSet_Gen.json b/specification/ai/Azure.AI.Projects/examples/2025-05-01/Datasets_StartPendingUploadVersion_MinimumSet_Gen.json index e0d8a19e6a56..d7100cf468ab 100644 --- a/specification/ai/Azure.AI.Projects/examples/2025-05-01/Datasets_StartPendingUploadVersion_MinimumSet_Gen.json +++ b/specification/ai/Azure.AI.Projects/examples/2025-05-01/Datasets_StartPendingUploadVersion_MinimumSet_Gen.json @@ -6,13 +6,13 @@ "name": "esicohztsytnvxxqcpzsxnesug", "version": "rrwerwxmkfuewptwsxeylxrcjkcp", "body": { - "pendingUploadType": "TemporaryBlobReference" + "pendingUploadType": "BlobReference" } }, "responses": { "200": { "body": { - "blobReferenceForConsumption": { + "blobReference": { "blobUri": "wvqzlobwdzstxryhnlqqtvp", "storageAccountArmId": "br", "credential": { @@ -21,7 +21,7 @@ } }, "pendingUploadId": "mdhrbpu", - "pendingUploadType": "TemporaryBlobReference" + "pendingUploadType": "BlobReference" } } } diff --git a/specification/ai/Azure.AI.Projects/examples/2025-05-01/Indexes_CreateOrUpdateVersion_MaximumSet_Gen.json b/specification/ai/Azure.AI.Projects/examples/2025-05-01/Indexes_CreateOrUpdateVersion_MaximumSet_Gen.json index 925177446e13..c4d4e5e89412 100644 --- a/specification/ai/Azure.AI.Projects/examples/2025-05-01/Indexes_CreateOrUpdateVersion_MaximumSet_Gen.json +++ b/specification/ai/Azure.AI.Projects/examples/2025-05-01/Indexes_CreateOrUpdateVersion_MaximumSet_Gen.json @@ -7,7 +7,6 @@ "version": "lvwrjftywgtfixhxoxbmcs", "body": { "type": "IndexUpdate", - "stage": "uag", "description": "fvbkomalkxkj", "tags": { "key8738": "gmejegbwwrkawbdxuv" @@ -18,7 +17,6 @@ "200": { "body": { "type": "Index", - "stage": "narfsdjafpvh", "id": "ivqkxhapawoqvjiksau", "name": "mfyjvkkukqfgrzlqtzfbtuldr", "version": "qrygnibzlcruksqvwa" @@ -27,7 +25,6 @@ "201": { "body": { "type": "Index", - "stage": "narfsdjafpvh", "id": "ivqkxhapawoqvjiksau", "name": "mfyjvkkukqfgrzlqtzfbtuldr", "version": "qrygnibzlcruksqvwa" diff --git a/specification/ai/Azure.AI.Projects/examples/2025-05-01/Indexes_GetVersion_MaximumSet_Gen.json b/specification/ai/Azure.AI.Projects/examples/2025-05-01/Indexes_GetVersion_MaximumSet_Gen.json index b6adf1415eac..641bb03093fa 100644 --- a/specification/ai/Azure.AI.Projects/examples/2025-05-01/Indexes_GetVersion_MaximumSet_Gen.json +++ b/specification/ai/Azure.AI.Projects/examples/2025-05-01/Indexes_GetVersion_MaximumSet_Gen.json @@ -10,7 +10,6 @@ "200": { "body": { "type": "Index", - "stage": "narfsdjafpvh", "id": "ivqkxhapawoqvjiksau", "name": "mfyjvkkukqfgrzlqtzfbtuldr", "version": "qrygnibzlcruksqvwa" diff --git a/specification/ai/Azure.AI.Projects/examples/2025-05-01/Indexes_ListLatest_MaximumSet_Gen.json b/specification/ai/Azure.AI.Projects/examples/2025-05-01/Indexes_ListLatest_MaximumSet_Gen.json index 4a6754396c82..1e185187835c 100644 --- a/specification/ai/Azure.AI.Projects/examples/2025-05-01/Indexes_ListLatest_MaximumSet_Gen.json +++ b/specification/ai/Azure.AI.Projects/examples/2025-05-01/Indexes_ListLatest_MaximumSet_Gen.json @@ -14,7 +14,6 @@ "value": [ { "type": "Index", - "stage": "narfsdjafpvh", "id": "ivqkxhapawoqvjiksau", "name": "mfyjvkkukqfgrzlqtzfbtuldr", "version": "qrygnibzlcruksqvwa" diff --git a/specification/ai/Azure.AI.Projects/examples/2025-05-01/Indexes_ListVersions_MaximumSet_Gen.json b/specification/ai/Azure.AI.Projects/examples/2025-05-01/Indexes_ListVersions_MaximumSet_Gen.json index 7883b3206847..c2d1bda61ccf 100644 --- a/specification/ai/Azure.AI.Projects/examples/2025-05-01/Indexes_ListVersions_MaximumSet_Gen.json +++ b/specification/ai/Azure.AI.Projects/examples/2025-05-01/Indexes_ListVersions_MaximumSet_Gen.json @@ -15,7 +15,6 @@ "value": [ { "type": "Index", - "stage": "narfsdjafpvh", "id": "ivqkxhapawoqvjiksau", "name": "mfyjvkkukqfgrzlqtzfbtuldr", "version": "qrygnibzlcruksqvwa" diff --git a/specification/ai/Azure.AI.Projects/examples/2025-05-15-preview/Datasets_CreateOrUpdateVersion_MaximumSet_Gen.json b/specification/ai/Azure.AI.Projects/examples/2025-05-15-preview/Datasets_CreateOrUpdateVersion_MaximumSet_Gen.json index e438c67528bd..daccfcebabde 100644 --- a/specification/ai/Azure.AI.Projects/examples/2025-05-15-preview/Datasets_CreateOrUpdateVersion_MaximumSet_Gen.json +++ b/specification/ai/Azure.AI.Projects/examples/2025-05-15-preview/Datasets_CreateOrUpdateVersion_MaximumSet_Gen.json @@ -7,7 +7,6 @@ "version": "ecacrnqtmggfqsocagocpf", "body": { "type": "DatasetVersionUpdate", - "stage": "fjnqgrgtfdksnqvy", "description": "u", "tags": { "key7559": "ybrhnrxopsvmxqxibvysedlsy" @@ -17,10 +16,9 @@ "responses": { "200": { "body": { - "datasetUri": "Replace this value with a string matching RegExp [a-zA-Z0-9_]", + "dataUri": "Replace this value with a string matching RegExp [a-zA-Z0-9_]", "type": "DatasetVersion", "isReference": true, - "stage": "tnhmoqlcmprnxyjluyf", "id": "hvpdyfpeoqcl", "name": "xtdmvwhhobloqqsovgpynsnow", "version": "eaixzft" @@ -28,10 +26,9 @@ }, "201": { "body": { - "datasetUri": "Replace this value with a string matching RegExp [a-zA-Z0-9_]", + "dataUri": "Replace this value with a string matching RegExp [a-zA-Z0-9_]", "type": "DatasetVersion", "isReference": true, - "stage": "tnhmoqlcmprnxyjluyf", "id": "hvpdyfpeoqcl", "name": "xtdmvwhhobloqqsovgpynsnow", "version": "eaixzft" diff --git a/specification/ai/Azure.AI.Projects/examples/2025-05-15-preview/Datasets_CreateOrUpdateVersion_MinimumSet_Gen.json b/specification/ai/Azure.AI.Projects/examples/2025-05-15-preview/Datasets_CreateOrUpdateVersion_MinimumSet_Gen.json index 02026a92e54d..3aa2f26de687 100644 --- a/specification/ai/Azure.AI.Projects/examples/2025-05-15-preview/Datasets_CreateOrUpdateVersion_MinimumSet_Gen.json +++ b/specification/ai/Azure.AI.Projects/examples/2025-05-15-preview/Datasets_CreateOrUpdateVersion_MinimumSet_Gen.json @@ -12,7 +12,7 @@ "responses": { "200": { "body": { - "datasetUri": "Replace this value with a string matching RegExp [a-zA-Z0-9_]", + "dataUri": "Replace this value with a string matching RegExp [a-zA-Z0-9_]", "type": "DatasetVersion", "name": "xtdmvwhhobloqqsovgpynsnow", "version": "eaixzft" @@ -20,7 +20,7 @@ }, "201": { "body": { - "datasetUri": "Replace this value with a string matching RegExp [a-zA-Z0-9_]", + "dataUri": "Replace this value with a string matching RegExp [a-zA-Z0-9_]", "type": "DatasetVersion", "name": "xtdmvwhhobloqqsovgpynsnow", "version": "eaixzft" diff --git a/specification/ai/Azure.AI.Projects/examples/2025-05-15-preview/Datasets_GetCredentials_MaximumSet_Gen.json b/specification/ai/Azure.AI.Projects/examples/2025-05-15-preview/Datasets_GetCredentials_MaximumSet_Gen.json index 15a99bdd2273..45b5ee7ea754 100644 --- a/specification/ai/Azure.AI.Projects/examples/2025-05-15-preview/Datasets_GetCredentials_MaximumSet_Gen.json +++ b/specification/ai/Azure.AI.Projects/examples/2025-05-15-preview/Datasets_GetCredentials_MaximumSet_Gen.json @@ -10,7 +10,7 @@ "responses": { "200": { "body": { - "blobReferenceForConsumption": { + "blobReference": { "blobUri": "azqrjzvwamspuuvtqvvzfaxiasf", "storageAccountArmId": "deqizonopmijpxsmmzugiwnyy", "credential": { diff --git a/specification/ai/Azure.AI.Projects/examples/2025-05-15-preview/Datasets_GetCredentials_MinimumSet_Gen.json b/specification/ai/Azure.AI.Projects/examples/2025-05-15-preview/Datasets_GetCredentials_MinimumSet_Gen.json index 2335307af0b2..9edf4191722b 100644 --- a/specification/ai/Azure.AI.Projects/examples/2025-05-15-preview/Datasets_GetCredentials_MinimumSet_Gen.json +++ b/specification/ai/Azure.AI.Projects/examples/2025-05-15-preview/Datasets_GetCredentials_MinimumSet_Gen.json @@ -10,7 +10,7 @@ "responses": { "200": { "body": { - "blobReferenceForConsumption": { + "blobReference": { "blobUri": "azqrjzvwamspuuvtqvvzfaxiasf", "storageAccountArmId": "deqizonopmijpxsmmzugiwnyy", "credential": { diff --git a/specification/ai/Azure.AI.Projects/examples/2025-05-15-preview/Datasets_GetVersion_MaximumSet_Gen.json b/specification/ai/Azure.AI.Projects/examples/2025-05-15-preview/Datasets_GetVersion_MaximumSet_Gen.json index fb64479a6784..0e6641b1292e 100644 --- a/specification/ai/Azure.AI.Projects/examples/2025-05-15-preview/Datasets_GetVersion_MaximumSet_Gen.json +++ b/specification/ai/Azure.AI.Projects/examples/2025-05-15-preview/Datasets_GetVersion_MaximumSet_Gen.json @@ -9,10 +9,9 @@ "responses": { "200": { "body": { - "datasetUri": "Replace this value with a string matching RegExp [a-zA-Z0-9_]", + "dataUri": "Replace this value with a string matching RegExp [a-zA-Z0-9_]", "type": "DatasetVersion", "isReference": true, - "stage": "tnhmoqlcmprnxyjluyf", "id": "hvpdyfpeoqcl", "name": "xtdmvwhhobloqqsovgpynsnow", "version": "eaixzft" diff --git a/specification/ai/Azure.AI.Projects/examples/2025-05-15-preview/Datasets_GetVersion_MinimumSet_Gen.json b/specification/ai/Azure.AI.Projects/examples/2025-05-15-preview/Datasets_GetVersion_MinimumSet_Gen.json index 850587b38861..2d7eff038cd2 100644 --- a/specification/ai/Azure.AI.Projects/examples/2025-05-15-preview/Datasets_GetVersion_MinimumSet_Gen.json +++ b/specification/ai/Azure.AI.Projects/examples/2025-05-15-preview/Datasets_GetVersion_MinimumSet_Gen.json @@ -9,7 +9,7 @@ "responses": { "200": { "body": { - "datasetUri": "Replace this value with a string matching RegExp [a-zA-Z0-9_]", + "dataUri": "Replace this value with a string matching RegExp [a-zA-Z0-9_]", "type": "DatasetVersion", "name": "xtdmvwhhobloqqsovgpynsnow", "version": "eaixzft" diff --git a/specification/ai/Azure.AI.Projects/examples/2025-05-15-preview/Datasets_ListLatest_MaximumSet_Gen.json b/specification/ai/Azure.AI.Projects/examples/2025-05-15-preview/Datasets_ListLatest_MaximumSet_Gen.json index c100ac17c0b1..c3d33fdcbe7c 100644 --- a/specification/ai/Azure.AI.Projects/examples/2025-05-15-preview/Datasets_ListLatest_MaximumSet_Gen.json +++ b/specification/ai/Azure.AI.Projects/examples/2025-05-15-preview/Datasets_ListLatest_MaximumSet_Gen.json @@ -13,10 +13,9 @@ "body": { "value": [ { - "datasetUri": "Replace this value with a string matching RegExp [a-zA-Z0-9_]", + "dataUri": "Replace this value with a string matching RegExp [a-zA-Z0-9_]", "type": "DatasetVersion", "isReference": true, - "stage": "tnhmoqlcmprnxyjluyf", "id": "hvpdyfpeoqcl", "name": "xtdmvwhhobloqqsovgpynsnow", "version": "eaixzft" diff --git a/specification/ai/Azure.AI.Projects/examples/2025-05-15-preview/Datasets_ListLatest_MinimumSet_Gen.json b/specification/ai/Azure.AI.Projects/examples/2025-05-15-preview/Datasets_ListLatest_MinimumSet_Gen.json index 87491bc925c4..9ec0c6d4ca45 100644 --- a/specification/ai/Azure.AI.Projects/examples/2025-05-15-preview/Datasets_ListLatest_MinimumSet_Gen.json +++ b/specification/ai/Azure.AI.Projects/examples/2025-05-15-preview/Datasets_ListLatest_MinimumSet_Gen.json @@ -9,7 +9,7 @@ "body": { "value": [ { - "datasetUri": "Replace this value with a string matching RegExp [a-zA-Z0-9_]", + "dataUri": "Replace this value with a string matching RegExp [a-zA-Z0-9_]", "type": "DatasetVersion", "name": "xtdmvwhhobloqqsovgpynsnow", "version": "eaixzft" diff --git a/specification/ai/Azure.AI.Projects/examples/2025-05-15-preview/Datasets_ListVersions_MaximumSet_Gen.json b/specification/ai/Azure.AI.Projects/examples/2025-05-15-preview/Datasets_ListVersions_MaximumSet_Gen.json index 6798c80063cc..3ec8c8a774c7 100644 --- a/specification/ai/Azure.AI.Projects/examples/2025-05-15-preview/Datasets_ListVersions_MaximumSet_Gen.json +++ b/specification/ai/Azure.AI.Projects/examples/2025-05-15-preview/Datasets_ListVersions_MaximumSet_Gen.json @@ -14,10 +14,9 @@ "body": { "value": [ { - "datasetUri": "Replace this value with a string matching RegExp [a-zA-Z0-9_]", + "dataUri": "Replace this value with a string matching RegExp [a-zA-Z0-9_]", "type": "DatasetVersion", "isReference": true, - "stage": "tnhmoqlcmprnxyjluyf", "id": "hvpdyfpeoqcl", "name": "xtdmvwhhobloqqsovgpynsnow", "version": "eaixzft" diff --git a/specification/ai/Azure.AI.Projects/examples/2025-05-15-preview/Datasets_ListVersions_MinimumSet_Gen.json b/specification/ai/Azure.AI.Projects/examples/2025-05-15-preview/Datasets_ListVersions_MinimumSet_Gen.json index 7f85774425ec..ebdfaedd1954 100644 --- a/specification/ai/Azure.AI.Projects/examples/2025-05-15-preview/Datasets_ListVersions_MinimumSet_Gen.json +++ b/specification/ai/Azure.AI.Projects/examples/2025-05-15-preview/Datasets_ListVersions_MinimumSet_Gen.json @@ -10,7 +10,7 @@ "body": { "value": [ { - "datasetUri": "Replace this value with a string matching RegExp [a-zA-Z0-9_]", + "dataUri": "Replace this value with a string matching RegExp [a-zA-Z0-9_]", "type": "DatasetVersion", "name": "xtdmvwhhobloqqsovgpynsnow", "version": "eaixzft" diff --git a/specification/ai/Azure.AI.Projects/examples/2025-05-15-preview/Datasets_StartPendingUploadVersion_MaximumSet_Gen.json b/specification/ai/Azure.AI.Projects/examples/2025-05-15-preview/Datasets_StartPendingUploadVersion_MaximumSet_Gen.json index 8f300e3774ca..d3713678fa88 100644 --- a/specification/ai/Azure.AI.Projects/examples/2025-05-15-preview/Datasets_StartPendingUploadVersion_MaximumSet_Gen.json +++ b/specification/ai/Azure.AI.Projects/examples/2025-05-15-preview/Datasets_StartPendingUploadVersion_MaximumSet_Gen.json @@ -8,13 +8,13 @@ "body": { "pendingUploadId": "mxjahcghabuplfwtlopiqgxtcyw", "connectionName": "bknvpmlisrqxaphkf", - "pendingUploadType": "TemporaryBlobReference" + "pendingUploadType": "BlobReference" } }, "responses": { "200": { "body": { - "blobReferenceForConsumption": { + "blobReference": { "blobUri": "azqrjzvwamspuuvtqvvzfaxiasf", "storageAccountArmId": "deqizonopmijpxsmmzugiwnyy", "credential": { @@ -23,8 +23,8 @@ } }, "pendingUploadId": "qgizwomhljzn", - "datasetVersion": "tegswajurquatmuhfde", - "pendingUploadType": "TemporaryBlobReference" + "version": "tegswajurquatmuhfde", + "pendingUploadType": "BlobReference" } } } diff --git a/specification/ai/Azure.AI.Projects/examples/2025-05-15-preview/Datasets_StartPendingUploadVersion_MinimumSet_Gen.json b/specification/ai/Azure.AI.Projects/examples/2025-05-15-preview/Datasets_StartPendingUploadVersion_MinimumSet_Gen.json index 3fc13fb7e88a..e1df69a932f5 100644 --- a/specification/ai/Azure.AI.Projects/examples/2025-05-15-preview/Datasets_StartPendingUploadVersion_MinimumSet_Gen.json +++ b/specification/ai/Azure.AI.Projects/examples/2025-05-15-preview/Datasets_StartPendingUploadVersion_MinimumSet_Gen.json @@ -6,13 +6,13 @@ "name": "duxoiaywfik", "version": "yzzzt", "body": { - "pendingUploadType": "TemporaryBlobReference" + "pendingUploadType": "BlobReference" } }, "responses": { "200": { "body": { - "blobReferenceForConsumption": { + "blobReference": { "blobUri": "azqrjzvwamspuuvtqvvzfaxiasf", "storageAccountArmId": "deqizonopmijpxsmmzugiwnyy", "credential": { @@ -21,7 +21,7 @@ } }, "pendingUploadId": "qgizwomhljzn", - "pendingUploadType": "TemporaryBlobReference" + "pendingUploadType": "BlobReference" } } } diff --git a/specification/ai/Azure.AI.Projects/examples/2025-05-15-preview/Indexes_CreateOrUpdateVersion_MaximumSet_Gen.json b/specification/ai/Azure.AI.Projects/examples/2025-05-15-preview/Indexes_CreateOrUpdateVersion_MaximumSet_Gen.json index 780520e50194..abc4405e5623 100644 --- a/specification/ai/Azure.AI.Projects/examples/2025-05-15-preview/Indexes_CreateOrUpdateVersion_MaximumSet_Gen.json +++ b/specification/ai/Azure.AI.Projects/examples/2025-05-15-preview/Indexes_CreateOrUpdateVersion_MaximumSet_Gen.json @@ -7,7 +7,6 @@ "version": "emphgqdq", "body": { "type": "IndexUpdate", - "stage": "wvzutndojum", "description": "vdwtgaudopguto", "tags": { "key8846": "serbpbugykgbwuwvh" @@ -18,7 +17,6 @@ "200": { "body": { "type": "Index", - "stage": "m", "id": "fxdrmhqrfmclzkjmfldnszfnztla", "name": "fiwkavutgfan", "version": "iqupugmfgctoxzdubrcdnzx" @@ -27,7 +25,6 @@ "201": { "body": { "type": "Index", - "stage": "m", "id": "fxdrmhqrfmclzkjmfldnszfnztla", "name": "fiwkavutgfan", "version": "iqupugmfgctoxzdubrcdnzx" diff --git a/specification/ai/Azure.AI.Projects/examples/2025-05-15-preview/Indexes_GetVersion_MaximumSet_Gen.json b/specification/ai/Azure.AI.Projects/examples/2025-05-15-preview/Indexes_GetVersion_MaximumSet_Gen.json index 15c262af2bfe..5324a2883934 100644 --- a/specification/ai/Azure.AI.Projects/examples/2025-05-15-preview/Indexes_GetVersion_MaximumSet_Gen.json +++ b/specification/ai/Azure.AI.Projects/examples/2025-05-15-preview/Indexes_GetVersion_MaximumSet_Gen.json @@ -10,7 +10,6 @@ "200": { "body": { "type": "Index", - "stage": "m", "id": "fxdrmhqrfmclzkjmfldnszfnztla", "name": "fiwkavutgfan", "version": "iqupugmfgctoxzdubrcdnzx" diff --git a/specification/ai/Azure.AI.Projects/examples/2025-05-15-preview/Indexes_ListLatest_MaximumSet_Gen.json b/specification/ai/Azure.AI.Projects/examples/2025-05-15-preview/Indexes_ListLatest_MaximumSet_Gen.json index 313d03f714cd..67ebe012f8e9 100644 --- a/specification/ai/Azure.AI.Projects/examples/2025-05-15-preview/Indexes_ListLatest_MaximumSet_Gen.json +++ b/specification/ai/Azure.AI.Projects/examples/2025-05-15-preview/Indexes_ListLatest_MaximumSet_Gen.json @@ -14,7 +14,6 @@ "value": [ { "type": "Index", - "stage": "m", "id": "fxdrmhqrfmclzkjmfldnszfnztla", "name": "fiwkavutgfan", "version": "iqupugmfgctoxzdubrcdnzx" diff --git a/specification/ai/Azure.AI.Projects/examples/2025-05-15-preview/Indexes_ListVersions_MaximumSet_Gen.json b/specification/ai/Azure.AI.Projects/examples/2025-05-15-preview/Indexes_ListVersions_MaximumSet_Gen.json index ad780f5d44e6..f776245cff56 100644 --- a/specification/ai/Azure.AI.Projects/examples/2025-05-15-preview/Indexes_ListVersions_MaximumSet_Gen.json +++ b/specification/ai/Azure.AI.Projects/examples/2025-05-15-preview/Indexes_ListVersions_MaximumSet_Gen.json @@ -15,7 +15,6 @@ "value": [ { "type": "Index", - "stage": "m", "id": "fxdrmhqrfmclzkjmfldnszfnztla", "name": "fiwkavutgfan", "version": "iqupugmfgctoxzdubrcdnzx" diff --git a/specification/ai/Azure.AI.Projects/examples/v1/Datasets_CreateOrUpdateVersion_MaximumSet_Gen.json b/specification/ai/Azure.AI.Projects/examples/v1/Datasets_CreateOrUpdateVersion_MaximumSet_Gen.json index fdc318b8ad4c..5d7bc41a8dc0 100644 --- a/specification/ai/Azure.AI.Projects/examples/v1/Datasets_CreateOrUpdateVersion_MaximumSet_Gen.json +++ b/specification/ai/Azure.AI.Projects/examples/v1/Datasets_CreateOrUpdateVersion_MaximumSet_Gen.json @@ -7,7 +7,6 @@ "version": "utbfmfka", "body": { "type": "DatasetVersionUpdate", - "stage": "ykhrtvapwvcodwckimsobgwdvukw", "description": "grthjigklkewz", "tags": { "key868": "yjmiiufnnccqfiljtndr" @@ -17,10 +16,9 @@ "responses": { "200": { "body": { - "datasetUri": "Replace this value with a string matching RegExp [a-zA-Z0-9_]", + "dataUri": "Replace this value with a string matching RegExp [a-zA-Z0-9_]", "type": "DatasetVersion", "isReference": true, - "stage": "ovzqxbhqhq", "id": "cfgncrzpcpqbpxefd", "name": "zoskzytcqmndtyqwugy", "version": "joegai" @@ -28,10 +26,9 @@ }, "201": { "body": { - "datasetUri": "Replace this value with a string matching RegExp [a-zA-Z0-9_]", + "dataUri": "Replace this value with a string matching RegExp [a-zA-Z0-9_]", "type": "DatasetVersion", "isReference": true, - "stage": "ovzqxbhqhq", "id": "cfgncrzpcpqbpxefd", "name": "zoskzytcqmndtyqwugy", "version": "joegai" diff --git a/specification/ai/Azure.AI.Projects/examples/v1/Datasets_CreateOrUpdateVersion_MinimumSet_Gen.json b/specification/ai/Azure.AI.Projects/examples/v1/Datasets_CreateOrUpdateVersion_MinimumSet_Gen.json index 717e125e8fc1..d5614dd8f9f2 100644 --- a/specification/ai/Azure.AI.Projects/examples/v1/Datasets_CreateOrUpdateVersion_MinimumSet_Gen.json +++ b/specification/ai/Azure.AI.Projects/examples/v1/Datasets_CreateOrUpdateVersion_MinimumSet_Gen.json @@ -12,7 +12,7 @@ "responses": { "200": { "body": { - "datasetUri": "Replace this value with a string matching RegExp [a-zA-Z0-9_]", + "dataUri": "Replace this value with a string matching RegExp [a-zA-Z0-9_]", "type": "DatasetVersion", "name": "zoskzytcqmndtyqwugy", "version": "joegai" @@ -20,7 +20,7 @@ }, "201": { "body": { - "datasetUri": "Replace this value with a string matching RegExp [a-zA-Z0-9_]", + "dataUri": "Replace this value with a string matching RegExp [a-zA-Z0-9_]", "type": "DatasetVersion", "name": "zoskzytcqmndtyqwugy", "version": "joegai" diff --git a/specification/ai/Azure.AI.Projects/examples/v1/Datasets_GetCredentials_MaximumSet_Gen.json b/specification/ai/Azure.AI.Projects/examples/v1/Datasets_GetCredentials_MaximumSet_Gen.json index a65b58a588c3..3a94a266ebd4 100644 --- a/specification/ai/Azure.AI.Projects/examples/v1/Datasets_GetCredentials_MaximumSet_Gen.json +++ b/specification/ai/Azure.AI.Projects/examples/v1/Datasets_GetCredentials_MaximumSet_Gen.json @@ -10,7 +10,7 @@ "responses": { "200": { "body": { - "blobReferenceForConsumption": { + "blobReference": { "blobUri": "kbodccbnhdznekrtu", "storageAccountArmId": "gcsdeid", "credential": { diff --git a/specification/ai/Azure.AI.Projects/examples/v1/Datasets_GetCredentials_MinimumSet_Gen.json b/specification/ai/Azure.AI.Projects/examples/v1/Datasets_GetCredentials_MinimumSet_Gen.json index 04278e63d1f0..acaebdaeb748 100644 --- a/specification/ai/Azure.AI.Projects/examples/v1/Datasets_GetCredentials_MinimumSet_Gen.json +++ b/specification/ai/Azure.AI.Projects/examples/v1/Datasets_GetCredentials_MinimumSet_Gen.json @@ -10,7 +10,7 @@ "responses": { "200": { "body": { - "blobReferenceForConsumption": { + "blobReference": { "blobUri": "kbodccbnhdznekrtu", "storageAccountArmId": "gcsdeid", "credential": { diff --git a/specification/ai/Azure.AI.Projects/examples/v1/Datasets_GetVersion_MaximumSet_Gen.json b/specification/ai/Azure.AI.Projects/examples/v1/Datasets_GetVersion_MaximumSet_Gen.json index 01e572590dc5..5e8855d2e79b 100644 --- a/specification/ai/Azure.AI.Projects/examples/v1/Datasets_GetVersion_MaximumSet_Gen.json +++ b/specification/ai/Azure.AI.Projects/examples/v1/Datasets_GetVersion_MaximumSet_Gen.json @@ -9,10 +9,9 @@ "responses": { "200": { "body": { - "datasetUri": "Replace this value with a string matching RegExp [a-zA-Z0-9_]", + "dataUri": "Replace this value with a string matching RegExp [a-zA-Z0-9_]", "type": "DatasetVersion", "isReference": true, - "stage": "ovzqxbhqhq", "id": "cfgncrzpcpqbpxefd", "name": "zoskzytcqmndtyqwugy", "version": "joegai" diff --git a/specification/ai/Azure.AI.Projects/examples/v1/Datasets_GetVersion_MinimumSet_Gen.json b/specification/ai/Azure.AI.Projects/examples/v1/Datasets_GetVersion_MinimumSet_Gen.json index 103a5ec40cf3..f3295b63731b 100644 --- a/specification/ai/Azure.AI.Projects/examples/v1/Datasets_GetVersion_MinimumSet_Gen.json +++ b/specification/ai/Azure.AI.Projects/examples/v1/Datasets_GetVersion_MinimumSet_Gen.json @@ -9,7 +9,7 @@ "responses": { "200": { "body": { - "datasetUri": "Replace this value with a string matching RegExp [a-zA-Z0-9_]", + "dataUri": "Replace this value with a string matching RegExp [a-zA-Z0-9_]", "type": "DatasetVersion", "name": "zoskzytcqmndtyqwugy", "version": "joegai" diff --git a/specification/ai/Azure.AI.Projects/examples/v1/Datasets_ListLatest_MaximumSet_Gen.json b/specification/ai/Azure.AI.Projects/examples/v1/Datasets_ListLatest_MaximumSet_Gen.json index 55f7743c6902..9f3ef0ba4438 100644 --- a/specification/ai/Azure.AI.Projects/examples/v1/Datasets_ListLatest_MaximumSet_Gen.json +++ b/specification/ai/Azure.AI.Projects/examples/v1/Datasets_ListLatest_MaximumSet_Gen.json @@ -13,10 +13,9 @@ "body": { "value": [ { - "datasetUri": "Replace this value with a string matching RegExp [a-zA-Z0-9_]", + "dataUri": "Replace this value with a string matching RegExp [a-zA-Z0-9_]", "type": "DatasetVersion", "isReference": true, - "stage": "ovzqxbhqhq", "id": "cfgncrzpcpqbpxefd", "name": "zoskzytcqmndtyqwugy", "version": "joegai" diff --git a/specification/ai/Azure.AI.Projects/examples/v1/Datasets_ListLatest_MinimumSet_Gen.json b/specification/ai/Azure.AI.Projects/examples/v1/Datasets_ListLatest_MinimumSet_Gen.json index 948ca26a188a..31fc6a22a0fb 100644 --- a/specification/ai/Azure.AI.Projects/examples/v1/Datasets_ListLatest_MinimumSet_Gen.json +++ b/specification/ai/Azure.AI.Projects/examples/v1/Datasets_ListLatest_MinimumSet_Gen.json @@ -9,7 +9,7 @@ "body": { "value": [ { - "datasetUri": "Replace this value with a string matching RegExp [a-zA-Z0-9_]", + "dataUri": "Replace this value with a string matching RegExp [a-zA-Z0-9_]", "type": "DatasetVersion", "name": "zoskzytcqmndtyqwugy", "version": "joegai" diff --git a/specification/ai/Azure.AI.Projects/examples/v1/Datasets_ListVersions_MaximumSet_Gen.json b/specification/ai/Azure.AI.Projects/examples/v1/Datasets_ListVersions_MaximumSet_Gen.json index 5f6bdfb1ab2f..eea8f66948db 100644 --- a/specification/ai/Azure.AI.Projects/examples/v1/Datasets_ListVersions_MaximumSet_Gen.json +++ b/specification/ai/Azure.AI.Projects/examples/v1/Datasets_ListVersions_MaximumSet_Gen.json @@ -14,10 +14,9 @@ "body": { "value": [ { - "datasetUri": "Replace this value with a string matching RegExp [a-zA-Z0-9_]", + "dataUri": "Replace this value with a string matching RegExp [a-zA-Z0-9_]", "type": "DatasetVersion", "isReference": true, - "stage": "ovzqxbhqhq", "id": "cfgncrzpcpqbpxefd", "name": "zoskzytcqmndtyqwugy", "version": "joegai" diff --git a/specification/ai/Azure.AI.Projects/examples/v1/Datasets_ListVersions_MinimumSet_Gen.json b/specification/ai/Azure.AI.Projects/examples/v1/Datasets_ListVersions_MinimumSet_Gen.json index 664c90c1d672..eb947adf9e1c 100644 --- a/specification/ai/Azure.AI.Projects/examples/v1/Datasets_ListVersions_MinimumSet_Gen.json +++ b/specification/ai/Azure.AI.Projects/examples/v1/Datasets_ListVersions_MinimumSet_Gen.json @@ -10,7 +10,7 @@ "body": { "value": [ { - "datasetUri": "Replace this value with a string matching RegExp [a-zA-Z0-9_]", + "dataUri": "Replace this value with a string matching RegExp [a-zA-Z0-9_]", "type": "DatasetVersion", "name": "zoskzytcqmndtyqwugy", "version": "joegai" diff --git a/specification/ai/Azure.AI.Projects/examples/v1/Datasets_StartPendingUploadVersion_MaximumSet_Gen.json b/specification/ai/Azure.AI.Projects/examples/v1/Datasets_StartPendingUploadVersion_MaximumSet_Gen.json index b2361fc032f3..dec49019bfd6 100644 --- a/specification/ai/Azure.AI.Projects/examples/v1/Datasets_StartPendingUploadVersion_MaximumSet_Gen.json +++ b/specification/ai/Azure.AI.Projects/examples/v1/Datasets_StartPendingUploadVersion_MaximumSet_Gen.json @@ -8,13 +8,13 @@ "body": { "pendingUploadId": "gxuutkdhlygsmsbtszqzx", "connectionName": "hsgskbhwucytwglwlm", - "pendingUploadType": "TemporaryBlobReference" + "pendingUploadType": "BlobReference" } }, "responses": { "200": { "body": { - "blobReferenceForConsumption": { + "blobReference": { "blobUri": "kbodccbnhdznekrtu", "storageAccountArmId": "gcsdeid", "credential": { @@ -23,8 +23,8 @@ } }, "pendingUploadId": "qdxymiww", - "datasetVersion": "bofnujdjvnnhjtzzu", - "pendingUploadType": "TemporaryBlobReference" + "version": "bofnujdjvnnhjtzzu", + "pendingUploadType": "BlobReference" } } } diff --git a/specification/ai/Azure.AI.Projects/examples/v1/Datasets_StartPendingUploadVersion_MinimumSet_Gen.json b/specification/ai/Azure.AI.Projects/examples/v1/Datasets_StartPendingUploadVersion_MinimumSet_Gen.json index bcd3ee591099..8df70d95ceab 100644 --- a/specification/ai/Azure.AI.Projects/examples/v1/Datasets_StartPendingUploadVersion_MinimumSet_Gen.json +++ b/specification/ai/Azure.AI.Projects/examples/v1/Datasets_StartPendingUploadVersion_MinimumSet_Gen.json @@ -6,13 +6,13 @@ "name": "atopkjwxsjtforndczju", "version": "yftpnjxwjylhixypopcytxd", "body": { - "pendingUploadType": "TemporaryBlobReference" + "pendingUploadType": "BlobReference" } }, "responses": { "200": { "body": { - "blobReferenceForConsumption": { + "blobReference": { "blobUri": "kbodccbnhdznekrtu", "storageAccountArmId": "gcsdeid", "credential": { @@ -21,7 +21,7 @@ } }, "pendingUploadId": "qdxymiww", - "pendingUploadType": "TemporaryBlobReference" + "pendingUploadType": "BlobReference" } } } diff --git a/specification/ai/Azure.AI.Projects/examples/v1/Indexes_CreateOrUpdateVersion_MaximumSet_Gen.json b/specification/ai/Azure.AI.Projects/examples/v1/Indexes_CreateOrUpdateVersion_MaximumSet_Gen.json index ff3a22cb16ab..af165cd1ed1f 100644 --- a/specification/ai/Azure.AI.Projects/examples/v1/Indexes_CreateOrUpdateVersion_MaximumSet_Gen.json +++ b/specification/ai/Azure.AI.Projects/examples/v1/Indexes_CreateOrUpdateVersion_MaximumSet_Gen.json @@ -7,7 +7,6 @@ "version": "hxutytnzwioiijfinpdojrnrqhqb", "body": { "type": "IndexUpdate", - "stage": "ephc", "description": "wtjqhnlwihffw", "tags": { "key1654": "aqtywrvy" @@ -18,7 +17,6 @@ "200": { "body": { "type": "Index", - "stage": "ekzfmrqim", "id": "xtjevbrwrwuwkbujuwpq", "name": "wwikvkcdcobt", "version": "swnonkxmjl" @@ -27,7 +25,6 @@ "201": { "body": { "type": "Index", - "stage": "ekzfmrqim", "id": "xtjevbrwrwuwkbujuwpq", "name": "wwikvkcdcobt", "version": "swnonkxmjl" diff --git a/specification/ai/Azure.AI.Projects/examples/v1/Indexes_GetVersion_MaximumSet_Gen.json b/specification/ai/Azure.AI.Projects/examples/v1/Indexes_GetVersion_MaximumSet_Gen.json index f45394f89cf7..22119a544952 100644 --- a/specification/ai/Azure.AI.Projects/examples/v1/Indexes_GetVersion_MaximumSet_Gen.json +++ b/specification/ai/Azure.AI.Projects/examples/v1/Indexes_GetVersion_MaximumSet_Gen.json @@ -10,7 +10,6 @@ "200": { "body": { "type": "Index", - "stage": "ekzfmrqim", "id": "xtjevbrwrwuwkbujuwpq", "name": "wwikvkcdcobt", "version": "swnonkxmjl" diff --git a/specification/ai/Azure.AI.Projects/examples/v1/Indexes_ListLatest_MaximumSet_Gen.json b/specification/ai/Azure.AI.Projects/examples/v1/Indexes_ListLatest_MaximumSet_Gen.json index f46b82f038a6..5a34d862b95c 100644 --- a/specification/ai/Azure.AI.Projects/examples/v1/Indexes_ListLatest_MaximumSet_Gen.json +++ b/specification/ai/Azure.AI.Projects/examples/v1/Indexes_ListLatest_MaximumSet_Gen.json @@ -14,7 +14,6 @@ "value": [ { "type": "Index", - "stage": "ekzfmrqim", "id": "xtjevbrwrwuwkbujuwpq", "name": "wwikvkcdcobt", "version": "swnonkxmjl" diff --git a/specification/ai/Azure.AI.Projects/examples/v1/Indexes_ListVersions_MaximumSet_Gen.json b/specification/ai/Azure.AI.Projects/examples/v1/Indexes_ListVersions_MaximumSet_Gen.json index 3efa91a588c9..63e20b44b11a 100644 --- a/specification/ai/Azure.AI.Projects/examples/v1/Indexes_ListVersions_MaximumSet_Gen.json +++ b/specification/ai/Azure.AI.Projects/examples/v1/Indexes_ListVersions_MaximumSet_Gen.json @@ -15,7 +15,6 @@ "value": [ { "type": "Index", - "stage": "ekzfmrqim", "id": "xtjevbrwrwuwkbujuwpq", "name": "wwikvkcdcobt", "version": "swnonkxmjl" diff --git a/specification/ai/data-plane/Azure.AI.Projects/preview/2025-05-15-preview/azure-ai-projects-1dp.json b/specification/ai/data-plane/Azure.AI.Projects/preview/2025-05-15-preview/azure-ai-projects-1dp.json index 3489f4f51648..61c810b6413d 100644 --- a/specification/ai/data-plane/Azure.AI.Projects/preview/2025-05-15-preview/azure-ai-projects-1dp.json +++ b/specification/ai/data-plane/Azure.AI.Projects/preview/2025-05-15-preview/azure-ai-projects-1dp.json @@ -2953,7 +2953,7 @@ }, "pendingUploadType": { "type": "string", - "description": "TemporaryBlobReference is the only supported type", + "description": "BlobReference is the only supported type", "enum": [ "BlobReference" ], diff --git a/specification/ai/data-plane/Azure.AI.Projects/preview/2025-05-15-preview/examples/Datasets_CreateOrUpdateVersion_MaximumSet_Gen.json b/specification/ai/data-plane/Azure.AI.Projects/preview/2025-05-15-preview/examples/Datasets_CreateOrUpdateVersion_MaximumSet_Gen.json index e438c67528bd..daccfcebabde 100644 --- a/specification/ai/data-plane/Azure.AI.Projects/preview/2025-05-15-preview/examples/Datasets_CreateOrUpdateVersion_MaximumSet_Gen.json +++ b/specification/ai/data-plane/Azure.AI.Projects/preview/2025-05-15-preview/examples/Datasets_CreateOrUpdateVersion_MaximumSet_Gen.json @@ -7,7 +7,6 @@ "version": "ecacrnqtmggfqsocagocpf", "body": { "type": "DatasetVersionUpdate", - "stage": "fjnqgrgtfdksnqvy", "description": "u", "tags": { "key7559": "ybrhnrxopsvmxqxibvysedlsy" @@ -17,10 +16,9 @@ "responses": { "200": { "body": { - "datasetUri": "Replace this value with a string matching RegExp [a-zA-Z0-9_]", + "dataUri": "Replace this value with a string matching RegExp [a-zA-Z0-9_]", "type": "DatasetVersion", "isReference": true, - "stage": "tnhmoqlcmprnxyjluyf", "id": "hvpdyfpeoqcl", "name": "xtdmvwhhobloqqsovgpynsnow", "version": "eaixzft" @@ -28,10 +26,9 @@ }, "201": { "body": { - "datasetUri": "Replace this value with a string matching RegExp [a-zA-Z0-9_]", + "dataUri": "Replace this value with a string matching RegExp [a-zA-Z0-9_]", "type": "DatasetVersion", "isReference": true, - "stage": "tnhmoqlcmprnxyjluyf", "id": "hvpdyfpeoqcl", "name": "xtdmvwhhobloqqsovgpynsnow", "version": "eaixzft" diff --git a/specification/ai/data-plane/Azure.AI.Projects/preview/2025-05-15-preview/examples/Datasets_CreateOrUpdateVersion_MinimumSet_Gen.json b/specification/ai/data-plane/Azure.AI.Projects/preview/2025-05-15-preview/examples/Datasets_CreateOrUpdateVersion_MinimumSet_Gen.json index 02026a92e54d..3aa2f26de687 100644 --- a/specification/ai/data-plane/Azure.AI.Projects/preview/2025-05-15-preview/examples/Datasets_CreateOrUpdateVersion_MinimumSet_Gen.json +++ b/specification/ai/data-plane/Azure.AI.Projects/preview/2025-05-15-preview/examples/Datasets_CreateOrUpdateVersion_MinimumSet_Gen.json @@ -12,7 +12,7 @@ "responses": { "200": { "body": { - "datasetUri": "Replace this value with a string matching RegExp [a-zA-Z0-9_]", + "dataUri": "Replace this value with a string matching RegExp [a-zA-Z0-9_]", "type": "DatasetVersion", "name": "xtdmvwhhobloqqsovgpynsnow", "version": "eaixzft" @@ -20,7 +20,7 @@ }, "201": { "body": { - "datasetUri": "Replace this value with a string matching RegExp [a-zA-Z0-9_]", + "dataUri": "Replace this value with a string matching RegExp [a-zA-Z0-9_]", "type": "DatasetVersion", "name": "xtdmvwhhobloqqsovgpynsnow", "version": "eaixzft" diff --git a/specification/ai/data-plane/Azure.AI.Projects/preview/2025-05-15-preview/examples/Datasets_GetCredentials_MaximumSet_Gen.json b/specification/ai/data-plane/Azure.AI.Projects/preview/2025-05-15-preview/examples/Datasets_GetCredentials_MaximumSet_Gen.json index 15a99bdd2273..45b5ee7ea754 100644 --- a/specification/ai/data-plane/Azure.AI.Projects/preview/2025-05-15-preview/examples/Datasets_GetCredentials_MaximumSet_Gen.json +++ b/specification/ai/data-plane/Azure.AI.Projects/preview/2025-05-15-preview/examples/Datasets_GetCredentials_MaximumSet_Gen.json @@ -10,7 +10,7 @@ "responses": { "200": { "body": { - "blobReferenceForConsumption": { + "blobReference": { "blobUri": "azqrjzvwamspuuvtqvvzfaxiasf", "storageAccountArmId": "deqizonopmijpxsmmzugiwnyy", "credential": { diff --git a/specification/ai/data-plane/Azure.AI.Projects/preview/2025-05-15-preview/examples/Datasets_GetCredentials_MinimumSet_Gen.json b/specification/ai/data-plane/Azure.AI.Projects/preview/2025-05-15-preview/examples/Datasets_GetCredentials_MinimumSet_Gen.json index 2335307af0b2..9edf4191722b 100644 --- a/specification/ai/data-plane/Azure.AI.Projects/preview/2025-05-15-preview/examples/Datasets_GetCredentials_MinimumSet_Gen.json +++ b/specification/ai/data-plane/Azure.AI.Projects/preview/2025-05-15-preview/examples/Datasets_GetCredentials_MinimumSet_Gen.json @@ -10,7 +10,7 @@ "responses": { "200": { "body": { - "blobReferenceForConsumption": { + "blobReference": { "blobUri": "azqrjzvwamspuuvtqvvzfaxiasf", "storageAccountArmId": "deqizonopmijpxsmmzugiwnyy", "credential": { diff --git a/specification/ai/data-plane/Azure.AI.Projects/preview/2025-05-15-preview/examples/Datasets_GetVersion_MaximumSet_Gen.json b/specification/ai/data-plane/Azure.AI.Projects/preview/2025-05-15-preview/examples/Datasets_GetVersion_MaximumSet_Gen.json index fb64479a6784..0e6641b1292e 100644 --- a/specification/ai/data-plane/Azure.AI.Projects/preview/2025-05-15-preview/examples/Datasets_GetVersion_MaximumSet_Gen.json +++ b/specification/ai/data-plane/Azure.AI.Projects/preview/2025-05-15-preview/examples/Datasets_GetVersion_MaximumSet_Gen.json @@ -9,10 +9,9 @@ "responses": { "200": { "body": { - "datasetUri": "Replace this value with a string matching RegExp [a-zA-Z0-9_]", + "dataUri": "Replace this value with a string matching RegExp [a-zA-Z0-9_]", "type": "DatasetVersion", "isReference": true, - "stage": "tnhmoqlcmprnxyjluyf", "id": "hvpdyfpeoqcl", "name": "xtdmvwhhobloqqsovgpynsnow", "version": "eaixzft" diff --git a/specification/ai/data-plane/Azure.AI.Projects/preview/2025-05-15-preview/examples/Datasets_GetVersion_MinimumSet_Gen.json b/specification/ai/data-plane/Azure.AI.Projects/preview/2025-05-15-preview/examples/Datasets_GetVersion_MinimumSet_Gen.json index 850587b38861..2d7eff038cd2 100644 --- a/specification/ai/data-plane/Azure.AI.Projects/preview/2025-05-15-preview/examples/Datasets_GetVersion_MinimumSet_Gen.json +++ b/specification/ai/data-plane/Azure.AI.Projects/preview/2025-05-15-preview/examples/Datasets_GetVersion_MinimumSet_Gen.json @@ -9,7 +9,7 @@ "responses": { "200": { "body": { - "datasetUri": "Replace this value with a string matching RegExp [a-zA-Z0-9_]", + "dataUri": "Replace this value with a string matching RegExp [a-zA-Z0-9_]", "type": "DatasetVersion", "name": "xtdmvwhhobloqqsovgpynsnow", "version": "eaixzft" diff --git a/specification/ai/data-plane/Azure.AI.Projects/preview/2025-05-15-preview/examples/Datasets_ListLatest_MaximumSet_Gen.json b/specification/ai/data-plane/Azure.AI.Projects/preview/2025-05-15-preview/examples/Datasets_ListLatest_MaximumSet_Gen.json index c100ac17c0b1..c3d33fdcbe7c 100644 --- a/specification/ai/data-plane/Azure.AI.Projects/preview/2025-05-15-preview/examples/Datasets_ListLatest_MaximumSet_Gen.json +++ b/specification/ai/data-plane/Azure.AI.Projects/preview/2025-05-15-preview/examples/Datasets_ListLatest_MaximumSet_Gen.json @@ -13,10 +13,9 @@ "body": { "value": [ { - "datasetUri": "Replace this value with a string matching RegExp [a-zA-Z0-9_]", + "dataUri": "Replace this value with a string matching RegExp [a-zA-Z0-9_]", "type": "DatasetVersion", "isReference": true, - "stage": "tnhmoqlcmprnxyjluyf", "id": "hvpdyfpeoqcl", "name": "xtdmvwhhobloqqsovgpynsnow", "version": "eaixzft" diff --git a/specification/ai/data-plane/Azure.AI.Projects/preview/2025-05-15-preview/examples/Datasets_ListLatest_MinimumSet_Gen.json b/specification/ai/data-plane/Azure.AI.Projects/preview/2025-05-15-preview/examples/Datasets_ListLatest_MinimumSet_Gen.json index 87491bc925c4..9ec0c6d4ca45 100644 --- a/specification/ai/data-plane/Azure.AI.Projects/preview/2025-05-15-preview/examples/Datasets_ListLatest_MinimumSet_Gen.json +++ b/specification/ai/data-plane/Azure.AI.Projects/preview/2025-05-15-preview/examples/Datasets_ListLatest_MinimumSet_Gen.json @@ -9,7 +9,7 @@ "body": { "value": [ { - "datasetUri": "Replace this value with a string matching RegExp [a-zA-Z0-9_]", + "dataUri": "Replace this value with a string matching RegExp [a-zA-Z0-9_]", "type": "DatasetVersion", "name": "xtdmvwhhobloqqsovgpynsnow", "version": "eaixzft" diff --git a/specification/ai/data-plane/Azure.AI.Projects/preview/2025-05-15-preview/examples/Datasets_ListVersions_MaximumSet_Gen.json b/specification/ai/data-plane/Azure.AI.Projects/preview/2025-05-15-preview/examples/Datasets_ListVersions_MaximumSet_Gen.json index 6798c80063cc..3ec8c8a774c7 100644 --- a/specification/ai/data-plane/Azure.AI.Projects/preview/2025-05-15-preview/examples/Datasets_ListVersions_MaximumSet_Gen.json +++ b/specification/ai/data-plane/Azure.AI.Projects/preview/2025-05-15-preview/examples/Datasets_ListVersions_MaximumSet_Gen.json @@ -14,10 +14,9 @@ "body": { "value": [ { - "datasetUri": "Replace this value with a string matching RegExp [a-zA-Z0-9_]", + "dataUri": "Replace this value with a string matching RegExp [a-zA-Z0-9_]", "type": "DatasetVersion", "isReference": true, - "stage": "tnhmoqlcmprnxyjluyf", "id": "hvpdyfpeoqcl", "name": "xtdmvwhhobloqqsovgpynsnow", "version": "eaixzft" diff --git a/specification/ai/data-plane/Azure.AI.Projects/preview/2025-05-15-preview/examples/Datasets_ListVersions_MinimumSet_Gen.json b/specification/ai/data-plane/Azure.AI.Projects/preview/2025-05-15-preview/examples/Datasets_ListVersions_MinimumSet_Gen.json index 7f85774425ec..ebdfaedd1954 100644 --- a/specification/ai/data-plane/Azure.AI.Projects/preview/2025-05-15-preview/examples/Datasets_ListVersions_MinimumSet_Gen.json +++ b/specification/ai/data-plane/Azure.AI.Projects/preview/2025-05-15-preview/examples/Datasets_ListVersions_MinimumSet_Gen.json @@ -10,7 +10,7 @@ "body": { "value": [ { - "datasetUri": "Replace this value with a string matching RegExp [a-zA-Z0-9_]", + "dataUri": "Replace this value with a string matching RegExp [a-zA-Z0-9_]", "type": "DatasetVersion", "name": "xtdmvwhhobloqqsovgpynsnow", "version": "eaixzft" diff --git a/specification/ai/data-plane/Azure.AI.Projects/preview/2025-05-15-preview/examples/Datasets_StartPendingUploadVersion_MaximumSet_Gen.json b/specification/ai/data-plane/Azure.AI.Projects/preview/2025-05-15-preview/examples/Datasets_StartPendingUploadVersion_MaximumSet_Gen.json index 8f300e3774ca..d3713678fa88 100644 --- a/specification/ai/data-plane/Azure.AI.Projects/preview/2025-05-15-preview/examples/Datasets_StartPendingUploadVersion_MaximumSet_Gen.json +++ b/specification/ai/data-plane/Azure.AI.Projects/preview/2025-05-15-preview/examples/Datasets_StartPendingUploadVersion_MaximumSet_Gen.json @@ -8,13 +8,13 @@ "body": { "pendingUploadId": "mxjahcghabuplfwtlopiqgxtcyw", "connectionName": "bknvpmlisrqxaphkf", - "pendingUploadType": "TemporaryBlobReference" + "pendingUploadType": "BlobReference" } }, "responses": { "200": { "body": { - "blobReferenceForConsumption": { + "blobReference": { "blobUri": "azqrjzvwamspuuvtqvvzfaxiasf", "storageAccountArmId": "deqizonopmijpxsmmzugiwnyy", "credential": { @@ -23,8 +23,8 @@ } }, "pendingUploadId": "qgizwomhljzn", - "datasetVersion": "tegswajurquatmuhfde", - "pendingUploadType": "TemporaryBlobReference" + "version": "tegswajurquatmuhfde", + "pendingUploadType": "BlobReference" } } } diff --git a/specification/ai/data-plane/Azure.AI.Projects/preview/2025-05-15-preview/examples/Datasets_StartPendingUploadVersion_MinimumSet_Gen.json b/specification/ai/data-plane/Azure.AI.Projects/preview/2025-05-15-preview/examples/Datasets_StartPendingUploadVersion_MinimumSet_Gen.json index 3fc13fb7e88a..e1df69a932f5 100644 --- a/specification/ai/data-plane/Azure.AI.Projects/preview/2025-05-15-preview/examples/Datasets_StartPendingUploadVersion_MinimumSet_Gen.json +++ b/specification/ai/data-plane/Azure.AI.Projects/preview/2025-05-15-preview/examples/Datasets_StartPendingUploadVersion_MinimumSet_Gen.json @@ -6,13 +6,13 @@ "name": "duxoiaywfik", "version": "yzzzt", "body": { - "pendingUploadType": "TemporaryBlobReference" + "pendingUploadType": "BlobReference" } }, "responses": { "200": { "body": { - "blobReferenceForConsumption": { + "blobReference": { "blobUri": "azqrjzvwamspuuvtqvvzfaxiasf", "storageAccountArmId": "deqizonopmijpxsmmzugiwnyy", "credential": { @@ -21,7 +21,7 @@ } }, "pendingUploadId": "qgizwomhljzn", - "pendingUploadType": "TemporaryBlobReference" + "pendingUploadType": "BlobReference" } } } diff --git a/specification/ai/data-plane/Azure.AI.Projects/preview/2025-05-15-preview/examples/Indexes_CreateOrUpdateVersion_MaximumSet_Gen.json b/specification/ai/data-plane/Azure.AI.Projects/preview/2025-05-15-preview/examples/Indexes_CreateOrUpdateVersion_MaximumSet_Gen.json index 780520e50194..abc4405e5623 100644 --- a/specification/ai/data-plane/Azure.AI.Projects/preview/2025-05-15-preview/examples/Indexes_CreateOrUpdateVersion_MaximumSet_Gen.json +++ b/specification/ai/data-plane/Azure.AI.Projects/preview/2025-05-15-preview/examples/Indexes_CreateOrUpdateVersion_MaximumSet_Gen.json @@ -7,7 +7,6 @@ "version": "emphgqdq", "body": { "type": "IndexUpdate", - "stage": "wvzutndojum", "description": "vdwtgaudopguto", "tags": { "key8846": "serbpbugykgbwuwvh" @@ -18,7 +17,6 @@ "200": { "body": { "type": "Index", - "stage": "m", "id": "fxdrmhqrfmclzkjmfldnszfnztla", "name": "fiwkavutgfan", "version": "iqupugmfgctoxzdubrcdnzx" @@ -27,7 +25,6 @@ "201": { "body": { "type": "Index", - "stage": "m", "id": "fxdrmhqrfmclzkjmfldnszfnztla", "name": "fiwkavutgfan", "version": "iqupugmfgctoxzdubrcdnzx" diff --git a/specification/ai/data-plane/Azure.AI.Projects/preview/2025-05-15-preview/examples/Indexes_GetVersion_MaximumSet_Gen.json b/specification/ai/data-plane/Azure.AI.Projects/preview/2025-05-15-preview/examples/Indexes_GetVersion_MaximumSet_Gen.json index 15c262af2bfe..5324a2883934 100644 --- a/specification/ai/data-plane/Azure.AI.Projects/preview/2025-05-15-preview/examples/Indexes_GetVersion_MaximumSet_Gen.json +++ b/specification/ai/data-plane/Azure.AI.Projects/preview/2025-05-15-preview/examples/Indexes_GetVersion_MaximumSet_Gen.json @@ -10,7 +10,6 @@ "200": { "body": { "type": "Index", - "stage": "m", "id": "fxdrmhqrfmclzkjmfldnszfnztla", "name": "fiwkavutgfan", "version": "iqupugmfgctoxzdubrcdnzx" diff --git a/specification/ai/data-plane/Azure.AI.Projects/preview/2025-05-15-preview/examples/Indexes_ListLatest_MaximumSet_Gen.json b/specification/ai/data-plane/Azure.AI.Projects/preview/2025-05-15-preview/examples/Indexes_ListLatest_MaximumSet_Gen.json index 313d03f714cd..67ebe012f8e9 100644 --- a/specification/ai/data-plane/Azure.AI.Projects/preview/2025-05-15-preview/examples/Indexes_ListLatest_MaximumSet_Gen.json +++ b/specification/ai/data-plane/Azure.AI.Projects/preview/2025-05-15-preview/examples/Indexes_ListLatest_MaximumSet_Gen.json @@ -14,7 +14,6 @@ "value": [ { "type": "Index", - "stage": "m", "id": "fxdrmhqrfmclzkjmfldnszfnztla", "name": "fiwkavutgfan", "version": "iqupugmfgctoxzdubrcdnzx" diff --git a/specification/ai/data-plane/Azure.AI.Projects/preview/2025-05-15-preview/examples/Indexes_ListVersions_MaximumSet_Gen.json b/specification/ai/data-plane/Azure.AI.Projects/preview/2025-05-15-preview/examples/Indexes_ListVersions_MaximumSet_Gen.json index ad780f5d44e6..f776245cff56 100644 --- a/specification/ai/data-plane/Azure.AI.Projects/preview/2025-05-15-preview/examples/Indexes_ListVersions_MaximumSet_Gen.json +++ b/specification/ai/data-plane/Azure.AI.Projects/preview/2025-05-15-preview/examples/Indexes_ListVersions_MaximumSet_Gen.json @@ -15,7 +15,6 @@ "value": [ { "type": "Index", - "stage": "m", "id": "fxdrmhqrfmclzkjmfldnszfnztla", "name": "fiwkavutgfan", "version": "iqupugmfgctoxzdubrcdnzx" diff --git a/specification/ai/data-plane/Azure.AI.Projects/stable/2025-05-01/azure-ai-projects-1dp.json b/specification/ai/data-plane/Azure.AI.Projects/stable/2025-05-01/azure-ai-projects-1dp.json index 0604659116eb..b92db8831a02 100644 --- a/specification/ai/data-plane/Azure.AI.Projects/stable/2025-05-01/azure-ai-projects-1dp.json +++ b/specification/ai/data-plane/Azure.AI.Projects/stable/2025-05-01/azure-ai-projects-1dp.json @@ -2101,7 +2101,7 @@ }, "pendingUploadType": { "type": "string", - "description": "TemporaryBlobReference is the only supported type", + "description": "BlobReference is the only supported type", "enum": [ "BlobReference" ], diff --git a/specification/ai/data-plane/Azure.AI.Projects/stable/2025-05-01/examples/Datasets_CreateOrUpdateVersion_MaximumSet_Gen.json b/specification/ai/data-plane/Azure.AI.Projects/stable/2025-05-01/examples/Datasets_CreateOrUpdateVersion_MaximumSet_Gen.json index 6752aaa8bc3d..ebcb2307dccd 100644 --- a/specification/ai/data-plane/Azure.AI.Projects/stable/2025-05-01/examples/Datasets_CreateOrUpdateVersion_MaximumSet_Gen.json +++ b/specification/ai/data-plane/Azure.AI.Projects/stable/2025-05-01/examples/Datasets_CreateOrUpdateVersion_MaximumSet_Gen.json @@ -7,7 +7,6 @@ "version": "dfo", "body": { "type": "DatasetVersionUpdate", - "stage": "ubusuwsmmlhvxacmijddhckhiixf", "description": "zukluwbmoq", "tags": { "key8794": "ietydcqbwiebstkxrmqzsadlraapox" @@ -17,10 +16,9 @@ "responses": { "200": { "body": { - "datasetUri": "Replace this value with a string matching RegExp [a-zA-Z0-9_]", + "dataUri": "Replace this value with a string matching RegExp [a-zA-Z0-9_]", "type": "DatasetVersion", "isReference": true, - "stage": "arjpmieiaztcjy", "id": "nneuypway", "name": "qnagvpitbcc", "version": "vcdlshlzkzyuocakljbdjkaasc" @@ -28,10 +26,9 @@ }, "201": { "body": { - "datasetUri": "Replace this value with a string matching RegExp [a-zA-Z0-9_]", + "dataUri": "Replace this value with a string matching RegExp [a-zA-Z0-9_]", "type": "DatasetVersion", "isReference": true, - "stage": "arjpmieiaztcjy", "id": "nneuypway", "name": "qnagvpitbcc", "version": "vcdlshlzkzyuocakljbdjkaasc" diff --git a/specification/ai/data-plane/Azure.AI.Projects/stable/2025-05-01/examples/Datasets_CreateOrUpdateVersion_MinimumSet_Gen.json b/specification/ai/data-plane/Azure.AI.Projects/stable/2025-05-01/examples/Datasets_CreateOrUpdateVersion_MinimumSet_Gen.json index e414bbc2c4bd..6df225061c08 100644 --- a/specification/ai/data-plane/Azure.AI.Projects/stable/2025-05-01/examples/Datasets_CreateOrUpdateVersion_MinimumSet_Gen.json +++ b/specification/ai/data-plane/Azure.AI.Projects/stable/2025-05-01/examples/Datasets_CreateOrUpdateVersion_MinimumSet_Gen.json @@ -12,7 +12,7 @@ "responses": { "200": { "body": { - "datasetUri": "Replace this value with a string matching RegExp [a-zA-Z0-9_]", + "dataUri": "Replace this value with a string matching RegExp [a-zA-Z0-9_]", "type": "DatasetVersion", "name": "qnagvpitbcc", "version": "vcdlshlzkzyuocakljbdjkaasc" @@ -20,7 +20,7 @@ }, "201": { "body": { - "datasetUri": "Replace this value with a string matching RegExp [a-zA-Z0-9_]", + "dataUri": "Replace this value with a string matching RegExp [a-zA-Z0-9_]", "type": "DatasetVersion", "name": "qnagvpitbcc", "version": "vcdlshlzkzyuocakljbdjkaasc" diff --git a/specification/ai/data-plane/Azure.AI.Projects/stable/2025-05-01/examples/Datasets_GetCredentials_MaximumSet_Gen.json b/specification/ai/data-plane/Azure.AI.Projects/stable/2025-05-01/examples/Datasets_GetCredentials_MaximumSet_Gen.json index 7394d358dbd1..7f1a1fc3d0a0 100644 --- a/specification/ai/data-plane/Azure.AI.Projects/stable/2025-05-01/examples/Datasets_GetCredentials_MaximumSet_Gen.json +++ b/specification/ai/data-plane/Azure.AI.Projects/stable/2025-05-01/examples/Datasets_GetCredentials_MaximumSet_Gen.json @@ -10,7 +10,7 @@ "responses": { "200": { "body": { - "blobReferenceForConsumption": { + "blobReference": { "blobUri": "wvqzlobwdzstxryhnlqqtvp", "storageAccountArmId": "br", "credential": { diff --git a/specification/ai/data-plane/Azure.AI.Projects/stable/2025-05-01/examples/Datasets_GetCredentials_MinimumSet_Gen.json b/specification/ai/data-plane/Azure.AI.Projects/stable/2025-05-01/examples/Datasets_GetCredentials_MinimumSet_Gen.json index 7d1a0a68b2c1..697c2a12a07f 100644 --- a/specification/ai/data-plane/Azure.AI.Projects/stable/2025-05-01/examples/Datasets_GetCredentials_MinimumSet_Gen.json +++ b/specification/ai/data-plane/Azure.AI.Projects/stable/2025-05-01/examples/Datasets_GetCredentials_MinimumSet_Gen.json @@ -10,7 +10,7 @@ "responses": { "200": { "body": { - "blobReferenceForConsumption": { + "blobReference": { "blobUri": "wvqzlobwdzstxryhnlqqtvp", "storageAccountArmId": "br", "credential": { diff --git a/specification/ai/data-plane/Azure.AI.Projects/stable/2025-05-01/examples/Datasets_GetVersion_MaximumSet_Gen.json b/specification/ai/data-plane/Azure.AI.Projects/stable/2025-05-01/examples/Datasets_GetVersion_MaximumSet_Gen.json index a26d2acc9f90..ae873e09f984 100644 --- a/specification/ai/data-plane/Azure.AI.Projects/stable/2025-05-01/examples/Datasets_GetVersion_MaximumSet_Gen.json +++ b/specification/ai/data-plane/Azure.AI.Projects/stable/2025-05-01/examples/Datasets_GetVersion_MaximumSet_Gen.json @@ -9,10 +9,9 @@ "responses": { "200": { "body": { - "datasetUri": "Replace this value with a string matching RegExp [a-zA-Z0-9_]", + "dataUri": "Replace this value with a string matching RegExp [a-zA-Z0-9_]", "type": "DatasetVersion", "isReference": true, - "stage": "arjpmieiaztcjy", "id": "nneuypway", "name": "qnagvpitbcc", "version": "vcdlshlzkzyuocakljbdjkaasc" diff --git a/specification/ai/data-plane/Azure.AI.Projects/stable/2025-05-01/examples/Datasets_GetVersion_MinimumSet_Gen.json b/specification/ai/data-plane/Azure.AI.Projects/stable/2025-05-01/examples/Datasets_GetVersion_MinimumSet_Gen.json index d40a24ee92e6..704b7791d6c5 100644 --- a/specification/ai/data-plane/Azure.AI.Projects/stable/2025-05-01/examples/Datasets_GetVersion_MinimumSet_Gen.json +++ b/specification/ai/data-plane/Azure.AI.Projects/stable/2025-05-01/examples/Datasets_GetVersion_MinimumSet_Gen.json @@ -9,7 +9,7 @@ "responses": { "200": { "body": { - "datasetUri": "Replace this value with a string matching RegExp [a-zA-Z0-9_]", + "dataUri": "Replace this value with a string matching RegExp [a-zA-Z0-9_]", "type": "DatasetVersion", "name": "qnagvpitbcc", "version": "vcdlshlzkzyuocakljbdjkaasc" diff --git a/specification/ai/data-plane/Azure.AI.Projects/stable/2025-05-01/examples/Datasets_ListLatest_MaximumSet_Gen.json b/specification/ai/data-plane/Azure.AI.Projects/stable/2025-05-01/examples/Datasets_ListLatest_MaximumSet_Gen.json index 9a2a10add544..85f841a8d488 100644 --- a/specification/ai/data-plane/Azure.AI.Projects/stable/2025-05-01/examples/Datasets_ListLatest_MaximumSet_Gen.json +++ b/specification/ai/data-plane/Azure.AI.Projects/stable/2025-05-01/examples/Datasets_ListLatest_MaximumSet_Gen.json @@ -13,10 +13,9 @@ "body": { "value": [ { - "datasetUri": "Replace this value with a string matching RegExp [a-zA-Z0-9_]", + "dataUri": "Replace this value with a string matching RegExp [a-zA-Z0-9_]", "type": "DatasetVersion", "isReference": true, - "stage": "arjpmieiaztcjy", "id": "nneuypway", "name": "qnagvpitbcc", "version": "vcdlshlzkzyuocakljbdjkaasc" diff --git a/specification/ai/data-plane/Azure.AI.Projects/stable/2025-05-01/examples/Datasets_ListLatest_MinimumSet_Gen.json b/specification/ai/data-plane/Azure.AI.Projects/stable/2025-05-01/examples/Datasets_ListLatest_MinimumSet_Gen.json index db0c5738de26..f76f06e31a8c 100644 --- a/specification/ai/data-plane/Azure.AI.Projects/stable/2025-05-01/examples/Datasets_ListLatest_MinimumSet_Gen.json +++ b/specification/ai/data-plane/Azure.AI.Projects/stable/2025-05-01/examples/Datasets_ListLatest_MinimumSet_Gen.json @@ -9,7 +9,7 @@ "body": { "value": [ { - "datasetUri": "Replace this value with a string matching RegExp [a-zA-Z0-9_]", + "dataUri": "Replace this value with a string matching RegExp [a-zA-Z0-9_]", "type": "DatasetVersion", "name": "qnagvpitbcc", "version": "vcdlshlzkzyuocakljbdjkaasc" diff --git a/specification/ai/data-plane/Azure.AI.Projects/stable/2025-05-01/examples/Datasets_ListVersions_MaximumSet_Gen.json b/specification/ai/data-plane/Azure.AI.Projects/stable/2025-05-01/examples/Datasets_ListVersions_MaximumSet_Gen.json index ebf26ce040a4..dcfefdba5120 100644 --- a/specification/ai/data-plane/Azure.AI.Projects/stable/2025-05-01/examples/Datasets_ListVersions_MaximumSet_Gen.json +++ b/specification/ai/data-plane/Azure.AI.Projects/stable/2025-05-01/examples/Datasets_ListVersions_MaximumSet_Gen.json @@ -14,10 +14,9 @@ "body": { "value": [ { - "datasetUri": "Replace this value with a string matching RegExp [a-zA-Z0-9_]", + "dataUri": "Replace this value with a string matching RegExp [a-zA-Z0-9_]", "type": "DatasetVersion", "isReference": true, - "stage": "arjpmieiaztcjy", "id": "nneuypway", "name": "qnagvpitbcc", "version": "vcdlshlzkzyuocakljbdjkaasc" diff --git a/specification/ai/data-plane/Azure.AI.Projects/stable/2025-05-01/examples/Datasets_ListVersions_MinimumSet_Gen.json b/specification/ai/data-plane/Azure.AI.Projects/stable/2025-05-01/examples/Datasets_ListVersions_MinimumSet_Gen.json index 1ab1c047076a..176b7e2e7237 100644 --- a/specification/ai/data-plane/Azure.AI.Projects/stable/2025-05-01/examples/Datasets_ListVersions_MinimumSet_Gen.json +++ b/specification/ai/data-plane/Azure.AI.Projects/stable/2025-05-01/examples/Datasets_ListVersions_MinimumSet_Gen.json @@ -10,7 +10,7 @@ "body": { "value": [ { - "datasetUri": "Replace this value with a string matching RegExp [a-zA-Z0-9_]", + "dataUri": "Replace this value with a string matching RegExp [a-zA-Z0-9_]", "type": "DatasetVersion", "name": "qnagvpitbcc", "version": "vcdlshlzkzyuocakljbdjkaasc" diff --git a/specification/ai/data-plane/Azure.AI.Projects/stable/2025-05-01/examples/Datasets_StartPendingUploadVersion_MaximumSet_Gen.json b/specification/ai/data-plane/Azure.AI.Projects/stable/2025-05-01/examples/Datasets_StartPendingUploadVersion_MaximumSet_Gen.json index 23e96352af95..084b9473a76d 100644 --- a/specification/ai/data-plane/Azure.AI.Projects/stable/2025-05-01/examples/Datasets_StartPendingUploadVersion_MaximumSet_Gen.json +++ b/specification/ai/data-plane/Azure.AI.Projects/stable/2025-05-01/examples/Datasets_StartPendingUploadVersion_MaximumSet_Gen.json @@ -8,13 +8,13 @@ "body": { "pendingUploadId": "cnvf", "connectionName": "qepjjlfgjlcalfuhchnojqlzhzrtcj", - "pendingUploadType": "TemporaryBlobReference" + "pendingUploadType": "BlobReference" } }, "responses": { "200": { "body": { - "blobReferenceForConsumption": { + "blobReference": { "blobUri": "wvqzlobwdzstxryhnlqqtvp", "storageAccountArmId": "br", "credential": { @@ -23,8 +23,8 @@ } }, "pendingUploadId": "mdhrbpu", - "datasetVersion": "qbbmljwtqwhbgdcajnywtky", - "pendingUploadType": "TemporaryBlobReference" + "version": "qbbmljwtqwhbgdcajnywtky", + "pendingUploadType": "BlobReference" } } } diff --git a/specification/ai/data-plane/Azure.AI.Projects/stable/2025-05-01/examples/Datasets_StartPendingUploadVersion_MinimumSet_Gen.json b/specification/ai/data-plane/Azure.AI.Projects/stable/2025-05-01/examples/Datasets_StartPendingUploadVersion_MinimumSet_Gen.json index e0d8a19e6a56..d7100cf468ab 100644 --- a/specification/ai/data-plane/Azure.AI.Projects/stable/2025-05-01/examples/Datasets_StartPendingUploadVersion_MinimumSet_Gen.json +++ b/specification/ai/data-plane/Azure.AI.Projects/stable/2025-05-01/examples/Datasets_StartPendingUploadVersion_MinimumSet_Gen.json @@ -6,13 +6,13 @@ "name": "esicohztsytnvxxqcpzsxnesug", "version": "rrwerwxmkfuewptwsxeylxrcjkcp", "body": { - "pendingUploadType": "TemporaryBlobReference" + "pendingUploadType": "BlobReference" } }, "responses": { "200": { "body": { - "blobReferenceForConsumption": { + "blobReference": { "blobUri": "wvqzlobwdzstxryhnlqqtvp", "storageAccountArmId": "br", "credential": { @@ -21,7 +21,7 @@ } }, "pendingUploadId": "mdhrbpu", - "pendingUploadType": "TemporaryBlobReference" + "pendingUploadType": "BlobReference" } } } diff --git a/specification/ai/data-plane/Azure.AI.Projects/stable/2025-05-01/examples/Indexes_CreateOrUpdateVersion_MaximumSet_Gen.json b/specification/ai/data-plane/Azure.AI.Projects/stable/2025-05-01/examples/Indexes_CreateOrUpdateVersion_MaximumSet_Gen.json index 925177446e13..c4d4e5e89412 100644 --- a/specification/ai/data-plane/Azure.AI.Projects/stable/2025-05-01/examples/Indexes_CreateOrUpdateVersion_MaximumSet_Gen.json +++ b/specification/ai/data-plane/Azure.AI.Projects/stable/2025-05-01/examples/Indexes_CreateOrUpdateVersion_MaximumSet_Gen.json @@ -7,7 +7,6 @@ "version": "lvwrjftywgtfixhxoxbmcs", "body": { "type": "IndexUpdate", - "stage": "uag", "description": "fvbkomalkxkj", "tags": { "key8738": "gmejegbwwrkawbdxuv" @@ -18,7 +17,6 @@ "200": { "body": { "type": "Index", - "stage": "narfsdjafpvh", "id": "ivqkxhapawoqvjiksau", "name": "mfyjvkkukqfgrzlqtzfbtuldr", "version": "qrygnibzlcruksqvwa" @@ -27,7 +25,6 @@ "201": { "body": { "type": "Index", - "stage": "narfsdjafpvh", "id": "ivqkxhapawoqvjiksau", "name": "mfyjvkkukqfgrzlqtzfbtuldr", "version": "qrygnibzlcruksqvwa" diff --git a/specification/ai/data-plane/Azure.AI.Projects/stable/2025-05-01/examples/Indexes_GetVersion_MaximumSet_Gen.json b/specification/ai/data-plane/Azure.AI.Projects/stable/2025-05-01/examples/Indexes_GetVersion_MaximumSet_Gen.json index b6adf1415eac..641bb03093fa 100644 --- a/specification/ai/data-plane/Azure.AI.Projects/stable/2025-05-01/examples/Indexes_GetVersion_MaximumSet_Gen.json +++ b/specification/ai/data-plane/Azure.AI.Projects/stable/2025-05-01/examples/Indexes_GetVersion_MaximumSet_Gen.json @@ -10,7 +10,6 @@ "200": { "body": { "type": "Index", - "stage": "narfsdjafpvh", "id": "ivqkxhapawoqvjiksau", "name": "mfyjvkkukqfgrzlqtzfbtuldr", "version": "qrygnibzlcruksqvwa" diff --git a/specification/ai/data-plane/Azure.AI.Projects/stable/2025-05-01/examples/Indexes_ListLatest_MaximumSet_Gen.json b/specification/ai/data-plane/Azure.AI.Projects/stable/2025-05-01/examples/Indexes_ListLatest_MaximumSet_Gen.json index 4a6754396c82..1e185187835c 100644 --- a/specification/ai/data-plane/Azure.AI.Projects/stable/2025-05-01/examples/Indexes_ListLatest_MaximumSet_Gen.json +++ b/specification/ai/data-plane/Azure.AI.Projects/stable/2025-05-01/examples/Indexes_ListLatest_MaximumSet_Gen.json @@ -14,7 +14,6 @@ "value": [ { "type": "Index", - "stage": "narfsdjafpvh", "id": "ivqkxhapawoqvjiksau", "name": "mfyjvkkukqfgrzlqtzfbtuldr", "version": "qrygnibzlcruksqvwa" diff --git a/specification/ai/data-plane/Azure.AI.Projects/stable/2025-05-01/examples/Indexes_ListVersions_MaximumSet_Gen.json b/specification/ai/data-plane/Azure.AI.Projects/stable/2025-05-01/examples/Indexes_ListVersions_MaximumSet_Gen.json index 7883b3206847..c2d1bda61ccf 100644 --- a/specification/ai/data-plane/Azure.AI.Projects/stable/2025-05-01/examples/Indexes_ListVersions_MaximumSet_Gen.json +++ b/specification/ai/data-plane/Azure.AI.Projects/stable/2025-05-01/examples/Indexes_ListVersions_MaximumSet_Gen.json @@ -15,7 +15,6 @@ "value": [ { "type": "Index", - "stage": "narfsdjafpvh", "id": "ivqkxhapawoqvjiksau", "name": "mfyjvkkukqfgrzlqtzfbtuldr", "version": "qrygnibzlcruksqvwa" diff --git a/specification/ai/data-plane/Azure.AI.Projects/stable/v1/azure-ai-projects-1dp.json b/specification/ai/data-plane/Azure.AI.Projects/stable/v1/azure-ai-projects-1dp.json index 195635ee0e74..68608cb5a18a 100644 --- a/specification/ai/data-plane/Azure.AI.Projects/stable/v1/azure-ai-projects-1dp.json +++ b/specification/ai/data-plane/Azure.AI.Projects/stable/v1/azure-ai-projects-1dp.json @@ -2101,7 +2101,7 @@ }, "pendingUploadType": { "type": "string", - "description": "TemporaryBlobReference is the only supported type", + "description": "BlobReference is the only supported type", "enum": [ "BlobReference" ], diff --git a/specification/ai/data-plane/Azure.AI.Projects/stable/v1/examples/Datasets_CreateOrUpdateVersion_MaximumSet_Gen.json b/specification/ai/data-plane/Azure.AI.Projects/stable/v1/examples/Datasets_CreateOrUpdateVersion_MaximumSet_Gen.json index fdc318b8ad4c..5d7bc41a8dc0 100644 --- a/specification/ai/data-plane/Azure.AI.Projects/stable/v1/examples/Datasets_CreateOrUpdateVersion_MaximumSet_Gen.json +++ b/specification/ai/data-plane/Azure.AI.Projects/stable/v1/examples/Datasets_CreateOrUpdateVersion_MaximumSet_Gen.json @@ -7,7 +7,6 @@ "version": "utbfmfka", "body": { "type": "DatasetVersionUpdate", - "stage": "ykhrtvapwvcodwckimsobgwdvukw", "description": "grthjigklkewz", "tags": { "key868": "yjmiiufnnccqfiljtndr" @@ -17,10 +16,9 @@ "responses": { "200": { "body": { - "datasetUri": "Replace this value with a string matching RegExp [a-zA-Z0-9_]", + "dataUri": "Replace this value with a string matching RegExp [a-zA-Z0-9_]", "type": "DatasetVersion", "isReference": true, - "stage": "ovzqxbhqhq", "id": "cfgncrzpcpqbpxefd", "name": "zoskzytcqmndtyqwugy", "version": "joegai" @@ -28,10 +26,9 @@ }, "201": { "body": { - "datasetUri": "Replace this value with a string matching RegExp [a-zA-Z0-9_]", + "dataUri": "Replace this value with a string matching RegExp [a-zA-Z0-9_]", "type": "DatasetVersion", "isReference": true, - "stage": "ovzqxbhqhq", "id": "cfgncrzpcpqbpxefd", "name": "zoskzytcqmndtyqwugy", "version": "joegai" diff --git a/specification/ai/data-plane/Azure.AI.Projects/stable/v1/examples/Datasets_CreateOrUpdateVersion_MinimumSet_Gen.json b/specification/ai/data-plane/Azure.AI.Projects/stable/v1/examples/Datasets_CreateOrUpdateVersion_MinimumSet_Gen.json index 717e125e8fc1..d5614dd8f9f2 100644 --- a/specification/ai/data-plane/Azure.AI.Projects/stable/v1/examples/Datasets_CreateOrUpdateVersion_MinimumSet_Gen.json +++ b/specification/ai/data-plane/Azure.AI.Projects/stable/v1/examples/Datasets_CreateOrUpdateVersion_MinimumSet_Gen.json @@ -12,7 +12,7 @@ "responses": { "200": { "body": { - "datasetUri": "Replace this value with a string matching RegExp [a-zA-Z0-9_]", + "dataUri": "Replace this value with a string matching RegExp [a-zA-Z0-9_]", "type": "DatasetVersion", "name": "zoskzytcqmndtyqwugy", "version": "joegai" @@ -20,7 +20,7 @@ }, "201": { "body": { - "datasetUri": "Replace this value with a string matching RegExp [a-zA-Z0-9_]", + "dataUri": "Replace this value with a string matching RegExp [a-zA-Z0-9_]", "type": "DatasetVersion", "name": "zoskzytcqmndtyqwugy", "version": "joegai" diff --git a/specification/ai/data-plane/Azure.AI.Projects/stable/v1/examples/Datasets_GetCredentials_MaximumSet_Gen.json b/specification/ai/data-plane/Azure.AI.Projects/stable/v1/examples/Datasets_GetCredentials_MaximumSet_Gen.json index a65b58a588c3..3a94a266ebd4 100644 --- a/specification/ai/data-plane/Azure.AI.Projects/stable/v1/examples/Datasets_GetCredentials_MaximumSet_Gen.json +++ b/specification/ai/data-plane/Azure.AI.Projects/stable/v1/examples/Datasets_GetCredentials_MaximumSet_Gen.json @@ -10,7 +10,7 @@ "responses": { "200": { "body": { - "blobReferenceForConsumption": { + "blobReference": { "blobUri": "kbodccbnhdznekrtu", "storageAccountArmId": "gcsdeid", "credential": { diff --git a/specification/ai/data-plane/Azure.AI.Projects/stable/v1/examples/Datasets_GetCredentials_MinimumSet_Gen.json b/specification/ai/data-plane/Azure.AI.Projects/stable/v1/examples/Datasets_GetCredentials_MinimumSet_Gen.json index 04278e63d1f0..acaebdaeb748 100644 --- a/specification/ai/data-plane/Azure.AI.Projects/stable/v1/examples/Datasets_GetCredentials_MinimumSet_Gen.json +++ b/specification/ai/data-plane/Azure.AI.Projects/stable/v1/examples/Datasets_GetCredentials_MinimumSet_Gen.json @@ -10,7 +10,7 @@ "responses": { "200": { "body": { - "blobReferenceForConsumption": { + "blobReference": { "blobUri": "kbodccbnhdznekrtu", "storageAccountArmId": "gcsdeid", "credential": { diff --git a/specification/ai/data-plane/Azure.AI.Projects/stable/v1/examples/Datasets_GetVersion_MaximumSet_Gen.json b/specification/ai/data-plane/Azure.AI.Projects/stable/v1/examples/Datasets_GetVersion_MaximumSet_Gen.json index 01e572590dc5..5e8855d2e79b 100644 --- a/specification/ai/data-plane/Azure.AI.Projects/stable/v1/examples/Datasets_GetVersion_MaximumSet_Gen.json +++ b/specification/ai/data-plane/Azure.AI.Projects/stable/v1/examples/Datasets_GetVersion_MaximumSet_Gen.json @@ -9,10 +9,9 @@ "responses": { "200": { "body": { - "datasetUri": "Replace this value with a string matching RegExp [a-zA-Z0-9_]", + "dataUri": "Replace this value with a string matching RegExp [a-zA-Z0-9_]", "type": "DatasetVersion", "isReference": true, - "stage": "ovzqxbhqhq", "id": "cfgncrzpcpqbpxefd", "name": "zoskzytcqmndtyqwugy", "version": "joegai" diff --git a/specification/ai/data-plane/Azure.AI.Projects/stable/v1/examples/Datasets_GetVersion_MinimumSet_Gen.json b/specification/ai/data-plane/Azure.AI.Projects/stable/v1/examples/Datasets_GetVersion_MinimumSet_Gen.json index 103a5ec40cf3..f3295b63731b 100644 --- a/specification/ai/data-plane/Azure.AI.Projects/stable/v1/examples/Datasets_GetVersion_MinimumSet_Gen.json +++ b/specification/ai/data-plane/Azure.AI.Projects/stable/v1/examples/Datasets_GetVersion_MinimumSet_Gen.json @@ -9,7 +9,7 @@ "responses": { "200": { "body": { - "datasetUri": "Replace this value with a string matching RegExp [a-zA-Z0-9_]", + "dataUri": "Replace this value with a string matching RegExp [a-zA-Z0-9_]", "type": "DatasetVersion", "name": "zoskzytcqmndtyqwugy", "version": "joegai" diff --git a/specification/ai/data-plane/Azure.AI.Projects/stable/v1/examples/Datasets_ListLatest_MaximumSet_Gen.json b/specification/ai/data-plane/Azure.AI.Projects/stable/v1/examples/Datasets_ListLatest_MaximumSet_Gen.json index 55f7743c6902..9f3ef0ba4438 100644 --- a/specification/ai/data-plane/Azure.AI.Projects/stable/v1/examples/Datasets_ListLatest_MaximumSet_Gen.json +++ b/specification/ai/data-plane/Azure.AI.Projects/stable/v1/examples/Datasets_ListLatest_MaximumSet_Gen.json @@ -13,10 +13,9 @@ "body": { "value": [ { - "datasetUri": "Replace this value with a string matching RegExp [a-zA-Z0-9_]", + "dataUri": "Replace this value with a string matching RegExp [a-zA-Z0-9_]", "type": "DatasetVersion", "isReference": true, - "stage": "ovzqxbhqhq", "id": "cfgncrzpcpqbpxefd", "name": "zoskzytcqmndtyqwugy", "version": "joegai" diff --git a/specification/ai/data-plane/Azure.AI.Projects/stable/v1/examples/Datasets_ListLatest_MinimumSet_Gen.json b/specification/ai/data-plane/Azure.AI.Projects/stable/v1/examples/Datasets_ListLatest_MinimumSet_Gen.json index 948ca26a188a..31fc6a22a0fb 100644 --- a/specification/ai/data-plane/Azure.AI.Projects/stable/v1/examples/Datasets_ListLatest_MinimumSet_Gen.json +++ b/specification/ai/data-plane/Azure.AI.Projects/stable/v1/examples/Datasets_ListLatest_MinimumSet_Gen.json @@ -9,7 +9,7 @@ "body": { "value": [ { - "datasetUri": "Replace this value with a string matching RegExp [a-zA-Z0-9_]", + "dataUri": "Replace this value with a string matching RegExp [a-zA-Z0-9_]", "type": "DatasetVersion", "name": "zoskzytcqmndtyqwugy", "version": "joegai" diff --git a/specification/ai/data-plane/Azure.AI.Projects/stable/v1/examples/Datasets_ListVersions_MaximumSet_Gen.json b/specification/ai/data-plane/Azure.AI.Projects/stable/v1/examples/Datasets_ListVersions_MaximumSet_Gen.json index 5f6bdfb1ab2f..eea8f66948db 100644 --- a/specification/ai/data-plane/Azure.AI.Projects/stable/v1/examples/Datasets_ListVersions_MaximumSet_Gen.json +++ b/specification/ai/data-plane/Azure.AI.Projects/stable/v1/examples/Datasets_ListVersions_MaximumSet_Gen.json @@ -14,10 +14,9 @@ "body": { "value": [ { - "datasetUri": "Replace this value with a string matching RegExp [a-zA-Z0-9_]", + "dataUri": "Replace this value with a string matching RegExp [a-zA-Z0-9_]", "type": "DatasetVersion", "isReference": true, - "stage": "ovzqxbhqhq", "id": "cfgncrzpcpqbpxefd", "name": "zoskzytcqmndtyqwugy", "version": "joegai" diff --git a/specification/ai/data-plane/Azure.AI.Projects/stable/v1/examples/Datasets_ListVersions_MinimumSet_Gen.json b/specification/ai/data-plane/Azure.AI.Projects/stable/v1/examples/Datasets_ListVersions_MinimumSet_Gen.json index 664c90c1d672..eb947adf9e1c 100644 --- a/specification/ai/data-plane/Azure.AI.Projects/stable/v1/examples/Datasets_ListVersions_MinimumSet_Gen.json +++ b/specification/ai/data-plane/Azure.AI.Projects/stable/v1/examples/Datasets_ListVersions_MinimumSet_Gen.json @@ -10,7 +10,7 @@ "body": { "value": [ { - "datasetUri": "Replace this value with a string matching RegExp [a-zA-Z0-9_]", + "dataUri": "Replace this value with a string matching RegExp [a-zA-Z0-9_]", "type": "DatasetVersion", "name": "zoskzytcqmndtyqwugy", "version": "joegai" diff --git a/specification/ai/data-plane/Azure.AI.Projects/stable/v1/examples/Datasets_StartPendingUploadVersion_MaximumSet_Gen.json b/specification/ai/data-plane/Azure.AI.Projects/stable/v1/examples/Datasets_StartPendingUploadVersion_MaximumSet_Gen.json index b2361fc032f3..dec49019bfd6 100644 --- a/specification/ai/data-plane/Azure.AI.Projects/stable/v1/examples/Datasets_StartPendingUploadVersion_MaximumSet_Gen.json +++ b/specification/ai/data-plane/Azure.AI.Projects/stable/v1/examples/Datasets_StartPendingUploadVersion_MaximumSet_Gen.json @@ -8,13 +8,13 @@ "body": { "pendingUploadId": "gxuutkdhlygsmsbtszqzx", "connectionName": "hsgskbhwucytwglwlm", - "pendingUploadType": "TemporaryBlobReference" + "pendingUploadType": "BlobReference" } }, "responses": { "200": { "body": { - "blobReferenceForConsumption": { + "blobReference": { "blobUri": "kbodccbnhdznekrtu", "storageAccountArmId": "gcsdeid", "credential": { @@ -23,8 +23,8 @@ } }, "pendingUploadId": "qdxymiww", - "datasetVersion": "bofnujdjvnnhjtzzu", - "pendingUploadType": "TemporaryBlobReference" + "version": "bofnujdjvnnhjtzzu", + "pendingUploadType": "BlobReference" } } } diff --git a/specification/ai/data-plane/Azure.AI.Projects/stable/v1/examples/Datasets_StartPendingUploadVersion_MinimumSet_Gen.json b/specification/ai/data-plane/Azure.AI.Projects/stable/v1/examples/Datasets_StartPendingUploadVersion_MinimumSet_Gen.json index bcd3ee591099..8df70d95ceab 100644 --- a/specification/ai/data-plane/Azure.AI.Projects/stable/v1/examples/Datasets_StartPendingUploadVersion_MinimumSet_Gen.json +++ b/specification/ai/data-plane/Azure.AI.Projects/stable/v1/examples/Datasets_StartPendingUploadVersion_MinimumSet_Gen.json @@ -6,13 +6,13 @@ "name": "atopkjwxsjtforndczju", "version": "yftpnjxwjylhixypopcytxd", "body": { - "pendingUploadType": "TemporaryBlobReference" + "pendingUploadType": "BlobReference" } }, "responses": { "200": { "body": { - "blobReferenceForConsumption": { + "blobReference": { "blobUri": "kbodccbnhdznekrtu", "storageAccountArmId": "gcsdeid", "credential": { @@ -21,7 +21,7 @@ } }, "pendingUploadId": "qdxymiww", - "pendingUploadType": "TemporaryBlobReference" + "pendingUploadType": "BlobReference" } } } diff --git a/specification/ai/data-plane/Azure.AI.Projects/stable/v1/examples/Indexes_CreateOrUpdateVersion_MaximumSet_Gen.json b/specification/ai/data-plane/Azure.AI.Projects/stable/v1/examples/Indexes_CreateOrUpdateVersion_MaximumSet_Gen.json index ff3a22cb16ab..af165cd1ed1f 100644 --- a/specification/ai/data-plane/Azure.AI.Projects/stable/v1/examples/Indexes_CreateOrUpdateVersion_MaximumSet_Gen.json +++ b/specification/ai/data-plane/Azure.AI.Projects/stable/v1/examples/Indexes_CreateOrUpdateVersion_MaximumSet_Gen.json @@ -7,7 +7,6 @@ "version": "hxutytnzwioiijfinpdojrnrqhqb", "body": { "type": "IndexUpdate", - "stage": "ephc", "description": "wtjqhnlwihffw", "tags": { "key1654": "aqtywrvy" @@ -18,7 +17,6 @@ "200": { "body": { "type": "Index", - "stage": "ekzfmrqim", "id": "xtjevbrwrwuwkbujuwpq", "name": "wwikvkcdcobt", "version": "swnonkxmjl" @@ -27,7 +25,6 @@ "201": { "body": { "type": "Index", - "stage": "ekzfmrqim", "id": "xtjevbrwrwuwkbujuwpq", "name": "wwikvkcdcobt", "version": "swnonkxmjl" diff --git a/specification/ai/data-plane/Azure.AI.Projects/stable/v1/examples/Indexes_GetVersion_MaximumSet_Gen.json b/specification/ai/data-plane/Azure.AI.Projects/stable/v1/examples/Indexes_GetVersion_MaximumSet_Gen.json index f45394f89cf7..22119a544952 100644 --- a/specification/ai/data-plane/Azure.AI.Projects/stable/v1/examples/Indexes_GetVersion_MaximumSet_Gen.json +++ b/specification/ai/data-plane/Azure.AI.Projects/stable/v1/examples/Indexes_GetVersion_MaximumSet_Gen.json @@ -10,7 +10,6 @@ "200": { "body": { "type": "Index", - "stage": "ekzfmrqim", "id": "xtjevbrwrwuwkbujuwpq", "name": "wwikvkcdcobt", "version": "swnonkxmjl" diff --git a/specification/ai/data-plane/Azure.AI.Projects/stable/v1/examples/Indexes_ListLatest_MaximumSet_Gen.json b/specification/ai/data-plane/Azure.AI.Projects/stable/v1/examples/Indexes_ListLatest_MaximumSet_Gen.json index f46b82f038a6..5a34d862b95c 100644 --- a/specification/ai/data-plane/Azure.AI.Projects/stable/v1/examples/Indexes_ListLatest_MaximumSet_Gen.json +++ b/specification/ai/data-plane/Azure.AI.Projects/stable/v1/examples/Indexes_ListLatest_MaximumSet_Gen.json @@ -14,7 +14,6 @@ "value": [ { "type": "Index", - "stage": "ekzfmrqim", "id": "xtjevbrwrwuwkbujuwpq", "name": "wwikvkcdcobt", "version": "swnonkxmjl" diff --git a/specification/ai/data-plane/Azure.AI.Projects/stable/v1/examples/Indexes_ListVersions_MaximumSet_Gen.json b/specification/ai/data-plane/Azure.AI.Projects/stable/v1/examples/Indexes_ListVersions_MaximumSet_Gen.json index 3efa91a588c9..63e20b44b11a 100644 --- a/specification/ai/data-plane/Azure.AI.Projects/stable/v1/examples/Indexes_ListVersions_MaximumSet_Gen.json +++ b/specification/ai/data-plane/Azure.AI.Projects/stable/v1/examples/Indexes_ListVersions_MaximumSet_Gen.json @@ -15,7 +15,6 @@ "value": [ { "type": "Index", - "stage": "ekzfmrqim", "id": "xtjevbrwrwuwkbujuwpq", "name": "wwikvkcdcobt", "version": "swnonkxmjl"