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

Contents

  1. 1Category
  2. 2Applies to
  3. 3Description
  4. 4How to fix the violation