Skip to content

Commit

Permalink
Update description for the following properties for SQL MI ARM REST A… (
Browse files Browse the repository at this point in the history
#31080)

* Update description for the following properties for SQL MI ARM REST API: vCores, StorageSizeInGb and zoneRedudant, and update description of parameter sku. Hide totalMemoryMb parameter from older api versions, as it will not be used, and hasn't been used.

* Add aka.ms link to the MemorySizeInGB properties parameter

* Just keep my changes of the removed totalMemoryMb paramter, the rest is reverted.
  • Loading branch information
UrosKrsticMIPerf authored Oct 23, 2024
1 parent 4d5d694 commit 6987f2a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 17 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1114,11 +1114,6 @@
"description": "Storage throughput MBps parameter is not supported in the instance create/update operation.",
"type": "integer"
},
"totalMemoryMB": {
"format": "int32",
"description": "Total memory in MB. Minimum value: 7168. Maximum value: 891328. Increments of 1 MB allowed only. Maximum value depends on the selected hardware family and number of vCores.",
"type": "integer"
},
"collation": {
"description": "Collation of the managed instance.",
"type": "string",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1114,11 +1114,6 @@
"description": "Storage throughput MBps parameter is not supported in the instance create/update operation.",
"type": "integer"
},
"totalMemoryMB": {
"format": "int32",
"description": "Total memory in MB. Minimum value: 7168. Maximum value: 891328. Increments of 1 MB allowed only. Maximum value depends on the selected hardware family and number of vCores.",
"type": "integer"
},
"collation": {
"description": "Collation of the managed instance.",
"type": "string",
Expand Down

Large diffs are not rendered by default.

0 comments on commit 6987f2a

Please sign in to comment.