Commit fa0b362
fix: remove redundant --registry flag from az acr import
When --source already contains the full registry hostname (e.g.
ecsdevacr.azurecr.io/image:tag), the --registry flag is redundant
and az acr import emits a WARNING that it will be ignored.
Drop --registry to eliminate the noise.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent ffaa95d commit fa0b362
1 file changed
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
189 | 189 | | |
190 | 190 | | |
191 | 191 | | |
192 | | - | |
193 | 192 | | |
194 | 193 | | |
195 | 194 | | |
| |||
0 commit comments