-
Notifications
You must be signed in to change notification settings - Fork 3.5k
'az image create' should fail if image name already exists #5172
Copy link
Copy link
Open
Labels
Computeaz vm/vmss/image/disk/snapshotaz vm/vmss/image/disk/snapshotCompute-cliService AttentionThis issue is responsible by Azure service team.This issue is responsible by Azure service team.act-observability-squadcustomer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.
Description
Activity
Metadata
Metadata
Assignees
Labels
Computeaz vm/vmss/image/disk/snapshotaz vm/vmss/image/disk/snapshotCompute-cliService AttentionThis issue is responsible by Azure service team.This issue is responsible by Azure service team.act-observability-squadcustomer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.
When running
az image create, if an image with the same name already exists it should fail.What happens today is that the image is not created, but the command finishes successfully and shows the info of the old image.
Environment summary