Update first-party Pulumi dependencies #3020
run-acceptance-tests.yml
on: pull_request
prerequisites
11m 9s
lint
/
lint
4m 41s
comment-notification
Matrix: build_sdks
Matrix: test
sentinel
0s
Annotations
14 errors and 21 warnings
|
Unexpected file modified:
sdk/dotnet/Sqs/Queue.cs#L0
File modified:
@@ -65,7 +65,7 @@ namespace Pulumi.AwsNative.Sqs
/// Statistic = "Sum",
/// Period = 300,
/// EvaluationPeriods = 1,
- /// Threshold = 10,
+ /// Threshold = 10.0,
/// ComparisonOperator = "GreaterThanThreshold",
/// AlarmActions = new[]
/// {
@@ -131,7 +131,7 @@ namespace Pulumi.AwsNative.Sqs
/// Statistic = "Sum",
/// Period = 300,
/// EvaluationPeriods = 1,
- /// Threshold = 10,
+ /// Threshold = 10.0,
/// ComparisonOperator = "GreaterThanThreshold",
/// AlarmActions = new[]
/// {
|
|
Unexpected file modified:
sdk/dotnet/SecurityHub/AutomationRule.cs#L0
File modified:
@@ -262,7 +262,7 @@ namespace Pulumi.AwsNative.SecurityHub
/// DateRange = new AwsNative.SecurityHub.Inputs.AutomationRuleDateRangeArgs
/// {
/// Unit = AwsNative.SecurityHub.AutomationRuleDateRangeUnit.Days,
- /// Value = 5,
+ /// Value = 5.0,
/// },
/// },
/// },
@@ -289,7 +289,7 @@ namespace Pulumi.AwsNative.SecurityHub
/// DateRange = new AwsNative.SecurityHub.Inputs.AutomationRuleDateRangeArgs
/// {
/// Unit = AwsNative.SecurityHub.AutomationRuleDateRangeUnit.Days,
- /// Value = 5,
+ /// Value = 5.0,
/// },
/// },
/// },
@@ -300,7 +300,7 @@ namespace Pulumi.AwsNative.SecurityHub
/// DateRange = new AwsNative.SecurityHub.Inputs.AutomationRuleDateRangeArgs
/// {
/// Unit = AwsNative.SecurityHub.AutomationRuleDateRangeUnit.Days,
- /// Value = 5,
+ /// Value = 5.0,
/// },
/// },
/// },
@@ -311,7 +311,7 @@ namespace Pulumi.AwsNative.SecurityHub
/// DateRange = new AwsNative.SecurityHub.Inputs.AutomationRuleDateRangeArgs
/// {
/// Unit = AwsNative.SecurityHub.AutomationRuleDateRangeUnit.Days,
- /// Value = 5,
+ /// Value = 5.0,
/// },
/// },
/// },
@@ -372,16 +372,16 @@ namespace Pulumi.AwsNative.SecurityHub
/// {
/// new AwsNative.SecurityHub.Inputs.AutomationRuleNumberFilterArgs
/// {
- /// Gte = 50,
- /// Lte = 95,
+ /// Gte = 50.0,
+ /// Lte = 95.0,
/// },
/// },
/// Criticality = new[]
/// {
/// new AwsNative.SecurityHub.Inputs.AutomationRuleNumberFilterArgs
/// {
- /// Gte = 50,
- /// Lte = 95,
+ /// Gte = 50.0,
+ /// Lte = 95.0,
/// },
/// },
/// },
@@ -394,7 +394,7 @@ namespace Pulumi.AwsNative.SecurityHub
/// {
/// Severity = new AwsNative.SecurityHub.Inputs.AutomationRuleSeverityUpdateArgs
/// {
- /// Product = 50,
+ /// Product = 50.0,
/// Label = AwsNative.SecurityHub.AutomationRuleSeverityUpdateLabel.Medium,
/// Normalized = 60,
/// },
@@ -696,7 +696,7 @@ namespace Pulumi.AwsNative.SecurityHub
/// DateRange = new AwsNative.SecurityHub.Inputs.AutomationRuleDateRangeArgs
/// {
/// Unit = AwsNative.SecurityHub.AutomationRuleDateRangeUnit.Days,
- /// Value = 5,
+ /// Value = 5.0,
/// },
/// },
/// },
@@ -723,7 +723,7 @@ namespace Pulumi.AwsNative.SecurityHub
/// DateRange = new AwsNative.SecurityHub.Inputs.AutomationRuleDateRangeArgs
/// {
/// Unit = AwsNative.SecurityHub.AutomationRuleDateRangeUnit.Days,
- /// Value = 5,
+ /// Value = 5.0,
/// },
/// },
|
|
Unexpected file modified:
sdk/dotnet/Iam/Role.cs#L0
File modified:
@@ -241,9 +241,9 @@ namespace Pulumi.AwsNative.Iam
/// },
/// ExecutionProperty = new AwsNative.Glue.Inputs.JobExecutionPropertyArgs
/// {
- /// MaxConcurrentRuns = 2,
+ /// MaxConcurrentRuns = 2.0,
/// },
- /// MaxRetries = 0,
+ /// MaxRetries = 0.0,
/// Name = "cf-job1",
/// Role = myJobRole.Id,
/// });
@@ -321,9 +321,9 @@ namespace Pulumi.AwsNative.Iam
/// },
/// ExecutionProperty = new AwsNative.Glue.Inputs.JobExecutionPropertyArgs
/// {
- /// MaxConcurrentRuns = 2,
+ /// MaxConcurrentRuns = 2.0,
/// },
- /// MaxRetries = 0,
+ /// MaxRetries = 0.0,
/// Name = "cf-job1",
/// Role = myJobRole.Id,
/// });
@@ -402,7 +402,7 @@ namespace Pulumi.AwsNative.Iam
/// {
/// ["--job-bookmark-option"] = "job-bookmark-enable",
/// },
- /// MaxRetries = 0,
+ /// MaxRetries = 0.0,
/// });
///
/// var myJobTrigger = new AwsNative.Glue.Trigger("myJobTrigger", new()
@@ -509,7 +509,7 @@ namespace Pulumi.AwsNative.Iam
/// {
/// ["--job-bookmark-option"] = "job-bookmark-enable",
/// },
- /// MaxRetries = 0,
+ /// MaxRetries = 0.0,
/// });
///
/// var myJobTrigger = new AwsNative.Glue.Trigger("myJobTrigger", new()
@@ -627,7 +627,7 @@ namespace Pulumi.AwsNative.Iam
/// {
/// "org1",
/// },
- /// LoginValidityDuration = 60,
+ /// LoginValidityDuration = 60.0,
/// },
/// });
///
@@ -723,7 +723,7 @@ namespace Pulumi.AwsNative.Iam
/// {
/// "org1",
/// },
- /// LoginValidityDuration = 60,
+ /// LoginValidityDuration = 60.0,
/// },
/// });
///
|
|
Unexpected file modified:
sdk/dotnet/FSx/DataRepositoryAssociation.cs#L0
File modified:
@@ -33,7 +33,7 @@ namespace Pulumi.AwsNative.FSx
/// FileSystemPath = fileSystemPath,
/// DataRepositoryPath = "s3://example-bucket",
/// BatchImportMetaDataOnCreate = true,
- /// ImportedFileChunkSize = importedFileChunkSize,
+ /// ImportedFileChunkSize = int.Parse(importedFileChunkSize, System.Globalization.CultureInfo.InvariantCulture),
/// S3 = new AwsNative.FSx.Inputs.DataRepositoryAssociationS3Args
/// {
/// AutoImportPolicy = new AwsNative.FSx.Inputs.DataRepositoryAssociationAutoImportPolicyArgs
|
|
Unexpected file modified:
sdk/dotnet/Ec2/CapacityReservationFleet.cs#L0
File modified:
@@ -32,7 +32,7 @@ namespace Pulumi.AwsNative.Ec2
/// InstanceType = "c4.large",
/// InstancePlatform = "Linux/UNIX",
/// AvailabilityZone = "us-east-1a",
- /// Weight = 1,
+ /// Weight = 1.0,
/// Priority = 1,
/// },
/// new AwsNative.Ec2.Inputs.CapacityReservationFleetInstanceTypeSpecificationArgs
@@ -40,7 +40,7 @@ namespace Pulumi.AwsNative.Ec2
/// InstanceType = "c5.large",
/// InstancePlatform = "Linux/UNIX",
/// AvailabilityZone = "us-east-1a",
- /// Weight = 1,
+ /// Weight = 1.0,
/// Priority = 2,
/// },
/// },
|
|
Unexpected file modified:
sdk/dotnet/Ce/AnomalyMonitor.cs#L0
File modified:
@@ -199,7 +199,7 @@ namespace Pulumi.AwsNative.Ce
/// var anomalySubscription = new AwsNative.Ce.AnomalySubscription("anomalySubscription", new()
/// {
/// SubscriptionName = "SubscriptionName",
- /// Threshold = 100,
+ /// Threshold = 100.0,
/// Frequency = AwsNative.Ce.AnomalySubscriptionFrequency.Daily,
/// MonitorArnList = new[]
/// {
@@ -246,7 +246,7 @@ namespace Pulumi.AwsNative.Ce
/// var anomalySubscription = new AwsNative.Ce.AnomalySubscription("anomalySubscription", new()
/// {
/// SubscriptionName = "SubscriptionName",
- /// Threshold = 100,
+ /// Threshold = 100.0,
/// Frequency = AwsNative.Ce.AnomalySubscriptionFrequency.Daily,
/// MonitorArnList = new[]
/// {
@@ -293,7 +293,7 @@ namespace Pulumi.AwsNative.Ce
/// var anomalySubscription = new AwsNative.Ce.AnomalySubscription("anomalySubscription", new()
/// {
/// SubscriptionName = "SubscriptionName",
- /// Threshold = 100,
+ /// Threshold = 100.0,
/// Frequency = AwsNative.Ce.AnomalySubscriptionFrequency.Daily,
/// MonitorArnList = new[]
/// {
@@ -340,7 +340,7 @@ namespace Pulumi.AwsNative.Ce
/// var anomalySubscription = new AwsNative.Ce.AnomalySubscription("anomalySubscription", new()
/// {
/// SubscriptionName = "SubscriptionName",
- /// Threshold = 100,
+ /// Threshold = 100.0,
/// Frequency = AwsNative.Ce.AnomalySubscriptionFrequency.Daily,
/// MonitorArnList = new[]
/// {
|
|
Unexpected file modified:
sdk/dotnet/AppConfig/DeploymentStrategy.cs#L0
File modified:
@@ -26,9 +26,9 @@ namespace Pulumi.AwsNative.AppConfig
/// {
/// Name = "MyTestDeploymentStrategy",
/// Description = "A sample test deployment strategy.",
- /// DeploymentDurationInMinutes = 3,
- /// FinalBakeTimeInMinutes = 4,
- /// GrowthFactor = 10,
+ /// DeploymentDurationInMinutes = 3.0,
+ /// FinalBakeTimeInMinutes = 4.0,
+ /// GrowthFactor = 10.0,
/// GrowthType = AwsNative.AppConfig.DeploymentStrategyGrowthType.Linear,
/// ReplicateTo = AwsNative.AppConfig.DeploymentStrategyReplicateTo.None,
/// Tags = new[]
|
|
Unexpected file modified:
sdk/dotnet/ApiGateway/RestApi.cs#L0
File modified:
@@ -265,8 +265,8 @@ namespace Pulumi.AwsNative.ApiGateway
/// {
/// Name = validatorName,
/// RestApiId = restApi.Id,
- /// ValidateRequestBody = validateRequestBody,
- /// ValidateRequestParameters = validateRequestParameters,
+ /// ValidateRequestBody = validateRequestBody == "true",
+ /// ValidateRequestParameters = validateRequestParameters == "true",
/// });
///
/// var method = new AwsNative.ApiGateway.Method("method", new()
@@ -325,8 +325,8 @@ namespace Pulumi.AwsNative.ApiGateway
/// {
/// Name = validatorName,
/// RestApiId = restApi.Id,
- /// ValidateRequestBody = validateRequestBody,
- /// ValidateRequestParameters = validateRequestParameters,
+ /// ValidateRequestBody = validateRequestBody == "true",
+ /// ValidateRequestParameters = validateRequestParameters == "true",
/// });
///
/// var method = new AwsNative.ApiGateway.Method("method", new()
@@ -383,8 +383,8 @@ namespace Pulumi.AwsNative.ApiGateway
/// {
/// Name = validatorName,
/// RestApiId = restApi.Id,
- /// ValidateRequestBody = validateRequestBody,
- /// ValidateRequestParameters = validateRequestParameters,
+ /// ValidateRequestBody = validateRequestBody == "true",
+ /// ValidateRequestParameters = validateRequestParameters == "true",
/// });
///
/// });
@@ -414,8 +414,8 @@ namespace Pulumi.AwsNative.ApiGateway
/// {
/// Name = validatorName,
/// RestApiId = restApi.Id,
- /// ValidateRequestBody = validateRequestBody,
- /// ValidateRequestParameters = validateRequestParameters,
+ /// ValidateRequestBody = validateRequestBody == "true",
+ /// ValidateRequestParameters = validateRequestParameters == "true",
/// });
///
/// });
@@ -587,7 +587,7 @@ namespace Pulumi.AwsNative.ApiGateway
/// binaryMediaType1,
/// binaryMediaType2,
/// },
- /// MinimumCompressionSize = minimumCompressionSize,
+ /// MinimumCompressionSize = int.Parse(minimumCompressionSize, System.Globalization.CultureInfo.InvariantCulture),
/// Name = apiName,
/// });
///
@@ -618,7 +618,7 @@ namespace Pulumi.AwsNative.ApiGateway
/// binaryMediaType1,
/// binaryMediaType2,
/// },
- /// MinimumCompressionSize = minimumCompressionSize,
+ /// MinimumCompressionSize = int.Parse(minimumCompressionSize, System.Globalization.CultureInfo.InvariantCulture),
/// Name = apiName,
/// });
///
|
|
Unexpected file modified:
sdk/dotnet/ApiGateway/ApiKey.cs#L0
File modified:
@@ -29,7 +29,7 @@ namespace Pulumi.AwsNative.ApiGateway
/// var apiKey = new AwsNative.ApiGateway.ApiKey("apiKey", new()
/// {
/// CustomerId = customerId,
- /// GenerateDistinctId = generateDistinctId,
+ /// GenerateDistinctId = generateDistinctId == "true",
/// Name = apiKeyName,
/// });
///
@@ -53,7 +53,7 @@ namespace Pulumi.AwsNative.ApiGateway
/// var apiKey = new AwsNative.ApiGateway.ApiKey("apiKey", new()
/// {
/// CustomerId = customerId,
- /// GenerateDistinctId = generateDistinctId,
+ /// GenerateDistinctId = generateDistinctId == "true",
/// Name = apiKeyName,
/// });
///
|
|
Unexpected file modified:
sdk/dotnet/Acmpca/CertificateAuthority.cs#L0
File modified:
@@ -62,7 +62,7 @@ namespace Pulumi.AwsNative.Acmpca
/// Validity = new AwsNative.Acmpca.Inputs.CertificateValidityArgs
/// {
/// Type = "DAYS",
- /// Value = 100,
+ /// Value = 100.0,
/// },
/// });
///
@@ -120,7 +120,7 @@ namespace Pulumi.AwsNative.Acmpca
/// Validity = new AwsNative.Acmpca.Inputs.CertificateValidityArgs
/// {
/// Type = "DAYS",
- /// Value = 90,
+ /// Value = 90.0,
/// },
/// }, new CustomResourceOptions
/// {
@@ -195,7 +195,7 @@ namespace Pulumi.AwsNative.Acmpca
/// Validity = new AwsNative.Acmpca.Inputs.CertificateValidityArgs
/// {
/// Type = "DAYS",
- /// Value = 80,
+ /// Value = 80.0,
/// },
/// }, new CustomResourceOptions
/// {
@@ -248,7 +248,7 @@ namespace Pulumi.AwsNative.Acmpca
/// Validity = new AwsNative.Acmpca.Inputs.CertificateValidityArgs
/// {
/// Type = "DAYS",
- /// Value = 70,
+ /// Value = 70.0,
/// },
/// }, new CustomResourceOptions
/// {
|
|
build_sdks (java)
The strategy configuration was canceled because "build_sdks.dotnet" failed
|
|
build_sdks (java)
The operation was canceled.
|
|
build_sdks (go)
The strategy configuration was canceled because "build_sdks.dotnet" failed
|
|
build_sdks (go)
The operation was canceled.
|
|
lint / lint
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: pulumi/esc-action@9eb774255b1a4afb7855678ae8d4a77359da0d9b. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
lint / lint
Input 'app-id' has been deprecated with message: Use 'client-id' instead.
|
|
lint / lint
Input 'app-id' has been deprecated with message: Use 'client-id' instead.
|
|
prerequisites
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions-ecosystem/action-add-labels@18f1af5e3544586314bbe15c0273249c770b2daf, pulumi/esc-action@9eb774255b1a4afb7855678ae8d4a77359da0d9b. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
prerequisites
Input 'app-id' has been deprecated with message: Use 'client-id' instead.
|
|
prerequisites
Input 'app-id' has been deprecated with message: Use 'client-id' instead.
|
|
build_sdks (python)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: pulumi/esc-action@9eb774255b1a4afb7855678ae8d4a77359da0d9b. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
build_sdks (python)
Input 'app-id' has been deprecated with message: Use 'client-id' instead.
|
|
build_sdks (python)
Input 'app-id' has been deprecated with message: Use 'client-id' instead.
|
|
build_sdks (nodejs)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: pulumi/esc-action@9eb774255b1a4afb7855678ae8d4a77359da0d9b. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
build_sdks (nodejs)
Input 'app-id' has been deprecated with message: Use 'client-id' instead.
|
|
build_sdks (nodejs)
Input 'app-id' has been deprecated with message: Use 'client-id' instead.
|
|
build_sdks (dotnet)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: pulumi/esc-action@9eb774255b1a4afb7855678ae8d4a77359da0d9b. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
build_sdks (dotnet)
Input 'app-id' has been deprecated with message: Use 'client-id' instead.
|
|
build_sdks (dotnet)
Input 'app-id' has been deprecated with message: Use 'client-id' instead.
|
|
build_sdks (java)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: pulumi/esc-action@9eb774255b1a4afb7855678ae8d4a77359da0d9b. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
build_sdks (java)
Input 'app-id' has been deprecated with message: Use 'client-id' instead.
|
|
build_sdks (java)
Input 'app-id' has been deprecated with message: Use 'client-id' instead.
|
|
build_sdks (go)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: pulumi/esc-action@9eb774255b1a4afb7855678ae8d4a77359da0d9b. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
build_sdks (go)
Input 'app-id' has been deprecated with message: Use 'client-id' instead.
|
|
build_sdks (go)
Input 'app-id' has been deprecated with message: Use 'client-id' instead.
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
nodejs-sdk.tar.gz
|
36.4 MB |
sha256:4db8a3d1f87061fb71bd09d906b9179465b19a51a5c6a21c541df465293745f5
|
|
|
pulumi-aws-native-provider.tar.gz
|
70.4 MB |
sha256:571a7506be3c4c2b93f4301e93c656f0a61838d52087e28055349658fefdc7f6
|
|
|
python-sdk.tar.gz
|
47.4 MB |
sha256:c64abbc948130e225dd6f0d9dadd717c1da76b3e2a733eca4eb49794677f4722
|
|