Skip to content

Commit f43dabc

Browse files
author
Larry
committed
fixing incorrect parameter
1 parent ab02a37 commit f43dabc

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)