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

azure-iot-sdk-c for release of 2019-10-10 #8565

Merged
merged 9 commits into from
Oct 11, 2019

Conversation

jspaith
Copy link
Member

@jspaith jspaith commented Oct 11, 2019

Add a new flag use_prov_client to enable Device Provisioning Service (DPS) to work with Azure IoT C SDK. We do not want this on by default, however.

To get this to work requires (for now) a patch file. We plan on getting this into our master repo (issue here) but this is a time urgent to get vcpkg ready for partners but we don't want to spin a full release for this. use_prov_client is only needed on public-preview for now.

Details on patch:
The IoT SDK when using provisioning was always referencing a bunch of submodules that are not vcpkg'ified, and for various reasons don't make sense to be, whenever provisioning is set. This patch makes it so that if at least one hsm_?? cmake flag is set (hsm_type_symm_key is the one we care about here) then we do NOT auto set everything else up.

@vicroms vicroms self-assigned this Oct 11, 2019
@vicroms vicroms merged commit 80aa0ab into microsoft:master Oct 11, 2019
@jspaith jspaith deleted the iot-provisioning branch November 14, 2019 21:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants