Skip to content

Commit 72b828b

Browse files
Update Update-AzSynapseSparkPool.md (Azure#19976)
Fixing a typo
1 parent e3525a7 commit 72b828b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Synapse/Synapse/help/Update-AzSynapseSparkPool.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,14 +132,14 @@ This command disables auto-pause for an Apache Spark pool in Azure Synapse Analy
132132
Update-AzSynapseSparkPool -WorkspaceName ContosoWorkspace -Name ContosoSparkPool -EnableDynamicExecutorAllocation $true -MinExecutorCount 1 -MaxExecutorCount 5
133133
```
134134

135-
This command enables dynamice executor allocation and specify min executor count and max executor count for an Apache Spark pool in Azure Synapse Analytics.
135+
This command enables dynamic executor allocation and specify min executor count and max executor count for an Apache Spark pool in Azure Synapse Analytics.
136136

137137
### Example 10
138138
```powershell
139139
Update-AzSynapseSparkPool -WorkspaceName ContosoWorkspace -Name ContosoSparkPool -EnableDynamicExecutorAllocation $false
140140
```
141141

142-
This command disables dynamice executor allocation for an Apache Spark pool in Azure Synapse Analytics.
142+
This command disables dynamic executor allocation for an Apache Spark pool in Azure Synapse Analytics.
143143

144144
### Example 11
145145
```powershell

0 commit comments

Comments
 (0)