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 Property Check Failing for AWS::Cognito::UserPool in ap-southeast-1 #1003

Merged
merged 3 commits into from
Jul 9, 2019

Conversation

sambattalio
Copy link
Contributor

Issue #, if available:
#1002

Description of changes:
I updated ap-southeast-1.json with the 'types' from the ap-southeast-2.json file. From local testing, it looks like that this fixes the issue mentioned above.

Was previously throwing "E0002: Error processing rule on the template (Unknown exception while processing rule E3002: 'AWS::Cognito::UserPool.Policies') on files such as this test file.

Please let me know if there is anything I should change on this! Thanks

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

@codecov
Copy link

codecov bot commented Jul 8, 2019

Codecov Report

Merging #1003 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1003   +/-   ##
=======================================
  Coverage   86.83%   86.83%           
=======================================
  Files         133      133           
  Lines        7878     7878           
  Branches     1939     1939           
=======================================
  Hits         6841     6841           
- Misses        638      639    +1     
+ Partials      399      398    -1
Impacted Files Coverage Δ
src/cfnlint/__init__.py 88.61% <0%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 97ebdae...2631921. Read the comment docs.

@kddejong
Copy link
Contributor

kddejong commented Jul 9, 2019

Thanks for submitting this. I will take a look shortly.

@kddejong kddejong merged commit d522a22 into aws-cloudformation:master Jul 9, 2019
svenstaro pushed a commit to archlinux/svntogit-community that referenced this pull request Jul 22, 2020
Also added a patch that fixes test failures in python-aws-sam-translator.

The patch is from a merged pull request [1].

[1] aws-cloudformation/cfn-lint#1003

git-svn-id: file:///srv/repos/svn-community/svn@487733 9fca08f4-af9d-4005-b8df-a31f2cc04f65
svenstaro pushed a commit to archlinux/svntogit-community that referenced this pull request Jul 22, 2020
pr1003 [1] has been merged.

[1] aws-cloudformation/cfn-lint#1003

git-svn-id: file:///srv/repos/svn-community/svn@488614 9fca08f4-af9d-4005-b8df-a31f2cc04f65
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants