From 2f0dc17f7d69b23e41058c6aa7eef3946337ffd6 Mon Sep 17 00:00:00 2001 From: sakreter Date: Wed, 14 Mar 2018 11:08:03 -0700 Subject: [PATCH] Fixing error in naming convention for rows and cols --- .../preview/2018-02-01-preview/containerInstance.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/specification/containerinstance/resource-manager/Microsoft.ContainerInstance/preview/2018-02-01-preview/containerInstance.json b/specification/containerinstance/resource-manager/Microsoft.ContainerInstance/preview/2018-02-01-preview/containerInstance.json index 673543793ad0..dc863a3290b9 100644 --- a/specification/containerinstance/resource-manager/Microsoft.ContainerInstance/preview/2018-02-01-preview/containerInstance.json +++ b/specification/containerinstance/resource-manager/Microsoft.ContainerInstance/preview/2018-02-01-preview/containerInstance.json @@ -1121,11 +1121,11 @@ "type": "object", "description": "The size of the terminal.", "properties": { - "row":{ + "rows":{ "type": "integer", "description": "The row size of the terminal" }, - "column": { + "cols": { "type": "integer", "description": "The column size of the terminal" }