v1.9.0
FEATURES:
- New Data Source: azapi_resource_list
- New Data Source: azapi_resource_id
ENHANCEMENTS:
azapi_resource
resource/data source: When creatingMicrosoft.Resources/resourceGroups
,parent_id
is optional and defaults to the ID of the default subscription.azapi_resource
resource: Supportignore_body_changes
field, which is used to ignore some properties when comparing the resource with its current state.azapi_update_resource
resource: Supportignore_body_changes
field, which is used to ignore some properties when comparing the resource with its current state.- Update bicep types to ms-henglu/bicep-types-az@1d8fec8
BUG FIXES:
- Fix a bug that
azapi_resource
resource doesn't store theid
in the state when error happens during the creation. - Fix a bug that errors from the polling API which don't follow the ARM LRO guidelines are not handled properly.