v1.12.0
v1.12.0
ENHANCEMENTS:
- Update bicep types to ms-henglu/bicep-types-az@4abd79b
BUG FIXES:
- Fix a bug that
ignore_body_changesincorrectly removes tags.
NOTICE:
- Provider field
default_naming_prefixanddefault_naming_suffixare 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'snamefield instead. - The
azapi_resource'sremoving_special_charsfield is deprecated. It will not work in the next minor release and will be removed in the next major release.
Please specify thenamefield and remove the special characters in thenamefield instead. - Defining the
identityinside thebodyfield is not recommended. In the next minor release, it will not sync theidentityinside thebodyfield toidentityblock.
Please define theidentityblock instead.