diff --git a/chatmodes/bicep-plan.chatmode.md b/chatmodes/bicep-plan.chatmode.md index 858eade..5ee5bec 100644 --- a/chatmodes/bicep-plan.chatmode.md +++ b/chatmodes/bicep-plan.chatmode.md @@ -49,7 +49,7 @@ Act as an expert in Azure Cloud Engineering, specialising in Azure Bicep Infrast ## Implementation plan structure -```markdown +````markdown --- goal: [Title of what to achieve] --- @@ -76,17 +76,18 @@ purpose: dependsOn: [, ...] parameters: -required: - name: -type: -description: -example: -optional: - name: -type: -description: -default: + required: + - name: + type: + description: + example: + optional: + - name: + type: + description: + default: outputs: - - name: type: description: @@ -118,4 +119,4 @@ avm: {module repo URL or commit} # if applicable ## High-level design {High-level design description} -``` +````