[dataprotection] AKS Hooks for backup and restore, time validation fix#6562
[dataprotection] AKS Hooks for backup and restore, time validation fix#6562evelyn-ys merged 15 commits intoAzure:mainfrom
Conversation
|
Hi @zubairabid, |
|
| rule | cmd_name | rule_message | suggest_message |
|---|---|---|---|
| dataprotection backup-instance initialize-backupconfig | cmd dataprotection backup-instance initialize-backupconfig added parameter backup_hook_references |
||
| dataprotection backup-instance initialize-restoreconfig | cmd dataprotection backup-instance initialize-restoreconfig added parameter restore_hook_references |
||
| dataprotection backup-instance update | cmd dataprotection backup-instance update added parameter identity_details |
||
| dataprotection backup-policy update | cmd dataprotection backup-policy update added |
|
Hi @zubairabid, |
|
dataprotection |
evelyn-ys
left a comment
There was a problem hiding this comment.
Please add tests for new command/parameter
|
If you want to release a new version, don't forget to update the version in |
Added tests, and also updated the version. |
|
[Release] Update index.json for extension [ dataprotection ] : https://dev.azure.com/azclitools/internal/_build/results?buildId=82058&view=results |
This checklist is used to make sure that common guidelines for a pull request are followed.
Related command
az dataprotectionbackup-hook-refsandrestore-hook-refsoptions forinitialize-backupconfigandinitialize-restoreconfigrespectivelydatetime-typevalidation - it works now instead of appending ".0000000Z" to any string it receives.General Guidelines
azdev style <YOUR_EXT>locally? (pip install azdevrequired)python scripts/ci/test_index.py -qlocally?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.jsonautomatically.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.