@lap v0.3
# Machine-readable API spec. Each @endpoint block is one API call.
@api NetworkManagementClient
@base https://management.azure.com
@version 2019-07-01
@auth OAuth2
@endpoints 1
@toc subscriptions(1)

@endpoint GET /subscriptions/{subscriptionId}/providers/Microsoft.Network/azureFirewallFqdnTags
@desc Gets all the Azure Firewall FQDN Tags in a subscription.
@returns(200) Success. The operation returns a list of Azure Firewall FQDN Tag resources.

@end
