From 6a5cee4bb03acb7fd3e826a0302ea7aa829ed6ae Mon Sep 17 00:00:00 2001 From: Todd King <58755170+ToddKingMSFT@users.noreply.github.com> Date: Tue, 29 Jun 2021 18:45:25 -0700 Subject: [PATCH] Update readme.md (#14933) Add R4007 suppression for metricNamespaces since changing it's return type would be a breaking change --- specification/monitor/resource-manager/readme.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/specification/monitor/resource-manager/readme.md b/specification/monitor/resource-manager/readme.md index f967a0fdfe08..6c2998b35399 100644 --- a/specification/monitor/resource-manager/readme.md +++ b/specification/monitor/resource-manager/readme.md @@ -722,6 +722,9 @@ directive: - suppress: DefaultErrorResponseSchema from: activityLogAlerts_API.json reason: 'Updating the error response to the new format would be a breaking change.' + - suppress: DefaultErrorResponseSchema + from: metricNamespaces_API.json + reason: 'Updating the error response to the new format would be a breaking change.' - suppress: DefaultErrorResponseSchema from: metrics_API.json reason: 'Updating the error response to the new format would be a breaking change.'