-
Notifications
You must be signed in to change notification settings - Fork 430
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
Convert various references to SDKv2 #3992
Conversation
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #3992 +/- ##
==========================================
- Coverage 56.50% 56.48% -0.02%
==========================================
Files 191 191
Lines 19498 19490 -8
==========================================
- Hits 11017 11009 -8
Misses 7844 7844
Partials 637 637
☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
@@ -160,9 +161,9 @@ func (s *Service) getVMSSPrincipalID(ctx context.Context) (*string, error) { | |||
if err != nil { | |||
return nil, errors.Wrap(err, "failed to get principal ID for VMSS") | |||
} | |||
resultVMSS, ok := resultVMSSIface.(compute.VirtualMachineScaleSet) | |||
resultVMSS, ok := resultVMSSIface.(armcompute.VirtualMachineScaleSet) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are tests failing on main without this change now that scalesets are using SDK v2?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
They haven't, no, which is...interesting. Let's see if they pass here.
LGTM label has been added. Git tree hash: 5e346f4144db7ce3949ae7181128ac006ce705b9
|
/retest |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: CecileRobertMichon The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
What type of PR is this?
/kind cleanup
What this PR does / why we need it:
Converts several references to SDKv1 to azure-sdk-for-go version 2.
Which issue(s) this PR fixes:
Refs #3409
Special notes for your reviewer:
TODOs:
Release note: