Skip to content

Import-AzApiManagementApi missing name parameter #11396

Open
@erwinkramer

Description

@erwinkramer

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)

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions