From 9b29549de349527893cb989f586a41c64ec60b90 Mon Sep 17 00:00:00 2001 From: Jochen Rauschenbusch Date: Thu, 17 Dec 2020 08:37:17 +0100 Subject: [PATCH] docs --- website/docs/r/eventgrid_domain.html.markdown | 10 ++++++++++ website/docs/r/eventgrid_topic.html.markdown | 10 ++++++++++ 2 files changed, 20 insertions(+) diff --git a/website/docs/r/eventgrid_domain.html.markdown b/website/docs/r/eventgrid_domain.html.markdown index 1daf538ddadc..c6206e1b19fb 100644 --- a/website/docs/r/eventgrid_domain.html.markdown +++ b/website/docs/r/eventgrid_domain.html.markdown @@ -40,6 +40,8 @@ The following arguments are supported: * `location` - (Required) Specifies the supported Azure location where the resource exists. Changing this forces a new resource to be created. +* `identity` - (Optional) An `identity` block as defined below. + * `input_schema` - (Optional) Specifies the schema in which incoming events will be published to this domain. Allowed values are `CloudEventSchemaV1_0`, `CustomEventSchema`, or `EventGridSchema`. Defaults to `eventgridschema`. Changing this forces a new resource to be created. * `input_mapping_fields` - (Optional) A `input_mapping_fields` block as defined below. @@ -54,6 +56,14 @@ The following arguments are supported: --- +A `identity` block exports the following: + +~> **Note:** Currently only type `SystemAssigned` identity is supported. + +* `type` - Specifies the type of Managed Service Identity that is configured on this Event Grid Domain. + +--- + A `input_mapping_fields` supports the following: * `id` - (Optional) Specifies the id of the EventGrid Event to associate with the domain. Changing this forces a new resource to be created. diff --git a/website/docs/r/eventgrid_topic.html.markdown b/website/docs/r/eventgrid_topic.html.markdown index 1d116704acc3..51fee7b6d0c0 100644 --- a/website/docs/r/eventgrid_topic.html.markdown +++ b/website/docs/r/eventgrid_topic.html.markdown @@ -42,6 +42,8 @@ The following arguments are supported: * `location` - (Required) Specifies the supported Azure location where the resource exists. Changing this forces a new resource to be created. +* `identity` - (Optional) An `identity` block as defined below. + * `input_schema` - (Optional) Specifies the schema in which incoming events will be published to this domain. Allowed values are `CloudEventSchemaV1_0`, `CustomEventSchema`, or `EventGridSchema`. Defaults to `EventGridSchema`. Changing this forces a new resource to be created. * `input_mapping_fields` - (Optional) A `input_mapping_fields` block as defined below. @@ -56,6 +58,14 @@ The following arguments are supported: --- +A `identity` block exports the following: + +~> **Note:** Currently only type `SystemAssigned` identity is supported. + +* `type` - Specifies the type of Managed Service Identity that is configured on this Event Grid Domain. + +--- + A `input_mapping_fields` supports the following: * `id` - (Optional) Specifies the id of the EventGrid Event to associate with the domain. Changing this forces a new resource to be created.