chore: add readOnlyProperties to metadata #1477
Annotations
2 errors and 1 warning
Check worktree clean:
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"
},
|
Check worktree clean
Unexpected changes detected: 1. See file annotations for details.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading