Skip to content

Commit 751a3e7

Browse files
Publish azure.ai.agents v0.1.20-preview to registry (#7487)
Add version 0.1.20-preview of the azure.ai.agents extension to the official registry. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 5f989ee commit 751a3e7

2 files changed

Lines changed: 89 additions & 4 deletions

File tree

cli/azd/cmd/testdata/TestFigSpec.ts

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -278,11 +278,20 @@ const completionSpec: Fig.Spec = {
278278
description: 'Send a message to your agent.',
279279
options: [
280280
{
281-
name: ['--conversation'],
281+
name: ['--conversation-id'],
282282
description: 'Explicit conversation ID override',
283283
args: [
284284
{
285-
name: 'conversation',
285+
name: 'conversation-id',
286+
},
287+
],
288+
},
289+
{
290+
name: ['--input-file', '-f'],
291+
description: 'Path to a file whose contents are sent as the request body',
292+
args: [
293+
{
294+
name: 'input-file',
286295
},
287296
],
288297
},
@@ -308,11 +317,11 @@ const completionSpec: Fig.Spec = {
308317
],
309318
},
310319
{
311-
name: ['--session', '-s'],
320+
name: ['--session-id', '-s'],
312321
description: 'Explicit session ID override',
313322
args: [
314323
{
315-
name: 'session',
324+
name: 'session-id',
316325
},
317326
],
318327
},

cli/azd/extensions/registry.json

Lines changed: 76 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3025,6 +3025,82 @@
30253025
"url": "https://github.com/Azure/azure-dev/releases/download/azd-ext-azure-ai-agents_0.1.19-preview/azure-ai-agents-windows-arm64.zip"
30263026
}
30273027
}
3028+
},
3029+
{
3030+
"version": "0.1.20-preview",
3031+
"requiredAzdVersion": "\u003e1.23.6",
3032+
"capabilities": [
3033+
"custom-commands",
3034+
"lifecycle-events",
3035+
"mcp-server",
3036+
"service-target-provider",
3037+
"metadata"
3038+
],
3039+
"providers": [
3040+
{
3041+
"name": "azure.ai.agent",
3042+
"type": "service-target",
3043+
"description": "Deploys agents to the Foundry Agent Service"
3044+
}
3045+
],
3046+
"usage": "azd ai agent \u003ccommand\u003e [options]",
3047+
"examples": [
3048+
{
3049+
"name": "init",
3050+
"description": "Initialize a new AI agent project.",
3051+
"usage": "azd ai agent init"
3052+
}
3053+
],
3054+
"artifacts": {
3055+
"darwin/amd64": {
3056+
"checksum": {
3057+
"algorithm": "sha256",
3058+
"value": "7ebdead1c9f6a5e4ed4ecb619654d7cd2167043207d545f2340285b5bf73896e"
3059+
},
3060+
"entryPoint": "azure-ai-agents-darwin-amd64",
3061+
"url": "https://github.com/Azure/azure-dev/releases/download/azd-ext-azure-ai-agents_0.1.20-preview/azure-ai-agents-darwin-amd64.zip"
3062+
},
3063+
"darwin/arm64": {
3064+
"checksum": {
3065+
"algorithm": "sha256",
3066+
"value": "27deab2e9eeb91d34e3c7a6767bdaa62b5ee69ed766f1029dbb4d51b025cd2db"
3067+
},
3068+
"entryPoint": "azure-ai-agents-darwin-arm64",
3069+
"url": "https://github.com/Azure/azure-dev/releases/download/azd-ext-azure-ai-agents_0.1.20-preview/azure-ai-agents-darwin-arm64.zip"
3070+
},
3071+
"linux/amd64": {
3072+
"checksum": {
3073+
"algorithm": "sha256",
3074+
"value": "5888303efb6e2d67e41b5d78d592b4a8d3097077e6f20267a87d0ea88bd0a438"
3075+
},
3076+
"entryPoint": "azure-ai-agents-linux-amd64",
3077+
"url": "https://github.com/Azure/azure-dev/releases/download/azd-ext-azure-ai-agents_0.1.20-preview/azure-ai-agents-linux-amd64.tar.gz"
3078+
},
3079+
"linux/arm64": {
3080+
"checksum": {
3081+
"algorithm": "sha256",
3082+
"value": "973c938ed1945e745337495978262b13f5fb8aa64718f75f7411669aba713db5"
3083+
},
3084+
"entryPoint": "azure-ai-agents-linux-arm64",
3085+
"url": "https://github.com/Azure/azure-dev/releases/download/azd-ext-azure-ai-agents_0.1.20-preview/azure-ai-agents-linux-arm64.tar.gz"
3086+
},
3087+
"windows/amd64": {
3088+
"checksum": {
3089+
"algorithm": "sha256",
3090+
"value": "d41544242411dd4b9f2bfca45e66717740ca5ec324de22e45ff1551d71ee74b5"
3091+
},
3092+
"entryPoint": "azure-ai-agents-windows-amd64.exe",
3093+
"url": "https://github.com/Azure/azure-dev/releases/download/azd-ext-azure-ai-agents_0.1.20-preview/azure-ai-agents-windows-amd64.zip"
3094+
},
3095+
"windows/arm64": {
3096+
"checksum": {
3097+
"algorithm": "sha256",
3098+
"value": "5f18fae3cc684582b2cd87262c51fad69db16d6514d792f117b2c0f0d831d701"
3099+
},
3100+
"entryPoint": "azure-ai-agents-windows-arm64.exe",
3101+
"url": "https://github.com/Azure/azure-dev/releases/download/azd-ext-azure-ai-agents_0.1.20-preview/azure-ai-agents-windows-arm64.zip"
3102+
}
3103+
}
30283104
}
30293105
]
30303106
},

0 commit comments

Comments
 (0)