Skip to content

Correcting ResourceRecortTtl to Number from Text - #3

Open
thomasnelson4 wants to merge 1 commit into
PKISharp:masterfrom
thomasnelson4:patch-1
Open

Correcting ResourceRecortTtl to Number from Text#3
thomasnelson4 wants to merge 1 commit into
PKISharp:masterfrom
thomasnelson4:patch-1

Conversation

@thomasnelson4

Copy link
Copy Markdown

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

ebekker commented Mar 15, 2018

Copy link
Copy Markdown
Member

@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

ebekker commented Mar 15, 2018

Copy link
Copy Markdown
Member

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