-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
area/docsImprovements or additions to documentationImprovements or additions to documentationarea/providerskind/bugSome behavior is incorrect or out of specSome behavior is incorrect or out of spec
Description
Describe what happened
the jsdoc on this line: https://github.com/pulumi/pulumi-datadog/blob/master/sdk/nodejs/monitor.ts#L163 mentions values for onMissingData to be in camelCase. When i try to use them in camelCase, i get a 400 when the monitors are validated
* error validating monitor from /api/v1/monitor/213953366/validate: 400 Bad Request: {"errors":["Invalid on_missing_data value: showAndNotifyNoData; valid values are: show_no_data, show_and_notify_no_data, resolve, default"]}
Sample program
try onMissingData: "showNoData"
Log output
No response
Affected Resource(s)
No response
Output of pulumi about
i dont have access to this. i copied the error from my CI
Additional context
No response
Contributing
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area/docsImprovements or additions to documentationImprovements or additions to documentationarea/providerskind/bugSome behavior is incorrect or out of specSome behavior is incorrect or out of spec