Skip to content

Emit single operation into multiple swaggers #4021

@pshao25

Description

@pshao25

According to https://github.com/MicrosoftDocs/azure-docs-rest-apis/blob/main/reference.config.yml, firewallPolicy.json, network.json, azureWebCategory.json are in several places.

Take firewallPolicy.json as example, I checked msdoc, the operations for firewall are in both

https://learn.microsoft.com/en-us/rest/api/virtualnetwork/firewall-policies?view=rest-virtualnetwork-2025-05-01
https://learn.microsoft.com/en-us/rest/api/firewall/firewall-policies?view=rest-firewall-2025-05-01

We might need something like

@feature(VirtualNetwork)
@feature(Firewall)
op operation(): void;

And the operation is emitted into two corresponding swaggers.

Metadata

Metadata

Labels

needs-infoMark an issue that needs reply from the author or it will be closed automatically

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions