Skip to content

Commit

Permalink
fix: Small update to AZ proposal to account for unexpected Bicep issue (
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderSehr authored Apr 3, 2024
1 parent e2b3110 commit bc89c07
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/content/specs/bicep/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,17 @@ To implement requirement [SFR5](/Azure-Verified-Modules/specs/shared/#id-sfr5---
2
3
]
// Note: Must be an extra variable (instead of inline) due to a potential Bicep issue
var formattedZones = [for zone in zones: string(zone)]
resource myResource (...) {
(...)
properties: {
(...)
zones: formattedZones
}
}
```
{{< /tab >}}
{{< tab "Module accepts a single zone" >}}
Expand Down

0 comments on commit bc89c07

Please sign in to comment.