-
Notifications
You must be signed in to change notification settings - Fork 121
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
Bugfix/azure sdk updates #261
Bugfix/azure sdk updates #261
Conversation
- Concurrent resource deletion (NIC / disk) where possible - Ensure 'x-ms-request-id' header is logged in case of API failures.
- This is a merge conflict resolution - Poweroff is no longer done for Azure VMs before deletion - Improved log messages
8c97a3b
to
3254a35
Compare
3254a35
to
c5dd7ea
Compare
c2221d6
to
69989f4
Compare
Hi @chgeuer , I ran into a bug while testing where the following line ran into a NPE -
From what I understand, the response could be nil in case of errors like - machine-controller-manager/vendor/github.com/Azure/go-autorest/autorest/azure/async.go Line 351 in c5dd7ea
I have made these changes to fix them, please provide your feedback on them as well. Regards, |
Sorry, was OOF last week, and pretty unresponsive… Looks good to me. Is there anything I need to do? |
Not an issue. No just wanted to make sure that you have a look at it :) I shall do one last round of tests, and merge it soon. Nothing else is needed from your side. Thank for you the PR. Regards, |
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.
Overall looks good to me. I ran the integration test locally for azure and seems to be passing.
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
What this PR does / why we need it:
Which issue(s) this PR fixes:
Fixes #258
Special notes for your reviewer:
Release note:
Change credits: @chgeuer