Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,6 @@
"description": "Resource type"
},
"location": {
"readOnly": true,
"type": "string",
"description": "Resource location"
},
Expand Down Expand Up @@ -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"
},
Expand Down Expand Up @@ -662,7 +660,6 @@
"OSProfile": {
"properties": {
"computerName": {
"readOnly": true,
"type": "string",
"description": "Specifies the host OS name of the HANA instance."
},
Expand All @@ -677,7 +674,6 @@
"description": "Specifies version of operating system."
},
"sshPublicKey": {
"readOnly": true,
"type": "string",
"description": "Specifies the SSH public key used to access the operating system."
}
Expand All @@ -704,7 +700,6 @@
"IpAddress": {
"properties": {
"ipAddress": {
"readOnly": true,
"type": "string",
"description": "Specifies the IP address of the network interface."
}
Expand Down