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

fix(iot-dev): Fix bug where configuration content was not serialized correctly #1510

Merged
merged 3 commits into from
Mar 31, 2022

Conversation

timtay-microsoft
Copy link
Member

It always sent empty json objects for ModuleContent, ModulesContent, and DeviceContent even if the user provided one or more key-value pairs for it

Also fix a bug where numeric configuration values were always serialized and deserialized as floats even if they were integers

…correctly

It always sent empty json objects for ModuleContent, ModulesContent, and DeviceContent even if the user provided one or more key-value pairs for it

Also fix a bug where configuration values were always serialized and deserialized as floats even when they were integers
@timtay-microsoft
Copy link
Member Author

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 4 pipeline(s).

@timtay-microsoft
Copy link
Member Author

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 4 pipeline(s).

@timtay-microsoft
Copy link
Member Author

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 4 pipeline(s).

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