-
Notifications
You must be signed in to change notification settings - Fork 1.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
[dataprotection] Added '-v' option for all --vault-name parameters #6897
Merged
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
|
rule | cmd_name | rule_message | suggest_message |
---|---|---|---|
dataprotection backup-instance adhoc-backup | cmd dataprotection backup-instance adhoc-backup update parameter vault_name : updated property options from ['--vault-name'] to ['--vault-name', '-v'] |
||
dataprotection backup-instance create | cmd dataprotection backup-instance create update parameter vault_name : updated property options from ['--vault-name'] to ['--vault-name', '-v'] |
||
dataprotection backup-instance delete | cmd dataprotection backup-instance delete update parameter vault_name : updated property options from ['--vault-name'] to ['--vault-name', '-v'] |
||
dataprotection backup-instance deleted-backup-instance list | cmd dataprotection backup-instance deleted-backup-instance list update parameter vault_name : updated property options from ['--vault-name'] to ['--vault-name', '-v'] |
||
dataprotection backup-instance deleted-backup-instance show | cmd dataprotection backup-instance deleted-backup-instance show update parameter vault_name : updated property options from ['--vault-name'] to ['--vault-name', '-v'] |
||
dataprotection backup-instance deleted-backup-instance undelete | cmd dataprotection backup-instance deleted-backup-instance undelete update parameter vault_name : updated property options from ['--vault-name'] to ['--vault-name', '-v'] |
||
dataprotection backup-instance list | cmd dataprotection backup-instance list update parameter vault_name : updated property options from ['--vault-name'] to ['--vault-name', '-v'] |
||
dataprotection backup-instance restore trigger | cmd dataprotection backup-instance restore trigger update parameter vault_name : updated property options from ['--vault-name'] to ['--vault-name', '-v'] |
||
dataprotection backup-instance resume-protection | cmd dataprotection backup-instance resume-protection update parameter vault_name : updated property options from ['--vault-name'] to ['--vault-name', '-v'] |
||
dataprotection backup-instance show | cmd dataprotection backup-instance show update parameter vault_name : updated property options from ['--vault-name'] to ['--vault-name', '-v'] |
||
dataprotection backup-instance stop-protection | cmd dataprotection backup-instance stop-protection update parameter vault_name : updated property options from ['--vault-name'] to ['--vault-name', '-v'] |
||
dataprotection backup-instance suspend-backup | cmd dataprotection backup-instance suspend-backup update parameter vault_name : updated property options from ['--vault-name'] to ['--vault-name', '-v'] |
||
dataprotection backup-instance update | cmd dataprotection backup-instance update update parameter vault_name : updated property options from ['--vault-name'] to ['--vault-name', '-v'] |
||
dataprotection backup-instance wait | cmd dataprotection backup-instance wait update parameter vault_name : updated property options from ['--vault-name'] to ['--vault-name', '-v'] |
||
dataprotection backup-policy delete | cmd dataprotection backup-policy delete update parameter vault_name : updated property options from ['--vault-name'] to ['--vault-name', '-v'] |
||
dataprotection backup-policy list | cmd dataprotection backup-policy list update parameter vault_name : updated property options from ['--vault-name'] to ['--vault-name', '-v'] |
||
dataprotection backup-policy show | cmd dataprotection backup-policy show update parameter vault_name : updated property options from ['--vault-name'] to ['--vault-name', '-v'] |
||
dataprotection backup-policy update | cmd dataprotection backup-policy update update parameter vault_name : updated property options from ['--vault-name'] to ['--vault-name', '-v'] |
||
dataprotection job list | cmd dataprotection job list update parameter vault_name : updated property options from ['--vault-name'] to ['--vault-name', '-v'] |
||
dataprotection job show | cmd dataprotection job show update parameter vault_name : updated property options from ['--vault-name'] to ['--vault-name', '-v'] |
||
dataprotection recovery-point list | cmd dataprotection recovery-point list update parameter vault_name : updated property options from ['--vault-name'] to ['--vault-name', '-v'] |
||
dataprotection recovery-point show | cmd dataprotection recovery-point show update parameter vault_name : updated property options from ['--vault-name'] to ['--vault-name', '-v'] |
||
dataprotection restorable-time-range find | cmd dataprotection restorable-time-range find update parameter vault_name : updated property options from ['--vault-name'] to ['--vault-name', '-v'] |
Hi @zubairabid, |
microsoft-github-policy-service
bot
requested review from
yonzhan,
evelyn-ys and
calvinhzy
October 25, 2023 08:23
dataprotection |
evelyn-ys
approved these changes
Oct 26, 2023
[Release] Update index.json for extension [ dataprotection ] : https://dev.azure.com/azclitools/internal/_build/results?buildId=99991&view=results |
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.
This checklist is used to make sure that common guidelines for a pull request are followed.
Related command
az dataprotection
Across all commands, the
--vault-name
option did not have a consistent shorthand. In thebackup
module, we use-v
. Replicating that over to here.General Guidelines
azdev style <YOUR_EXT>
locally? (pip install azdev
required)python scripts/ci/test_index.py -q
locally? (pip install wheel==0.30.0
required)For new extensions:
About Extension Publish
There is a pipeline to automatically build, upload and publish extension wheels.
Once your pull request is merged into main branch, a new pull request will be created to update
src/index.json
automatically.You only need to update the version information in file setup.py and historical information in file HISTORY.rst in your PR but do not modify
src/index.json
.