PR feedback
This commit is contained in:
parent
a9668fe188
commit
abf30866e8
@ -49,7 +49,7 @@ Act as an expert in Azure Cloud Engineering, specialising in Azure Bicep Infrast
|
|||||||
|
|
||||||
## Implementation plan structure
|
## Implementation plan structure
|
||||||
|
|
||||||
```markdown
|
````markdown
|
||||||
---
|
---
|
||||||
goal: [Title of what to achieve]
|
goal: [Title of what to achieve]
|
||||||
---
|
---
|
||||||
@ -76,17 +76,18 @@ purpose: <one-line purpose>
|
|||||||
dependsOn: [<resourceName>, ...]
|
dependsOn: [<resourceName>, ...]
|
||||||
|
|
||||||
parameters:
|
parameters:
|
||||||
required: - name: <paramName>
|
required:
|
||||||
|
- name: <paramName>
|
||||||
type: <type>
|
type: <type>
|
||||||
description: <short>
|
description: <short>
|
||||||
example: <value>
|
example: <value>
|
||||||
optional: - name: <paramName>
|
optional:
|
||||||
|
- name: <paramName>
|
||||||
type: <type>
|
type: <type>
|
||||||
description: <short>
|
description: <short>
|
||||||
default: <value>
|
default: <value>
|
||||||
|
|
||||||
outputs:
|
outputs:
|
||||||
|
|
||||||
- name: <outputName>
|
- name: <outputName>
|
||||||
type: <type>
|
type: <type>
|
||||||
description: <short>
|
description: <short>
|
||||||
@ -118,4 +119,4 @@ avm: {module repo URL or commit} # if applicable
|
|||||||
## High-level design
|
## High-level design
|
||||||
|
|
||||||
{High-level design description}
|
{High-level design description}
|
||||||
```
|
````
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user