Skip to content
Merged
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
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{

Check warning on line 1 in specification/cognitiveservices/resource-manager/Microsoft.CognitiveServices/preview/2025-10-01-preview/cognitiveservices.json

View workflow job for this annotation

GitHub Actions / TypeSpec Requirement

WARNING: This PR uses OpenAPI / Swagger. All Azure services are required to convert to TypeSpec by March 30, 2026. PRs not using TypeSpec will be blocked after that date. Starting July 1, 2026, all SDKs will be generated from TypeSpec as the autorest toolchain is being retired. Please reach out to tspconversion@service.microsoft.com with any questions and see http://aka.ms/azsdk/typespec for more details on TypeSpec.
"swagger": "2.0",
"info": {
"title": "CognitiveServicesManagementClient",
Expand Down Expand Up @@ -5532,7 +5532,7 @@
"200": {
"description": "Success",
"schema": {
"$ref": "#/definitions/CapabilityHostResource"
"$ref": "#/definitions/CapabilityHost"
}
},
"default": {
Expand Down Expand Up @@ -5582,21 +5582,21 @@
"description": "CapabilityHost definition.",
"required": true,
"schema": {
"$ref": "#/definitions/CapabilityHostResource"
"$ref": "#/definitions/CapabilityHost"
}
}
],
"responses": {
"200": {
"description": "Create or update request is successful.",
"schema": {
"$ref": "#/definitions/CapabilityHostResource"
"$ref": "#/definitions/CapabilityHost"
}
},
"201": {
"description": "Created",
"schema": {
"$ref": "#/definitions/CapabilityHostResource"
"$ref": "#/definitions/CapabilityHost"
},
"headers": {
"x-ms-async-operation-timeout": {
Expand Down Expand Up @@ -5784,7 +5784,7 @@
"200": {
"description": "Success",
"schema": {
"$ref": "#/definitions/ProjectCapabilityHostResource"
"$ref": "#/definitions/ProjectCapabilityHost"
}
},
"default": {
Expand Down Expand Up @@ -5837,21 +5837,21 @@
"description": "CapabilityHost definition.",
"required": true,
"schema": {
"$ref": "#/definitions/ProjectCapabilityHostResource"
"$ref": "#/definitions/ProjectCapabilityHost"
}
}
],
"responses": {
"200": {
"description": "Create or update request is successful.",
"schema": {
"$ref": "#/definitions/ProjectCapabilityHostResource"
"$ref": "#/definitions/ProjectCapabilityHost"
}
},
"201": {
"description": "Created",
"schema": {
"$ref": "#/definitions/ProjectCapabilityHostResource"
"$ref": "#/definitions/ProjectCapabilityHost"
},
"headers": {
"x-ms-async-operation-timeout": {
Expand Down Expand Up @@ -6919,7 +6919,7 @@
"200": {
"description": "Success",
"schema": {
"$ref": "#/definitions/AgentApplicationResource"
"$ref": "#/definitions/AgentApplication"
}
},
"default": {
Expand Down Expand Up @@ -6977,21 +6977,21 @@
"description": "Agent Application definition object.",
"required": true,
"schema": {
"$ref": "#/definitions/AgentApplicationResource"
"$ref": "#/definitions/AgentApplication"
}
}
],
"responses": {
"200": {
"description": "Create or update request is successful.",
"schema": {
"$ref": "#/definitions/AgentApplicationResource"
"$ref": "#/definitions/AgentApplication"
}
},
"201": {
"description": "Created",
"schema": {
"$ref": "#/definitions/AgentApplicationResource"
"$ref": "#/definitions/AgentApplication"
},
"headers": {
"x-ms-async-operation-timeout": {
Expand Down Expand Up @@ -7374,7 +7374,7 @@
"200": {
"description": "Success",
"schema": {
"$ref": "#/definitions/AgentDeploymentResource"
"$ref": "#/definitions/AgentDeployment"
}
},
"default": {
Expand Down Expand Up @@ -7430,21 +7430,21 @@
"description": "Agent Deployment definition object.",
"required": true,
"schema": {
"$ref": "#/definitions/AgentDeploymentResource"
"$ref": "#/definitions/AgentDeployment"
}
}
],
"responses": {
"200": {
"description": "Create or update request is successful.",
"schema": {
"$ref": "#/definitions/AgentDeploymentResource"
"$ref": "#/definitions/AgentDeployment"
}
},
"201": {
"description": "Created",
"schema": {
"$ref": "#/definitions/AgentDeploymentResource"
"$ref": "#/definitions/AgentDeployment"
},
"headers": {
"x-ms-async-operation-timeout": {
Expand Down Expand Up @@ -11942,7 +11942,7 @@
"description": "An array of objects of type Capability Host.",
"type": "array",
"items": {
"$ref": "#/definitions/CapabilityHostResource"
"$ref": "#/definitions/CapabilityHost"
},
"x-nullable": true
}
Expand All @@ -11962,14 +11962,14 @@
"description": "An array of objects of type Project Capability Host.",
"type": "array",
"items": {
"$ref": "#/definitions/ProjectCapabilityHostResource"
"$ref": "#/definitions/ProjectCapabilityHost"
},
"x-nullable": true
}
},
"additionalProperties": false
},
"CapabilityHostResource": {
"CapabilityHost": {
"description": "Azure Resource Manager resource envelope.",
"required": [
"properties"
Expand All @@ -11983,13 +11983,12 @@
"properties": {
"properties": {
"description": "[Required] Additional attributes of the entity.",
"$ref": "#/definitions/CapabilityHost"
"$ref": "#/definitions/CapabilityHostProperties"
}
},
"x-ms-client-name": "CapabilityHost",
"additionalProperties": false
},
"CapabilityHost": {
"CapabilityHostProperties": {
"type": "object",
"allOf": [
{
Expand Down Expand Up @@ -12051,7 +12050,6 @@
"description": "Whether public hosting environment is enabled for the capability host"
}
},
"x-ms-client-name": "CapabilityHostProperties",
"additionalProperties": false
},
"CapabilityHostProvisioningState": {
Expand Down Expand Up @@ -12108,7 +12106,7 @@
},
"additionalProperties": false
},
"ProjectCapabilityHostResource": {
"ProjectCapabilityHost": {
"description": "Azure Resource Manager resource envelope for Project CapabilityHost.",
"required": [
"properties"
Expand All @@ -12122,13 +12120,12 @@
"properties": {
"properties": {
"description": "[Required] Additional attributes of the entity.",
"$ref": "#/definitions/ProjectCapabilityHost"
"$ref": "#/definitions/ProjectCapabilityHostProperties"
}
},
"x-ms-client-name": "ProjectCapabilityHost",
"additionalProperties": false
},
"ProjectCapabilityHost": {
"ProjectCapabilityHostProperties": {
"type": "object",
"properties": {
"aiServicesConnections": {
Expand Down Expand Up @@ -12172,7 +12169,6 @@
]
}
},
"x-ms-client-name": "ProjectCapabilityHostProperties",
"additionalProperties": false
},
"ResourceBase": {
Expand Down Expand Up @@ -12774,7 +12770,7 @@
"modelAsString": true
}
},
"AgentApplicationResource": {
"AgentApplication": {
"description": "Agent Application resource",
"required": [
"properties"
Expand All @@ -12788,10 +12784,9 @@
"properties": {
"properties": {
"description": "[Required] Additional attributes of the entity.",
"$ref": "#/definitions/AgenticApplication"
"$ref": "#/definitions/AgenticApplicationProperties"
}
},
"x-ms-client-name": "AgentApplication",
"additionalProperties": false
},
"AgentApplicationResourceArmPaginatedResult": {
Expand All @@ -12807,14 +12802,14 @@
"description": "An array of objects of type Agent Application.",
"type": "array",
"items": {
"$ref": "#/definitions/AgentApplicationResource"
"$ref": "#/definitions/AgentApplication"
},
"x-nullable": true
}
},
"additionalProperties": false
},
"AgentReferenceResource": {
"AgentReference": {
"description": "Agent Reference resource",
"required": [
"properties"
Expand All @@ -12828,10 +12823,9 @@
"properties": {
"properties": {
"description": "[Required] Additional attributes of the entity.",
"$ref": "#/definitions/AgentReference"
"$ref": "#/definitions/AgentReferenceProperties"
}
},
"x-ms-client-name": "AgentReference",
"additionalProperties": false
},
"AgentReferenceResourceArmPaginatedResult": {
Expand All @@ -12847,14 +12841,14 @@
"description": "An array of objects of type Agent Reference.",
"type": "array",
"items": {
"$ref": "#/definitions/AgentReferenceResource"
"$ref": "#/definitions/AgentReference"
},
"x-nullable": true
}
},
"additionalProperties": false
},
"AgentDeploymentResource": {
"AgentDeployment": {
"description": "Agent Deployment resource",
"required": [
"properties"
Expand All @@ -12868,10 +12862,9 @@
"properties": {
"properties": {
"description": "[Required] Additional attributes of the entity.",
"$ref": "#/definitions/AgentDeployment"
"$ref": "#/definitions/AgentDeploymentProperties"
}
},
"x-ms-client-name": "AgentDeployment",
"additionalProperties": false
},
"AgentDeploymentResourceArmPaginatedResult": {
Expand All @@ -12887,14 +12880,14 @@
"description": "An array of objects of type Agent Deployment.",
"type": "array",
"items": {
"$ref": "#/definitions/AgentDeploymentResource"
"$ref": "#/definitions/AgentDeployment"
},
"x-nullable": true
}
},
"additionalProperties": false
},
"AgenticApplication": {
"AgenticApplicationProperties": {
"description": "Resource type representing an agentic application as a management construct.",
"type": "object",
"allOf": [
Expand All @@ -12917,7 +12910,7 @@
"description": "The list of agent definitions comprising this application, returned as references to the objects under the parent project; use this to obtain a flat list of all agent-version pairs represented by this application.",
"type": "array",
"items": {
"$ref": "#/definitions/AgentReference"
"$ref": "#/definitions/AgentReferenceProperties"
},
"x-nullable": true
},
Expand Down Expand Up @@ -12954,7 +12947,7 @@
},
"additionalProperties": false
},
"AgentDeployment": {
"AgentDeploymentProperties": {
"description": "Type representing an agent deployment as a management construct.",
"type": "object",
"discriminator": "deploymentType",
Expand Down Expand Up @@ -13022,7 +13015,7 @@
"x-ms-discriminator-value": "Managed",
"allOf": [
{
"$ref": "#/definitions/AgentDeployment"
"$ref": "#/definitions/AgentDeploymentProperties"
}
],
"additionalProperties": false
Expand All @@ -13033,7 +13026,7 @@
"x-ms-discriminator-value": "Hosted",
"allOf": [
{
"$ref": "#/definitions/AgentDeployment"
"$ref": "#/definitions/AgentDeploymentProperties"
}
],
"properties": {
Expand All @@ -13052,7 +13045,7 @@
},
"additionalProperties": false
},
"AgentReference": {
"AgentReferenceProperties": {
"description": "Type modeling a reference to a version of an agent definition.",
"type": "object",
"properties": {
Expand All @@ -13074,7 +13067,7 @@
"type": "object",
"allOf": [
{
"$ref": "#/definitions/AgentReference"
"$ref": "#/definitions/AgentReferenceProperties"
}
],
"properties": {
Expand Down
Loading