Skip to content

Commit ce4af91

Browse files
committed
updates7~
1 parent 8891dca commit ce4af91

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

articles/azure-resource-manager/bicep/linter-rule-no-unused-existing-resources.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Linter rule - no unused existing resources
33
description: Linter rule - no unused existing resources
44
ms.topic: reference
55
ms.custom: devx-track-bicep
6-
ms.date: 10/11/2024
6+
ms.date: 10/14/2024
77
---
88

99
# Linter rule - no unused existing resources
@@ -30,7 +30,7 @@ resource stg 'Microsoft.Storage/storageAccounts@2023-05-01' existing = {
3030

3131
Use **Quick Fix** to remove the unused existing resource:
3232

33-
:::image type="content" source="./media/linter-rule-no-unused-existing-resources/linter-rule-no-unused-existing-resources-quick-fix.png" alt-text="A screenshot using Quick Fix for the no-unused-existing-resources linter rule":::
33+
:::image type="content" source="./media/linter-rule-no-unused-existing-resources/linter-rule-no-unused-existing-resources-quick-fix.png" alt-text="A screenshot using Quick Fix for the no-unused-existing-resources linter rule.":::
3434

3535
## Next steps
3636

articles/azure-resource-manager/bicep/linter-rule-no-unused-parameters.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Linter rule - no unused parameters
33
description: Linter rule - no unused parameters
44
ms.topic: reference
55
ms.custom: devx-track-bicep
6-
ms.date: 10/11/2024
6+
ms.date: 10/14/2024
77
---
88

99
# Linter rule - no unused parameters
@@ -22,7 +22,7 @@ To reduce confusion in your template, delete any parameters that are defined but
2222

2323
Use **Quick Fix** to remove the unused parameters:
2424

25-
:::image type="content" source="./media/linter-rule-no-unused-parameters/linter-rule-no-unused-parameters-quick-fix.png" alt-text="A screenshot of using Quick Fix for the no-unused-parameters linter rule":::
25+
:::image type="content" source="./media/linter-rule-no-unused-parameters/linter-rule-no-unused-parameters-quick-fix.png" alt-text="A screenshot of using Quick Fix for the no-unused-parameters linter rule.":::
2626

2727
## Next steps
2828

articles/azure-resource-manager/bicep/linter-rule-no-unused-variables.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Linter rule - no unused variables
33
description: Linter rule - no unused variables
44
ms.topic: reference
55
ms.custom: devx-track-bicep
6-
ms.date: 10/11/2024
6+
ms.date: 10/14/2024
77
---
88

99
# Linter rule - no unused variables
@@ -22,7 +22,7 @@ To reduce confusion in your template, delete any variables that are defined but
2222

2323
Use **Quick Fix** to remove the unused variables:
2424

25-
:::image type="content" source="./media/linter-rule-no-unused-variables/linter-rule-no-unused-variables-quick-fix.png" alt-text="A screenshot of using Quick Fix for the no-unused-variables linter rule":::
25+
:::image type="content" source="./media/linter-rule-no-unused-variables/linter-rule-no-unused-variables-quick-fix.png" alt-text="A screenshot of using Quick Fix for the no-unused-variables linter rule.":::
2626

2727
## Next steps
2828

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Linter rule - use parent property
33
description: Linter rule - use parent property
44
ms.topic: reference
55
ms.custom: devx-track-bicep
6-
ms.date: 10/11/2024
6+
ms.date: 10/14/2024
77
---
88

99
# Linter rule - use parent property
@@ -74,7 +74,7 @@ resource share 'Microsoft.Storage/storageAccounts/fileServices/shares@2023-05-01
7474

7575
Use **Quick Fix** to simplify the syntax:
7676

77-
:::image type="content" source="./media/linter-rule-use-parent-property/bicep-linter-rule-use-parent-property-quick-fix.png" alt-text="A screenshot of using Quick Fix for the use-parent-property linter rule":::
77+
:::image type="content" source="./media/linter-rule-use-parent-property/bicep-linter-rule-use-parent-property-quick-fix.png" alt-text="A screenshot of using Quick Fix for the use-parent-property linter rule.":::
7878

7979
## Next steps
8080

articles/azure-resource-manager/bicep/linter-rule-use-resource-symbol-reference.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Linter rule - use resource symbol reference
33
description: Linter rule - use resource symbol reference
44
ms.topic: reference
55
ms.custom: devx-track-bicep
6-
ms.date: 10/11/2024
6+
ms.date: 10/14/2024
77
---
88

99
# Linter rule - use resource symbol reference
@@ -126,7 +126,7 @@ resource cluster 'Microsoft.HDInsight/clusters@2024-08-01-preview' = {
126126

127127
Use **Quick Fix** to simplify the syntax:
128128

129-
:::image type="content" source="./media/linter-rule-use-resource-symbol-reference/bicep-linter-rule-use-resource-symbol-reference-quick-fix.png" alt-text="A screenshot of using Quick fix for the use-resource-symbol-reference linter rule" lightbox="./media/linter-rule-use-resource-symbol-reference/bicep-linter-rule-use-resource-symbol-reference-quick-fix.png":::
129+
:::image type="content" source="./media/linter-rule-use-resource-symbol-reference/bicep-linter-rule-use-resource-symbol-reference-quick-fix.png" alt-text="A screenshot of using Quick fix for the use-resource-symbol-reference linter rule." lightbox="./media/linter-rule-use-resource-symbol-reference/bicep-linter-rule-use-resource-symbol-reference-quick-fix.png":::
130130

131131
## Next steps
132132

Loading

0 commit comments

Comments
 (0)