You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-resource-manager/bicep/linter-rule-secure-params-in-nested-deploy.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,12 +2,12 @@
2
2
title: Linter rule - secure params in nested deploy
3
3
description: Linter rule - secure params in nested deploy
4
4
ms.topic: conceptual
5
-
ms.date: 09/21/2022
5
+
ms.date: 09/22/2022
6
6
---
7
7
8
8
# Linter rule - secure params in nested deploy
9
9
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.
11
11
12
12
## Linter rule code
13
13
@@ -19,7 +19,7 @@ Use the following value in the [Bicep configuration file](bicep-config-linter.md
19
19
20
20
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.
21
21
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.
0 commit comments