diff --git a/specification/ai/Azure.AI.Projects/connections/models.tsp b/specification/ai/Azure.AI.Projects/connections/models.tsp index ae8f3615236c..000960253525 100644 --- a/specification/ai/Azure.AI.Projects/connections/models.tsp +++ b/specification/ai/Azure.AI.Projects/connections/models.tsp @@ -15,7 +15,7 @@ namespace Azure.AI.Projects; model Connection { @doc("The name of the resource") @visibility(Lifecycle.Read) - @key("connectionName") + @key("name") name: string; @doc("Category of the connection") diff --git a/specification/ai/data-plane/Azure.AI.Projects/preview/2025-05-01-preview/azure-ai-projects-1dp.json b/specification/ai/data-plane/Azure.AI.Projects/preview/2025-05-01-preview/azure-ai-projects-1dp.json index ec1097d400e1..0135ef7e34dd 100644 --- a/specification/ai/data-plane/Azure.AI.Projects/preview/2025-05-01-preview/azure-ai-projects-1dp.json +++ b/specification/ai/data-plane/Azure.AI.Projects/preview/2025-05-01-preview/azure-ai-projects-1dp.json @@ -429,7 +429,7 @@ } } }, - "/connections/{connectionName}": { + "/connections/{name}": { "get": { "operationId": "Connections_Get", "description": "Get a connection by name.", @@ -438,7 +438,7 @@ "$ref": "#/parameters/Azure.Core.Foundations.ApiVersionParameter" }, { - "name": "connectionName", + "name": "name", "in": "path", "description": "The name of the resource", "required": true,