From 20d4ed0c8753c26ec9d1ff8b19d7f80446fb5d0f Mon Sep 17 00:00:00 2001 From: Jianping Zeng Date: Fri, 16 Nov 2018 01:05:00 +0800 Subject: [PATCH] Supression rules for TagValue and TagDetails (#4469) --- specification/resources/resource-manager/readme.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/specification/resources/resource-manager/readme.md b/specification/resources/resource-manager/readme.md index c3d94950a567..8f12f1646b4d 100644 --- a/specification/resources/resource-manager/readme.md +++ b/specification/resources/resource-manager/readme.md @@ -307,6 +307,14 @@ directive: from: resources.json where: $.definitions.TagValue.properties reason: TagValue is a top level property + - suppress: BodyTopLevelProperties + from: resources.json + where: $.definitions.TagValue + reason: TagValue will be deprecated soon + - suppress: BodyTopLevelProperties + from: resources.json + where: $.definitions.TagDetails + reason: TagDetails will be deprecated soon - suppress: BodyTopLevelProperties from: managedapplications.json where: $.definitions.Appliance.properties