Skip to content

[datadog_team] Add avatar to schema. #2526

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

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

Conversation

jmcarp
Copy link
Contributor

@jmcarp jmcarp commented Aug 8, 2024

No description provided.

@jmcarp jmcarp requested review from a team as code owners August 8, 2024 12:28
@jmcarp
Copy link
Contributor Author

jmcarp commented Oct 8, 2024

@pgoldrbx does anything need to be revised, or is this ok to merge?

Copy link

@pgoldrbx pgoldrbx left a comment

Choose a reason for hiding this comment

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

No issues here. 👍

@@ -75,6 +76,10 @@ func (r *teamResource) Schema(_ context.Context, _ resource.SchemaRequest, respo
Required: true,
Description: "The name of the team.",
},
"avatar": schema.StringAttribute{
Required: false,
Copy link
Member

Choose a reason for hiding this comment

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

Hello @jmcarp. Sorry for the late reply.
This should be:

Suggested change
Required: false,
Optional: true,

Also please regenerate the test cassettes (see DEVELOPMENT.md) so we can approve this PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants