-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Migrate dataprotection backup-vault to AAZ-dev-tools and add support for immutable vaults and soft delete
#5813
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
Conversation
|
dataprotection |
|
Could we assign this the Jan 2023 milestone? IIUC we need to complete this PR by February 7th for that. |
In order to fix failing DPP tests, I had to enable soft-delete setting modification from the CLI extension.
dataprotection backup-vault to AAZ-dev-tools and add support for immutable vaultsdataprotection backup-vault to AAZ-dev-tools and add support for immutable vaults and soft delete
src/dataprotection/azext_dataprotection/aaz/latest/dataprotection/backup_vault/_create.py
Outdated
Show resolved
Hide resolved
src/dataprotection/azext_dataprotection/aaz/latest/dataprotection/backup_vault/_create.py
Outdated
Show resolved
Hide resolved
kairu-ms
left a comment
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.
LGTM
evelyn-ys
left a comment
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.
If you want to release a new version of dataprotection extension, please update setup.py and history.rst
|
@wangzelin007 We need to fix API version mismatch issue when checking min core version😂 |
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
@evelyn-ys Is there anything that I need to do to resolve this? |
This checklist is used to make sure that common guidelines for a pull request are followed.
Related command
az dataprotection backup-vaultdataprotection backup-vaultcommand was migrated to AAZ-dev-tools from autorest.immutability-stateflag was added.soft-delete-stateretention-duration-in-days/soft-delete-retentionGeneral Guidelines
azdev style <YOUR_EXT>locally? (pip install azdevrequired)python scripts/ci/test_index.py -qlocally?For new extensions:- [ ] My extension description/summary conforms to the Extension Summary Guidelines.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.jsonautomatically.The precondition is to put your code inside this repository and upgrade the version in the pull request but do not modify
src/index.json.