We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b2c864 commit 26e69bbCopy full SHA for 26e69bb
articles/machine-learning/how-to-create-workspace-template.md
@@ -117,7 +117,7 @@ The following example template demonstrates how to create a workspace with three
117
"description": "Specifies the sku, also referred to as 'edition' of the Azure Machine Learning workspace."
118
}
119
},
120
- "hbi_workspace":{
+ "confidential_data":{
121
"type": "string",
122
"defaultValue": "false",
123
"allowedValues": [
@@ -252,7 +252,7 @@ The following example template demonstrates how to create a workspace with three
252
"keyIdentifier": "[parameters('resource_cmk_uri')]"
253
254
255
- "hbiWorkspace": "[parameters('hbi_workspace')]"
+ "hbiWorkspace": "[parameters('confidential_data')]"
256
257
258
]
0 commit comments