Skip to content

Files

Latest commit

aec54e9 · Oct 10, 2022

History

History
24 lines (13 loc) · 255 Bytes

api-host.md

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