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
Merged
Merged
Update #4
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
* Update function of auto_shutdown_vm * Update describe of auto_shurdown_vm() * Modify auto_shutdown_VM, so that users can use parameters to set without parameters
…ule (#17434) * network tests related to eventgrid * remove unused code
…able-item list' command (#17414)
…rom deployment (#17380) * Send bicep auto install messages to logger * Fix blank line contains whitespace Co-authored-by: Felipe Cavalcanti <[email protected]>
…EnableAdvancedFilteringOnArrays (#17440) * Azure EventGrid: 2020-10-15-preview-Identity support for System MSI * [EventGrid] Add support for System Topic MSI * Remove secret and replace with <HIDDEN> * Remove secret * Add support for storage-queue-msg-ttl * Add EnableAdvancedFilteringOnArrays + New AdvancedFilters * enable_advanced_filtering_on_arrays arg type * Fix broken tests * Fix style error * Address review comments * address review comments * Add linter exclusion * Fix linter issue * Address review comments Co-authored-by: evelyn-ys <[email protected]>
* `az storage fs file list`: Support --show-next-marker
* Fix bug in print preview of restore command * Add AAD test recording to cred scan suppression
* add spinner * remove start time * fix what if test * Apply suggestions from code review Co-authored-by: kai ru <[email protected]> * add begin * fix style Co-authored-by: kai ru <[email protected]>
…7496) * Add support for delivery attribute mapping, topicKind * Fix linter, test issues * Fix pipeline errors * Fix Linter errors * Linter fix * Update linter_exclusions.yml * Update linter_exclusions.yml * Update linter_exclusions.yml * Address review comments * Fix style error Co-authored-by: kai ru <[email protected]>
…#17502) * make tests fail when server provisioning fail * params bug fix * db CURD bug fix * vnet from different subscription enabled server * fix CI test failure
…bdomain feature (#17430)
* added missing files * added missing files * Backup tests updated and new recordings for them * Add missing recordings * Fix for check cli check * More fixes * More fixes
#17523) * add record_only * add record only
…Attributes on DeliveryIdentity Destination (#17524) * Address bugbash review comments * Fixed style issues * Fixed style issues and feedback
* [Core] Add service_name.json * remove en-us * update * delete a column * Update service_name.json
…ue (#17505) * create * update * test * style * remove deprecation for --sku of public-ip
…resource commands (#17446) * upgrade az search to use the latest sdk version with new features such as public ip rules, private endpoints, private link resources and msi; also add search provider in 'az network private-link-resource list' * fix update endpoint to use the begin_create_or_update in the new sdk version; add corresponding tests * fix the azure-cli requirements * fix the test failure; fix style and liner * fix the public-network-access param; fix cli liner * add actions-required param when updating pe connection * address comments to follow best-practise naming conventions * fix CLI style * disable pylint too-manage-arguments * fix build failure * fix the help manual for identity_type * support --no-wait for 'search create' and 'search shared-private-link-resource create' * use sdk_no_wait util to invoke async operations * remove unused parameters in update_search_service * add missing help
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.