-
Notifications
You must be signed in to change notification settings - Fork 3k
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
[Backup] AFS VaultStandard #30531
base: dev
Are you sure you want to change the base?
[Backup] AFS VaultStandard #30531
Conversation
️✔️AzureCLI-FullTest
|
|
rule | cmd_name | rule_message | suggest_message |
---|---|---|---|
backup policy set | cmd backup policy set added parameter yes |
Thank you for your contribution! We will review the pull request and get back to you soon. |
|
20423fe
to
de7c8b2
Compare
@yonzhan @zhoxing-ms Could you please re-trigger the pipeline, I want to download private build for bug bash |
src/azure-cli/azure/cli/command_modules/backup/tests/latest/preparers.py
Show resolved
Hide resolved
/azp run |
Azure Pipelines successfully started running 3 pipeline(s). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, just need a couple of minor changes
@@ -237,7 +237,8 @@ def load_arguments(self, _): | |||
c.argument('fix_for_inconsistent_items', arg_type=get_three_state_flag(), options_list=['--fix-for-inconsistent-items'], help='Specify whether or not to retry Policy Update for failed items.') | |||
c.argument('backup_management_type', backup_management_type) | |||
c.argument('tenant_id', help='ID of the tenant if the Resource Guard protecting the vault exists in a different tenant.') | |||
|
|||
c.argument('yes', options_list=['--yes', '-y'], help='Skip confirmation when updating Standard to Enhanced Policies.', action='store_true') |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I didn't see where --yes
was used in the custom method, and how was yes
used?
Related command
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 featureThis 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.