Azure / Azure/azure-powershell
Import-AzApiManagementApi missing name parameter
Open
act-observability-squad
API Management
customer-reported
feature-request
Service Attention
- Dominant language
- C#
- Stars
- 4.8k
- Forks
- 4.3k
- Avg merge
- 3d 14h
- Merged PRs (30d)
- 54
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:
1. Import an api with Import-AzApiManagementApi
2. Rename the name of the api with Set-AzApiManagementApiRevision
3. Make a new revision with New-AzApiManagementApiRevision
4. Import it again in the new (non current) revision with Import-AzApiManagementApi (not supported because of the issue!)
## Proposed implementation details (optional)
Contributor guide
Assessment
This issue has not been assessed yet.