From ea8dca31b28b41d23daa149628e31716d0ac39ef Mon Sep 17 00:00:00 2001 From: Allan Targino Date: Mon, 2 Sep 2019 10:36:01 -0300 Subject: [PATCH 1/3] feature: add general purpose cognitive svc type --- azurerm/resource_arm_cognitive_account.go | 1 + 1 file changed, 1 insertion(+) diff --git a/azurerm/resource_arm_cognitive_account.go b/azurerm/resource_arm_cognitive_account.go index c0172d0f3a69..7bd2742c43d1 100644 --- a/azurerm/resource_arm_cognitive_account.go +++ b/azurerm/resource_arm_cognitive_account.go @@ -53,6 +53,7 @@ func resourceArmCognitiveAccount() *schema.Resource { "Bing.Speech", "Bing.SpellCheck", "Bing.SpellCheck.v7", + "CognitiveServices" "ComputerVision", "ContentModerator", "CustomSpeech", From c2c8a07ca15456d64e09bafc1ed06502de7fa6dc Mon Sep 17 00:00:00 2001 From: Allan Targino Date: Mon, 2 Sep 2019 11:51:11 -0300 Subject: [PATCH 2/3] Update resource_arm_cognitive_account.go --- azurerm/resource_arm_cognitive_account.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azurerm/resource_arm_cognitive_account.go b/azurerm/resource_arm_cognitive_account.go index 7bd2742c43d1..70dfbf330eb2 100644 --- a/azurerm/resource_arm_cognitive_account.go +++ b/azurerm/resource_arm_cognitive_account.go @@ -53,7 +53,7 @@ func resourceArmCognitiveAccount() *schema.Resource { "Bing.Speech", "Bing.SpellCheck", "Bing.SpellCheck.v7", - "CognitiveServices" + "CognitiveServices", "ComputerVision", "ContentModerator", "CustomSpeech", From d70a6b0378447b72fc04358b88acaafea4974777 Mon Sep 17 00:00:00 2001 From: Allan Targino Date: Mon, 2 Sep 2019 14:50:42 -0300 Subject: [PATCH 3/3] docs: Adding CognitiveServices kind to Cog Svc --- website/docs/r/cognitive_account.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/r/cognitive_account.html.markdown b/website/docs/r/cognitive_account.html.markdown index 9cea8a61a5c2..46cc303109f0 100644 --- a/website/docs/r/cognitive_account.html.markdown +++ b/website/docs/r/cognitive_account.html.markdown @@ -45,7 +45,7 @@ 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. -* `kind` - (Required) Specifies the type of Cognitive Service Account that should be created. Possible values are `Academic`, `Bing.Autosuggest`, `Bing.Autosuggest.v7`, `Bing.CustomSearch`, `Bing.Search`, `Bing.Search.v7`, `Bing.Speech`, `Bing.SpellCheck`, `Bing.SpellCheck.v7`, `ComputerVision`, `ContentModerator`, `CustomSpeech`, `CustomVision.Prediction`, `CustomVision.Training`, `Emotion`, `Face`, `LUIS`, `QnAMaker`, `Recommendations`, `SpeakerRecognition`, `Speech`, `SpeechServices`, `SpeechTranslation`, `TextAnalytics`, `TextTranslation` and `WebLM`. Changing this forces a new resource to be created. +* `kind` - (Required) Specifies the type of Cognitive Service Account that should be created. Possible values are `Academic`, `Bing.Autosuggest`, `Bing.Autosuggest.v7`, `Bing.CustomSearch`, `Bing.Search`, `Bing.Search.v7`, `Bing.Speech`, `Bing.SpellCheck`, `Bing.SpellCheck.v7`, `CognitiveServices`, `ComputerVision`, `ContentModerator`, `CustomSpeech`, `CustomVision.Prediction`, `CustomVision.Training`, `Emotion`, `Face`, `LUIS`, `QnAMaker`, `Recommendations`, `SpeakerRecognition`, `Speech`, `SpeechServices`, `SpeechTranslation`, `TextAnalytics`, `TextTranslation` and `WebLM`. Changing this forces a new resource to be created. * `sku` - (Required) A `sku` block as defined below.