forked from Azure/azure-iot-cli-extension
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
re-sync root. #1
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Remove Py2.7 runtime from CI pipeline - update to merge.yml
* Updated contribution doc with latest instructions.
Contributing tweaks.
* Adds az iot central app validate-messages command, tests and help content. * Adds EventParser and unit tests * Event error simulation supported * Formatting updates via python black * Removes importlib usage (due to dropping support of Python2.7) Co-authored-by: Pranshu Bansal <[email protected]> Co-authored-by: Raj valluri <[email protected]>
* Fixed bug in uamqp import logic
* Adding ability to get DCM given device_id
* Add capability to add/remove/list/get devices and device templates
…underlying DPS (#167) * Added ability to retrieve device provisioning state from central and underlying DPS
* Deprecate iot central Co-authored-by: rodelga <[email protected]>
* Validate messages command now validates depth=1 field names * remove time module from IT, add user agent to dps * added help for central_dns_suffix * fixed lint issues, removed capability-model command * added linting guidance to CONTRIBUTING.md
* Updated to support multihub in iot central * Added newline to end of _events * Updated help and error information for iot central token * Updated re PR comments. Moved device-twin to app device-twin * Added central test for app device-twin * Added additional help to errors
* Validate messages command now validates depth=1 field names * remove time module from IT, add user agent to dps * added help for central_dns_suffix * fixed lint issues, removed capability-model command * added linting guidance to CONTRIBUTING.md * Validate messages now performs primitive type matching * fixed lint issue, moved to using better parser * Move to using 'template' instead of 'DCM'
* first cut filtering options * additional filtering options * add __init_.py * address additional review comments * lint check updates * add integration tests Co-authored-by: Raj valluri <[email protected]>
* Added integration test for central device in registered state
* Added integration test for central device in registered state * Refactored IT's
* First move * Clean up V1 * Reorganized code a bit * Fix flake8 issue, tried to test lack of uamqp
* Generate cryptographicaly secure device key. * Increment version.
* Identity storage test updates * Tests will now enable identity and assign RBAC roles to test identity-based device-identity export * Address PR feedback
…p string (#283) * Update az iot central device|device-template|api-token|diagnostic help strings * Fix Iot to IoT typo, add 2 lines before method for style check * fix style issues * remove tail space warning * remove extra whitespace * Share --device-id from az iot central, add allowed characters to az iot central device create * Fixed code review comments
* Support explicit etag across IoT Hub resources. * Temp comment out IT caused by inconsistent hub policy.
* Re-introduce pnp runtime/IoT Hub digital twin device commands. * Removes one-off PnP SDK and config as the recently updated IoT Hub service SDK contains proper endpoints. * Places runtime commands under 'az iot hub digital-twin *' * Update HISTORY.rst
* Update parsing template logic to support DTDLV2 models. * Remove deprecated commands 1) iot central app device-twin 2) iot central app monitor-events * Resolve PR feedback
* Release pipeline and Integration test refactor * Moved integration tests into more structured folders and updated imports * Updated release pipeline to run individually grouped RP tests in concurrent tasks * Added correct unit test params to merge.yml * Path updates for credscan suppression * Moved dev test environment setup into template * Moved extension install and version detection into template * Modified parameters / var / and adjusted pipelines to use new values and templates
…uth_method provided (#297)
* Fix base64 encoding issues (binary string - regular string) * Update version and History * PR feedback
* DT Help + test improvement. * Update help example.
* Assign MSI principal test. * add skip test decorator
* Enable testing tasks to continue even if tests fail * Build status will be set to 'SucceededWithIssues' * Moved version check task to build stage * Fix version verification task not waiting for prereqs
* Update with linting * Add etag functionality to device twins * Update dps etags to no longer validate etag * Add tests to dt twin commands * linter fixes * fix if_none_match * Add tests to dt twin commands * Add data plane fixture * Add replace * Add dps tests, remove etag from create calls
* Use if_none_match instead of replace * pylint error fix * update help messaages * update help and params, add etags to it
* Add error handling for hub connection-string show. * Update help message. * Updates based on PR feedback. * Default in params does not work as expected.
* Tweak adt api interaction sleep time.
re-sync |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact [email protected] 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
pytest -s <project root>/azext_iot/tests