Skip to content

Commit 5d389a0

Browse files
committed
update
1 parent 40f46be commit 5d389a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-resource-manager/bicep/outputs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ See [Elevate error level](./user-defined-data-types.md#elevate-error-level).
153153

154154
### Secure outputs
155155

156-
With Bicep version 0.35.1 and later, you can mark string or object outputs as secure. When an output is decorated with `@secure()`, Azure Resource Manager treats the output value as sensitive, preventing it from being logged or displayed in deployment history, Azure Portal, or command-line outputs.
156+
With Bicep version 0.35.1 and later, you can mark string or object outputs as secure. When an output is decorated with `@secure()`, Azure Resource Manager treats the output value as sensitive, preventing it from being logged or displayed in deployment history, Azure portal, or command-line outputs.
157157

158158
```bicep
159159
@secure()

0 commit comments

Comments
 (0)