ENHANCEMENTS:
azapi_resource
resource: ignore the changes when thebody
field matches the remote state even if thebody
field orapi-version
field is changed.azapi_resource
resource: ignore the order of theidentity_ids
array.azapi_resource
resource: supportignore_null_property
field, which is used to ignore the null properties in thebody
field.azapi_resource
resource: supportsensitive_body_version
field, which is used to manually control the version of the sensitive body.azapi_update_resource
resource: remove the readonly fields fromidentity.userAssignedIdentities
in the request body.- Update bicep types to ms-henglu/bicep-types-az@a50156f
BUG FIXES:
- Fix a bug that schema validation fails to validate unknown string values when both
body
andsensitive_body
are specified. - Fix a bug that
azapi_update_resource
does not update the correct items in an array when the order of the items is different from the remote state. - Update the list of readonly fields which should be excluded from the default output.