Merged
Conversation
* {Monitor} Migrate monitor to track2
* Resolve code conflict
* Revert change
* [Compute] New command group sshkey * 15769 * sshkey create, handle key in vm create * done * help * remove rubbish * Fix test * Fix test * Fix style * Fix style * remove one usage * help
* add util function to highlight a command * code style refining * add more comments * Apply suggestions from code review Co-authored-by: Jiashuo Li <jiasli@microsoft.com> Co-authored-by: Jiashuo Li <jiasli@microsoft.com>
* remove preview * refine the code
…ith period (#16623) * Filter periods like how portal does * Re-run tests, fix linter
* config location mode * test pass
…importing BYOK keys (#16593) * support --curve parameter in key import * code refining * Update src/azure-cli/azure/cli/command_modules/keyvault/_validators.py Co-authored-by: Yunge Zhu <yungez@microsoft.com> Co-authored-by: Yunge Zhu <yungez@microsoft.com>
* Netapp sdk updated to 0.15.0 Parameters added to custom commands - Active directory: security_operators - Volume: smb_encryption - Volume: smb_continuously_available Help updated Tests added and updated New recordings made for all the tests * Fix recordings * Fix recordings and linting * new recording * fix help * Fix after review
…RNAME from the output (#16561)
* 1. rename 'az network vrouter' to 'az network virtualhub-router'. 2. add new operations list-learned-routes and list-advertised-routes. 3. add argument allow_branch_to_branch_traffic * add gateway parameters * add network virtual hub router test scenario * add no-wait for commands * add test for virtual hub router scenario * fix linter issues * rename virtualhub-router as routeserver
* Add PublicNetworkAccess to Create and Update Server * rerun test * Fix test_sql_server_public_network_access_update_mgmt test * Remove left in testing * revert failed test recordings * fix recorded tests * fix additional tests * fix additional tests * use highAvailabilityReplicaCount * fixed additional recorded tests * fixed test_sql_db_import_export_mgmt * * move 'db_import' under correct group * fix style error * Fix read_replica_count * apply Oleg's change * fixed test_sql_db_restore.yaml * test_sql_db_mgmt fix Co-authored-by: REDMOND\emgu <emgu@microsoft.com> Co-authored-by: Oleza1972 <63361762+Oleza1972@users.noreply.github.com> Co-authored-by: Oleg Sternberg <olsternb@microsoft.com> Co-authored-by: Brad Richards <bradrich@microsoft.com>
This file contains hidden or 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
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.
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.