Highlights
- Remove the block on Bicep parameters files (#10191)
- You can now enable support for
.bicepparam
files using theexperimentalFeaturesEnabled.paramsFiles
setting inbicepconfig.json
- You can now enable support for
- Allow all type syntax in
output
declarations (#10052) - Removal experimental flag for public module completions (#10261)
Features and bug fixes
Bicep team:
- Bicep CLI binaries for Mac are now signed.
- use-resource-symbol-reference - fix for unhandled exception (#10246)
- Support scope & parent properly on child resources (#10254)
- Warn instead of error for resource name discriminator mismatch (#10256)
- Expressions in Bicep parameters files (#10248)
- Refinement types (#9870)
- Refine return types for built-in functions (#10102)
- Prioritize resource/module completions for 'resource.dependsOn' array item completions (#10043)
- Enable array item completions for single line arrays. (#10193)
- Fine-tune priorities for module completions (#10262)
- Bump az types (#10310)
- Emit error diagnostic on negative array index (#10187)
- Increment nested deployment API version to 2022-09-01 (#10128)
- Inline Resource Type Parameters (#10053)
- Fix 9958 (#10096)