From 7a2d595f478b55e55997dc9766249fc9c382cad0 Mon Sep 17 00:00:00 2001 From: Page Bowers <40775967+pabowers@users.noreply.github.com> Date: Mon, 15 Apr 2019 16:09:06 -0700 Subject: [PATCH] Fixing the parameters because they should not be readonly (#5658) --- .../preview/2017-11-03-preview/hanaonazure.json | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/specification/hanaonazure/resource-manager/Microsoft.HanaOnAzure/preview/2017-11-03-preview/hanaonazure.json b/specification/hanaonazure/resource-manager/Microsoft.HanaOnAzure/preview/2017-11-03-preview/hanaonazure.json index bbd123c27254..e6944e655b5f 100644 --- a/specification/hanaonazure/resource-manager/Microsoft.HanaOnAzure/preview/2017-11-03-preview/hanaonazure.json +++ b/specification/hanaonazure/resource-manager/Microsoft.HanaOnAzure/preview/2017-11-03-preview/hanaonazure.json @@ -672,22 +672,18 @@ "type": "object", "properties": { "hanaVnet": { - "readOnly": true, "type": "string", "description": "ARM ID of an Azure Vnet with access to the HANA instance." }, "hanaHostname": { - "readOnly": true, "type": "string", "description": "Hostname of the HANA Instance blade." }, "hanaInstanceNum": { - "readOnly": true, "type": "string", "description": "A number between 00 and 99, stored as a string to maintain leading zero." }, "dbContainer": { - "readOnly": true, "type": "string", "enum": [ "single", @@ -701,17 +697,14 @@ "description": "Either single or multiple depending on the use of MDC(Multiple Database Containers)" }, "hanaDatabase": { - "readOnly": true, "type": "string", "description": "Name of the database itself. It only needs to be specified if using MDC" }, "hanaDbUsername": { - "readOnly": true, "type": "string", "description": "Username for the HANA database to login to for monitoring" }, "hanaDbPassword": { - "readOnly": true, "type": "string", "description": "Password for the HANA database to login for monitoring" } @@ -771,4 +764,4 @@ "x-ms-parameter-location": "method" } } -} \ No newline at end of file +}