Skip to content

Commit ce25544

Browse files
mingweiheMingwei He
andauthored
add parameter enableDataIsolation to workspace properties (#23061)
* add parameter enableDataIsolation to workspace properties * minor change to re-run the test pipelines * minor comment change to trigger the test pipeline again --------- Co-authored-by: Mingwei He <[email protected]>
1 parent 2db332f commit ce25544

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2023-04-01-preview/examples/Workspace/create.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,8 @@
9595
"status": "Approved"
9696
}
9797
}
98-
]
98+
],
99+
"enableDataIsolation": false
99100
}
100101
}
101102
},

specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2023-04-01-preview/machineLearningServices.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2371,6 +2371,11 @@
23712371
"type": "integer",
23722372
"format": "int32",
23732373
"description": "Retention time in days after workspace get soft deleted."
2374+
},
2375+
"enableDataIsolation": {
2376+
"description": "A flag to determine if workspace has data isolation enabled. The flag can only be set at the creation phase, it can't be updated.",
2377+
"default": false,
2378+
"type": "boolean"
23742379
}
23752380
}
23762381
},

0 commit comments

Comments
 (0)