Skip to content
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

go azure identity is misaligned with az core #783

Closed
Tracked by #1
baywet opened this issue Nov 1, 2021 · 1 comment
Closed
Tracked by #1

go azure identity is misaligned with az core #783

baywet opened this issue Nov 1, 2021 · 1 comment
Assignees
Labels
fixed Go type:bug A broken experience

Comments

@baywet
Copy link
Member

baywet commented Nov 1, 2021

during the "release" of core library we upgraded from azcore 0.19.0 to 0.20.0. However there's no azidentity for that version yet.
The workaround for now is to edit the go mod and replace az identity by

github.com/Azure/azure-sdk-for-go/sdk/azidentity v0.0.0-20211101190130-7f961f26ebb5

We could either:

  • wait for the azure team to release a new and aligned version
  • downgrade to 0.19.0
@baywet baywet added type:bug A broken experience Go labels Nov 1, 2021
@baywet baywet added this to the Community Preview milestone Nov 1, 2021
@baywet baywet self-assigned this Nov 1, 2021
@baywet
Copy link
Member Author

baywet commented Nov 3, 2021

The team released the new version, which addresses the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fixed Go type:bug A broken experience
Projects
None yet
Development

No branches or pull requests

1 participant