Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Microsoft.HanaOnAzure: Remove readOnly attribute from customer-provided properties in CreateHanaInstance #6259

Merged
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