Skip to content
Open
Changes from 2 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 notice 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

Your service description will soon be required to convert from OpenAPI to TypeSpec. See https://aka.ms/azsdk/typespec.
"swagger": "2.0",
"info": {
"title": "CognitiveServicesManagementClient",
Expand Down Expand Up @@ -5413,7 +5413,7 @@
"200": {
"description": "Success",
"schema": {
"$ref": "#/definitions/CapabilityHostResourceArmPaginatedResult"
"$ref": "#/definitions/CapabilityHostArmPaginatedResult"
}
},
"default": {
Expand Down Expand Up @@ -5531,7 +5531,7 @@
"responses": {
"200": {
"description": "Success",
"schema": {

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

View workflow job for this annotation

GitHub Actions / Swagger SemanticValidation - Analyze Code

UNRESOLVABLE_REFERENCE: Reference could not be resolved: #/definitions/CapabilityHostResource
"$ref": "#/definitions/CapabilityHostResource"
}
},
Expand Down Expand Up @@ -5659,7 +5659,7 @@
"200": {
"description": "Success",
"schema": {
"$ref": "#/definitions/ProjectCapabilityHostResourceArmPaginatedResult"
"$ref": "#/definitions/ProjectCapabilityHostArmPaginatedResult"
}
},
"default": {
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 @@ -7250,7 +7250,7 @@
"200": {
"description": "Success",
"schema": {
"$ref": "#/definitions/AgentDeploymentResourceArmPaginatedResult"
"$ref": "#/definitions/AgentDeploymentArmPaginatedResult"
}
},
"default": {
Expand Down Expand Up @@ -10308,7 +10308,7 @@
},
"RaiBlocklistItemsBulkDeleteRequest": {
"description": "The list of Cognitive Services RaiBlocklist Items Names.",
"type": "object",
"type": "array",
"items": {
"type": "string"
}
Expand Down Expand Up @@ -11929,7 +11929,7 @@
}
}
},
"CapabilityHostResourceArmPaginatedResult": {
"CapabilityHostArmPaginatedResult": {
"description": "A paginated list of Capability Host entities.",
"type": "object",
"properties": {
Expand All @@ -11942,14 +11942,14 @@
"description": "An array of objects of type Capability Host.",
"type": "array",
"items": {
"$ref": "#/definitions/CapabilityHostResource"
"$ref": "#/definitions/CapabilityHost"
},
"x-nullable": true
}
},
"additionalProperties": false
},
"ProjectCapabilityHostResourceArmPaginatedResult": {
"ProjectCapabilityHostArmPaginatedResult": {
"description": "A paginated list of Project Capability Host entities.",
"type": "object",
"properties": {
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 @@ -12108,7 +12107,7 @@
},
"additionalProperties": false
},
"ProjectCapabilityHostResource": {
"ProjectCapabilityHost": {
"description": "Azure Resource Manager resource envelope for Project CapabilityHost.",
"required": [
"properties"
Expand All @@ -12122,13 +12121,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 @@ -12774,7 +12772,7 @@
"modelAsString": true
}
},
"AgentApplicationResource": {
"AgentApplication": {
"description": "Agent Application resource",
"required": [
"properties"
Expand All @@ -12788,10 +12786,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 +12804,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 +12825,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 +12843,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,13 +12864,12 @@
"properties": {
"properties": {
"description": "[Required] Additional attributes of the entity.",
"$ref": "#/definitions/AgentDeployment"
"$ref": "#/definitions/AgentDeploymentProperties"
}
},
"x-ms-client-name": "AgentDeployment",
"additionalProperties": false
},
"AgentDeploymentResourceArmPaginatedResult": {
"AgentDeploymentArmPaginatedResult": {
"description": "A paginated list of Agent Deployment entities.",
"type": "object",
"properties": {
Expand All @@ -12887,14 +12882,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 Down Expand Up @@ -12954,7 +12949,7 @@
},
"additionalProperties": false
},
"AgentDeployment": {
"AgentDeploymentProperties": {
"description": "Type representing an agent deployment as a management construct.",
"type": "object",
"discriminator": "deploymentType",
Expand Down Expand Up @@ -13052,7 +13047,7 @@
},
"additionalProperties": false
},
"AgentReference": {
"AgentReferenceProperties": {
"description": "Type modeling a reference to a version of an agent definition.",
"type": "object",
"properties": {
Expand Down
Loading