microsoft / vscode-azure-iot-toolkit

Azure IoT Hub extension for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=vsciot-vscode.azure-iot-toolkit
Other
73 stars 58 forks source link

Add support for layered deployment templates #529

Open brandonmaul opened 3 years ago

brandonmaul commented 3 years ago

Hi. In an attempt to do a layered deployment as defined here I noticed that errors appeared when entering the desired properties in the format:

"exampleModule": {
      "properties.desired.property1": {
        "value": "exampleValue"
      }
    }

Screen Shot 2021-07-30 at 3 42 15 PM Screen Shot 2021-07-30 at 3 42 21 PM

I believe this is due to the iot toolkit extension. Can it be updated to support these via a new deployment.template.json schema (Or by some other mechanism)?

Thanks