Skip to content

Commit bde2204

Browse files
authored
[azure.ai.agents] Registry update for 1.0.0-beta.10 (#9592)
1 parent 947d8a3 commit bde2204

2 files changed

Lines changed: 173 additions & 2 deletions

File tree

cli/azd/cmd/testdata/TestFigSpec.ts

Lines changed: 87 additions & 2 deletions
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 declares a Foundry project service, runs as a standalone eject and skips the init prompts; otherwise init runs first and the eject follows it.',
895+
description: 'Eject infrastructure-as-code from azure.yaml. Existing infrastructure is preserved and Foundry files are generated as a separate infra/foundry layer. A bare --infra ejects Bicep; --infra=terraform ejects Terraform and sets the Foundry layer provider to terraform; Bicep keeps the microsoft.foundry provider. --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',
@@ -910,7 +910,7 @@ const completionSpec: Fig.Spec = {
910910
},
911911
{
912912
name: ['--model'],
913-
description: 'Name of the AI model to deploy. Defaults to \'gpt-5.4-mini\' during interactive model selection; required to deploy a new model with --no-prompt. If --model-deployment is also provided, --model-deployment takes precedence',
913+
description: 'Name of the AI model to deploy. Defaults to \'gpt-5.4-mini\' during interactive model selection; required to deploy a new model with --no-prompt. If --model-deployment is also provided, --model-deployment takes precedence.',
914914
args: [
915915
{
916916
name: 'model',
@@ -1447,6 +1447,91 @@ const completionSpec: Fig.Spec = {
14471447
},
14481448
],
14491449
},
1450+
{
1451+
name: ['pack'],
1452+
description: 'Build a ready-to-sideload Teams app package for an activity agent.',
1453+
options: [
1454+
{
1455+
name: ['--app-version'],
1456+
description: 'Version stamped into the Teams app manifest',
1457+
args: [
1458+
{
1459+
name: 'app-version',
1460+
},
1461+
],
1462+
},
1463+
{
1464+
name: ['--display-name'],
1465+
description: 'Display name for the Teams app (defaults to the agent name)',
1466+
args: [
1467+
{
1468+
name: 'display-name',
1469+
},
1470+
],
1471+
},
1472+
{
1473+
name: ['--output-dir'],
1474+
description: 'Directory to write appPackage.zip to (defaults to the agent source directory)',
1475+
args: [
1476+
{
1477+
name: 'output-dir',
1478+
},
1479+
],
1480+
},
1481+
{
1482+
name: ['--scope'],
1483+
description: 'Publish scope for the package (personal: per-user sideload (no admin approval required); shared: shareable link distribution (no tenant-admin approval required); tenant: organization-wide catalog (requires IT-admin approval))',
1484+
args: [
1485+
{
1486+
name: 'scope',
1487+
},
1488+
],
1489+
},
1490+
],
1491+
},
1492+
{
1493+
name: ['publish'],
1494+
description: 'Publish an activity agent as a Teams app to the Microsoft 365 store.',
1495+
options: [
1496+
{
1497+
name: ['--app-version'],
1498+
description: 'Version stamped into the Teams app manifest',
1499+
args: [
1500+
{
1501+
name: 'app-version',
1502+
},
1503+
],
1504+
},
1505+
{
1506+
name: ['--display-name'],
1507+
description: 'Display name for the Teams app (defaults to the agent name)',
1508+
args: [
1509+
{
1510+
name: 'display-name',
1511+
},
1512+
],
1513+
},
1514+
{
1515+
name: ['--output', '-o'],
1516+
description: 'The output format',
1517+
args: [
1518+
{
1519+
name: 'output',
1520+
suggestions: ['json', 'none'],
1521+
},
1522+
],
1523+
},
1524+
{
1525+
name: ['--scope'],
1526+
description: 'Publish scope (shared: shareable link distribution (no tenant-admin approval required); tenant: organization-wide catalog (requires IT-admin approval; alias: org))',
1527+
args: [
1528+
{
1529+
name: 'scope',
1530+
},
1531+
],
1532+
},
1533+
],
1534+
},
14501535
{
14511536
name: ['run'],
14521537
description: 'Run your agent locally for development.',

cli/azd/extensions/registry.json

Lines changed: 86 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6024,6 +6024,92 @@
60246024
"version": "~1.0.0-beta.3"
60256025
}
60266026
]
6027+
},
6028+
{
6029+
"version": "1.0.0-beta.10",
6030+
"requiredAzdVersion": ">=1.31.1",
6031+
"capabilities": [
6032+
"custom-commands",
6033+
"lifecycle-events",
6034+
"mcp-server",
6035+
"service-target-provider",
6036+
"metadata"
6037+
],
6038+
"providers": [
6039+
{
6040+
"name": "azure.ai.agent",
6041+
"type": "service-target",
6042+
"description": "Deploys agents to the Foundry Agent Service"
6043+
}
6044+
],
6045+
"usage": "azd ai agent <command> [options]",
6046+
"examples": [
6047+
{
6048+
"name": "init",
6049+
"description": "Initialize a new AI agent project.",
6050+
"usage": "azd ai agent init"
6051+
}
6052+
],
6053+
"artifacts": {
6054+
"darwin/amd64": {
6055+
"checksum": {
6056+
"algorithm": "sha256",
6057+
"value": "bdc2f83502be38c92ad264e0c8e300beb511014a7bcb77de99954a8444719ddf"
6058+
},
6059+
"entryPoint": "azure-ai-agents-darwin-amd64",
6060+
"url": "https://github.com/Azure/azure-dev/releases/download/azd-ext-azure-ai-agents_1.0.0-beta.10/azure-ai-agents-darwin-amd64.zip"
6061+
},
6062+
"darwin/arm64": {
6063+
"checksum": {
6064+
"algorithm": "sha256",
6065+
"value": "af90540774422ad225e96b5ece39a83413e0f9667c1cd2b8b04f2102f5e6562e"
6066+
},
6067+
"entryPoint": "azure-ai-agents-darwin-arm64",
6068+
"url": "https://github.com/Azure/azure-dev/releases/download/azd-ext-azure-ai-agents_1.0.0-beta.10/azure-ai-agents-darwin-arm64.zip"
6069+
},
6070+
"linux/amd64": {
6071+
"checksum": {
6072+
"algorithm": "sha256",
6073+
"value": "0a2d2220839b20546933790ebf095ef341aba74eaf24236dd6d5f095e2157ff0"
6074+
},
6075+
"entryPoint": "azure-ai-agents-linux-amd64",
6076+
"url": "https://github.com/Azure/azure-dev/releases/download/azd-ext-azure-ai-agents_1.0.0-beta.10/azure-ai-agents-linux-amd64.tar.gz"
6077+
},
6078+
"linux/arm64": {
6079+
"checksum": {
6080+
"algorithm": "sha256",
6081+
"value": "ec177532b81436a188e0edefebc346818e5d3d21b3e4160005cc6dd18e733d5b"
6082+
},
6083+
"entryPoint": "azure-ai-agents-linux-arm64",
6084+
"url": "https://github.com/Azure/azure-dev/releases/download/azd-ext-azure-ai-agents_1.0.0-beta.10/azure-ai-agents-linux-arm64.tar.gz"
6085+
},
6086+
"windows/amd64": {
6087+
"checksum": {
6088+
"algorithm": "sha256",
6089+
"value": "c68a04dcf0b22b8754ad20e2cfdd14afddcb0d9ed2e515db07195414b682d419"
6090+
},
6091+
"entryPoint": "azure-ai-agents-windows-amd64.exe",
6092+
"url": "https://github.com/Azure/azure-dev/releases/download/azd-ext-azure-ai-agents_1.0.0-beta.10/azure-ai-agents-windows-amd64.zip"
6093+
},
6094+
"windows/arm64": {
6095+
"checksum": {
6096+
"algorithm": "sha256",
6097+
"value": "0ba001f05c1438d1ac8b3637b2985badb218d06103a2eda84dc281cf42a92255"
6098+
},
6099+
"entryPoint": "azure-ai-agents-windows-arm64.exe",
6100+
"url": "https://github.com/Azure/azure-dev/releases/download/azd-ext-azure-ai-agents_1.0.0-beta.10/azure-ai-agents-windows-arm64.zip"
6101+
}
6102+
},
6103+
"dependencies": [
6104+
{
6105+
"id": "azure.ai.inspector",
6106+
"version": "~1.0.0-beta.1"
6107+
},
6108+
{
6109+
"id": "azure.ai.projects",
6110+
"version": "~1.0.0-beta.6"
6111+
}
6112+
]
60276113
}
60286114
]
60296115
},

0 commit comments

Comments
 (0)