@Abhiram Duvvuru - Thanks for question and using MS Q&A Platform.
You can use Azure Powershell cmdlets to upgrade Apache Spark pool from
3.1
to3.2
without creating a new spark pool.
Here is an example which updates from Apache Spark pool from 3.1
to 3.3
.
Update-AzSynapseSparkPool - Updates a Apache Spark pool in Azure Synapse Analytics.
As per repro, I was able to upgrade Apache Spark pool from 3.1 to 3.3 using Update-AzSynapseSparkPool
powershell cmdlet as shown below.
Hope this helps. Do let us know if you any further queries.
If this answers your query, do click Accept Answer
and Yes
for was this answer helpful. And, if you have any further query do let us know.