Forum Discussion
Ao_ta100
Aug 06, 2021Copper Contributor
Failed to use module in Az.copy
I want to use the command Update-AzSynapseSqlPool which is included in Az.copy in powershell.
However, even after running Import-Module and Install-Module, I get an error that there is no such command.
Install-Module -Name Az.Synapse
Import-Module -Name Az.Synapse
How can I use the Az.copy and Update-AzSynapseSqlPool commands in PowerShell?
Thank you
- Install-Module -Name Az.Synapse -AllowClobber doesn't fix your issue?
- Did this work for you?