Skip to content

Commit 09edce1

Browse files
committed
[azure.ai.agents] Registry update for 1.0.0-beta.9
1 parent b34af63 commit 09edce1

2 files changed

Lines changed: 96 additions & 1 deletion

File tree

cli/azd/cmd/testdata/TestFigSpec.ts

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -892,7 +892,7 @@ const completionSpec: Fig.Spec = {
892892
},
893893
{
894894
name: ['--infra'],
895-
description: 'Eject infrastructure-as-code from azure.yaml into ./infra/. A bare --infra ejects Bicep; --infra=terraform ejects Terraform and sets infra.provider: terraform; --infra=bicep is explicit Bicep. When azure.yaml already exists, runs as a standalone eject and skips the init prompts.',
895+
description: 'Eject infrastructure-as-code from azure.yaml into ./infra/. A bare --infra ejects Bicep; --infra=terraform ejects Terraform and sets infra.provider: terraform; --infra=bicep is explicit Bicep. When azure.yaml already declares a Foundry project service, runs as a standalone eject and skips the init prompts; otherwise init runs first and the eject follows it.',
896896
args: [
897897
{
898898
name: 'infra',
@@ -1460,6 +1460,15 @@ const completionSpec: Fig.Spec = {
14601460
},
14611461
],
14621462
},
1463+
{
1464+
name: ['--inspector-port'],
1465+
description: 'Port the Agent Inspector UI listens on (default: 8087)',
1466+
args: [
1467+
{
1468+
name: 'inspector-port',
1469+
},
1470+
],
1471+
},
14631472
{
14641473
name: ['--no-client'],
14651474
description: 'Do not open the local client (Agent Inspector or Playground)',

cli/azd/extensions/registry.json

Lines changed: 86 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5848,6 +5848,92 @@
58485848
"version": "~1.0.0-beta.3"
58495849
}
58505850
]
5851+
},
5852+
{
5853+
"version": "1.0.0-beta.9",
5854+
"requiredAzdVersion": ">=1.27.1",
5855+
"capabilities": [
5856+
"custom-commands",
5857+
"lifecycle-events",
5858+
"mcp-server",
5859+
"service-target-provider",
5860+
"metadata"
5861+
],
5862+
"providers": [
5863+
{
5864+
"name": "azure.ai.agent",
5865+
"type": "service-target",
5866+
"description": "Deploys agents to the Foundry Agent Service"
5867+
}
5868+
],
5869+
"usage": "azd ai agent <command> [options]",
5870+
"examples": [
5871+
{
5872+
"name": "init",
5873+
"description": "Initialize a new AI agent project.",
5874+
"usage": "azd ai agent init"
5875+
}
5876+
],
5877+
"artifacts": {
5878+
"darwin/amd64": {
5879+
"checksum": {
5880+
"algorithm": "sha256",
5881+
"value": "f0750469a17c7370534db21d5542eb9241f2ffc1093361bf373b5ef71ff43c1f"
5882+
},
5883+
"entryPoint": "azure-ai-agents-darwin-amd64",
5884+
"url": "https://github.com/Azure/azure-dev/releases/download/azd-ext-azure-ai-agents_1.0.0-beta.9/azure-ai-agents-darwin-amd64.zip"
5885+
},
5886+
"darwin/arm64": {
5887+
"checksum": {
5888+
"algorithm": "sha256",
5889+
"value": "777f7ff54d5250e43a677c1437b09c319a7a15c03a4199e911ed68b773483353"
5890+
},
5891+
"entryPoint": "azure-ai-agents-darwin-arm64",
5892+
"url": "https://github.com/Azure/azure-dev/releases/download/azd-ext-azure-ai-agents_1.0.0-beta.9/azure-ai-agents-darwin-arm64.zip"
5893+
},
5894+
"linux/amd64": {
5895+
"checksum": {
5896+
"algorithm": "sha256",
5897+
"value": "300511403053d18a225f0edc081fb711410c5295081969650508408d9a637030"
5898+
},
5899+
"entryPoint": "azure-ai-agents-linux-amd64",
5900+
"url": "https://github.com/Azure/azure-dev/releases/download/azd-ext-azure-ai-agents_1.0.0-beta.9/azure-ai-agents-linux-amd64.tar.gz"
5901+
},
5902+
"linux/arm64": {
5903+
"checksum": {
5904+
"algorithm": "sha256",
5905+
"value": "99fe87ce417604aaef6875340d5d54489e00c3fbabb63d4dd1eee12665b8c5b0"
5906+
},
5907+
"entryPoint": "azure-ai-agents-linux-arm64",
5908+
"url": "https://github.com/Azure/azure-dev/releases/download/azd-ext-azure-ai-agents_1.0.0-beta.9/azure-ai-agents-linux-arm64.tar.gz"
5909+
},
5910+
"windows/amd64": {
5911+
"checksum": {
5912+
"algorithm": "sha256",
5913+
"value": "f6edc3824bda915b9d4b0810b879cadb3d0a4817e8e3b8039ccb17c330e7feff"
5914+
},
5915+
"entryPoint": "azure-ai-agents-windows-amd64.exe",
5916+
"url": "https://github.com/Azure/azure-dev/releases/download/azd-ext-azure-ai-agents_1.0.0-beta.9/azure-ai-agents-windows-amd64.zip"
5917+
},
5918+
"windows/arm64": {
5919+
"checksum": {
5920+
"algorithm": "sha256",
5921+
"value": "45e86a44dd39b1163b3584d6396348173ced3891b4ec4a29d39a721d8a7201c5"
5922+
},
5923+
"entryPoint": "azure-ai-agents-windows-arm64.exe",
5924+
"url": "https://github.com/Azure/azure-dev/releases/download/azd-ext-azure-ai-agents_1.0.0-beta.9/azure-ai-agents-windows-arm64.zip"
5925+
}
5926+
},
5927+
"dependencies": [
5928+
{
5929+
"id": "azure.ai.inspector",
5930+
"version": "~1.0.0-beta.1"
5931+
},
5932+
{
5933+
"id": "azure.ai.projects",
5934+
"version": "~1.0.0-beta.3"
5935+
}
5936+
]
58515937
}
58525938
]
58535939
},

0 commit comments

Comments
 (0)