Related command
az spark pool update
Is your feature request related to a problem? Please describe.
Currently if I want to both add and remove packages I cannot set pool packages using one command.
I need to execute the command twice ( add & remove) which is quiet cumbersome given the fact a library management job runs for approx. 20-25 min.
Describe the solution you'd like
I'd like to have an additional --package-action value "Set", which would then set all packages referenced in --package parameter.
Additional context
Method Update-AzSynapseSparkPool in the corresponding Powershell module Az.Synapse has this additional value for package_action:
see https://learn.microsoft.com/en-us/powershell/module/az.synapse/update-azsynapsesparkpool?view=azps-11.5.0 example
Related command
az spark pool update
Is your feature request related to a problem? Please describe.
Currently if I want to both add and remove packages I cannot set pool packages using one command.
I need to execute the command twice ( add & remove) which is quiet cumbersome given the fact a library management job runs for approx. 20-25 min.
Describe the solution you'd like
I'd like to have an additional --package-action value "Set", which would then set all packages referenced in --package parameter.
Additional context
Method Update-AzSynapseSparkPool in the corresponding Powershell module Az.Synapse has this additional value for package_action:
see https://learn.microsoft.com/en-us/powershell/module/az.synapse/update-azsynapsesparkpool?view=azps-11.5.0 example