{Dataprotection} Preserve backup vault failures and enforce readiness - #10314
Draft
FumingZhang wants to merge 1 commit into
Draft
{Dataprotection} Preserve backup vault failures and enforce readiness#10314FumingZhang wants to merge 1 commit into
FumingZhang wants to merge 1 commit into
Conversation
Keep full service errors when redundancy fallback is exhausted, propagate local failures, and require successful provisioning before configuring new or reused backup vaults. Validate real AAZ create and polling contracts. Validation: 72 targeted tests and 32 subtests passed, plus syntax and style checks. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
|
Hi FumingZhang, |
microsoft-github-policy-service
Bot
requested a review
from Yong Zhang (yonzhan)
September 9, 2026 06:35
Yong Zhang (yonzhan)
requested review from
Ethan Yang (necusjz) and
Julie Zhu (yanzhudd)
September 9, 2026 06:52
Collaborator
|
Dataprotection |
This file contains hidden or 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
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 enable-backup triggerWhat / Why
Follow-up to #10309:
These changes repair error handling and readiness. Live backup creation has now passed in the validation subscription; this does not establish that every runner-subscription service restriction is resolved.
Validation
test_aks_create_with_enable_backupandtest_aks_update_with_enable_backupBOTH PASSED, using the existingwestus2test-location override (3301.37 seconds combined).test_aks_create_with_enable_backupPASSED live, creating AKS, storage, and a backup vault through the fixed helper.Scope / History
1.12.0to1.12.1, with a matching history note.1.12.0Elastic SAN work is preserved;src/index.jsonis unchanged.General Guidelines
azdev style <YOUR_EXT>locally? (pip install azdevrequired) - targeted flake8/syntax checks passed; full repository style is left to CI.python scripts/ci/test_index.py -qlocally? (pip install azdevrequired) - index unchanged.For new extensions:
About Extension Publish
Version and history are updated; the index is managed by release automation.