Probably more a question than an issue... when trying to delete some old tags within az acr repository client, doesn't work and I don't get any response from az acr client.
The command I'm using:
az acr repository delete -n myacr --resource-group=myrg --repository myrepo --tag mytag --manifest -y
If I don't pass the --manifest param the tag gets deleted but I don't get free space... when passing --manifest as param some times it deletes the image (and I get free space) and sometimes it gets 'freeze', don't get any response, the tag isn't deleted and my script fails... Happens to me with many tags... i'm missing something or it's an acr bug?
I don't find any suitable doc that can help me to understand what happens with this tags, if anyone here can help..
Probably more a question than an issue... when trying to delete some old tags within az acr repository client, doesn't work and I don't get any response from az acr client.
The command I'm using:
az acr repository delete -n myacr --resource-group=myrg --repository myrepo --tag mytag --manifest -yIf I don't pass the --manifest param the tag gets deleted but I don't get free space... when passing --manifest as param some times it deletes the image (and I get free space) and sometimes it gets 'freeze', don't get any response, the tag isn't deleted and my script fails... Happens to me with many tags... i'm missing something or it's an acr bug?
I don't find any suitable doc that can help me to understand what happens with this tags, if anyone here can help..