ApiHost
October 10, 2022 ยท View on GitHub
Category
SDK Error
Applies to
ARM OpenAPI(swagger) specs
Description
The host is required for management plane specs.
How to fix the violation
Added the 'host' to the swagger. like
"host": "management.azure.com",