Open
Description
Description of the new feature
Import-AzApiManagementApi
currently does not support a name parameter. The name parameter should behave like the name parameter in Set-AzApiManagementApiRevision
.
Process flow:
- Import an api with Import-AzApiManagementApi
- Rename the name of the api with Set-AzApiManagementApiRevision
- Make a new revision with New-AzApiManagementApiRevision
- Import it again in the new (non current) revision with Import-AzApiManagementApi (not supported because of the issue!)