Skip to content

Commit

Permalink
Update the webhooks format description (#167)
Browse files Browse the repository at this point in the history
  • Loading branch information
komalali authored Sep 8, 2023
1 parent bc9231b commit f881a4d
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions provider/cmd/pulumi-resource-pulumiservice/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -662,7 +662,7 @@
"type": "string"
},
"format": {
"description": "Format of the webhook payload. Can be either `raw` or `slack`. Defaults to `raw`.",
"description": "Format of the webhook payload. Can be either `raw`, `slack`, `ms_teams` or `pulumi_deployments`. Defaults to `raw`.",
"$ref": "#/types/pulumiservice:index:WebhookFormat"
},
"filters": {
Expand Down Expand Up @@ -883,4 +883,4 @@
}
}
}
}
}
2 changes: 1 addition & 1 deletion sdk/dotnet/Webhook.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions sdk/go/pulumiservice/webhook.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions sdk/java/src/main/java/com/pulumi/pulumiservice/Webhook.java

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sdk/nodejs/webhook.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sdk/python/pulumi_pulumiservice/webhook.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f881a4d

Please sign in to comment.