Skip to content

Commit fccff8e

Browse files
authored
add more readonly fields which should be excluded from default output (#915)
1 parent 32ddaf5 commit fccff8e

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ ENHANCEMENTS:
1111
BUG 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

internal/services/common.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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",

0 commit comments

Comments
 (0)