iotedgedev
iotedgedev copied to clipboard
The Azure IoT Edge Dev Tool greatly simplifies your Azure IoT Edge development process. It has everything you need to get started and helps with your day-to-day Edge development.
### Description Quickstart link Manual Development Machine Setup Wiki leads to nowhere. ### Expected behavior correct link ### Actual behavior 404 ### Steps to Reproduce open the link ### Environment...
Fix link to Usage Wiki. ## Checklist This checklist is used to make sure that common guidelines for a pull request are followed. - [ ] Versions update reflected in...
Two of the setup links are missing `.md`. resulting in a broken link. ## Checklist This checklist is used to make sure that common guidelines for a pull request are...
## Checklist This checklist is used to make sure that common guidelines for a pull request are followed. - [ ] Versions update reflected in all places (both __init__.py files,...
## Checklist This checklist is used to make sure that common guidelines for a pull request are followed. - [ ] Versions update reflected in all places (both __init__.py files,...
Bumps [cookiecutter](https://github.com/cookiecutter/cookiecutter) from 1.7.3 to 2.1.1. Release notes Sourced from cookiecutter's releases. 2.1.1 Documentation updates Fix local extensions documentation (#1686) @alkatar21 Bugfixes Sanitize Mercurial branch information before checkout. (#1689) @ericof...
I would like to copy out the unit test results from my docker stage. Normaly i would use for this `docker build --target export-test-results --output type=local,dest=testresults .` But the --output...
In our project we're using [DPS](https://docs.microsoft.com/en-us/azure/iot-dps/?view=iotedge-2020-11) to provison our edge devices. Right now we have a mixed solution of using `iotedgedev build --push` and `az iot edge deployment create` for...
- iotedgedev Version: v3.3.4 - Python Version: 3.9 - Pip Version: 22.0.4 - Development machine OS Version: Debian GNU/Linux 11 (bullseye) - IoT Edge device OS Version: Debian GNU/Linux 11...
### Description `iotedgedev monitor` fails when running it inside the devcontainer due to some issues related to the `uamqp` library. One solution is to install `azure-cli` using pip when creating...