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/bicep-functions-resource.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ description: Describes the functions to use in a Bicep file to retrieve values a
4
4
author: mumian
5
5
ms.author: jgao
6
6
ms.topic: conceptual
7
-
ms.date: 08/05/2022
7
+
ms.date: 09/09/2022
8
8
---
9
9
10
10
# Resource functions for Bicep
@@ -116,7 +116,7 @@ module sql './sql.bicep' = {
116
116
}
117
117
```
118
118
119
-
You'll get an error if you attempt to use this function in any other part of the Bicep file. You'll also get an error if you use this function with string interpolation, even when used in the params section.
119
+
You'll get an error if you attempt to use this function in any other part of the Bicep file. You'll also get an error if you use this function with string interpolation, even when used in the params section.
120
120
121
121
The function can be used only with a module parameter that has the `@secure()` decorator.
122
122
@@ -324,9 +324,9 @@ The possible uses of `list*` are shown in the following table.
0 commit comments