Skip to content

Commit dfa92c7

Browse files
authored
Re-emit from latest TypeSpec, resolve some arch board review comments (#43859)
1 parent 4712be1 commit dfa92c7

21 files changed

+261
-2594
lines changed

sdk/ai/azure-ai-projects/apiview-properties.json

Lines changed: 9 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@
77
"azure.ai.projects.models.AgentClusterInsightResult": "Azure.AI.Projects.AgentClusterInsightResult",
88
"azure.ai.projects.models.InsightRequest": "Azure.AI.Projects.InsightRequest",
99
"azure.ai.projects.models.AgentClusterInsightsRequest": "Azure.AI.Projects.AgentClusterInsightsRequest",
10-
"azure.ai.projects.models.AgentContainerObject": "Azure.AI.Projects.AgentContainerObject",
11-
"azure.ai.projects.models.AgentContainerOperationError": "Azure.AI.Projects.AgentContainerOperationError",
12-
"azure.ai.projects.models.AgentContainerOperationObject": "Azure.AI.Projects.AgentContainerOperationObject",
1310
"azure.ai.projects.models.AgentDefinition": "Azure.AI.Projects.AgentDefinition",
1411
"azure.ai.projects.models.BaseCredentials": "Azure.AI.Projects.BaseCredentials",
1512
"azure.ai.projects.models.AgenticIdentityCredentials": "Azure.AI.Projects.AgenticIdentityCredentials",
@@ -108,7 +105,7 @@
108105
"azure.ai.projects.models.DatasetVersion": "Azure.AI.Projects.DatasetVersion",
109106
"azure.ai.projects.models.DeleteAgentResponse": "Azure.AI.Projects.DeleteAgentResponse",
110107
"azure.ai.projects.models.DeleteAgentVersionResponse": "Azure.AI.Projects.DeleteAgentVersionResponse",
111-
"azure.ai.projects.models.DeleteMemoryStoreResponse": "Azure.AI.Projects.DeleteMemoryStoreResponse",
108+
"azure.ai.projects.models.DeleteMemoryStoreResult": "Azure.AI.Projects.DeleteMemoryStoreResponse",
112109
"azure.ai.projects.models.Deployment": "Azure.AI.Projects.Deployment",
113110
"azure.ai.projects.models.EmbeddingConfiguration": "Azure.AI.Projects.EmbeddingConfiguration",
114111
"azure.ai.projects.models.EntraIDCredentials": "Azure.AI.Projects.EntraIDCredentials",
@@ -198,14 +195,14 @@
198195
"azure.ai.projects.models.MemoryStoreDefinition": "Azure.AI.Projects.MemoryStoreDefinition",
199196
"azure.ai.projects.models.MemoryStoreDefaultDefinition": "Azure.AI.Projects.MemoryStoreDefaultDefinition",
200197
"azure.ai.projects.models.MemoryStoreDefaultOptions": "Azure.AI.Projects.MemoryStoreDefaultOptions",
201-
"azure.ai.projects.models.MemoryStoreDeleteScopeResponse": "Azure.AI.Projects.MemoryStoreDeleteScopeResponse",
198+
"azure.ai.projects.models.MemoryStoreDeleteScopeResult": "Azure.AI.Projects.MemoryStoreDeleteScopeResponse",
202199
"azure.ai.projects.models.MemoryStoreObject": "Azure.AI.Projects.MemoryStoreObject",
203200
"azure.ai.projects.models.MemoryStoreOperationUsage": "Azure.AI.Projects.MemoryStoreOperationUsage",
204201
"azure.ai.projects.models.MemoryStoreOperationUsageInputTokensDetails": "Azure.AI.Projects.MemoryStoreOperationUsage.input_tokens_details.anonymous",
205202
"azure.ai.projects.models.MemoryStoreOperationUsageOutputTokensDetails": "Azure.AI.Projects.MemoryStoreOperationUsage.output_tokens_details.anonymous",
206-
"azure.ai.projects.models.MemoryStoreSearchResponse": "Azure.AI.Projects.MemoryStoreSearchResponse",
207-
"azure.ai.projects.models.MemoryStoreUpdateResponse": "Azure.AI.Projects.MemoryStoreUpdateResponse",
208-
"azure.ai.projects.models.MemoryStoreUpdateResult": "Azure.AI.Projects.MemoryStoreUpdateResult",
203+
"azure.ai.projects.models.MemoryStoreSearchResult": "Azure.AI.Projects.MemoryStoreSearchResponse",
204+
"azure.ai.projects.models.MemoryStoreUpdateCompletedResult": "Azure.AI.Projects.MemoryStoreUpdateCompletedResult",
205+
"azure.ai.projects.models.MemoryStoreUpdateResult": "Azure.AI.Projects.MemoryStoreUpdateResponse",
209206
"azure.ai.projects.models.MicrosoftFabricAgentTool": "Azure.AI.Projects.MicrosoftFabricAgentTool",
210207
"azure.ai.projects.models.ModelDeployment": "Azure.AI.Projects.ModelDeployment",
211208
"azure.ai.projects.models.ModelDeploymentSku": "Azure.AI.Projects.Sku",
@@ -352,8 +349,6 @@
352349
"azure.ai.projects.models.LocationType": "OpenAI.LocationType",
353350
"azure.ai.projects.models.ReasoningEffort": "OpenAI.ReasoningEffort",
354351
"azure.ai.projects.models.ResponseTextFormatConfigurationType": "OpenAI.ResponseTextFormatConfigurationType",
355-
"azure.ai.projects.models.AgentContainerOperationStatus": "Azure.AI.Projects.AgentContainerOperationStatus",
356-
"azure.ai.projects.models.AgentContainerStatus": "Azure.AI.Projects.AgentContainerStatus",
357352
"azure.ai.projects.models.MemoryStoreKind": "Azure.AI.Projects.MemoryStoreKind",
358353
"azure.ai.projects.models.MemoryItemKind": "Azure.AI.Projects.MemoryItemKind",
359354
"azure.ai.projects.models.ItemType": "OpenAI.ItemType",
@@ -397,8 +392,8 @@
397392
"azure.ai.projects.models.ToolChoiceObjectType": "OpenAI.ToolChoiceObjectType",
398393
"azure.ai.projects.models.ResponseErrorCode": "OpenAI.ResponseErrorCode",
399394
"azure.ai.projects.models.ResponseStreamEventType": "OpenAI.ResponseStreamEventType",
400-
"azure.ai.projects.operations.AgentsOperations.retrieve": "Azure.AI.Projects.Agents.getAgent",
401-
"azure.ai.projects.aio.operations.AgentsOperations.retrieve": "Azure.AI.Projects.Agents.getAgent",
395+
"azure.ai.projects.operations.AgentsOperations.get": "Azure.AI.Projects.Agents.getAgent",
396+
"azure.ai.projects.aio.operations.AgentsOperations.get": "Azure.AI.Projects.Agents.getAgent",
402397
"azure.ai.projects.operations.AgentsOperations.create": "Azure.AI.Projects.Agents.createAgent",
403398
"azure.ai.projects.aio.operations.AgentsOperations.create": "Azure.AI.Projects.Agents.createAgent",
404399
"azure.ai.projects.operations.AgentsOperations.update": "Azure.AI.Projects.Agents.updateAgent",
@@ -415,28 +410,12 @@
415410
"azure.ai.projects.aio.operations.AgentsOperations.create_version": "Azure.AI.Projects.Agents.createAgentVersion",
416411
"azure.ai.projects.operations.AgentsOperations.create_version_from_manifest": "Azure.AI.Projects.Agents.createAgentVersionFromManifest",
417412
"azure.ai.projects.aio.operations.AgentsOperations.create_version_from_manifest": "Azure.AI.Projects.Agents.createAgentVersionFromManifest",
418-
"azure.ai.projects.operations.AgentsOperations.retrieve_version": "Azure.AI.Projects.Agents.getAgentVersion",
419-
"azure.ai.projects.aio.operations.AgentsOperations.retrieve_version": "Azure.AI.Projects.Agents.getAgentVersion",
413+
"azure.ai.projects.operations.AgentsOperations.get_version": "Azure.AI.Projects.Agents.getAgentVersion",
414+
"azure.ai.projects.aio.operations.AgentsOperations.get_version": "Azure.AI.Projects.Agents.getAgentVersion",
420415
"azure.ai.projects.operations.AgentsOperations.delete_version": "Azure.AI.Projects.Agents.deleteAgentVersion",
421416
"azure.ai.projects.aio.operations.AgentsOperations.delete_version": "Azure.AI.Projects.Agents.deleteAgentVersion",
422417
"azure.ai.projects.operations.AgentsOperations.list_versions": "Azure.AI.Projects.Agents.listAgentVersions",
423418
"azure.ai.projects.aio.operations.AgentsOperations.list_versions": "Azure.AI.Projects.Agents.listAgentVersions",
424-
"azure.ai.projects.operations.AgentsOperations.start_container": "Azure.AI.Projects.Agents.startAgentContainer",
425-
"azure.ai.projects.aio.operations.AgentsOperations.start_container": "Azure.AI.Projects.Agents.startAgentContainer",
426-
"azure.ai.projects.operations.AgentsOperations.update_container": "Azure.AI.Projects.Agents.updateAgentContainer",
427-
"azure.ai.projects.aio.operations.AgentsOperations.update_container": "Azure.AI.Projects.Agents.updateAgentContainer",
428-
"azure.ai.projects.operations.AgentsOperations.stop_container": "Azure.AI.Projects.Agents.stopAgentContainer",
429-
"azure.ai.projects.aio.operations.AgentsOperations.stop_container": "Azure.AI.Projects.Agents.stopAgentContainer",
430-
"azure.ai.projects.operations.AgentsOperations.delete_container": "Azure.AI.Projects.Agents.deleteAgentContainer",
431-
"azure.ai.projects.aio.operations.AgentsOperations.delete_container": "Azure.AI.Projects.Agents.deleteAgentContainer",
432-
"azure.ai.projects.operations.AgentsOperations.retrieve_container": "Azure.AI.Projects.Agents.getAgentContainer",
433-
"azure.ai.projects.aio.operations.AgentsOperations.retrieve_container": "Azure.AI.Projects.Agents.getAgentContainer",
434-
"azure.ai.projects.operations.AgentsOperations.retrieve_container_operation": "Azure.AI.Projects.Agents.getAgentContainerOperation",
435-
"azure.ai.projects.aio.operations.AgentsOperations.retrieve_container_operation": "Azure.AI.Projects.Agents.getAgentContainerOperation",
436-
"azure.ai.projects.operations.AgentsOperations.list_container_operations": "Azure.AI.Projects.Agents.listAgentContainerOperations",
437-
"azure.ai.projects.aio.operations.AgentsOperations.list_container_operations": "Azure.AI.Projects.Agents.listAgentContainerOperations",
438-
"azure.ai.projects.operations.AgentsOperations.list_version_container_operations": "Azure.AI.Projects.Agents.listAgentVersionContainerOperations",
439-
"azure.ai.projects.aio.operations.AgentsOperations.list_version_container_operations": "Azure.AI.Projects.Agents.listAgentVersionContainerOperations",
440419
"azure.ai.projects.operations.MemoryStoresOperations.create": "Azure.AI.Projects.MemoryStores.createMemoryStore",
441420
"azure.ai.projects.aio.operations.MemoryStoresOperations.create": "Azure.AI.Projects.MemoryStores.createMemoryStore",
442421
"azure.ai.projects.operations.MemoryStoresOperations.update": "Azure.AI.Projects.MemoryStores.updateMemoryStore",

0 commit comments

Comments
 (0)