File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed
schemas/2022-03-01-preview Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change 1353
1353
"type" : " string" ,
1354
1354
"description" : " ARM Resource id of the container resource (Azure Arc for Servers)."
1355
1355
},
1356
+ "cores" : {
1357
+ "type" : " string" ,
1358
+ "description" : " The number of total cores of the Operating System Environment (OSE) hosting the SQL Server instance."
1359
+ },
1356
1360
"currentVersion" : {
1357
1361
"type" : " string" ,
1358
1362
"description" : " SQL Server current version."
1381
1385
{
1382
1386
"type" : " string" ,
1383
1387
"enum" : [
1388
+ " Azure Virtual Machine" ,
1389
+ " Azure VMWare Virtual Machine" ,
1390
+ " Azure Kubernetes Service" ,
1391
+ " AWS VMWare Virtual Machine" ,
1392
+ " AWS Kubernetes Service" ,
1393
+ " GCP VMWare Virtual Machine" ,
1394
+ " GCP Kubernetes Service" ,
1395
+ " Container" ,
1384
1396
" Virtual Machine" ,
1385
1397
" Physical Server" ,
1386
1398
" AWS Virtual Machine" ,
You can’t perform that action at this time.
0 commit comments