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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for Azure AI Studio/Project (Microsoft.MachineLearningServices/workspaces) #24454

Open
1 task done
jayendranarumugam opened this issue Jan 10, 2024 · 1 comment
Open
1 task done

Comments

@jayendranarumugam
Copy link
Contributor

jayendranarumugam commented Jan 10, 2024

Is there an existing issue for this?

  • I have searched the existing issues

Community Note

  • Please vote on this issue by adding a 馃憤 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment and review the contribution guide to help.

Description

There is a new resource called Azure AI Project which was a different kind (kind = project) of family with-in Microsoft.MachineLearningServices/workspaces . Hence would like to enhance the azurerm_machine_learning_workspace to include this property.

This has been available latest stable API-Version 2023-10-01

New or Affected Resource(s)/Data Source(s)

azurerm_machine_learning_workspace

Potential Terraform Configuration

resource "azurerm_machine_learning_workspace" "example" {
  name                    = "example-workspace"
  location                = azurerm_resource_group.example.location
  resource_group_name     = azurerm_resource_group.example.name
  application_insights_id = azurerm_application_insights.example.id
  key_vault_id            = azurerm_key_vault.example.id
  storage_account_id      = azurerm_storage_account.example.id
  identity {
    type = "SystemAssigned"
  }

  kind = "Project"

}


### References

_No response_
@alex-3sr
Copy link

Hi everyone,

Please, need to have Kind "Hub" too, in more than "Project".

Thank you
Regards
Alexandre

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants