microsoft / powerbi-powershell

PowerShell community for Microsoft PowerBI. Here you will find resources and source for PowerShell modules targeting PowerBI.
MIT License
344 stars 118 forks source link

DataGateway -OverwriteExistingGateway not working #388

Open cbts-alec-johnson opened 1 year ago

cbts-alec-johnson commented 1 year ago

Not sure if this is the write place to post this. When setting the -OverwriteExistingGateway parameter in the DataGateway cmdlet, I get an error that states that the gateway already exists. Setting the parameter should not get this error. If this is the wrong place to post this, please point me in the right direction.

Add-DataGatewayCluster -Name MyLocalGateway -RecoveryKey $RecoverKey -OverwriteExistingGateway

Error: Add-DataGatewayCluster: Gateway MyLocalGateway already exists

p24-max commented 7 months ago

Facing the same issue. @SaiBotchu @CodeCyclone any chance that this will be fixed in the future?