Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(cfnspec): incorrect Route 53 health check configuration properties in CloudFormation specification #11280

Merged
merged 1 commit into from
Nov 4, 2020

Conversation

shivlaks
Copy link
Contributor

@shivlaks shivlaks commented Nov 4, 2020

The Resource specification import v18.3.0 included unintended specification changes which modified
the type of the health check config property and removed the previously modeled HealthCheckConfig type.

This patch adds the fix mentioned in to restore the resource specification for Route 53 health checks:
#11096 (comment)

closes #11096


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license

…s in CloudFormation specification

The Resource specification import v18.3.0 included unintended specification changes which modified
the type of the health check config property and removed the previously modeled HealthCheckConfig type.

This patch adds the fix mentioned in to restore the resource specification for Route 53 health checks:
#11096 (comment)

closes #11096
@shivlaks shivlaks requested review from RomainMuller and a team November 4, 2020 06:02
@shivlaks shivlaks self-assigned this Nov 4, 2020
@gitpod-io
Copy link

gitpod-io bot commented Nov 4, 2020

@mergify mergify bot added the contribution/core This is a PR that came from AWS. label Nov 4, 2020
@shivlaks shivlaks added the pr-linter/exempt-test The PR linter will not require test changes label Nov 4, 2020
@aws-cdk-automation
Copy link
Collaborator

AWS CodeBuild CI Report

  • CodeBuild project: AutoBuildProject6AEA49D1-qxepHUsryhcu
  • Commit ID: 5546d4b
  • Result: SUCCEEDED
  • Build Logs (available for 30 days)

Powered by github-codebuild-logs, available on the AWS Serverless Application Repository

@mergify
Copy link
Contributor

mergify bot commented Nov 4, 2020

Thank you for contributing! Your pull request will be updated from master and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork).

@mergify mergify bot merged commit f3c8b50 into master Nov 4, 2020
@mergify mergify bot deleted the shivlaks/r53-healthcheck-fix branch November 4, 2020 08:11
mergify bot pushed a commit that referenced this pull request Nov 5, 2020
…hecks (#11303)

The patch added in #11280 was not being applied as our patching requires the `PropertyTypes`
and `ResourceTypes` keys rather than use them directly through the `path` property.

Since they were previously relying entirely on the path, the patch was not actually
applied. Verified the final specification after all patches have been applied.

----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
contribution/core This is a PR that came from AWS. pr-linter/exempt-test The PR linter will not require test changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[route53] CfhHealthCheck in @aws-cdk/aws-route53 has regressed to having properties as lowercase
3 participants