Azure – Api Management stv2, unable to remove region powershell
After uptdating apim from stv1 to stv2 i'm not able remove region via powershell with this command: Get-AzApiManagement -ResourceGroupName $APIMresourceGroupName -Name $APIMaccountName | Remove-AzApiManagementRegion -Location "North Europe" | Set-AzApiManagement it worked until there was v1. Now I got following error:…