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