Skip to content

CustomVision Kind : both #323

Open
Open
@pd-illinois

Description

Is there an existing issue for this?

  • I have searched the existing issues

Where would you like this feature added?

Examples (Quickstart, Samples, etc.)

Is this feature ask due to a problem that you are encountering?

When using terraform to create CustomVision resource, only "CustomVision.Prediction" or "CustomVision.Training" is supported.

resource "azurerm_cognitive_account" "cognitive_service" {
  name                = "CognitiveService-${random_string.azurerm_cognitive_account_name.result}"
  location            = azurerm_resource_group.rg.location
  resource_group_name = azurerm_resource_group.rg.name
  sku_name            = var.sku
  kind                = "CustomVision.Prediction"
}

However the Azure Portal also supports a resource type both.
image

How can this be supported with Terraform?

Describe potential solutions.

Adding a new parameter in kind field to support Custom Vision resource type both.

Anything else?

No response

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions