From 94a21eceebeecf8ef98c671719216e5e36d16cc9 Mon Sep 17 00:00:00 2001 From: Felipe Date: Tue, 10 Dec 2024 23:57:12 -0300 Subject: [PATCH] doc: updated the doc --- ...itive_account_rai_blocklist.html.markdown} | 28 +++++++++---------- 1 file changed, 14 insertions(+), 14 deletions(-) rename website/docs/r/{cognitive_rai_blocklist.html.markdown => cognitive_account_rai_blocklist.html.markdown} (64%) diff --git a/website/docs/r/cognitive_rai_blocklist.html.markdown b/website/docs/r/cognitive_account_rai_blocklist.html.markdown similarity index 64% rename from website/docs/r/cognitive_rai_blocklist.html.markdown rename to website/docs/r/cognitive_account_rai_blocklist.html.markdown index 5a1d82a62bbd..0b55a8c5bdae 100644 --- a/website/docs/r/cognitive_rai_blocklist.html.markdown +++ b/website/docs/r/cognitive_account_rai_blocklist.html.markdown @@ -1,14 +1,14 @@ --- subcategory: "Cognitive Services" layout: "azurerm" -page_title: "Azure Resource Manager: azurerm_cognitive_rai_blocklist" +page_title: "Azure Resource Manager: azurerm_cognitive_account_rai_blocklist" description: |- - Manages a Cognitive Rai Blocklist. + Manages a Cognitive Account Rai Blocklist. --- -# azurerm_cognitive_rai_blocklist +# azurerm_cognitive_account_rai_blocklist -Manages a Cognitive Rai Blocklist. +Manages a Cognitive Account Rai Blocklist. ## Example Usage @@ -26,7 +26,7 @@ resource "azurerm_cognitive_account" "example" { sku_name = "S0" } -resource "azurerm_cognitive_rai_blocklist" "example" { +resource "azurerm_cognitive_account_rai_blocklist" "example" { name = "example-crb" cognitive_account_id = azurerm_cognitive_account.example.id description = "Azure OpenAI Rai Blocklist" @@ -37,32 +37,32 @@ resource "azurerm_cognitive_rai_blocklist" "example" { The following arguments are supported: -* `name` - (Required) The name of the Cognitive Services Rai Blocklist. Changing this forces a new Cognitive Rai Blocklist Example to be created. +* `name` - (Required) The name of the Cognitive Account Rai Blocklist. Changing this forces a new Cognitive Account Rai Blocklist to be created. -* `cognitive_account_id` - (Required) The ID of the Cognitive Services Account. Changing this forces a new Cognitive Rai Blocklist Example to be created. +* `cognitive_account_id` - (Required) The ID of the Cognitive Services Account. Changing this forces a new Cognitive Account Rai Blocklist to be created. --- -* `description` - (Optional) A short description for the Rai Blocklist. +* `description` - (Optional) A short description for the Cognitive Account Rai Blocklist. ## Attributes Reference In addition to the Arguments listed above - the following Attributes are exported: -* `id` - The ID of the Cognitive Rai Blocklist. +* `id` - The ID of the Cognitive Account Rai Blocklist. ## Timeouts The `timeouts` block allows you to specify [timeouts](https://www.terraform.io/language/resources/syntax#operation-timeouts) for certain actions: -* `create` - (Defaults to 30 minutes) Used when creating the Cognitive Rai Blocklist. -* `read` - (Defaults to 5 minutes) Used when retrieving the Cognitive Rai Blocklist. -* `update` - (Defaults to 30 minutes) Used when updating the Cognitive Rai Blocklist. -* `delete` - (Defaults to 30 minutes) Used when deleting the Cognitive Rai Blocklist. +* `create` - (Defaults to 30 minutes) Used when creating the Cognitive Account Rai Blocklist. +* `read` - (Defaults to 5 minutes) Used when retrieving the Cognitive Account Rai Blocklist. +* `update` - (Defaults to 30 minutes) Used when updating the Cognitive Account Rai Blocklist. +* `delete` - (Defaults to 30 minutes) Used when deleting the Cognitive Account Rai Blocklist. ## Import -Cognitive Rai Blocklist can be imported using the `resource id`, e.g. +Cognitive Account Rai Blocklist can be imported using the `resource id`, e.g. ```shell terraform import azurerm_cognitive_rai_blocklist.example /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup1/providers/Microsoft.CognitiveServices/accounts/account1/raiBlocklists/raiblocklist1