Skip to content

Commit

Permalink
Merge pull request #63063 from feiskyer/azure-new-sdk
Browse files Browse the repository at this point in the history
Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>.

Upgrade Azure Go SDK to stable version

**What this PR does / why we need it**:

Kubernetes is using a beta version of Azure Go SDK now. If there are bugs in them, it's hard to upgrade because Azure Go SDK won't release new patches for pre-released SDK versions. We should upgrade Go SDK to stable version (e.g. v14.6.0)

Refer #62249

Refer Azure/azure-sdk-for-go#1586

**Which issue(s) this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close the issue(s) when PR gets merged)*:
Fixes #63056

**Special notes for your reviewer**:

This PR includes changes in #61972, but with a newer go-autorest version.

**Release note**:

```release-note
Upgrade Azure Go SDK to stable version (v14.6.0)
```

Kubernetes-commit: cc845246e4afe82271d4f8160badbe11f4c7a929
  • Loading branch information
k8s-publishing-bot committed Apr 26, 2018
2 parents 3447287 + e6f1c09 commit e18ef65
Show file tree
Hide file tree
Showing 16 changed files with 733 additions and 285 deletions.
116 changes: 58 additions & 58 deletions Godeps/Godeps.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion plugin/pkg/client/auth/azure/azure.go
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ func (ts *azureTokenSource) refreshToken(token *azureToken) (*azureToken, error)
}

return &azureToken{
token: spt.Token,
token: spt.Token(),
clientID: token.clientID,
tenantID: token.tenantID,
apiserverID: token.apiserverID,
Expand Down
19 changes: 12 additions & 7 deletions vendor/github.com/Azure/go-autorest/autorest/adal/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 0 additions & 20 deletions vendor/github.com/Azure/go-autorest/autorest/adal/msi.go

This file was deleted.

25 changes: 0 additions & 25 deletions vendor/github.com/Azure/go-autorest/autorest/adal/msi_windows.go

This file was deleted.

Loading

0 comments on commit e18ef65

Please sign in to comment.