HttpsSupportedScheme

October 10, 2022 ยท View on GitHub

Category

SDK Warning

Applies to

ARM OpenAPI(swagger) specs

Output Message

Azure Resource Management only supports HTTPS scheme.

Description

Verifies whether specification supports HTTPS scheme or not.

Why the rule is important

All the ARM specification should support HTTPS endpoint.

How to fix the violation

Please add schemes to the specification as shown in example below.

Impact on generated code

N/A.

Examples

"schemes": [
  "https"
]

Contents

  1. 1Category
  2. 2Applies to
  3. 3Output Message
  4. 4Description
  5. 5Why the rule is important
  6. 6How to fix the violation
  7. 7Impact on generated code
  8. 8Examples