cluster-api-provider-azure: Azure/go-autorest will soon be unsupported
/kind deprecation /priority important-soon
Related to the SDK v2 transition, the Azure/go-autorest
library will go out of support on March 31, 2023. CAPZ should find alternatives to those modules–see here for an example of replacing to.StringPtr()
and friends.
About this issue
- Original URL
- State: open
- Created a year ago
- Comments: 17 (17 by maintainers)
Should we maybe start with the
to.*Ptr
type calls since we’ll have to do that regardless of SDK track 2 vs. ASO stuff? that can be its own PR. Then we can evaluate moving async services separately./assign
I’m psyched to work on it but since it’s also intertwined with our async framework it will be more work than just replacing our
to.StringPtr()
-type calls.