microsoft / vs-azure-iot-edge-docs

Documentation for Azure IoT Edge Tools for Visual Studio
Creative Commons Attribution 4.0 International
5 stars 6 forks source link

Default template should not include SimulatedTemperatureSensor #12

Closed rido-min closed 4 years ago

rido-min commented 5 years ago

File->new project->Azure Iot Edge (Linux Amd 64) Create the project without adding any modules (Skip)

Expected. The manifest should not contain any user modules Observed. the manifest includes the SimulatedTemperatureSensor module,

        "modules": {
          "SimulatedTemperatureSensor": {
            "version": "1.0",
            "type": "docker",
            "status": "running",
            "restartPolicy": "always",
            "settings": {
              "image": "mcr.microsoft.com/azureiotedge-simulated-temperature-sensor:1.0",
              "createOptions": {}
            }
          }
        }

Note there is not gesture to remove that module

SLdragon commented 5 years ago

Thanks for your feedback, we will fix this issue, thanks!

SLdragon commented 4 years ago

Hi, @rido, the extension 1.3.0 now has been released, it will not contain "SimulatedTemperatureSensor" when user skip adding module