Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 255 Bytes

File metadata and controls

24 lines (13 loc) · 255 Bytes

ApiHost

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",