Open
Description
Description of the new feature
when I try restoring through Restore-AzApiManagement, I get:
Restore-AzApiManagement: ...restrore_from_backup.ps1:52:1
Line |
52 | Restore-AzApiManagement -ResourceGroupName $apiManagementResourceGrou …
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| Long running operation failed with status 'BadRequest'.
when I do the same through az cli, Iget:
(RestoreFailed) Cannot restore: current SKU is 'StandardV2', backup SKU is 'Standard'
Code: RestoreFailed
Message: Cannot restore: current SKU is 'StandardV2', backup SKU is 'Standard'
Proposed implementation details (optional)
the error from PowerShell should also give the message about: Message: Cannot restore: current SKU is 'StandardV2', backup SKU is 'Standard'
.