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

Enums are not extensible by default anymore #473

Merged
merged 20 commits into from
May 24, 2024

Conversation

timotheeguerin
Copy link
Member

@timotheeguerin timotheeguerin commented Mar 21, 2024

Next step into the migration from enum to union #269

@azure-sdk
Copy link
Collaborator

azure-sdk commented Mar 21, 2024

All changed packages have been documented.

  • @azure-tools/typespec-autorest
Show changes

@azure-tools/typespec-autorest - breaking ✏️

Enums are not extensible by default anymore. Update to an extensible union union Foo {a: "a", b: "b", string}

@azure-sdk
Copy link
Collaborator

@timotheeguerin timotheeguerin added this to the [2024] May milestone Mar 30, 2024
@markcowl markcowl removed this from the [2024] May milestone May 11, 2024
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.

4 participants