|
65 | 65 | },
|
66 | 66 | "rule-azure-example-arm": {
|
67 | 67 | "scope": "markdown",
|
68 |
| - "prefix": "rule-azure-example-arm", |
| 68 | + "prefix": "example-arm", |
69 | 69 | "description": "Example for Azure template",
|
70 | 70 | "body": [
|
71 | 71 | "### Configure with Azure template",
|
|
83 | 83 | },
|
84 | 84 | "rule-azure-example-cli": {
|
85 | 85 | "scope": "markdown",
|
86 |
| - "prefix": "rule-azure-example-cli", |
| 86 | + "prefix": "example-cli", |
87 | 87 | "description": "Example for Azure CLI",
|
88 | 88 | "body": [
|
89 | 89 | "### Configure with Azure CLI",
|
|
95 | 95 | },
|
96 | 96 | "rule-azure-example-pwsh": {
|
97 | 97 | "scope": "markdown",
|
98 |
| - "prefix": "rule-azure-example-pwsh", |
| 98 | + "prefix": "example-pwsh", |
99 | 99 | "description": "Example for Azure PowerShell",
|
100 | 100 | "body": [
|
101 | 101 | "### Configure with Azure PowerShell",
|
|
107 | 107 | },
|
108 | 108 | "rule-azure-example-bicep": {
|
109 | 109 | "scope": "markdown",
|
110 |
| - "prefix": "rule-azure-example-bicep", |
| 110 | + "prefix": "example-bicep", |
111 | 111 | "description": "Example for Bicep",
|
112 | 112 | "body": [
|
113 | 113 | "### Configure with Bicep",
|
|
123 | 123 | "```"
|
124 | 124 | ]
|
125 | 125 | },
|
126 |
| - "rule-azure-example-bicep-br": { |
| 126 | + "rule-azure-example-bicep-avm": { |
127 | 127 | "scope": "markdown",
|
128 |
| - "prefix": "rule-azure-example-bicep-br", |
129 |
| - "description": "Example for Bicep Public Registry", |
130 |
| - "body": [ |
131 |
| - "### Configure with Bicep Public Registry", |
132 |
| - "", |
133 |
| - "To deploy ${1:resource} that pass this rule:", |
134 |
| - "", |
135 |
| - "- ${2:steps}", |
136 |
| - "", |
137 |
| - "For example:", |
138 |
| - "", |
139 |
| - "```bicep", |
140 |
| - "", |
141 |
| - "```" |
142 |
| - ] |
| 128 | + "prefix": "example-avm", |
| 129 | + "description": "Link to AVM example for Bicep", |
| 130 | + "body": "<!-- external:avm ${1:module} ${2:property} -->" |
143 | 131 | },
|
144 | 132 | "rule-azure-example-policy": {
|
145 | 133 | "scope": "markdown",
|
146 |
| - "prefix": "rule-azure-example-policy", |
| 134 | + "prefix": "example-policy", |
147 | 135 | "description": "Example for Azure Policy",
|
148 | 136 | "body": [
|
149 | 137 | "### Configure with Azure Policy",
|
|
0 commit comments