Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions modules/machine-learning-services/workspace/main.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,9 @@ module workspace_computes 'compute/main.bicep' = [for compute in computes: {
computeType: compute.computeType
properties: contains(compute, 'properties') ? compute.properties : {}
}
dependsOn: [
workspace_privateEndpoints
]
}]

resource workspace_lock 'Microsoft.Authorization/locks@2020-05-01' = if (!empty(lock)) {
Expand Down
5 changes: 3 additions & 2 deletions modules/machine-learning-services/workspace/main.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"_generator": {
"name": "bicep",
"version": "0.20.4.51522",
"templateHash": "12489776525535905441"
"templateHash": "1146196423253215648"
},
"name": "Machine Learning Services Workspaces",
"description": "This module deploys a Machine Learning Services Workspace.",
Expand Down Expand Up @@ -634,7 +634,8 @@
}
},
"dependsOn": [
"[resourceId('Microsoft.MachineLearningServices/workspaces', parameters('name'))]"
"[resourceId('Microsoft.MachineLearningServices/workspaces', parameters('name'))]",
"workspace_privateEndpoints"
]
},
{
Expand Down