@azure/arm-sqlvirtualmachine 5.0.0-alpha.20250619.1 → 5.0.0-alpha.20250718.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/browser/lroImpl.js +7 -3
- package/dist/browser/lroImpl.js.map +1 -1
- package/dist/browser/models/mappers.js +91 -43
- package/dist/browser/models/mappers.js.map +1 -1
- package/dist/browser/operations/availabilityGroupListeners.js +45 -52
- package/dist/browser/operations/availabilityGroupListeners.js.map +1 -1
- package/dist/browser/operations/operations.js +23 -40
- package/dist/browser/operations/operations.js.map +1 -1
- package/dist/browser/operations/sqlVirtualMachineGroups.js +78 -97
- package/dist/browser/operations/sqlVirtualMachineGroups.js.map +1 -1
- package/dist/browser/operations/sqlVirtualMachineTroubleshoot.js +12 -6
- package/dist/browser/operations/sqlVirtualMachineTroubleshoot.js.map +1 -1
- package/dist/browser/operations/sqlVirtualMachines.js +122 -148
- package/dist/browser/operations/sqlVirtualMachines.js.map +1 -1
- package/dist/browser/pagingHelper.js +2 -4
- package/dist/browser/pagingHelper.js.map +1 -1
- package/dist/browser/sqlVirtualMachineManagementClient.js +18 -5
- package/dist/browser/sqlVirtualMachineManagementClient.js.map +1 -1
- package/dist/commonjs/lroImpl.js +7 -3
- package/dist/commonjs/lroImpl.js.map +1 -1
- package/dist/commonjs/models/mappers.js +91 -43
- package/dist/commonjs/models/mappers.js.map +1 -1
- package/dist/commonjs/operations/availabilityGroupListeners.js +45 -51
- package/dist/commonjs/operations/availabilityGroupListeners.js.map +1 -1
- package/dist/commonjs/operations/operations.js +23 -39
- package/dist/commonjs/operations/operations.js.map +1 -1
- package/dist/commonjs/operations/sqlVirtualMachineGroups.js +78 -96
- package/dist/commonjs/operations/sqlVirtualMachineGroups.js.map +1 -1
- package/dist/commonjs/operations/sqlVirtualMachineTroubleshoot.js +12 -6
- package/dist/commonjs/operations/sqlVirtualMachineTroubleshoot.js.map +1 -1
- package/dist/commonjs/operations/sqlVirtualMachines.js +122 -147
- package/dist/commonjs/operations/sqlVirtualMachines.js.map +1 -1
- package/dist/commonjs/pagingHelper.js +2 -4
- package/dist/commonjs/pagingHelper.js.map +1 -1
- package/dist/commonjs/sqlVirtualMachineManagementClient.js +18 -5
- package/dist/commonjs/sqlVirtualMachineManagementClient.js.map +1 -1
- package/dist/commonjs/tsdoc-metadata.json +11 -11
- package/dist/esm/lroImpl.js +7 -3
- package/dist/esm/lroImpl.js.map +1 -1
- package/dist/esm/models/mappers.js +91 -43
- package/dist/esm/models/mappers.js.map +1 -1
- package/dist/esm/operations/availabilityGroupListeners.js +45 -52
- package/dist/esm/operations/availabilityGroupListeners.js.map +1 -1
- package/dist/esm/operations/operations.js +23 -40
- package/dist/esm/operations/operations.js.map +1 -1
- package/dist/esm/operations/sqlVirtualMachineGroups.js +78 -97
- package/dist/esm/operations/sqlVirtualMachineGroups.js.map +1 -1
- package/dist/esm/operations/sqlVirtualMachineTroubleshoot.js +12 -6
- package/dist/esm/operations/sqlVirtualMachineTroubleshoot.js.map +1 -1
- package/dist/esm/operations/sqlVirtualMachines.js +122 -148
- package/dist/esm/operations/sqlVirtualMachines.js.map +1 -1
- package/dist/esm/pagingHelper.js +2 -4
- package/dist/esm/pagingHelper.js.map +1 -1
- package/dist/esm/sqlVirtualMachineManagementClient.js +18 -5
- package/dist/esm/sqlVirtualMachineManagementClient.js.map +1 -1
- package/dist/react-native/lroImpl.js +7 -3
- package/dist/react-native/lroImpl.js.map +1 -1
- package/dist/react-native/models/mappers.js +91 -43
- package/dist/react-native/models/mappers.js.map +1 -1
- package/dist/react-native/operations/availabilityGroupListeners.js +45 -52
- package/dist/react-native/operations/availabilityGroupListeners.js.map +1 -1
- package/dist/react-native/operations/operations.js +23 -40
- package/dist/react-native/operations/operations.js.map +1 -1
- package/dist/react-native/operations/sqlVirtualMachineGroups.js +78 -97
- package/dist/react-native/operations/sqlVirtualMachineGroups.js.map +1 -1
- package/dist/react-native/operations/sqlVirtualMachineTroubleshoot.js +12 -6
- package/dist/react-native/operations/sqlVirtualMachineTroubleshoot.js.map +1 -1
- package/dist/react-native/operations/sqlVirtualMachines.js +122 -148
- package/dist/react-native/operations/sqlVirtualMachines.js.map +1 -1
- package/dist/react-native/pagingHelper.js +2 -4
- package/dist/react-native/pagingHelper.js.map +1 -1
- package/dist/react-native/sqlVirtualMachineManagementClient.js +18 -5
- package/dist/react-native/sqlVirtualMachineManagementClient.js.map +1 -1
- package/package.json +2 -2
- /package/review/{arm-sqlvirtualmachine.api.md → arm-sqlvirtualmachine-node.api.md} +0 -0
|
@@ -1361,50 +1361,61 @@ export const ProxyResource = {
|
|
|
1361
1361
|
type: {
|
|
1362
1362
|
name: "Composite",
|
|
1363
1363
|
className: "ProxyResource",
|
|
1364
|
-
modelProperties:
|
|
1364
|
+
modelProperties: {
|
|
1365
|
+
...Resource.type.modelProperties
|
|
1366
|
+
}
|
|
1365
1367
|
}
|
|
1366
1368
|
};
|
|
1367
1369
|
export const TrackedResource = {
|
|
1368
1370
|
type: {
|
|
1369
1371
|
name: "Composite",
|
|
1370
1372
|
className: "TrackedResource",
|
|
1371
|
-
modelProperties:
|
|
1373
|
+
modelProperties: {
|
|
1374
|
+
...Resource.type.modelProperties,
|
|
1375
|
+
location: {
|
|
1372
1376
|
serializedName: "location",
|
|
1373
1377
|
required: true,
|
|
1374
1378
|
type: {
|
|
1375
1379
|
name: "String"
|
|
1376
1380
|
}
|
|
1377
|
-
},
|
|
1381
|
+
},
|
|
1382
|
+
tags: {
|
|
1378
1383
|
serializedName: "tags",
|
|
1379
1384
|
type: {
|
|
1380
1385
|
name: "Dictionary",
|
|
1381
1386
|
value: { type: { name: "String" } }
|
|
1382
1387
|
}
|
|
1383
|
-
}
|
|
1388
|
+
}
|
|
1389
|
+
}
|
|
1384
1390
|
}
|
|
1385
1391
|
};
|
|
1386
1392
|
export const AvailabilityGroupListener = {
|
|
1387
1393
|
type: {
|
|
1388
1394
|
name: "Composite",
|
|
1389
1395
|
className: "AvailabilityGroupListener",
|
|
1390
|
-
modelProperties:
|
|
1396
|
+
modelProperties: {
|
|
1397
|
+
...ProxyResource.type.modelProperties,
|
|
1398
|
+
systemData: {
|
|
1391
1399
|
serializedName: "systemData",
|
|
1392
1400
|
type: {
|
|
1393
1401
|
name: "Composite",
|
|
1394
1402
|
className: "SystemData"
|
|
1395
1403
|
}
|
|
1396
|
-
},
|
|
1404
|
+
},
|
|
1405
|
+
provisioningState: {
|
|
1397
1406
|
serializedName: "properties.provisioningState",
|
|
1398
1407
|
readOnly: true,
|
|
1399
1408
|
type: {
|
|
1400
1409
|
name: "String"
|
|
1401
1410
|
}
|
|
1402
|
-
},
|
|
1411
|
+
},
|
|
1412
|
+
availabilityGroupName: {
|
|
1403
1413
|
serializedName: "properties.availabilityGroupName",
|
|
1404
1414
|
type: {
|
|
1405
1415
|
name: "String"
|
|
1406
1416
|
}
|
|
1407
|
-
},
|
|
1417
|
+
},
|
|
1418
|
+
loadBalancerConfigurations: {
|
|
1408
1419
|
serializedName: "properties.loadBalancerConfigurations",
|
|
1409
1420
|
type: {
|
|
1410
1421
|
name: "Sequence",
|
|
@@ -1415,7 +1426,8 @@ export const AvailabilityGroupListener = {
|
|
|
1415
1426
|
}
|
|
1416
1427
|
}
|
|
1417
1428
|
}
|
|
1418
|
-
},
|
|
1429
|
+
},
|
|
1430
|
+
multiSubnetIpConfigurations: {
|
|
1419
1431
|
serializedName: "properties.multiSubnetIpConfigurations",
|
|
1420
1432
|
type: {
|
|
1421
1433
|
name: "Sequence",
|
|
@@ -1426,196 +1438,232 @@ export const AvailabilityGroupListener = {
|
|
|
1426
1438
|
}
|
|
1427
1439
|
}
|
|
1428
1440
|
}
|
|
1429
|
-
},
|
|
1441
|
+
},
|
|
1442
|
+
createDefaultAvailabilityGroupIfNotExist: {
|
|
1430
1443
|
serializedName: "properties.createDefaultAvailabilityGroupIfNotExist",
|
|
1431
1444
|
type: {
|
|
1432
1445
|
name: "Boolean"
|
|
1433
1446
|
}
|
|
1434
|
-
},
|
|
1447
|
+
},
|
|
1448
|
+
port: {
|
|
1435
1449
|
serializedName: "properties.port",
|
|
1436
1450
|
type: {
|
|
1437
1451
|
name: "Number"
|
|
1438
1452
|
}
|
|
1439
|
-
},
|
|
1453
|
+
},
|
|
1454
|
+
availabilityGroupConfiguration: {
|
|
1440
1455
|
serializedName: "properties.availabilityGroupConfiguration",
|
|
1441
1456
|
type: {
|
|
1442
1457
|
name: "Composite",
|
|
1443
1458
|
className: "AgConfiguration"
|
|
1444
1459
|
}
|
|
1445
|
-
}
|
|
1460
|
+
}
|
|
1461
|
+
}
|
|
1446
1462
|
}
|
|
1447
1463
|
};
|
|
1448
1464
|
export const SqlVirtualMachineGroup = {
|
|
1449
1465
|
type: {
|
|
1450
1466
|
name: "Composite",
|
|
1451
1467
|
className: "SqlVirtualMachineGroup",
|
|
1452
|
-
modelProperties:
|
|
1468
|
+
modelProperties: {
|
|
1469
|
+
...TrackedResource.type.modelProperties,
|
|
1470
|
+
systemData: {
|
|
1453
1471
|
serializedName: "systemData",
|
|
1454
1472
|
type: {
|
|
1455
1473
|
name: "Composite",
|
|
1456
1474
|
className: "SystemData"
|
|
1457
1475
|
}
|
|
1458
|
-
},
|
|
1476
|
+
},
|
|
1477
|
+
provisioningState: {
|
|
1459
1478
|
serializedName: "properties.provisioningState",
|
|
1460
1479
|
readOnly: true,
|
|
1461
1480
|
type: {
|
|
1462
1481
|
name: "String"
|
|
1463
1482
|
}
|
|
1464
|
-
},
|
|
1483
|
+
},
|
|
1484
|
+
sqlImageOffer: {
|
|
1465
1485
|
serializedName: "properties.sqlImageOffer",
|
|
1466
1486
|
type: {
|
|
1467
1487
|
name: "String"
|
|
1468
1488
|
}
|
|
1469
|
-
},
|
|
1489
|
+
},
|
|
1490
|
+
sqlImageSku: {
|
|
1470
1491
|
serializedName: "properties.sqlImageSku",
|
|
1471
1492
|
type: {
|
|
1472
1493
|
name: "String"
|
|
1473
1494
|
}
|
|
1474
|
-
},
|
|
1495
|
+
},
|
|
1496
|
+
scaleType: {
|
|
1475
1497
|
serializedName: "properties.scaleType",
|
|
1476
1498
|
readOnly: true,
|
|
1477
1499
|
type: {
|
|
1478
1500
|
name: "String"
|
|
1479
1501
|
}
|
|
1480
|
-
},
|
|
1502
|
+
},
|
|
1503
|
+
clusterManagerType: {
|
|
1481
1504
|
serializedName: "properties.clusterManagerType",
|
|
1482
1505
|
readOnly: true,
|
|
1483
1506
|
type: {
|
|
1484
1507
|
name: "String"
|
|
1485
1508
|
}
|
|
1486
|
-
},
|
|
1509
|
+
},
|
|
1510
|
+
clusterConfiguration: {
|
|
1487
1511
|
serializedName: "properties.clusterConfiguration",
|
|
1488
1512
|
readOnly: true,
|
|
1489
1513
|
type: {
|
|
1490
1514
|
name: "String"
|
|
1491
1515
|
}
|
|
1492
|
-
},
|
|
1516
|
+
},
|
|
1517
|
+
wsfcDomainProfile: {
|
|
1493
1518
|
serializedName: "properties.wsfcDomainProfile",
|
|
1494
1519
|
type: {
|
|
1495
1520
|
name: "Composite",
|
|
1496
1521
|
className: "WsfcDomainProfile"
|
|
1497
1522
|
}
|
|
1498
|
-
}
|
|
1523
|
+
}
|
|
1524
|
+
}
|
|
1499
1525
|
}
|
|
1500
1526
|
};
|
|
1501
1527
|
export const SqlVirtualMachine = {
|
|
1502
1528
|
type: {
|
|
1503
1529
|
name: "Composite",
|
|
1504
1530
|
className: "SqlVirtualMachine",
|
|
1505
|
-
modelProperties:
|
|
1531
|
+
modelProperties: {
|
|
1532
|
+
...TrackedResource.type.modelProperties,
|
|
1533
|
+
identity: {
|
|
1506
1534
|
serializedName: "identity",
|
|
1507
1535
|
type: {
|
|
1508
1536
|
name: "Composite",
|
|
1509
1537
|
className: "ResourceIdentity"
|
|
1510
1538
|
}
|
|
1511
|
-
},
|
|
1539
|
+
},
|
|
1540
|
+
systemData: {
|
|
1512
1541
|
serializedName: "systemData",
|
|
1513
1542
|
type: {
|
|
1514
1543
|
name: "Composite",
|
|
1515
1544
|
className: "SystemData"
|
|
1516
1545
|
}
|
|
1517
|
-
},
|
|
1546
|
+
},
|
|
1547
|
+
virtualMachineResourceId: {
|
|
1518
1548
|
serializedName: "properties.virtualMachineResourceId",
|
|
1519
1549
|
type: {
|
|
1520
1550
|
name: "String"
|
|
1521
1551
|
}
|
|
1522
|
-
},
|
|
1552
|
+
},
|
|
1553
|
+
provisioningState: {
|
|
1523
1554
|
serializedName: "properties.provisioningState",
|
|
1524
1555
|
readOnly: true,
|
|
1525
1556
|
type: {
|
|
1526
1557
|
name: "String"
|
|
1527
1558
|
}
|
|
1528
|
-
},
|
|
1559
|
+
},
|
|
1560
|
+
sqlImageOffer: {
|
|
1529
1561
|
serializedName: "properties.sqlImageOffer",
|
|
1530
1562
|
type: {
|
|
1531
1563
|
name: "String"
|
|
1532
1564
|
}
|
|
1533
|
-
},
|
|
1565
|
+
},
|
|
1566
|
+
sqlServerLicenseType: {
|
|
1534
1567
|
serializedName: "properties.sqlServerLicenseType",
|
|
1535
1568
|
type: {
|
|
1536
1569
|
name: "String"
|
|
1537
1570
|
}
|
|
1538
|
-
},
|
|
1571
|
+
},
|
|
1572
|
+
sqlManagement: {
|
|
1539
1573
|
serializedName: "properties.sqlManagement",
|
|
1540
1574
|
type: {
|
|
1541
1575
|
name: "String"
|
|
1542
1576
|
}
|
|
1543
|
-
},
|
|
1577
|
+
},
|
|
1578
|
+
leastPrivilegeMode: {
|
|
1544
1579
|
defaultValue: "NotSet",
|
|
1545
1580
|
serializedName: "properties.leastPrivilegeMode",
|
|
1546
1581
|
type: {
|
|
1547
1582
|
name: "String"
|
|
1548
1583
|
}
|
|
1549
|
-
},
|
|
1584
|
+
},
|
|
1585
|
+
sqlImageSku: {
|
|
1550
1586
|
serializedName: "properties.sqlImageSku",
|
|
1551
1587
|
type: {
|
|
1552
1588
|
name: "String"
|
|
1553
1589
|
}
|
|
1554
|
-
},
|
|
1590
|
+
},
|
|
1591
|
+
sqlVirtualMachineGroupResourceId: {
|
|
1555
1592
|
serializedName: "properties.sqlVirtualMachineGroupResourceId",
|
|
1556
1593
|
type: {
|
|
1557
1594
|
name: "String"
|
|
1558
1595
|
}
|
|
1559
|
-
},
|
|
1596
|
+
},
|
|
1597
|
+
wsfcDomainCredentials: {
|
|
1560
1598
|
serializedName: "properties.wsfcDomainCredentials",
|
|
1561
1599
|
type: {
|
|
1562
1600
|
name: "Composite",
|
|
1563
1601
|
className: "WsfcDomainCredentials"
|
|
1564
1602
|
}
|
|
1565
|
-
},
|
|
1603
|
+
},
|
|
1604
|
+
wsfcStaticIp: {
|
|
1566
1605
|
serializedName: "properties.wsfcStaticIp",
|
|
1567
1606
|
type: {
|
|
1568
1607
|
name: "String"
|
|
1569
1608
|
}
|
|
1570
|
-
},
|
|
1609
|
+
},
|
|
1610
|
+
autoPatchingSettings: {
|
|
1571
1611
|
serializedName: "properties.autoPatchingSettings",
|
|
1572
1612
|
type: {
|
|
1573
1613
|
name: "Composite",
|
|
1574
1614
|
className: "AutoPatchingSettings"
|
|
1575
1615
|
}
|
|
1576
|
-
},
|
|
1616
|
+
},
|
|
1617
|
+
autoBackupSettings: {
|
|
1577
1618
|
serializedName: "properties.autoBackupSettings",
|
|
1578
1619
|
type: {
|
|
1579
1620
|
name: "Composite",
|
|
1580
1621
|
className: "AutoBackupSettings"
|
|
1581
1622
|
}
|
|
1582
|
-
},
|
|
1623
|
+
},
|
|
1624
|
+
keyVaultCredentialSettings: {
|
|
1583
1625
|
serializedName: "properties.keyVaultCredentialSettings",
|
|
1584
1626
|
type: {
|
|
1585
1627
|
name: "Composite",
|
|
1586
1628
|
className: "KeyVaultCredentialSettings"
|
|
1587
1629
|
}
|
|
1588
|
-
},
|
|
1630
|
+
},
|
|
1631
|
+
serverConfigurationsManagementSettings: {
|
|
1589
1632
|
serializedName: "properties.serverConfigurationsManagementSettings",
|
|
1590
1633
|
type: {
|
|
1591
1634
|
name: "Composite",
|
|
1592
1635
|
className: "ServerConfigurationsManagementSettings"
|
|
1593
1636
|
}
|
|
1594
|
-
},
|
|
1637
|
+
},
|
|
1638
|
+
storageConfigurationSettings: {
|
|
1595
1639
|
serializedName: "properties.storageConfigurationSettings",
|
|
1596
1640
|
type: {
|
|
1597
1641
|
name: "Composite",
|
|
1598
1642
|
className: "StorageConfigurationSettings"
|
|
1599
1643
|
}
|
|
1600
|
-
},
|
|
1644
|
+
},
|
|
1645
|
+
troubleshootingStatus: {
|
|
1601
1646
|
serializedName: "properties.troubleshootingStatus",
|
|
1602
1647
|
type: {
|
|
1603
1648
|
name: "Composite",
|
|
1604
1649
|
className: "TroubleshootingStatus"
|
|
1605
1650
|
}
|
|
1606
|
-
},
|
|
1651
|
+
},
|
|
1652
|
+
assessmentSettings: {
|
|
1607
1653
|
serializedName: "properties.assessmentSettings",
|
|
1608
1654
|
type: {
|
|
1609
1655
|
name: "Composite",
|
|
1610
1656
|
className: "AssessmentSettings"
|
|
1611
1657
|
}
|
|
1612
|
-
},
|
|
1658
|
+
},
|
|
1659
|
+
enableAutomaticUpgrade: {
|
|
1613
1660
|
defaultValue: false,
|
|
1614
1661
|
serializedName: "properties.enableAutomaticUpgrade",
|
|
1615
1662
|
type: {
|
|
1616
1663
|
name: "Boolean"
|
|
1617
1664
|
}
|
|
1618
|
-
}
|
|
1665
|
+
}
|
|
1666
|
+
}
|
|
1619
1667
|
}
|
|
1620
1668
|
};
|
|
1621
1669
|
export const AvailabilityGroupListenersDeleteHeaders = {
|