From c6f1ccd59613782299bbec1a26d49ee1a5a7c52a Mon Sep 17 00:00:00 2001 From: Laura Galbraith Date: Thu, 6 Jun 2019 14:59:17 -0700 Subject: [PATCH 1/3] Microsoft.HanaOnAzure: Remove readOnly attribute from customer-provided properties in CreateHanaInstance --- .../preview/2017-11-03-preview/hanaonazure.json | 3 --- 1 file changed, 3 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 88b5d20517c8..9b7c4bc7bfb5 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 @@ -662,7 +662,6 @@ "OSProfile": { "properties": { "computerName": { - "readOnly": true, "type": "string", "description": "Specifies the host OS name of the HANA instance." }, @@ -677,7 +676,6 @@ "description": "Specifies version of operating system." }, "sshPublicKey": { - "readOnly": true, "type": "string", "description": "Specifies the SSH public key used to access the operating system." } @@ -704,7 +702,6 @@ "IpAddress": { "properties": { "ipAddress": { - "readOnly": true, "type": "string", "description": "Specifies the IP address of the network interface." } From e3d30340671952fd9943fa64c24536227521f1a1 Mon Sep 17 00:00:00 2001 From: Laura Galbraith Date: Thu, 6 Jun 2019 17:18:52 -0700 Subject: [PATCH 2/3] Mark remaining required properties as not read-only --- .../preview/2017-11-03-preview/hanaonazure.json | 2 -- 1 file changed, 2 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 9b7c4bc7bfb5..4937fc445a20 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 @@ -448,7 +448,6 @@ "description": "Resource type" }, "location": { - "readOnly": true, "type": "string", "description": "Resource location" }, @@ -545,7 +544,6 @@ "description": "Hardware revision of a HANA instance" }, "partnerNodeId": { - "readOnly": true, "type": "string", "description": "ARM ID of another HanaInstance that will share a network with this HanaInstance" }, From 3bb2b53430908ac7157906ec63ba2d43c58dc7af Mon Sep 17 00:00:00 2001 From: Sergey Shandar Date: Mon, 10 Jun 2019 14:27:31 -0700 Subject: [PATCH 3/3] Update hanaonazure.json