Azure.AI.Projects (stable:v1)

2025/07/30 • 4 updated methods

Datasets_GetVersion (updated)
Description Get the specific version of the DatasetVersion. The service returns 404 Not Found error if the DatasetVersion does not exist.
Reference Link ¶

⚶ Changes

{
  "#id": "Datasets_GetVersion",
  "Description": {
    "new": "Get the specific version of the DatasetVersion. The service returns 404 Not Found error if the DatasetVersion does not exist.",
    "old": "Get the specific version of the DatasetVersion"
  }
}

⚼ Request

GET:  /datasets/{name}/versions/{version}
{
api-version: string ,
name: string ,
version: string ,
}

⚐ Response (200)

{
dataUri: string ,
type: enum ,
isReference: boolean ,
connectionName: string ,
id: string ,
name: string ,
version: string ,
description: string ,
tags: object ,
}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
innererror:
{
code: string ,
innererror: string ,
}
,
}
,
}
,
}
Datasets_DeleteVersion (updated)
Description Delete the specific version of the DatasetVersion. The service returns 204 No Content if the DatasetVersion was deleted successfully or if the DatasetVersion does not exist.
Reference Link ¶

⚶ Changes

{
  "#id": "Datasets_DeleteVersion",
  "Description": {
    "new": "Delete the specific version of the DatasetVersion. The service returns 204 No Content if the DatasetVersion was deleted successfully or if the DatasetVersion does not exist.",
    "old": "Delete the specific version of the DatasetVersion"
  }
}

⚼ Request

DELETE:  /datasets/{name}/versions/{version}
{
api-version: string ,
name: string ,
version: string ,
}

⚐ Response (204)

{}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
innererror:
{
code: string ,
innererror: string ,
}
,
}
,
}
,
}
Indexes_GetVersion (updated)
Description Get the specific version of the Index. The service returns 404 Not Found error if the Index does not exist.
Reference Link ¶

⚶ Changes

{
  "#id": "Indexes_GetVersion",
  "Description": {
    "new": "Get the specific version of the Index. The service returns 404 Not Found error if the Index does not exist.",
    "old": "Get the specific version of the Index"
  }
}

⚼ Request

GET:  /indexes/{name}/versions/{version}
{
api-version: string ,
name: string ,
version: string ,
}

⚐ Response (200)

{
type: enum ,
id: string ,
name: string ,
version: string ,
description: string ,
tags: object ,
}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
innererror:
{
code: string ,
innererror: string ,
}
,
}
,
}
,
}
Indexes_DeleteVersion (updated)
Description Delete the specific version of the Index. The service returns 204 No Content if the Index was deleted successfully or if the Index does not exist.
Reference Link ¶

⚶ Changes

{
  "#id": "Indexes_DeleteVersion",
  "Description": {
    "new": "Delete the specific version of the Index. The service returns 204 No Content if the Index was deleted successfully or if the Index does not exist.",
    "old": "Delete the specific version of the Index"
  }
}

⚼ Request

DELETE:  /indexes/{name}/versions/{version}
{
api-version: string ,
name: string ,
version: string ,
}

⚐ Response (204)

{}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
innererror:
{
code: string ,
innererror: string ,
}
,
}
,
}
,
}