From cb98fb7ddd042d3428965bada2ccea4bb2d99c31 Mon Sep 17 00:00:00 2001 From: Libba Lawrence Date: Fri, 1 May 2026 13:57:49 -0700 Subject: [PATCH] Test: trigger chronus-verify CI for PR #46585 Touches sdk/template/azure-template without a chronus changelog entry to confirm the new chronus-verify workflow posts the sticky one-click-fix comment. This branch will be closed without merging. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- sdk/template/azure-template/azure/template/template_code.py | 1 + 1 file changed, 1 insertion(+) diff --git a/sdk/template/azure-template/azure/template/template_code.py b/sdk/template/azure-template/azure/template/template_code.py index 5b9133cb02fc..6e6d0805e788 100644 --- a/sdk/template/azure-template/azure/template/template_code.py +++ b/sdk/template/azure-template/azure/template/template_code.py @@ -6,5 +6,6 @@ def template_main() -> bool: + # Test change for chronus-verify CI workflow (PR #46585) — no-op. print("Package code.") return True