Azure / azure-sdk-for-c

This repository is for active development of the Azure SDK for Embedded C. For consumers of the SDK we recommend visiting our versioned developer docs at https://azure.github.io/azure-sdk-for-c.
MIT License
223 stars 118 forks source link

Adding user configuration file for mqtt5 options #2750

Closed RLeclair closed 6 months ago

RLeclair commented 6 months ago

User Configuration File for MQTT5 options:

Rationale:

Created clone target of az_core

To address unit test requirements, I’ve created a clone target of az_core called az_core_test_lib. This clone uses a separate configuration file. Other tests now depend on az_core_test_lib, and code coverage targets this new clone.

_Note: As the az_mqtt5 files move to a different folder, changes made to azcore might be reverted due to the configuration file’s new location.

vaavva commented 6 months ago

Please add some documentation/example to make adding this configuration file a discoverable process for customers.