Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CustomVision Kind : both #323

Open
1 task done
pd-illinois opened this issue Jun 6, 2024 · 0 comments
Open
1 task done

CustomVision Kind : both #323

pd-illinois opened this issue Jun 6, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@pd-illinois
Copy link

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

@pd-illinois pd-illinois added the enhancement New feature or request label Jun 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant