-
Notifications
You must be signed in to change notification settings - Fork 3.4k
az repos create and delete operations arguments are inconsistent #27818
Copy link
Copy link
Open
Labels
Auto-AssignAuto assign by botAuto assign by botAuto-ResolveAuto resolve by botAuto resolve by botDevOpsService AttentionThis issue is responsible by Azure service team.This issue is responsible by Azure service team.act-platform-engineering-squadbugThis issue requires a change to an existing behavior in the product in order to be resolved.This issue requires a change to an existing behavior in the product in order to be resolved.customer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.
Metadata
Metadata
Assignees
Labels
Auto-AssignAuto assign by botAuto assign by botAuto-ResolveAuto resolve by botAuto resolve by botDevOpsService AttentionThis issue is responsible by Azure service team.This issue is responsible by Azure service team.act-platform-engineering-squadbugThis issue requires a change to an existing behavior in the product in order to be resolved.This issue requires a change to an existing behavior in the product in order to be resolved.customer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.
Describe the bug
For creation:
az repos create --name [--detect {false, true}] [--open] [--org] [--project]For deletion:
az repos delete --id [--detect {false, true}] [--org] [--project] [--yes]the delete operation should also expect a
--nameinstead of an--idEnvironment Summary
{ "azure-cli": "2.46.0", "azure-cli-core": "2.46.0", "azure-cli-telemetry": "1.0.8", "extensions": { "alertsmanagement": "0.2.2", "azure-devops": "0.26.0" } }