·
10 commits
to refs/heads/main
since this release
FEATURES:
- New Resource: msgraph_update_resource
- New Resource: msgraph_resource_collection
- New Resource: msgraph_resource_action
- New Data Source: msgraph_resource_action
ENHANCEMENTS:
msgraphresources and data sources now supportretryconfiguration to handle transient failures.msgraphresource and data source: support fortimeoutsconfiguration block.msgraph_resourceandmsgraph_update_resourceresources: support forignore_missing_propertyfield.msgraphresource and data source: support fortimeoutsconfiguration blockmsgraph_resource: Update operations now send only changed fields in the request body to Microsoft Graph (minimal PATCH payloads) reducing unnecessary updates.msgraph_update_resource: Create operations send the full body, while subsequent updates send only changed fields computed from prior state.msgraph_resource: Addedresource_urlcomputed attribute that provides the full URL path to the resource instance.
BUG FIXES:
- Fixed an issue where
msgraph_resourceresource did not wait for the resource to be fully provisioned before completing. - Fixed an issue with the
msgraph_resourceresource could not detect resource drift. - Fixed an issue that 200 OK responses were not being handled correctly when deleting resources.