Skip to content

Commit 4bc2014

Browse files
committed
updates2
1 parent ba7fda4 commit 4bc2014

5 files changed

+6
-6
lines changed

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

Lines changed: 1 addition & 1 deletion
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/01/2024
6+
ms.date: 10/03/2024
77
---
88

99
# Linter rule - no unused existing resources

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

Lines changed: 1 addition & 1 deletion
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/01/2024
6+
ms.date: 10/03/2024
77
---
88

99
# Linter rule - no unused parameters

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

Lines changed: 1 addition & 1 deletion
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/01/2024
6+
ms.date: 10/03/2024
77
---
88

99
# Linter rule - no unused variables

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,12 +3,12 @@ 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/01/2024
6+
ms.date: 10/03/2024
77
---
88

99
# Linter rule - use parent property
1010

11-
When defined outside of the parent resource, you use slashes to include the parent name in the name of the child resource. Setting the full resource name with parent resource name is not recommended. The `parent` property can be used to simplify the syntax. See [Full resource name outside parent](./child-resource-name-type.md#full-resource-name-outside-parent).
11+
When defined outside of the parent resource, you use slashes to include the parent name in the name of the child resource. Setting the full resource name with parent resource name isn't recommended. The `parent` property can be used to simplify the syntax. See [Full resource name outside parent](./child-resource-name-type.md#full-resource-name-outside-parent).
1212

1313
## Linter rule code
1414

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

Lines changed: 1 addition & 1 deletion
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/01/2024
6+
ms.date: 10/03/2024
77
---
88

99
# Linter rule - use resource symbol reference

0 commit comments

Comments
 (0)