You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.',
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.',
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
+
},
1450
1535
{
1451
1536
name: ['run'],
1452
1537
description: 'Run your agent locally for development.',
0 commit comments