Skip to content

Fetching packages results in the old sdk being downloaded #19881

Open

Description

A go get on azidentity should not pull down the v1 sdk.

go get github.com/Azure/azure-sdk-for-go/sdk/azidentity

Result is:

go: downloading github.com/Azure/azure-sdk-for-go v68.0.0+incompatible
go: downloading github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.2.0
go: downloading github.com/Azure/azure-sdk-for-go/sdk/azcore v1.0.0
go: downloading github.com/AzureAD/microsoft-authentication-library-for-go v0.7.0
go: downloading golang.org/x/crypto v0.0.0-20220511200225-c6db032c6c88
go: downloading github.com/kylelemons/godebug v1.1.0
go: downloading github.com/google/uuid v1.1.1
go: downloading github.com/pkg/browser v0.0.0-20210115035449-ce105d075bb4
go: downloading github.com/golang-jwt/jwt/v4 v4.4.2
go: downloading golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e
go: added github.com/Azure/azure-sdk-for-go/sdk/azcore v1.0.0
go: added github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.2.0
go: added github.com/Azure/azure-sdk-for-go/sdk/internal v1.0.0
go: added github.com/AzureAD/microsoft-authentication-library-for-go v0.7.0
go: added github.com/golang-jwt/jwt/v4 v4.4.2
go: added github.com/google/uuid v1.1.1
go: added github.com/kylelemons/godebug v1.1.0
go: added github.com/pkg/browser v0.0.0-20210115035449-ce105d075bb4
go: added golang.org/x/crypto v0.0.0-20220511200225-c6db032c6c88
go: added golang.org/x/net v0.0.0-20220425223048-2871e0cb64e4
go: added golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e
go: added golang.org/x/text v0.3.7

This should not be downloaded:
go: downloading github.com/Azure/azure-sdk-for-go v68.0.0+incompatible

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    Azure.CoreClientThis issue points to a problem in the data-plane of the library.bugThis issue requires a change to an existing behavior in the product in order to be resolved.

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions