Skip to content

Commit

Permalink
Fixed Name of AML Compute for Container Build (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
marvinbuss authored Oct 25, 2021
1 parent 7bce528 commit 881dbcc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions infra/main.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"_generator": {
"name": "bicep",
"version": "0.4.1008.15138",
"templateHash": "13308768395177029403"
"templateHash": "16937890963334191807"
}
},
"parameters": {
Expand Down Expand Up @@ -2306,7 +2306,7 @@
"_generator": {
"name": "bicep",
"version": "0.4.1008.15138",
"templateHash": "14791598438171794760"
"templateHash": "16875803617108340223"
}
},
"parameters": {
Expand Down Expand Up @@ -2405,7 +2405,7 @@
},
"friendlyName": "[parameters('machineLearningName')]",
"hbiWorkspace": true,
"imageBuildCompute": "cluster001",
"imageBuildCompute": "cpucluster001",
"primaryUserAssignedIdentity": "",
"serviceManagedResourcesSettings": {
"cosmosDb": {
Expand Down
2 changes: 1 addition & 1 deletion infra/modules/services/machinelearning.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ resource machineLearning 'Microsoft.MachineLearningServices/workspaces@2021-07-0
}
friendlyName: machineLearningName
hbiWorkspace: true
imageBuildCompute: 'cluster001'
imageBuildCompute: 'cpucluster001'
primaryUserAssignedIdentity: ''
serviceManagedResourcesSettings: {
cosmosDb: {
Expand Down

0 comments on commit 881dbcc

Please sign in to comment.