acr-cli icon indicating copy to clipboard operation
acr-cli copied to clipboard

Abandon the SDK defined in the project in favor of the one found on Azure/azure-sdk-for-go

Open ggonzalere opened this issue 5 years ago • 3 comments

If possible the acr-cli repo should have an external dependency for the SDK instead of having a version autogenerated as part of the source code.

ggonzalere avatar Aug 12 '19 22:08 ggonzalere

Mmm, I'm not sure what that buys us. The cadence for azure-sdk-for-go is much much slower than what the cadence for this project could be. It's kind of nice that this could be a bleeding edge developer tool and we push our swagger changes as needed.

@northtyphoon Thoughts?

juliusl avatar Feb 06 '20 19:02 juliusl

ACR has published a go-sdk and we should be removing the checked in version here.

sajayantony avatar Mar 18 '20 01:03 sajayantony

acr golang sdk is published on https://github.com/Azure/azure-sdk-for-go/tree/main/sdk/containers/azcontainerregistry

northtyphoon avatar Feb 17 '23 03:02 northtyphoon