v1.12.0
ENHANCEMENTS:
- Update bicep types to ms-henglu/bicep-types-az@4abd79b
BUG FIXES:
- Fix a bug that
ignore_body_changes
incorrectly removes tags.
NOTICE:
- Provider field
default_naming_prefix
anddefault_naming_suffix
are deprecated. It will not work in the next minor release and will be removed in the next major release.
Please specify the naming prefix and suffix in the resource'sname
field instead. - The
azapi_resource
'sremoving_special_chars
field is deprecated. It will not work in the next minor release and will be removed in the next major release.
Please specify thename
field and remove the special characters in thename
field instead. - Defining the
identity
inside thebody
field is not recommended. In the next minor release, it will not sync theidentity
inside thebody
field toidentity
block.
Please define theidentity
block instead.