Enable preview for create and update #1479
run-acceptance-tests.yml
on: pull_request
prerequisites
55s
comment-notification
0s
Matrix: build_sdks
Matrix: test
sentinel
0s
Annotations
2 errors and 1 warning
Unexpected file modified:
provider/cmd/pulumi-resource-aws-native/metadata.json#L1
File modified:
@@ -3584,10 +3584,10 @@
"basePath",
"body",
"bodyS3Location",
- "bodyS3Location/Bucket",
- "bodyS3Location/Etag",
- "bodyS3Location/Key",
- "bodyS3Location/Version",
+ "bodyS3Location/bucket",
+ "bodyS3Location/etag",
+ "bodyS3Location/key",
+ "bodyS3Location/version",
"credentialsArn",
"disableSchemaValidation",
"failOnWarnings",
@@ -5080,8 +5080,8 @@
"createOnly": [
"name",
"tags",
- "tags/*/Key",
- "tags/*/Value"
+ "tags/*/key",
+ "tags/*/value"
],
"readOnly": [
"arn",
@@ -5091,8 +5091,8 @@
"writeOnly": [
"latestVersionNumber",
"tags",
- "tags/*/Key",
- "tags/*/Value"
+ "tags/*/key",
+ "tags/*/value"
],
"irreversibleNames": {
"awsId": "Id"
@@ -5186,8 +5186,8 @@
"extensionVersionNumber",
"resourceIdentifier",
"tags",
- "tags/*/Key",
- "tags/*/Value"
+ "tags/*/key",
+ "tags/*/value"
],
"readOnly": [
"arn",
@@ -5199,8 +5199,8 @@
"extensionIdentifier",
"resourceIdentifier",
"tags",
- "tags/*/Key",
- "tags/*/Value"
+ "tags/*/key",
+ "tags/*/value"
],
"irreversibleNames": {
"awsId": "Id"
@@ -6125,7 +6125,7 @@
],
"writeOnly": [
"scalingTargetId",
- "targetTrackingScalingPolicyConfiguration/PredefinedMetricSpecification/ResourceLabel"
+ "targetTrackingScalingPolicyConfiguration/predefinedMetricSpecification/resourceLabel"
],
"cfRef": {
"property": "Arn"
@@ -7515,7 +7515,7 @@
"directoryName"
],
"writeOnly": [
- "serviceAccountCredentials/AccountPassword"
+ "serviceAccountCredentials/accountPassword"
],
"primaryIdentifier": [
"directoryName"
@@ -7807,8 +7807,8 @@
"apiArn",
"apiId",
"dns",
- "dns/Http",
- "dns/Realtime"
+ "dns/http",
+ "dns/realtime"
],
"tagsProperty": "tags",
"tagsStyle": "keyValueArray",
@@ -9531,12 +9531,12 @@
],
"readOnly": [
"creationTime",
- "workGroupConfiguration/EngineVersion/EffectiveEngineVersion",
- "workGroupConfigurationUpdates/EngineVersion/EffectiveEngineVersion"
+ "workGroupConfiguration/engineVersion/effectiveEngineVersion",
+ "workGroupConfigurationUpdates/engineVersion/effectiveEngineVersion"
],
"writeOnly": [
"recursiveDeleteOption",
- "workGroupConfiguration/AdditionalConfiguration",
+ "workGroupConfiguration/additionalConfiguration",
"workGroupConfigurationUpdates"
],
"tagsProperty": "tags",
@@ -11325,7 +11325,7 @@
"backupVaultArn"
],
"writeOnly": [
- "lockConfiguration/ChangeableForDays"
+ "lockConfiguration/changeableForDays"
],
"tagsProperty": "backupVaultTags",
"tagsStyle": "stringMap",
@@ -12025,7 +12025,7 @@
],
"createOnly": [
"computeEnvironmentName",
- "computeResources/SpotIamFleetRole",
+
|
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
|