From 57356154cdf7c7d48ba91829888e446321d2754b Mon Sep 17 00:00:00 2001 From: Deepak Shankargouda Date: Mon, 10 Apr 2017 10:03:03 -0700 Subject: [PATCH] Adding validation rule 2062 (#1100) --- documentation/swagger-checklist.md | 1 + 1 file changed, 1 insertion(+) diff --git a/documentation/swagger-checklist.md b/documentation/swagger-checklist.md index eff8f108b3b2..a17a1c248aa5 100644 --- a/documentation/swagger-checklist.md +++ b/documentation/swagger-checklist.md @@ -248,6 +248,7 @@ For example, [NetworkInterface.ipConfigurations](https://github.com/Azure/azure- - :white_check_mark: **M2060**: x-ms-pageable operations must have a 200 response defined. Implemented as rule "PageableExtensionRule". - :white_check_mark: **M2061**: URLs should have parameterized resource type values instead of defaults. Implemented as rule "ProvidersPathValidation" in which all odd positions in the URL path followed by ```providers/providersNamespace``` are considered as resource type values +- :white_check_mark: **M2062**: ARM specifications PUT operations return resource models. Validation rule "PutResponseResourceValidation" validates that these response models have the ```x-ms-azure-resource``` extension set to true. ### SHOULD