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 ```