Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
281 changes: 118 additions & 163 deletions cli/azd/cmd/testdata/TestFigSpec.ts

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion cli/azd/cmd/testdata/TestUsage-azd-ai-agent.snap
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

Ship agents with Microsoft Foundry from your terminal. (Preview)
Ship agents with Microsoft Foundry from your terminal. (Beta)

Usage
azd ai agent [flags]
Expand Down
2 changes: 1 addition & 1 deletion cli/azd/cmd/testdata/TestUsage-azd-ai-connection.snap
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

Manage Microsoft Foundry Connections from your terminal. (Preview)
Manage Microsoft Foundry Connections from your terminal. (Beta)

Usage
azd ai connection [flags]
Expand Down
2 changes: 1 addition & 1 deletion cli/azd/cmd/testdata/TestUsage-azd-ai-inspector.snap
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

Browser-based inspector UI for locally running Foundry agents. (Preview)
Browser-based inspector UI for locally running Foundry agents. (Beta)

Usage
azd ai inspector [flags]
Expand Down
2 changes: 1 addition & 1 deletion cli/azd/cmd/testdata/TestUsage-azd-ai-project.snap
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

Manage Microsoft Foundry Project resources from your terminal. (Preview)
Manage Microsoft Foundry Project resources from your terminal. (Beta)

Usage
azd ai project [flags]
Expand Down
2 changes: 1 addition & 1 deletion cli/azd/cmd/testdata/TestUsage-azd-ai-routine.snap
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

Manage Microsoft Foundry Routines from your terminal. (Preview)
Manage Microsoft Foundry Routines from your terminal. (Beta)

Usage
azd ai routine [flags]
Expand Down
2 changes: 1 addition & 1 deletion cli/azd/cmd/testdata/TestUsage-azd-ai-skill.snap
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

Manage Microsoft Foundry skills (reusable agent behavioral guidelines) from your terminal. (Preview)
Manage Microsoft Foundry skills (reusable agent behavioral guidelines) from your terminal. (Beta)

Usage
azd ai skill [flags]
Expand Down
2 changes: 1 addition & 1 deletion cli/azd/cmd/testdata/TestUsage-azd-ai-toolbox.snap
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

Manage Microsoft Foundry Toolboxes from your terminal. (Preview)
Manage Microsoft Foundry Toolboxes from your terminal. (Beta)

Usage
azd ai toolbox [flags]
Expand Down
14 changes: 7 additions & 7 deletions cli/azd/cmd/testdata/TestUsage-azd-ai.snap
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ Usage
azd ai [command]

Available Commands
agent : Ship agents with Microsoft Foundry from your terminal. (Preview)
connection : Manage Microsoft Foundry Connections from your terminal. (Preview)
agent : Ship agents with Microsoft Foundry from your terminal. (Beta)
connection : Manage Microsoft Foundry Connections from your terminal. (Beta)
finetuning : Extension for Foundry Fine Tuning. (Preview)
inspector : Browser-based inspector UI for locally running Foundry agents. (Preview)
inspector : Browser-based inspector UI for locally running Foundry agents. (Beta)
models : Extension for managing custom models in Azure AI Foundry. (Preview)
project : Manage Microsoft Foundry Project resources from your terminal. (Preview)
routine : Manage Microsoft Foundry Routines from your terminal. (Preview)
skill : Manage Microsoft Foundry skills (reusable agent behavioral guidelines) from your terminal. (Preview)
toolbox : Manage Microsoft Foundry Toolboxes from your terminal. (Preview)
project : Manage Microsoft Foundry Project resources from your terminal. (Beta)
routine : Manage Microsoft Foundry Routines from your terminal. (Beta)
skill : Manage Microsoft Foundry skills (reusable agent behavioral guidelines) from your terminal. (Beta)
toolbox : Manage Microsoft Foundry Toolboxes from your terminal. (Beta)

Global Flags
-C, --cwd string : Sets the current working directory.
Expand Down
Loading
Loading