iotedgedev icon indicating copy to clipboard operation
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.

Results 52 iotedgedev issues
Sort by recently updated
recently updated
newest added

### Description when trying to push containers with `iotedgedev push` i get ``` ERROR: unauthorized: authentication required, visit https://aka.ms/acr/authorization for more information. ``` while `docker push` works normally. credentials are...

bug
triage

I am having the same issue trying to debug my module inside the simulator. The filtermodule doesn't have the Dockerfile.windows-amd64.debug file when created with the iotedgedev solution init and running...

### Description. Would it be possible to relax Python version constraints? The most recent version of `iotedgedev` on PyPi [excludes Python 3.10+](https://github.com/Azure/iotedgedev/blob/main/setup.py#L53). As a result, quite an old version 2.1.0...

feature
InBacklog
triage

### Description. For modern containerized application development, there's a few different ways to get completed container: - Manually write and maintain one or more Dockerfiles. - Use something like [pack](https://buildpacks.io/docs/tools/pack/)...

feature
InBacklog
triage

### Description. You need to get on top of the documentation, its so fragmented and broken. So many broken links, conflicting information, even in this repos wiki!. Which is the...

feature
triage

### Description before installation pip works. after fails. Error: AttributeError: module 'lib' has no attribute 'OpenSSL_add_all_algorithms' Note: root cause is **not** iotedgedev. However, the install of iotedgedev forced an update...

bug
triage

### Description [This ](iotedgedev/cli.py)uses Click. However, on a Raspberry Pi 4 with latest OS "Linux RPi4-Alpha 6.1.21-v8+ #1642 SMP PREEMPT Mon Apr 3 17:24:16 BST 2023 aarch64 GNU/Linux" Running command...

bug
triage

### Description The [wiki ](https://github.com/Azure/iotedgedev/wiki/) has a link to Dev Machine Setup / Manual Setup. results in page not found URL: [https://github.com/Azure/iotedgedev/wiki/environment-setup/manual-dev-machine-setup](https://github.com/Azure/iotedgedev/wiki/environment-setup/manual-dev-machine-setup) ### Expected behavior Page with expected info renders...

bug
triage

### Description filtermodule is running hwoever the device is not reporting its status. Any attempt to view logs or send Direct Method messages to an device that is running in...

bug
triage

### Description Environment: Running conda on Windows 11 (IOTEdgeModule) C:\ >conda --version conda 23.5.0 (IOTEdgeModule) C:\ > python --version Python 3.9.13 (IOTEdgeModule) C:\ >docker --version Docker version 20.10.17, build 100c701...

InBacklog