File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ ENHANCEMENTS:
1111BUG FIXES:
1212- Fix a bug that schema validation fails to validate unknown string values when both ` body ` and ` sensitive_body ` are specified.
1313- 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.
14+ - Update the list of readonly fields which should be excluded from the default output.
1415
1516## v2.4.0
1617
Original file line number Diff line number Diff line change @@ -59,7 +59,9 @@ func volatileFieldList() []string {
5959 "lastUpdatedTimeUtc" ,
6060 "lastUpdatedDateUTC" ,
6161 "modifiedOn" ,
62+ "lastModifiedDateTime" ,
6263 "lastModifiedUtc" ,
64+ "lastModifiedTime" ,
6365 "lastModifiedTimeUtc" ,
6466 "lastModifiedAt" ,
6567 "lastModifiedBy" ,
You can’t perform that action at this time.
0 commit comments