forked from Azure/azure-cli
-
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
Update 4/25 #9
Merged
Merged
Update 4/25 #9
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
…#17727) * remove preview tag for MHSM ralated commands and parameters * remove mhsm preview tags in parameters
Co-authored-by: Rodrigo Mendoza <[email protected]>
* [Compute] zone-redundant storage (ZRS) managed disks * test * [Compute] Zone-redundant storage (ZRS) managed disks * test * Update src/azure-cli/azure/cli/command_modules/vm/tests/latest/test_vm_commands.py
…7735) * added tags as optional argument in create vault command * changed help text * used tags_type instead of file_type Co-authored-by: Akshay Neema <[email protected]>
* extendedlocation * style
* add command 'az network lb list-nic' * fix test issue * fix ci issues * fix linter issues
* {Docs} Remove stale reference in README to closed issue about extensions (#12771) * Recorded tests for log replay * fixing vol.2 * After resolving confilict fix * Styling fix * Trying to record blob upload * Revert "Trying to record blob upload" as uploading to blob is not working This reverts commit 8a5c5ce. * adding dev comment in code Co-authored-by: Daniel Miller <[email protected]> Co-authored-by: Azure CLI Team <[email protected]> Co-authored-by: Milan Brkic <[email protected]>
* support show-backend-health on probe optional arguments * fix ci issues * concise code * fix style issues
* fix test * refine client * fix style
* upgrade keyvault mgmt sdk version * fix CI test * live tests for command modules which depends on keyvault * update vm live test
…incipal_type` (#17669) * auto complete for assignee_principle_type
Make SqlServerLicenseType optional
* {Doc} Update track 2 migration roadmap * Update roadmap
…r or Service Principal account (#17805)
…tion (#17775) * [Compute] disk create: Trusted launch; Hibernation * test * update * Fix small issues caused by SDK * test
…atus code (#17833) * catch HttpRespnseError for long-running delete/purge operation * keep original behavior * refactoring
* 'az network vpn-connection list' add parameter '--vnet-gateway-name' to support list VPN connections of a vnet-gateway * add new command 'az network vnet-gateway disconnect-vpn-connections' * add command 'network vnet-gateway vpn-client show-health' * add commands 'network vnet-gateway vpn-client ipsec-policy show' and 'network vnet-gateway vpn-client ipsec-policy set' * add tests * add test * remove recording processor sas token * fix linter issues * record test * fix lint issues * fix style issues * add commands: 'az network vpn-connection list-ike-sas', 'az network vpn-connection packet-capture start', 'az network vpn-connection packet-capture stop' * add command 'az network vpn-connection show-device-config-script' * add command 'az network vnet-gateway show-supported-devices' * fix linter issues * update recordings * add min-api-version for list-ike-sas and show-device-config-script * add tests * fix style error
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.