On step 7
cd ~/azure-iot-sdk-c/cmake/provisioning_client/samples/prov_dev_client_sample/
No such file or directory
⚠Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
Thanks for the feedback! I have assigned the issue to the content author to evaluate and update as appropriate.
@qusp66 thanks for reporting this. The defaults for the project have changed. I'll update this article. Please use the following CMake options below instead of the single option shown in Step 4 of Preparing the SDK...
cmake -Dhsm_type_symm_key:BOOL=ON -Duse_prov_client:BOOL=ON ..
whike you are at it, why not also coorect step 6? you have moved
static const char* const REGISTRATION_NAME = "contoso-simdevice-east";
static const char* const SYMMETRIC_KEY_VALUE = "p3w2DQr9WqEGBLUSlFi1jPQ7UWQL4siAGy75HFTFbf8=";
into a struct...
@qusp66 corrected this as well. Thanks again for mentioning this, and sorry for the confusion.