TrackedResourcesMustHavePut

January 8, 2024 ยท View on GitHub

Category

ARM Error

Applies to

ARM OpenAPI(swagger) specs

Related ARM Guideline Code

  • RPC-Put-V1-22

Description

Tracked resources must have a PUT operation.

How to fix

Add a PUT operation for the tracked resource or make the resource's routing type proxy if it cannot be created by the end user.

Contents

  1. 1Category
  2. 2Applies to
  3. 3Related ARM Guideline Code
  4. 4Description
  5. 5How to fix