Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion specification/ai/Azure.AI.Projects/connections/models.tsp
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,15 @@ namespace Azure.AI.Projects;
@resource("connections")
@added(Versions.v2025_05_01)
model Connection {
@doc("The name of the resource")
@doc("The friendly name of the connection, provided by the user.")
@visibility(Lifecycle.Read)
@key("name")
name: string;

@doc("A unique identifier for the connection, generated by the service")
@visibility(Lifecycle.Read)
id: string;

@doc("Category of the connection")
@visibility(Lifecycle.Read)
type: ConnectionType;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"200": {
"body": {
"name": "obsbzkgcpozwapujpylfjqwqpbeol",
"id": "unique-id",
"type": "AzureOpenAI",
"target": "rkznadqxuwnkbtb",
"isDefault": true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"200": {
"body": {
"name": "obsbzkgcpozwapujpylfjqwqpbeol",
"id": "unique-id",
"type": "AzureOpenAI",
"target": "rkznadqxuwnkbtb",
"isDefault": true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"value": [
{
"name": "obsbzkgcpozwapujpylfjqwqpbeol",
"id": "unique-id",
"type": "AzureOpenAI",
"target": "rkznadqxuwnkbtb",
"isDefault": true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"200": {
"body": {
"name": "cpezssfnwhl",
"id": "unique-id",
"type": "AzureOpenAI",
"target": "gxrgfvtt",
"isDefault": true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"200": {
"body": {
"name": "cpezssfnwhl",
"id": "unique-id",
"type": "AzureOpenAI",
"target": "gxrgfvtt",
"isDefault": true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"value": [
{
"name": "cpezssfnwhl",
"id": "unique-id",
"type": "AzureOpenAI",
"target": "gxrgfvtt",
"isDefault": true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"200": {
"body": {
"name": "we",
"id": "unique-id",
"type": "AzureOpenAI",
"target": "bbzo",
"isDefault": true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"200": {
"body": {
"name": "we",
"id": "unique-id",
"type": "AzureOpenAI",
"target": "bbzo",
"isDefault": true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"value": [
{
"name": "we",
"id": "unique-id",
"type": "AzureOpenAI",
"target": "bbzo",
"isDefault": true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@
{
"name": "name",
"in": "path",
"description": "The name of the resource",
"description": "The friendly name of the connection, provided by the user.",
"required": true,
"type": "string"
},
Expand Down Expand Up @@ -250,7 +250,7 @@
{
"name": "name",
"in": "path",
"description": "The name of the resource",
"description": "The friendly name of the connection, provided by the user.",
"required": true,
"type": "string"
},
Expand Down Expand Up @@ -1985,7 +1985,12 @@
"properties": {
"name": {
"type": "string",
"description": "The name of the resource",
"description": "The friendly name of the connection, provided by the user.",
"readOnly": true
},
"id": {
"type": "string",
"description": "A unique identifier for the connection, generated by the service",
"readOnly": true
},
"type": {
Expand Down Expand Up @@ -2019,6 +2024,7 @@
},
"required": [
"name",
"id",
"type",
"target",
"isDefault",
Expand Down Expand Up @@ -2775,8 +2781,7 @@
"description": "The Connection items on this page",
"items": {
"$ref": "#/definitions/Connection"
},
"x-ms-identifiers": []
}
},
"nextLink": {
"type": "string",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"200": {
"body": {
"name": "cpezssfnwhl",
"id": "unique-id",
"type": "AzureOpenAI",
"target": "gxrgfvtt",
"isDefault": true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"200": {
"body": {
"name": "cpezssfnwhl",
"id": "unique-id",
"type": "AzureOpenAI",
"target": "gxrgfvtt",
"isDefault": true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"value": [
{
"name": "cpezssfnwhl",
"id": "unique-id",
"type": "AzureOpenAI",
"target": "gxrgfvtt",
"isDefault": true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@
{
"name": "name",
"in": "path",
"description": "The name of the resource",
"description": "The friendly name of the connection, provided by the user.",
"required": true,
"type": "string"
},
Expand Down Expand Up @@ -250,7 +250,7 @@
{
"name": "name",
"in": "path",
"description": "The name of the resource",
"description": "The friendly name of the connection, provided by the user.",
"required": true,
"type": "string"
},
Expand Down Expand Up @@ -1284,7 +1284,12 @@
"properties": {
"name": {
"type": "string",
"description": "The name of the resource",
"description": "The friendly name of the connection, provided by the user.",
"readOnly": true
},
"id": {
"type": "string",
"description": "A unique identifier for the connection, generated by the service",
"readOnly": true
},
"type": {
Expand Down Expand Up @@ -1318,6 +1323,7 @@
},
"required": [
"name",
"id",
"type",
"target",
"isDefault",
Expand Down Expand Up @@ -1961,8 +1967,7 @@
"description": "The Connection items on this page",
"items": {
"$ref": "#/definitions/Connection"
},
"x-ms-identifiers": []
}
},
"nextLink": {
"type": "string",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"200": {
"body": {
"name": "obsbzkgcpozwapujpylfjqwqpbeol",
"id": "unique-id",
"type": "AzureOpenAI",
"target": "rkznadqxuwnkbtb",
"isDefault": true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"200": {
"body": {
"name": "obsbzkgcpozwapujpylfjqwqpbeol",
"id": "unique-id",
"type": "AzureOpenAI",
"target": "rkznadqxuwnkbtb",
"isDefault": true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"value": [
{
"name": "obsbzkgcpozwapujpylfjqwqpbeol",
"id": "unique-id",
"type": "AzureOpenAI",
"target": "rkznadqxuwnkbtb",
"isDefault": true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@
{
"name": "name",
"in": "path",
"description": "The name of the resource",
"description": "The friendly name of the connection, provided by the user.",
"required": true,
"type": "string"
},
Expand Down Expand Up @@ -250,7 +250,7 @@
{
"name": "name",
"in": "path",
"description": "The name of the resource",
"description": "The friendly name of the connection, provided by the user.",
"required": true,
"type": "string"
},
Expand Down Expand Up @@ -1284,7 +1284,12 @@
"properties": {
"name": {
"type": "string",
"description": "The name of the resource",
"description": "The friendly name of the connection, provided by the user.",
"readOnly": true
},
"id": {
"type": "string",
"description": "A unique identifier for the connection, generated by the service",
"readOnly": true
},
"type": {
Expand Down Expand Up @@ -1318,6 +1323,7 @@
},
"required": [
"name",
"id",
"type",
"target",
"isDefault",
Expand Down Expand Up @@ -1961,8 +1967,7 @@
"description": "The Connection items on this page",
"items": {
"$ref": "#/definitions/Connection"
},
"x-ms-identifiers": []
}
},
"nextLink": {
"type": "string",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"200": {
"body": {
"name": "we",
"id": "unique-id",
"type": "AzureOpenAI",
"target": "bbzo",
"isDefault": true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"200": {
"body": {
"name": "we",
"id": "unique-id",
"type": "AzureOpenAI",
"target": "bbzo",
"isDefault": true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"value": [
{
"name": "we",
"id": "unique-id",
"type": "AzureOpenAI",
"target": "bbzo",
"isDefault": true,
Expand Down
Loading