Fix admin settings saves, Search checks, and Key Vault permissions - #1511
Merged
Paul Lizer (paullizer) merged 1 commit intoSep 21, 2026
Conversation
Restore public Search configuration and preserve form revisions during index checks. Verify Key Vault write/read/cleanup access, surface safe diagnostics, and align deployment roles with runtime secret storage. Bump SimpleChat to 0.261.125 and deployers to 1.0.32; add focused regression coverage and setup guidance. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Paul Lizer (paullizer)
merged commit Sep 21, 2026
34f64dd
into
microsoft:paullizer-react-v2-ui
2 checks passed
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.
Why
Admin settings could fail after the Development/React V2 integration even when the Key Vault connection test reported success. This fixes the confirmed Search initialization and settings-revision regressions, and aligns vault diagnostics and deployment permissions with the application's actual secret-storage requirements.
Approach
Application version: 0.261.125. Deployer version: 1.0.32. Existing model APIs and Redis publication safeguards are unchanged.
Validation
Also verified fresh imports under normal and optimized Python, the V2 TypeScript/Vite build, JavaScript syntax, Bicep compilation, PowerShell parsing, and Terraform formatting/validation. Browser service outcomes are mocked; no live application settings or vault secrets were changed.
This is not an all-repository green-suite claim. Three unrelated SQL/MCP fixture cases were excluded from the focused run. A legacy model-alias browser selector failure and four older deployer test failures were also reproduced against unchanged/baseline code. Details are recorded in
ADMIN_SETTINGS_POST_MERGE_REGRESSIONS_FIX.md; unrelated expectations were not rewritten.Rollout considerations