MetelStairs

Results 2 issues of MetelStairs

### Is there an existing issue for this? - [x] I have searched the existing issues ### Community Note * Please vote on this issue by adding a :thumbsup: [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/)...

service/storage
service/key-vault
service/application-insights
service/machine-learning
service/authorization
v/4.x

This is my azapi_resource to create a MLW Workspace ``` resource "azapi_resource" "aml_workspace" { type = "Microsoft.MachineLearningServices/workspaces@2024-10-01-preview" name = local.mlw_name identity { type = "UserAssigned" identity_ids = [azurerm_user_assigned_identity.mlw.id] } location...

upstream-api