Features and bug fixes
This is a hotfix for some unintended breaking changes that went out with the v0.12.1 release. Apologies for any inconvenience this may have caused!
Bicep team:
- Make sure that single-item allowed decorators on arrays are treated the same as decorators with multiple items (#8893)
- Correct union assignability check when both sides of the assignment are unions (#8899)
- Use imported type rather than narrowed type for union branches within resource declaration (#8902)
- Incorporate type names into Bicep symbol table (#8876)
- Update TypeHelper.IsLiteralType to avoid catching LanguageConstants.Object (#8952)
- Fix an issue where building file with deeply nested external modules throws (#8903)
- Allow 'asazure.windows.net' for no-hardcoded-env-urls (#8871)