From d89e28b92b4e7b10cd23d3972267eb50857f81c8 Mon Sep 17 00:00:00 2001 From: pjohari-ms <84465928+pjohari-ms@users.noreply.github.com> Date: Thu, 2 May 2024 22:31:16 +0000 Subject: [PATCH] Nits - review comments --- .../stable/2024-05-15/managedCassandra.json | 2 +- specification/cosmos-db/resource-manager/readme.md | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2024-05-15/managedCassandra.json b/specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2024-05-15/managedCassandra.json index 3f112ff9027c..bd309fce65a3 100644 --- a/specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2024-05-15/managedCassandra.json +++ b/specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2024-05-15/managedCassandra.json @@ -970,7 +970,7 @@ } ] }, - "description": "If the Connection Method is Vpn, this is the Id of the private link resource that the datacenters need to connect to." + "description": "If the Connection Method is VPN, this is the Id of the private link resource that the datacenters need to connect to." } } } diff --git a/specification/cosmos-db/resource-manager/readme.md b/specification/cosmos-db/resource-manager/readme.md index 7a02dc94e95d..a3bc87217967 100644 --- a/specification/cosmos-db/resource-manager/readme.md +++ b/specification/cosmos-db/resource-manager/readme.md @@ -844,6 +844,9 @@ directive: - suppress: PutResponseSchemaDescription from: cosmos-db.json reason: Temporarily suppressing linter errors and will be fixed later + - suppress: AvoidAdditionalProperties + from: managedCassandra.json + reason: Temporarily suppressing existing linter errors and will be fixed later ```