Skip to content

Commit bd8ec0f

Browse files
authored
Update README.md
1 parent 932982b commit bd8ec0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bicep-examples/validate/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
The `@validate()` decorator in Azure Bicep allows you to add custom validation logic to your parameters. This enables you to enforce complex constraints that go beyond basic type checking, catching configuration errors at deployment time with clear error messages.
66

7-
This feature was released in [Bicep v0.38.3]https://github.com/Azure/bicep/releases/tag/v0.38.3) as an experimental feature.
7+
This feature was released in [Bicep v0.38.3](https://github.com/Azure/bicep/releases/tag/v0.38.3) as an experimental feature.
88

99
## 📃 Benefits of the Validate Decorator
1010

0 commit comments

Comments
 (0)