Skip to content
Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,7 @@ public sealed class SubscriptionListCommand(ILogger<SubscriptionListCommand> log
public override string Name => "list";

public override string Description =>
$"""
List all Azure subscriptions accessible to your account. Optionally specify {OptionDefinitions.Common.TenantName}
and {OptionDefinitions.Common.AuthMethodName}. Results include subscription names and IDs, returned as a JSON array.
""";

"List all or current subscriptions for an account in Azure; returns subscriptionId, displayName, state, tenantId, and isDefault. Use for scope selection in governance, policy, access, cost management, or deployment.";
public override string Title => CommandTitle;

public override ToolMetadata Metadata => new()
Expand Down