-
Notifications
You must be signed in to change notification settings - Fork 72
Open
Labels
needs-infoMark an issue that needs reply from the author or it will be closed automaticallyMark an issue that needs reply from the author or it will be closed automatically
Milestone
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Labels
needs-infoMark an issue that needs reply from the author or it will be closed automaticallyMark an issue that needs reply from the author or it will be closed automatically