From e47a880832a7ed1f358405df2cef8b84e3081e74 Mon Sep 17 00:00:00 2001 From: Qianlin Xia Date: Tue, 19 Feb 2019 13:45:08 +0800 Subject: [PATCH] Add suppresses for Machine Learning Commitment Plan RP --- .../machinelearning/resource-manager/readme.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/specification/machinelearning/resource-manager/readme.md b/specification/machinelearning/resource-manager/readme.md index 4db6a6f71130..30b840b2f321 100644 --- a/specification/machinelearning/resource-manager/readme.md +++ b/specification/machinelearning/resource-manager/readme.md @@ -77,6 +77,16 @@ input-file: ``` +## Suppression +``` yaml +directive: + - suppress: TrackedResourcePatchOperation + from: commitmentPlans.json + where: $.definitions.CommitmentAssociation + reason: The CommitmentAssociation is an internal asscociation from a Web Service to a Commitment Plan, which can only be created or updated by Web Service Resource Provider. +``` + + --- # Code Generation