From 56a24ff7a0bf5903c623c562734aae727189cf22 Mon Sep 17 00:00:00 2001 From: Sam Kreter Date: Wed, 13 Jun 2018 15:49:13 -0500 Subject: [PATCH 1/2] fixing old mistake with exec request --- .../stable/2018-06-01/containerInstance.json | 4 ++-- 1 file changed, 2 insertions(+), 2 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" } From 1c3ce366b0de6230300a2293c500204e7a89e8db Mon Sep 17 00:00:00 2001 From: Laurent Mazuel Date: Wed, 13 Jun 2018 13:54:51 -0700 Subject: [PATCH 2/2] Update readme.md --- specification/containerinstance/resource-manager/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'