From 6374fcd75510804c128c0ab346ee8064d5c9d83a Mon Sep 17 00:00:00 2001 From: Denis Deniz Date: Wed, 12 Jun 2024 03:05:39 +0200 Subject: [PATCH] [azure-iot-sdk-c] Add `use-prov-client` feature to enable device provisioning client (#38841) The `use-prov-client` feature in the `vcpkg.json` manifest file was removed in PR #29046, ~probably by mistake when removing the `public-preview` feature,~ and therefore it is not possible to enable the device provisioning client. --- ports/azure-iot-sdk-c/vcpkg.json | 9 +++++++-- versions/a-/azure-iot-sdk-c.json | 5 +++++ versions/baseline.json | 2 +- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/ports/azure-iot-sdk-c/vcpkg.json b/ports/azure-iot-sdk-c/vcpkg.json index c947e0c79fb40f..a15fcd956513e3 100644 --- a/ports/azure-iot-sdk-c/vcpkg.json +++ b/ports/azure-iot-sdk-c/vcpkg.json @@ -1,6 +1,6 @@ { "name": "azure-iot-sdk-c", - "version-date": "2024-03-04", + "version-date": "2024-05-21", "description": "A C99 SDK for connecting devices to Microsoft Azure IoT services", "homepage": "https://github.com/Azure/azure-iot-sdk-c", "license": "MIT", @@ -20,5 +20,10 @@ "name": "vcpkg-cmake-config", "host": true } - ] + ], + "features": { + "use-prov-client": { + "description": "Enables device provisioning client for DPS" + } + } } diff --git a/versions/a-/azure-iot-sdk-c.json b/versions/a-/azure-iot-sdk-c.json index 6dd55ad0fc0255..11a3a058f18aab 100644 --- a/versions/a-/azure-iot-sdk-c.json +++ b/versions/a-/azure-iot-sdk-c.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "a29e29d0221f5eb85f25aed350bca68636273cd9", + "version-date": "2024-05-21", + "port-version": 0 + }, { "git-tree": "c59e266be9be7454384b38fc56f42be7e40084e9", "version-date": "2024-03-04", diff --git a/versions/baseline.json b/versions/baseline.json index 3cda3524bbd5ec..a89e139f04bc21 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -461,7 +461,7 @@ "port-version": 0 }, "azure-iot-sdk-c": { - "baseline": "2024-03-04", + "baseline": "2024-05-21", "port-version": 0 }, "azure-kinect-sensor-sdk": {