From cb8395cd9d014c5e396c9bd2713c25f316f9b6c7 Mon Sep 17 00:00:00 2001 From: Bernd Verst Date: Tue, 7 Feb 2023 20:02:13 -0800 Subject: [PATCH] deprecate twitter (#3145) Signed-off-by: Bernd Verst --- .../components-reference/supported-bindings/twitter.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/daprdocs/content/en/reference/components-reference/supported-bindings/twitter.md b/daprdocs/content/en/reference/components-reference/supported-bindings/twitter.md index 8bfc6fdf4..0e1c57a70 100644 --- a/daprdocs/content/en/reference/components-reference/supported-bindings/twitter.md +++ b/daprdocs/content/en/reference/components-reference/supported-bindings/twitter.md @@ -7,6 +7,10 @@ aliases: - "/operations/components/setup-bindings/supported-bindings/twitter/" --- +{{% alert title="Deprecation notice" color="warning" %}} +The Twitter binding component has been deprecated and will be removed in a future release. See [this GitHub issue](https://github.com/dapr/components-contrib/issues/2503) for details. +{{% /alert %}} + ## Component format To setup Twitter binding create a component of type `bindings.twitter`. See [this guide]({{< ref "howto-bindings.md#1-create-a-binding" >}}) on how to create and apply a binding configuration.