ARM Error
ARM OpenAPI(swagger) specs
Tracked resource '{0}' must have a get operation.
Verifies if a tracked resource has a corresponding GET operation. What's a tracked resource? A Tracked Resource is an ARM Resource with "location" as a required property.
Per ARM guidelines, each tracked resource must have a GET operation.
Add a GET operation that returns the tracked resource pointed out by the rule - if the operation does not exist for the service, this fix requires a service side change. If the resource pointed by the rule is not a tracked resource, this warning may be a false positive, please clarify this with your PR reviewer.
Generated SDK code will expose the corresponding GET operation only if it's present in the specification.
N/A