Failed to use module in Az.copy

Copper Contributor

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

2 Replies
Install-Module -Name Az.Synapse -AllowClobber doesn't fix your issue?
Did this work for you?