Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 548 Bytes

tracked-extension-resources-are-not-allowed.md

File metadata and controls

25 lines (13 loc) · 548 Bytes

TrackedExtensionResourcesAreNotAllowed

Category

ARM Error

Applies to

ARM OpenAPI (swagger) specs

Related ARM Guideline Code

  • RPC-Uri-V1-12

Output Message

{0} is an extension resource and the response schema in {1} operation includes location property. Extension resources of type tracked are not allowed.

Description

Extension resources are always considered to be proxy and must not be of the type tracked.

How to fix the violation

Remove the top level "location" property from the model of the extension resource.