Skip to content

Commit 0f32b45

Browse files
authored
Merge pull request #111640 from Blackmist/template
fixing incorrect parameter
2 parents ab02a37 + f43dabc commit 0f32b45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/machine-learning/how-to-create-workspace-template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ The following example template demonstrates how to create a workspace with three
252252
"keyIdentifier": "[parameters('resource_cmk_uri')]"
253253
}
254254
},
255-
"hbi_workspace": "[parameters('hbi_workspace')]"
255+
"hbiWorkspace": "[parameters('hbi_workspace')]"
256256
}
257257
}
258258
]

0 commit comments

Comments
 (0)