Skip to content

Commit 40505c2

Browse files
committed
update
1 parent e72349d commit 40505c2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/azure-resource-manager/bicep/linter-rule-secure-params-in-nested-deploy.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
title: Linter rule - secure params in nested deploy
33
description: Linter rule - secure params in nested deploy
44
ms.topic: conceptual
5-
ms.date: 09/21/2022
5+
ms.date: 09/22/2022
66
---
77

88
# Linter rule - secure params in nested deploy
99

10-
Outer-scoped nested deployment resources shouldn't be used for secure parameters or list* functions. You could expose the secure parameter values in the deployment history.
10+
Outer-scoped nested deployment resources shouldn't use for secure parameters or list* functions. You could expose the secure values in the deployment history.
1111

1212
## Linter rule code
1313

@@ -19,7 +19,7 @@ Use the following value in the [Bicep configuration file](bicep-config-linter.md
1919

2020
Either set the [deployment's properties.expressionEvaluationOptions.scope](/azure/templates/microsoft.resources/deployments?pivots=deployment-language-bicep) to `inner` or use a Bicep module instead.
2121

22-
The following example fails this test because a secure parameter is used in an outer-scoped nested deployment resource.
22+
The following example fails this test because a secure parameter is referenced in an outer-scoped nested deployment resource.
2323

2424
```bicep
2525
@secure()

0 commit comments

Comments
 (0)