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

Correcting ResourceRecortTtl to Number from Text #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

thomasnelson4
Copy link

Was receiving InvalidCastException when trying to pass ResourceRecordTtl a string, but the command succeeded when passed a number (INT).

Was receiving InvalidCastException when trying to pass ResourceRecordTtl a string, but the command succeeded when passed a number (INT).
@ebekker
Copy link
Member

ebekker commented Mar 15, 2018

@thomasnelson4 -- I can accept your PR, but the file you're modifying is actually auto-generated, so it will get overwritten the next time the docs are regenerated.

So let me see if we can figure out if the issue is actually something internally...

When you were initially passing in the value as a string, how was that different than as an int -- were you putting it in quotes?

@ebekker
Copy link
Member

ebekker commented Mar 15, 2018

I think I see the issue, the code here should indicate ParameterType.NUMBER.

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