Skip to content

Commit

Permalink
Remove the not yet implemented note for conditions (#1175)
Browse files Browse the repository at this point in the history
  • Loading branch information
shenglol authored Dec 16, 2020
1 parent 37a18f7 commit 9ff8cb6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions docs/spec/resources.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,6 @@ resource otherResource 'Microsoft.Example/examples@2020-06-01' = {
```

## Conditions

**Note:** Conditions are not yet implemented ([#186](https://github.com/Azure/bicep/issues/186)).

Resources may be deployed if and only if a specified condition evaluated to `true`. Otherwise, resource deployment will be skipped. This is accomplished by adding a `if` keyword and a boolean expression to the resource declaration. The template compiled from the below example will deploy the DNS zone if the `deployZone` parameter evaluates to `true`:
```
param deployZone bool
Expand Down

0 comments on commit 9ff8cb6

Please sign in to comment.