Skip to content

Commit 2f1da72

Browse files
committed
add quickfix info
1 parent d273c3f commit 2f1da72

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

articles/azure-resource-manager/bicep/linter-rule-use-parent-property.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,12 @@ resource share 'Microsoft.Storage/storageAccounts/fileServices/shares@2021-02-01
7171
parent: service
7272
name: 'exampleshare'
7373
}
74-
7574
```
7675

76+
You can fix the issue automatically by selecting **Quick Fix** as shown on the following screenshot:
77+
78+
:::image type="content" source="./image/linter-rule-use-parent-property/bice-linter-rule-use-parent-property-quick-fix.png" alt-text="Screenshot of use parent property quick fix.":::
79+
7780
## Next steps
7881

7982
For more information about the linter, see [Use Bicep linter](./linter.md).
Loading

0 commit comments

Comments
 (0)