-
Notifications
You must be signed in to change notification settings - Fork 492
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
Twin: Provided json is not a valid 'tags' or 'properties' object: arrays are not supported. #65
Comments
Hi @JohnKozell |
Hi Olivier, sorry for the delay. My goal would be to minimize the amount of configuration information in the actual device, to provide least cost and maximum agility when reconfiguring devices. Here is an simplified example of my configuration data:
|
We are facing a similar issue to @JohnKozell . |
We have similar use cases to the above. As a workaround, we can change how we're storing data in our code, but there are some operations that are vastly easier and cleaner with lists. It's disappointing that this still isn't (never will be?) supported. |
Add logs for amqp ws tpm
Add logs for amqp ws tpm
Add logs for amqp ws tpm
Add logs for amqp ws tpm
Add logs for amqp ws tpm
* Merge pull request #66 from Azure/alextolp/setcompletedsync Setting CompletedSynchronously everywhere * Provisioning MQTT transport using the ExecutorTaskScheduler. * Device MQTT transport using the ExecutorTaskScheduler. * Removing ConcurrentObjectPool. * Merge pull request #63 from Azure/ravokkar/tpmamqpws-tracing Add client side tracing to the TPM over AMQP/WS scenario * Merge pull request #64 from Azure/alextolp/amqpsyncfix AMQP - handle sync completion * Merge pull request #65 from Azure/alextolp/amqpwsaddlogs Add logs for amqp ws tpm * Fixing synchronous completions for AMQP. * Adding test execution note. * Changing build order of netfx.
* Merge pull request Azure#66 from Azure/alextolp/setcompletedsync Setting CompletedSynchronously everywhere * Provisioning MQTT transport using the ExecutorTaskScheduler. * Device MQTT transport using the ExecutorTaskScheduler. * Removing ConcurrentObjectPool. * Merge pull request Azure#63 from Azure/ravokkar/tpmamqpws-tracing Add client side tracing to the TPM over AMQP/WS scenario * Merge pull request Azure#64 from Azure/alextolp/amqpsyncfix AMQP - handle sync completion * Merge pull request Azure#65 from Azure/alextolp/amqpwsaddlogs Add logs for amqp ws tpm * Fixing synchronous completions for AMQP. * Adding test execution note. * Changing build order of netfx.
It appears that it arrays are not accommodated on desired properties.
Is this on the roadmap?
-John
The text was updated successfully, but these errors were encountered: