Skip to content

Commit e3cb3bf

Browse files
committed
incorporate feedback
1 parent 5d389a0 commit e3cb3bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -545,7 +545,7 @@ module stgModule '../create-storage-account/main.bicep' = {
545545
output storageEndpoint object = stgModule.outputs.storageEndpoint
546546
```
547547

548-
The `@secure()` decorator can now be applied to module outputs to mark them as sensitive, ensuring that their values are not exposed in logs or deployment history. This is particularly useful when a module needs to return sensitive data, such as a generated key or connection string, to the parent Bicep file without risking exposure. For more information, see [Secure outputs](./outputs.md#secure-outputs).
548+
With Bicep version 0.35.1 and later, the `@secure()` decorator can be applied to module outputs to mark them as sensitive, ensuring that their values are not exposed in logs or deployment history. This is useful when a module needs to return sensitive data, such as a generated key or connection string, to the parent Bicep file without risking exposure. For more information, see [Secure outputs](./outputs.md#secure-outputs).
549549

550550
## Related content
551551

0 commit comments

Comments
 (0)