Skip to content
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.

azure_sdk needs to require 'azure/version' #1437

Closed
seandilda opened this issue Jul 2, 2018 · 1 comment
Closed

azure_sdk needs to require 'azure/version' #1437

seandilda opened this issue Jul 2, 2018 · 1 comment

Comments

@seandilda
Copy link

When doing a require 'azure_sdk', it forgets to required azure/version. Without this, calling Azure::Profiles::Latest::Client.new will fail with:

uninitialized constant Azure::VERSION (NameError)

For anyone running into this, you can workaround it by doing:

require 'azure_sdk'
require 'azure_sdk/version'
@sarangan12
Copy link
Member

@seandilda Thanks for reporting the issue. This has been fixed(#1586) with the latest 0.18.1 version release of azure_sdk. Closing the issue

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants