Skip to content

Support Microsoft.DocumentDb/databaseAccounts for Outbound PEs for AML #30906

@T0biii

Description

@T0biii

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 comments along the lines of "+1", "me too" or "any updates", 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

Microsoft.DocumentsDb and Sub resources SQL, MongoDB, Cassandra, Gremlin and Table is missing

Image Image

var resourceTypeSupportSubResType = map[string][]string{
"Microsoft.KeyVault": {"vault"},
"Microsoft.Cache": {"redisCache"},
"Microsoft.MachineLearningServices": {"amlworkspace"},
"Microsoft.Storage": {"blob", "table", "queue", "file", "web", "dfs"},
}

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

azurerm_machine_learning_workspace_network_outbound_rule_private_endpoint

Potential Terraform Configuration

resource "azurerm_machine_learning_workspace_network_outbound_rule_private_endpoint" "this" {
  name                = "cosmosdb"
  service_resource_id = azurerm_cosmosdb_account.this.id
  sub_resource_target = "Sql" #MongoDB, Cassandra, Gremlin or Table
  workspace_id        = azurerm_machine_learning_workspace.this.id
}

References

similar to #28568 / #29651

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions