-
Notifications
You must be signed in to change notification settings - Fork 432
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[WIP] Convert natgateways and vnetpeerings services to SDK v2 #3410
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/retitle [WIP] Convert natgateways and vnetpeerings services to SDK v2 |
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #3410 +/- ##
==========================================
- Coverage 51.63% 51.19% -0.44%
==========================================
Files 182 183 +1
Lines 18066 18221 +155
==========================================
Hits 9329 9329
- Misses 8210 8365 +155
Partials 527 527
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report in Codecov by Sentry. |
4abc8a1
to
fb61432
Compare
/close These services seem to be implemented in ASO. My bad for not digging deeper! (No worries, I like to code.) I'll keep this around locally as a POC, but I'm closing it to simplify maintainer life. When we figure out the actual services required to be implemented in SDK v2 (if any) I'll open a new PR. |
@mboersma: Closed this PR. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
What type of PR is this?
/kind feature
What this PR does / why we need it:
Converts the natgateways and vnetpeerings services to use azure-sdk-for-go v2. Also adds the
asyncpoller
framework to support this, which is a variant ofasync
that works with the new SDK.Which issue(s) this PR fixes:
Refs #3409
Special notes for your reviewer:
TODOs:
Release note: