Azure / azure-iot-cli-extension

Azure IoT extension for Azure CLI
Other
82 stars 65 forks source link

Edge device creation, configuration, and device bundles #591

Closed c-ryan-k closed 1 year ago

c-ryan-k commented 1 year ago

Adds az iot edge devices create command that allows users to create and configure multiple edge device scenarios (and associated device configuration settings) using a configuration file (YAML or JSON) or inline device arguments.

The command performs the following actions after processing input:


This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

Thank you for contributing to the IoT extension!

This checklist is used to make sure that common guidelines for a pull request are followed.

General Guidelines

Intent for Production

Basic expectations

Azure IoT CLI maintainers reserve the right to enforce any of the outlined expectations.

A PR is considered ready for review when all basic expectations have been met (or do not apply).

c-ryan-k commented 1 year ago

First round of tests - have one final one (hopefully) coming that updates unit and integration tests so I'll have another run starting shortly.

https://dev.azure.com/azureiotdevxp/aziotcli/_build/results?buildId=7310&view=results

c-ryan-k commented 1 year ago

Ok, one last full pipeline run to go once the PR pipeline passes, but here's some local testing evidence: image image

c-ryan-k commented 1 year ago

Looks like tests were mostly successful, save some of our recent recurring issues. I'm good with this.