forked from Azure/azure-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
Dps track 2 core changes #3
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
Merged
c-ryan-k
merged 7 commits into
c-ryan-k:dps_track_2
from
vilit1:dps_track_2_core_changes
Dec 7, 2021
Merged
Dps track 2 core changes #3
c-ryan-k
merged 7 commits into
c-ryan-k:dps_track_2
from
vilit1:dps_track_2_core_changes
Dec 7, 2021
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
Deprecate access-policy to policy Add hub name parameter options to linked hub Bucket arguments
c-ryan-k
reviewed
Dec 1, 2021
src/azure-cli/azure/cli/command_modules/iot/tests/latest/test_iot_dps_commands.py
Outdated
Show resolved
Hide resolved
digimaun
reviewed
Dec 1, 2021
digimaun
reviewed
Dec 1, 2021
digimaun
reviewed
Dec 1, 2021
digimaun
reviewed
Dec 1, 2021
digimaun
reviewed
Dec 1, 2021
digimaun
reviewed
Dec 2, 2021
digimaun
reviewed
Dec 2, 2021
digimaun
reviewed
Dec 2, 2021
digimaun
reviewed
Dec 2, 2021
digimaun
reviewed
Dec 2, 2021
digimaun
reviewed
Dec 2, 2021
digimaun
reviewed
Dec 2, 2021
digimaun
approved these changes
Dec 2, 2021
digimaun
reviewed
Dec 2, 2021
digimaun
reviewed
Dec 2, 2021
c-ryan-k
added a commit
that referenced
this pull request
Jan 11, 2022
…arameter changes (Azure#20682) * DPS track 2 updates * Dps track 2 core changes (#3) * Change rg to be optional Deprecate access-policy to policy Add hub name parameter options to linked hub Bucket arguments * support name or host name in linked hub * update wording to have DPS later * update expiration * Added key filter on DPS tests and re-recorded * Linter and param fixes * Fixed up extra key in tests * Use more specific CLI error types * Added comments to sharedaccesskey processor regex Co-authored-by: Ryan Kelly <rykelly@microsoft.com> Co-authored-by: Victoria Litvinova <73560279+vilit1@users.noreply.github.com>
c-ryan-k
pushed a commit
that referenced
this pull request
Feb 21, 2024
* Update SDK version * Update sdk version in setup * add flush command * test flush command * fix linting/code style failures * Add aad enablement test * Add access policy * Add access policy assignments * Add scneario test * Comment out update test * Comment edit * Adds update channel commands and tests (#3) * Add test for update channel * Add argument to cli * Az style fix * Update time for update channel test * Revert change to time for udpate channel * Kj/release 2023 08 01 (Azure#4) * Add test for update channel * Add argument to cli * Az style fix * Update time for update channel test * Revert change to time for udpate channel * Add parameters for update channel * Redis scenario test * Fix spelling * Update test for update channel * Re run pipeline * Fix requirements for windows * Handle linter issues * Push recordings * Push aad recording * Add export import recording * Add update recordings * Cred scan * Cred scan * Add network recordings * Update help text * Update access policy assignment param * Update help text * Address review comments * Linter check Co-authored-by: Yishi Wang <yishiwang@microsoft.com> * Update help text --------- Co-authored-by: Kanchan Joshi <kanchanjoshi@microsoft.com> Co-authored-by: Austin Tolani <austintolani@microsoft.com> Co-authored-by: Oscar Barbosa Aquino <32723476+Darfeikus@users.noreply.github.com> Co-authored-by: Yishi Wang <yishiwang@microsoft.com>
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.
Notes for Ryan + Paymaun
Changes to DPS core with track 2 (to reflect refactorization and changes to the DPS on the extension side)
Description
Testing Guide
History Notes
[Component Name 1] BREAKING CHANGE: az command a: Make some customer-facing breaking change.
[Component Name 2] az command b: Add some customer-facing feature.
This checklist is used to make sure that common guidelines for a pull request are followed.
The PR title and description has followed the guideline in Submitting Pull Requests.
I adhere to the Command Guidelines.
I adhere to the Error Handling Guidelines.