From 1df63f98f6fb5336a86e98c1381df81f322827d8 Mon Sep 17 00:00:00 2001 From: Sam Kreter Date: Wed, 13 Jun 2018 14:05:25 -0700 Subject: [PATCH] Container Instance - Fix Mistake in June Update (#3231) * fixing old mistake with exec request * Update readme.md --- .../stable/2018-06-01/containerInstance.json | 4 ++-- specification/containerinstance/resource-manager/readme.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/specification/containerinstance/resource-manager/Microsoft.ContainerInstance/stable/2018-06-01/containerInstance.json b/specification/containerinstance/resource-manager/Microsoft.ContainerInstance/stable/2018-06-01/containerInstance.json index a49097635738..8afa1628cfca 100644 --- a/specification/containerinstance/resource-manager/Microsoft.ContainerInstance/stable/2018-06-01/containerInstance.json +++ b/specification/containerinstance/resource-manager/Microsoft.ContainerInstance/stable/2018-06-01/containerInstance.json @@ -1242,11 +1242,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" } diff --git a/specification/containerinstance/resource-manager/readme.md b/specification/containerinstance/resource-manager/readme.md index fe2b497e3c0f..7186c97efae9 100644 --- a/specification/containerinstance/resource-manager/readme.md +++ b/specification/containerinstance/resource-manager/readme.md @@ -137,7 +137,7 @@ python: payload-flattening-threshold: 2 namespace: azure.mgmt.containerinstance package-name: azure-mgmt-containerinstance - package-version: 0.4.0 + package-version: 1.0.0 clear-output-folder: true ``` ``` yaml $(python) && $(python-mode) == 'update'