From 6216341a5672d56b44c4ccf0eed037046521d65e Mon Sep 17 00:00:00 2001 From: Navneet Singh Date: Fri, 11 Sep 2020 13:25:46 +0530 Subject: [PATCH] Spark Compute Isolation enabled (#10726) * Spark Compute Isolation enabled Using this flag the user can enabled the Spark compute in isolation * Fix code style issue Co-authored-by: Dongwei Wang --- .../preview/2019-06-01-preview/bigDataPool.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/specification/synapse/resource-manager/Microsoft.Synapse/preview/2019-06-01-preview/bigDataPool.json b/specification/synapse/resource-manager/Microsoft.Synapse/preview/2019-06-01-preview/bigDataPool.json index 57b66826ff17..95b3cd1f9835 100644 --- a/specification/synapse/resource-manager/Microsoft.Synapse/preview/2019-06-01-preview/bigDataPool.json +++ b/specification/synapse/resource-manager/Microsoft.Synapse/preview/2019-06-01-preview/bigDataPool.json @@ -406,6 +406,10 @@ "$ref": "#/definitions/AutoPauseProperties", "description": "Auto-pausing properties" }, + "isComputeIsolationEnabled": { + "type": "boolean", + "description": "Whether compute isolation is required or not." + }, "sparkEventsFolder": { "type": "string", "description": "The Spark events folder" @@ -432,7 +436,9 @@ "None", "Small", "Medium", - "Large" + "Large", + "XLarge", + "XXLarge" ], "type": "string", "description": "The level of compute power that each node in the Big Data pool has.",