Azure-Samples / azure-sdk-for-go-samples

Examples of how to utilize Azure services from Go.
MIT License
296 stars 184 forks source link

Keyvault authorization is not working #265

Closed rafa-pizzi closed 4 years ago

rafa-pizzi commented 4 years ago

Thank you for your contribution and feedback! Help us review faster by providing the following information:

This issue is a: (mark with an x)

Steps to reproduce:

On https://github.com/Azure-Samples/azure-sdk-for-go-samples/blob/master/keyvault/pass-manager.go#L35 When importing github.com/Azure/azure-sdk-for-go/services/keyvault/auth, this resource does not exist anymore. Everything under /keyvault/ has moved to api_versions folder, and none have auth.

Errors and log messages:

cannot find package (...)

Expected behavior:

Package is found

OS and Go versions:

Further info:

jhendrixMSFT commented 4 years ago

I think the auth package was accidentally removed. @ArcturusZhang can you please take a look?

ArcturusZhang commented 4 years ago

Sorry about this error. it will be fixed soon in the SDK.

ArcturusZhang commented 4 years ago

Hi @rafa-pizzi this issue should be resolved in go SDK version v34.1.0. Please feel free to have another test. If this issue persists, please let me know.