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

[sdk-gen/go] Fix generated usage documentation for enum input types #14739

Merged
merged 1 commit into from Dec 12, 2023

Conversation

Zaid-Ajaj
Copy link
Contributor

Description

Fixes #13821 (issue)

Checklist

  • I have run make tidy to update any new dependencies
  • I have run make lint to verify my code passes the lint check
    • I have formatted my code using gofumpt
  • I have added tests that prove my fix is effective or that my feature works
  • I have run make changelog and committed the changelog/pending/<file> documenting my change
  • Yes, there are changes in this PR that warrants bumping the Pulumi Cloud API version

@Zaid-Ajaj Zaid-Ajaj added language/go area/codegen SDK-gen, program-gen, convert labels Dec 4, 2023
@Zaid-Ajaj Zaid-Ajaj requested a review from a team December 4, 2023 16:38
@pulumi-bot
Copy link
Contributor

pulumi-bot commented Dec 4, 2023

Changelog

[uncommitted] (2023-12-12)

Bug Fixes

  • [sdkgen/go] Fix generated usage documentation for enum input types
    #14739

Copy link
Collaborator

@tgummerer tgummerer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@Zaid-Ajaj Zaid-Ajaj added this pull request to the merge queue Dec 12, 2023
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Dec 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/codegen SDK-gen, program-gen, convert language/go
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Generated Go SDKs have invalid examples for *Input when the type is an enum
3 participants