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

Autorest should support creating properties with 'ulong' #2422

Closed
DeepakRajendranMsft opened this issue Jul 7, 2017 · 3 comments
Closed
Assignees

Comments

@DeepakRajendranMsft
Copy link

Autorest should support creating properties with 'ulong' @lamchester @markcowl

@olydis olydis self-assigned this Jul 7, 2017
@olydis
Copy link
Contributor

olydis commented Jul 7, 2017

Proposal

ulong

type: integer
format: int64
minimum: 0 # or greater

uint

type: integer
format: int32 # optional, since int32 is default
minimum: 0 # or greater

@olydis
Copy link
Contributor

olydis commented Jul 7, 2017

Deferring this since it seems we have not supported this in the past. However, the feature makes sense so should consider it in the future. Now, I'd be cautious since implementing this can cause breaking changes.

For 2.0 generators, this is an interesting case for LL vs HL representation: note that the LL value set must be a superset of the HL value set.

@olydis
Copy link
Contributor

olydis commented Jul 18, 2017

see #2448

@olydis olydis closed this as completed Jul 18, 2017
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

No branches or pull requests

2 participants