You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I am using the Conan package manager and would like to use some of the Azure SDK components (specifically the Azure Identity library). I found a package called azure-sdk-for-cpp, but when trying to use it I see it only declares components for core and a few related to storage:
Is there a reason that only these components are available?
Describe the solution you'd like
Update the Conan package to include other pieces of the Azure SDK, or at least Azure Identity.
Describe alternatives you've considered
We could use VCPKG instead, but there are a lot of reasons we'd rather use Conan. The biggest one is that automated security and license scans don't really work with VCPKG.
Additional context
N/A
Information Checklist
Kindly make sure that you have added all the following information above and checkoff the required fields otherwise we will treat the issuer as an incomplete report
Description Added
Expected solution specified
The text was updated successfully, but these errors were encountered:
I found #5485 which seems related. Tagging @trns1997 who created the Conan package originally. Would it be possible to update this to include the other Azure components such as identity?
Hey @wilyle honestly I do not remember why I didn't not build all the modules? Either I faced problems or I just didn't need them ? conan-io/conan-center-index#23663, here is the link to the PR, I'll look into it when I have the time, but if you are familiar with conan packages and recipes I would suggest adding the module of interest in the cmake wrapper to give it a try :)
Thanks for the response! Unfortunately this is my first time using Conan so I'm not sure how much help I'll be. Most of the hard work looks like it's already done so I might be able to give it a shot
Is your feature request related to a problem? Please describe.
I am using the Conan package manager and would like to use some of the Azure SDK components (specifically the Azure Identity library). I found a package called
azure-sdk-for-cpp
, but when trying to use it I see it only declares components for core and a few related to storage:Is there a reason that only these components are available?
Describe the solution you'd like
Update the Conan package to include other pieces of the Azure SDK, or at least Azure Identity.
Describe alternatives you've considered
We could use VCPKG instead, but there are a lot of reasons we'd rather use Conan. The biggest one is that automated security and license scans don't really work with VCPKG.
Additional context
N/A
Information Checklist
Kindly make sure that you have added all the following information above and checkoff the required fields otherwise we will treat the issuer as an incomplete report
The text was updated successfully, but these errors were encountered: