From e06c819e0ec256c0417ff172bf9c5cc0a7157071 Mon Sep 17 00:00:00 2001 From: Richa Sharma Date: Wed, 16 Aug 2023 20:38:15 +0530 Subject: [PATCH] lint fix --- .../Microsoft.DocumentDB/stable/2023-09-15/cosmos-db.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2023-09-15/cosmos-db.json b/specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2023-09-15/cosmos-db.json index 5d384ccebeeb..8ee7296350a6 100644 --- a/specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2023-09-15/cosmos-db.json +++ b/specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2023-09-15/cosmos-db.json @@ -9065,19 +9065,19 @@ "description": "The object that represents the operation.", "type": "object", "properties": { - "Provider": { + "provider": { "description": "Service provider: Microsoft.ResourceProvider", "type": "string" }, - "Resource": { + "resource": { "description": "Resource on which the operation is performed: Profile, endpoint, etc.", "type": "string" }, - "Operation": { + "operation": { "description": "Operation type: Read, write, delete, etc.", "type": "string" }, - "Description": { + "description": { "description": "Description of operation", "type": "string" }