-
Notifications
You must be signed in to change notification settings - Fork 11
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
feat(sources): update cfn-schema #646
Conversation
To work on this Pull Request, please create a new branch and PR. This prevents your work from being deleted by the automation. Run the following commands inside the repo: gh co 646
git switch -c fix-pr-646 && git push -u origin HEAD
gh pr create -t "fix: PR #646" --body "Fixes https://github.com/cdklabs/awscdk-service-spec/pull/646" |
bd3640d
to
4377077
Compare
To work on this Pull Request, please create a new branch and PR. This prevents your work from being deleted by the automation. Run the following commands inside the repo: gh co 646
git switch -c fix-pr-646 && git push -u origin HEAD
gh pr create -t "fix: PR #646" --body "Fixes https://github.com/cdklabs/awscdk-service-spec/pull/646" |
>⚠️ This Pull Request updates daily and will overwrite **all** manual changes pushed to the branch Updates the cfn-schema source from upstream. See details in [workflow run]. [Workflow Run]: https://github.com/cdklabs/awscdk-service-spec/actions/runs/6701618118 ------ *Automatically created by projen via the "update-source-cfn-schema" workflow* Signed-off-by: github-actions <[email protected]>
4377077
to
adc1a80
Compare
To work on this Pull Request, please create a new branch and PR. This prevents your work from being deleted by the automation. Run the following commands inside the repo: gh co 646
git switch -c fix-pr-646 && git push -u origin HEAD
gh pr create -t "fix: PR #646" --body "Fixes https://github.com/cdklabs/awscdk-service-spec/pull/646" |
@aws-cdk/aws-service-spec: Model database diff detected
|
In #646 we made a hotpatch to survive incorrectly specified deprecated properties, but made a mistake which removed all deprecation information from the DB. Fix that.
In #646 we made a hotpatch to survive incorrectly specified deprecated properties, but made a mistake which removed all deprecation information from the DB. Fix that.
Updates the cfn-schema source from upstream. See details in workflow run.
Automatically created by projen via the "update-source-cfn-schema" workflow