-
Notifications
You must be signed in to change notification settings - Fork 39.8k
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
Upgrade go-autorest to v11.1.2 #77070
Conversation
according to Azure/go-autorest#357 (comment), this was fixed in v11.3.2, not v11.1.2 |
ah, nevermind, I see v11.1.2 was a special backport patch release - https://github.com/Azure/go-autorest/releases/tag/v11.1.2 |
/approve will leave lgtm to @andyzhangx |
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
Looks legit :) does not add anything new.
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: feiskyer, liggitt 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 |
oops need to let @andyzhangx take a look /hold |
thanks for all the effort to get these fixes in a non-disruptive way |
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
/test pull-kubernetes-e2e-aks-engine-azure
/hold cancel |
What type of PR is this?
/kind bug
What this PR does / why we need it:
According to Azure/go-autorest#357, the timeout set in context doesn't take effect and 15min is always used for long running operations.
This PR upgradse the version of go-autorest to 11.1.2 so as to fix the issue.
Which issue(s) this PR fixes:
Fixes #75579
Special notes for your reviewer:
Does this PR introduce a user-facing change?:
/priority important-soon
/assign @liggitt @andyzhangx