Skip to content

Commit 26e69bb

Browse files
author
Larry
committed
changing parameter name for clarity
1 parent 5b2c864 commit 26e69bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ The following example template demonstrates how to create a workspace with three
117117
"description": "Specifies the sku, also referred to as 'edition' of the Azure Machine Learning workspace."
118118
}
119119
},
120-
"hbi_workspace":{
120+
"confidential_data":{
121121
"type": "string",
122122
"defaultValue": "false",
123123
"allowedValues": [
@@ -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-
"hbiWorkspace": "[parameters('hbi_workspace')]"
255+
"hbiWorkspace": "[parameters('confidential_data')]"
256256
}
257257
}
258258
]

0 commit comments

Comments
 (0)