From d6c374d530fa4d27e5af7d05abe0101977822e67 Mon Sep 17 00:00:00 2001 From: Troy Simeon Taylor <44444967+troystaylor@users.noreply.github.com> Date: Thu, 28 Aug 2025 13:45:57 -0400 Subject: [PATCH] Fix quotes in applyTo field in instructions --- instructions/azure-logic-apps-power-automate.instructions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/instructions/azure-logic-apps-power-automate.instructions.md b/instructions/azure-logic-apps-power-automate.instructions.md index 4f726df..547d24a 100644 --- a/instructions/azure-logic-apps-power-automate.instructions.md +++ b/instructions/azure-logic-apps-power-automate.instructions.md @@ -1,6 +1,6 @@ --- description: 'Guidelines for developing Azure Logic Apps and Power Automate workflows with best practices for Workflow Definition Language (WDL), integration patterns, and enterprise automation' -applyTo: '**/*.json,**/*.logicapp.json,**/workflow.json,**/*-definition.json,**/*.flow.json' +applyTo: "**/*.json,**/*.logicapp.json,**/workflow.json,**/*-definition.json,**/*.flow.json" --- # Azure Logic Apps and Power Automate Instructions