Closed avagraw closed 2 years ago
Please make a HISTORY.rst entry describing this change.
Is this functionality able to be released or does it need to wait?
Please make a HISTORY.rst entry describing this change.
Sure
Is this functionality able to be released or does it need to wait?
Yes, Shipra has confirmed that the functionality should be released specifying that the commands are in preview (hence I have added the is_preview tag)
Please make a HISTORY.rst entry describing this change.
Sure
Is this functionality able to be released or does it need to wait?
Yes, Shipra has confirmed that the functionality should be released specifying that the commands are in preview (hence I have added the is_preview tag)
OK. Let's please see a test run.
Please make a HISTORY.rst entry describing this change.
Sure
Is this functionality able to be released or does it need to wait?
Yes, Shipra has confirmed that the functionality should be released specifying that the commands are in preview (hence I have added the is_preview tag)
OK. Let's please see a test run.
Yeah working on that
Test run: https://dev.azure.com/azureiotdevxp/aziotcli/_build/results?buildId=5842&view=logs&j=e24f7e52-36f4-54e9-a8eb-6f10b62b4c84&t=85779272-bb12-5d7f-5c2e-f38ba3ce51f9 - The test test_dt_importjobs passes. Data history tests are failing because of some capacity issue - but they are out of scope for this PR
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
dev
ormain
are of production grade. Corollary to this, any merged contributions to these branches may be deployed in a public release at any given time. By checking this box, you agree and commit to the expected production quality of code.Basic expectations
pytest <project root> -vv
. Please provide evidence in the form of a screenshot showing a succesful run of tests locally OR a link to a test pipeline that has been run against the change-set..pylintrc
and.flake8
rules? Look at the CI scripts for example usage.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).