Skip to content

Files

Latest commit

7faaf27 · Apr 4, 2023

History

History
25 lines (13 loc) · 470 Bytes

parameters-in-point-get.md

File metadata and controls

25 lines (13 loc) · 470 Bytes

ParametersInPointGet

Category

ARM Error

Applies to

ARM OpenAPI(swagger) specs

Related ARM Guideline Code

  • RPC-Get-V1-08

Output Message

Query parameter {0} should be removed. Point gets MUST not have query parameters other than API version

Description

Point Get's MUST not have query parameters other than api version.

How to fix the violation

Ensure that no query parameters are present for point get operations, except for api-version.