From 242cca80f49b7c45f74f58987f0819665f27a1c6 Mon Sep 17 00:00:00 2001 From: Matt Boersma Date: Tue, 8 Jan 2019 16:52:03 -0700 Subject: [PATCH] [AKS] add missing description fields (#4980) --- .../preview/2018-08-01-preview/managedClusters.json | 3 ++- .../stable/2018-03-31/managedClusters.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/specification/containerservices/resource-manager/Microsoft.ContainerService/preview/2018-08-01-preview/managedClusters.json b/specification/containerservices/resource-manager/Microsoft.ContainerService/preview/2018-08-01-preview/managedClusters.json index eaf521747b91..335accedba59 100644 --- a/specification/containerservices/resource-manager/Microsoft.ContainerService/preview/2018-08-01-preview/managedClusters.json +++ b/specification/containerservices/resource-manager/Microsoft.ContainerService/preview/2018-08-01-preview/managedClusters.json @@ -1550,7 +1550,8 @@ "readOnly": true, "items": { "$ref": "#/definitions/CredentialResult" - } + }, + "description": "Base64-encoded Kubernetes configuration file." } }, "description": "The list of credential result response." diff --git a/specification/containerservices/resource-manager/Microsoft.ContainerService/stable/2018-03-31/managedClusters.json b/specification/containerservices/resource-manager/Microsoft.ContainerService/stable/2018-03-31/managedClusters.json index c3c3f5daf23d..3cf317547e24 100644 --- a/specification/containerservices/resource-manager/Microsoft.ContainerService/stable/2018-03-31/managedClusters.json +++ b/specification/containerservices/resource-manager/Microsoft.ContainerService/stable/2018-03-31/managedClusters.json @@ -1512,7 +1512,8 @@ "readOnly": true, "items": { "$ref": "#/definitions/CredentialResult" - } + }, + "description": "Base64-encoded Kubernetes configuration file." } }, "description": "The list of credential result response."