You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
1.6.0 (2026-08-20)
Bugs Fixed
Fixed Bicep serialization formats for BicepList<T> and BicepDictionary<T> elements, including nested collection elements.
Fixed Bicep literal serialization for formatted DateTimeOffset, TimeSpan, and string-encoded integer values. DateTimeOffset values using the "O" or "o" format now emit UTC Z literals (for example, 2026-01-01T00:00:00.0000000Z) instead of +00:00 offsets.