fix: allow disabling update server once enabled #577

Merged
jmiller merged 1 commits from fix/update-server-disable into dev 2026-06-07 18:14:22 +00:00
Owner

Summary

Fixes bug where update server could not be turned off once enabled. When unchecked, the repo-level config is now deleted so the org-level config takes effect properly. Update server can be disabled even if license keys exist (keys remain valid, just no longer served via update feed).

## Summary Fixes bug where update server could not be turned off once enabled. When unchecked, the repo-level config is now deleted so the org-level config takes effect properly. Update server can be disabled even if license keys exist (keys remain valid, just no longer served via update feed).
jmiller added 1 commit 2026-06-07 18:12:50 +00:00
fix(licensing): allow disabling update server by deleting repo-level config
Generic: Repo Health / Scripts governance (push) Blocked by required conditions
Generic: Repo Health / Repository health (push) Blocked by required conditions
Generic: Repo Health / Report Issues (push) Blocked by required conditions
Generic: Repo Health / Site Health (push) Has been skipped
Generic: Repo Health / Access control (push) Successful in 1s
Universal: PR Check / Build RC Package (pull_request) Blocked by required conditions
Universal: PR Check / Report Issues (pull_request) Blocked by required conditions
Generic: Repo Health / Scripts governance (pull_request) Blocked by required conditions
Generic: Repo Health / Repository health (pull_request) Blocked by required conditions
Generic: Repo Health / Report Issues (pull_request) Blocked by required conditions
Generic: Repo Health / Site Health (pull_request) Has been skipped
Branch Policy Check / Verify merge target (pull_request) Successful in 2s
Universal: PR Check / Branch Policy (pull_request) Successful in 2s
Generic: Repo Health / Access control (pull_request) Successful in 1s
PR RC Release / Build RC Release (pull_request) Successful in 4s
Universal: PR Check / Validate PR (pull_request) Failing after 10s
RC Revert / Rename rc/ back to dev/ (pull_request) Has been skipped
Branch Cleanup / Delete merged branch (pull_request) Successful in 1s
2eb2ed67bf
When the update server checkbox is unchecked, delete the repo-level
config override instead of saving it with LicensingEnabled=false. This
allows the org-level config to take effect properly and fixes the issue
where the update server could not be turned off once enabled.
jmiller merged commit f48ca157a3 into dev 2026-06-07 18:14:22 +00:00
jmiller deleted branch fix/update-server-disable 2026-06-07 18:14:23 +00:00
Sign in to join this conversation.