Skip to content

Commit

Permalink
[azure-iot-sdk-c] Add use-prov-client feature to enable device prov…
Browse files Browse the repository at this point in the history
…isioning 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.
  • Loading branch information
denis2glez authored Jun 12, 2024
1 parent 7bc4bfc commit 6374fcd
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
9 changes: 7 additions & 2 deletions ports/azure-iot-sdk-c/vcpkg.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -20,5 +20,10 @@
"name": "vcpkg-cmake-config",
"host": true
}
]
],
"features": {
"use-prov-client": {
"description": "Enables device provisioning client for DPS"
}
}
}
5 changes: 5 additions & 0 deletions versions/a-/azure-iot-sdk-c.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "a29e29d0221f5eb85f25aed350bca68636273cd9",
"version-date": "2024-05-21",
"port-version": 0
},
{
"git-tree": "c59e266be9be7454384b38fc56f42be7e40084e9",
"version-date": "2024-03-04",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 6374fcd

Please sign in to comment.