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

CloudFormation Resource Specification 19.0.0 #1751

Merged
merged 2 commits into from
Oct 23, 2020

Conversation

kddejong
Copy link
Contributor

@kddejong kddejong commented Oct 23, 2020

Issue #, if available:

Description of changes:

  • Update specs to 19.0.0
scripts/update_specs_from_pricing.py # requires Boto3 and Credentials
scripts/update_specs_services_from_ssm.py # requires Boto3 and Credentials
cfn-lint --update-specs # https://github.com/aws-cloudformation/cfn-python-lint/pull/1383\#issuecomment-629891506
cfn-lint --update-iam-policies
cfn-lint --update-documentation

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

PatMyron
PatMyron previously approved these changes Oct 23, 2020
@PatMyron PatMyron dismissed their stale review October 23, 2020 16:48

Specified property type AWS::MediaPackage::PackagingConfiguration. not found for property SpekeKeyProvider

@PatMyron
Copy link
Contributor

PatMyron commented Oct 23, 2020

@PatMyron PatMyron added the spec CloudFormation Specification Bug label Oct 23, 2020
@kddejong kddejong merged commit 17371ec into aws-cloudformation:master Oct 23, 2020
@kddejong kddejong deleted the update/specs/19.0.0 branch October 23, 2020 17:56
Comment on lines +386 to +405
},
{
"op": "add",
"path": "/PropertyTypes/AWS::MediaPackage::PackagingConfiguration.CmafEncryption/Properties/SpekeKeyProvider/Type",
"value": "SpekeKeyProvider"
},
{
"op": "add",
"path": "/PropertyTypes/AWS::MediaPackage::PackagingConfiguration.DashEncryption/Properties/SpekeKeyProvider/Type",
"value": "SpekeKeyProvider"
},
{
"op": "add",
"path": "/PropertyTypes/AWS::MediaPackage::PackagingConfiguration.HlsEncryption/Properties/SpekeKeyProvider/Type",
"value": "SpekeKeyProvider"
},
{
"op": "add",
"path": "/PropertyTypes/AWS::MediaPackage::PackagingConfiguration.MssEncryption/Properties/SpekeKeyProvider/Type",
"value": "SpekeKeyProvider"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

calling these out as the manual patches for anyone looking to do similar in other repos

@PatMyron PatMyron changed the title Update specs to 19.0.0 CloudFormation Resource Specification 19.0.0 Oct 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
spec CloudFormation Specification Bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants