Skip to content

chore: add readOnlyProperties to metadata #1476

chore: add readOnlyProperties to metadata

chore: add readOnlyProperties to metadata #1476

Triggered via pull request December 11, 2024 15:12
Status Failure
Total duration 1m 46s
Artifacts

run-acceptance-tests.yml

on: pull_request
comment-notification
0s
comment-notification
Matrix: build_sdks
Matrix: test
sentinel
0s
sentinel
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 1 warning
Unexpected file modified: provider/cmd/pulumi-resource-aws-native/metadata.json#L1
File modified: @@ -57425,6 +57425,9 @@ "createOnly": [ "commandId" ], + "readOnly": [ + "commandArn" + ], "writeOnly": [ "lastUpdatedAt" ], @@ -85882,6 +85885,9 @@ "autoNamingSpec": { "sdkName": "name" }, + "readOnly": [ + "arn" + ], "writeOnly": [ "permissionArns", "principals", @@ -95721,6 +95727,9 @@ "createOnly": [ "tableBucketName" ], + "readOnly": [ + "tableBucketArn" + ], "irreversibleNames": { "tableBucketArn": "TableBucketARN" },
prerequisites
Unexpected changes detected: 1. See file annotations for details.
prerequisites
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636