Skip to content

Commit 79c2711

Browse files
sherry1989erich-wang
authored andcommitted
Mark ownerEmail as required properties for workspace RP (Azure#6968)
* Mark ownerEmail as required properties for workspace RP * fix examples
1 parent 9523cce commit 79c2711

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2016-04-01/examples/CreateWorkspace.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
},
1111
"location": "West Europe",
1212
"properties": {
13-
"userStorageAccountId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.Storage/storageAccounts/teststorage"
13+
"userStorageAccountId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.Storage/storageAccounts/teststorage",
14+
"ownerEmail": "abc@microsoft.com"
1415
}
1516
}
1617
},

specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2016-04-01/workspaces.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,8 @@
446446
"type": "object",
447447
"description": "The properties of a machine learning workspace.",
448448
"required": [
449-
"userStorageAccountId"
449+
"userStorageAccountId",
450+
"ownerEmail"
450451
],
451452
"properties": {
452453
"userStorageAccountId": {

0 commit comments

Comments
 (0)