ENHANCEMENTS:
azapi_resource
data source: When creatingMicrosoft.Resources/subscriptions
,resource_id
is optional and defaults to the ID of the default subscription.- Add a new logger to record the traffic in a structured way.
azapi
: Supportendpoint
block, which is used to configure the endpoints of the Azure Clouds.azapi_resource_action
resource: SupportGET
method.- Update bicep types to ms-henglu/bicep-types-az@505b813
BUG FIXES:
- Fix a bug that
body
is not set when import with an unrecognizedapi-version
. - Fix a bug that deploy time constants are not removed from the request body when using
azapi_update_resource
resource.