@azure/arm-signalr 6.0.0-alpha.20250718.1 → 6.0.0-alpha.20250721.1
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 +134 -62
- package/dist/browser/models/mappers.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/signalR.js +100 -109
- package/dist/browser/operations/signalR.js.map +1 -1
- package/dist/browser/operations/signalRCustomCertificates.js +34 -46
- package/dist/browser/operations/signalRCustomCertificates.js.map +1 -1
- package/dist/browser/operations/signalRCustomDomains.js +45 -52
- package/dist/browser/operations/signalRCustomDomains.js.map +1 -1
- package/dist/browser/operations/signalRPrivateEndpointConnections.js +34 -46
- package/dist/browser/operations/signalRPrivateEndpointConnections.js.map +1 -1
- package/dist/browser/operations/signalRPrivateLinkResources.js +23 -40
- package/dist/browser/operations/signalRPrivateLinkResources.js.map +1 -1
- package/dist/browser/operations/signalRReplicas.js +56 -58
- package/dist/browser/operations/signalRReplicas.js.map +1 -1
- package/dist/browser/operations/signalRSharedPrivateLinkResources.js +45 -52
- package/dist/browser/operations/signalRSharedPrivateLinkResources.js.map +1 -1
- package/dist/browser/operations/usages.js +23 -40
- package/dist/browser/operations/usages.js.map +1 -1
- package/dist/browser/pagingHelper.js +2 -4
- package/dist/browser/pagingHelper.js.map +1 -1
- package/dist/browser/signalRManagementClient.js +22 -5
- package/dist/browser/signalRManagementClient.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 +134 -62
- package/dist/commonjs/models/mappers.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/signalR.js +100 -108
- package/dist/commonjs/operations/signalR.js.map +1 -1
- package/dist/commonjs/operations/signalRCustomCertificates.js +34 -45
- package/dist/commonjs/operations/signalRCustomCertificates.js.map +1 -1
- package/dist/commonjs/operations/signalRCustomDomains.js +45 -51
- package/dist/commonjs/operations/signalRCustomDomains.js.map +1 -1
- package/dist/commonjs/operations/signalRPrivateEndpointConnections.js +34 -45
- package/dist/commonjs/operations/signalRPrivateEndpointConnections.js.map +1 -1
- package/dist/commonjs/operations/signalRPrivateLinkResources.js +23 -39
- package/dist/commonjs/operations/signalRPrivateLinkResources.js.map +1 -1
- package/dist/commonjs/operations/signalRReplicas.js +56 -57
- package/dist/commonjs/operations/signalRReplicas.js.map +1 -1
- package/dist/commonjs/operations/signalRSharedPrivateLinkResources.js +45 -51
- package/dist/commonjs/operations/signalRSharedPrivateLinkResources.js.map +1 -1
- package/dist/commonjs/operations/usages.js +23 -39
- package/dist/commonjs/operations/usages.js.map +1 -1
- package/dist/commonjs/pagingHelper.js +2 -4
- package/dist/commonjs/pagingHelper.js.map +1 -1
- package/dist/commonjs/signalRManagementClient.js +22 -5
- package/dist/commonjs/signalRManagementClient.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 +134 -62
- package/dist/esm/models/mappers.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/signalR.js +100 -109
- package/dist/esm/operations/signalR.js.map +1 -1
- package/dist/esm/operations/signalRCustomCertificates.js +34 -46
- package/dist/esm/operations/signalRCustomCertificates.js.map +1 -1
- package/dist/esm/operations/signalRCustomDomains.js +45 -52
- package/dist/esm/operations/signalRCustomDomains.js.map +1 -1
- package/dist/esm/operations/signalRPrivateEndpointConnections.js +34 -46
- package/dist/esm/operations/signalRPrivateEndpointConnections.js.map +1 -1
- package/dist/esm/operations/signalRPrivateLinkResources.js +23 -40
- package/dist/esm/operations/signalRPrivateLinkResources.js.map +1 -1
- package/dist/esm/operations/signalRReplicas.js +56 -58
- package/dist/esm/operations/signalRReplicas.js.map +1 -1
- package/dist/esm/operations/signalRSharedPrivateLinkResources.js +45 -52
- package/dist/esm/operations/signalRSharedPrivateLinkResources.js.map +1 -1
- package/dist/esm/operations/usages.js +23 -40
- package/dist/esm/operations/usages.js.map +1 -1
- package/dist/esm/pagingHelper.js +2 -4
- package/dist/esm/pagingHelper.js.map +1 -1
- package/dist/esm/signalRManagementClient.js +22 -5
- package/dist/esm/signalRManagementClient.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 +134 -62
- package/dist/react-native/models/mappers.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/signalR.js +100 -109
- package/dist/react-native/operations/signalR.js.map +1 -1
- package/dist/react-native/operations/signalRCustomCertificates.js +34 -46
- package/dist/react-native/operations/signalRCustomCertificates.js.map +1 -1
- package/dist/react-native/operations/signalRCustomDomains.js +45 -52
- package/dist/react-native/operations/signalRCustomDomains.js.map +1 -1
- package/dist/react-native/operations/signalRPrivateEndpointConnections.js +34 -46
- package/dist/react-native/operations/signalRPrivateEndpointConnections.js.map +1 -1
- package/dist/react-native/operations/signalRPrivateLinkResources.js +23 -40
- package/dist/react-native/operations/signalRPrivateLinkResources.js.map +1 -1
- package/dist/react-native/operations/signalRReplicas.js +56 -58
- package/dist/react-native/operations/signalRReplicas.js.map +1 -1
- package/dist/react-native/operations/signalRSharedPrivateLinkResources.js +45 -52
- package/dist/react-native/operations/signalRSharedPrivateLinkResources.js.map +1 -1
- package/dist/react-native/operations/usages.js +23 -40
- package/dist/react-native/operations/usages.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/signalRManagementClient.js +22 -5
- package/dist/react-native/signalRManagementClient.js.map +1 -1
- package/package.json +2 -2
- package/review/arm-signalr-node.api.md +1100 -1100
|
@@ -1481,58 +1481,71 @@ exports.ProxyResource = {
|
|
|
1481
1481
|
type: {
|
|
1482
1482
|
name: "Composite",
|
|
1483
1483
|
className: "ProxyResource",
|
|
1484
|
-
modelProperties:
|
|
1484
|
+
modelProperties: {
|
|
1485
|
+
...exports.Resource.type.modelProperties
|
|
1486
|
+
}
|
|
1485
1487
|
}
|
|
1486
1488
|
};
|
|
1487
1489
|
exports.TrackedResource = {
|
|
1488
1490
|
type: {
|
|
1489
1491
|
name: "Composite",
|
|
1490
1492
|
className: "TrackedResource",
|
|
1491
|
-
modelProperties:
|
|
1493
|
+
modelProperties: {
|
|
1494
|
+
...exports.Resource.type.modelProperties,
|
|
1495
|
+
tags: {
|
|
1492
1496
|
serializedName: "tags",
|
|
1493
1497
|
type: {
|
|
1494
1498
|
name: "Dictionary",
|
|
1495
1499
|
value: { type: { name: "String" } }
|
|
1496
1500
|
}
|
|
1497
|
-
},
|
|
1501
|
+
},
|
|
1502
|
+
location: {
|
|
1498
1503
|
serializedName: "location",
|
|
1499
1504
|
required: true,
|
|
1500
1505
|
type: {
|
|
1501
1506
|
name: "String"
|
|
1502
1507
|
}
|
|
1503
|
-
}
|
|
1508
|
+
}
|
|
1509
|
+
}
|
|
1504
1510
|
}
|
|
1505
1511
|
};
|
|
1506
1512
|
exports.PrivateEndpointACL = {
|
|
1507
1513
|
type: {
|
|
1508
1514
|
name: "Composite",
|
|
1509
1515
|
className: "PrivateEndpointACL",
|
|
1510
|
-
modelProperties:
|
|
1516
|
+
modelProperties: {
|
|
1517
|
+
...exports.NetworkACL.type.modelProperties,
|
|
1518
|
+
name: {
|
|
1511
1519
|
serializedName: "name",
|
|
1512
1520
|
required: true,
|
|
1513
1521
|
type: {
|
|
1514
1522
|
name: "String"
|
|
1515
1523
|
}
|
|
1516
|
-
}
|
|
1524
|
+
}
|
|
1525
|
+
}
|
|
1517
1526
|
}
|
|
1518
1527
|
};
|
|
1519
1528
|
exports.PrivateEndpointConnection = {
|
|
1520
1529
|
type: {
|
|
1521
1530
|
name: "Composite",
|
|
1522
1531
|
className: "PrivateEndpointConnection",
|
|
1523
|
-
modelProperties:
|
|
1532
|
+
modelProperties: {
|
|
1533
|
+
...exports.ProxyResource.type.modelProperties,
|
|
1534
|
+
provisioningState: {
|
|
1524
1535
|
serializedName: "properties.provisioningState",
|
|
1525
1536
|
readOnly: true,
|
|
1526
1537
|
type: {
|
|
1527
1538
|
name: "String"
|
|
1528
1539
|
}
|
|
1529
|
-
},
|
|
1540
|
+
},
|
|
1541
|
+
privateEndpoint: {
|
|
1530
1542
|
serializedName: "properties.privateEndpoint",
|
|
1531
1543
|
type: {
|
|
1532
1544
|
name: "Composite",
|
|
1533
1545
|
className: "PrivateEndpoint"
|
|
1534
1546
|
}
|
|
1535
|
-
},
|
|
1547
|
+
},
|
|
1548
|
+
groupIds: {
|
|
1536
1549
|
serializedName: "properties.groupIds",
|
|
1537
1550
|
readOnly: true,
|
|
1538
1551
|
type: {
|
|
@@ -1543,114 +1556,137 @@ exports.PrivateEndpointConnection = {
|
|
|
1543
1556
|
}
|
|
1544
1557
|
}
|
|
1545
1558
|
}
|
|
1546
|
-
},
|
|
1559
|
+
},
|
|
1560
|
+
privateLinkServiceConnectionState: {
|
|
1547
1561
|
serializedName: "properties.privateLinkServiceConnectionState",
|
|
1548
1562
|
type: {
|
|
1549
1563
|
name: "Composite",
|
|
1550
1564
|
className: "PrivateLinkServiceConnectionState"
|
|
1551
1565
|
}
|
|
1552
|
-
}
|
|
1566
|
+
}
|
|
1567
|
+
}
|
|
1553
1568
|
}
|
|
1554
1569
|
};
|
|
1555
1570
|
exports.SharedPrivateLinkResource = {
|
|
1556
1571
|
type: {
|
|
1557
1572
|
name: "Composite",
|
|
1558
1573
|
className: "SharedPrivateLinkResource",
|
|
1559
|
-
modelProperties:
|
|
1574
|
+
modelProperties: {
|
|
1575
|
+
...exports.ProxyResource.type.modelProperties,
|
|
1576
|
+
groupId: {
|
|
1560
1577
|
serializedName: "properties.groupId",
|
|
1561
1578
|
type: {
|
|
1562
1579
|
name: "String"
|
|
1563
1580
|
}
|
|
1564
|
-
},
|
|
1581
|
+
},
|
|
1582
|
+
privateLinkResourceId: {
|
|
1565
1583
|
serializedName: "properties.privateLinkResourceId",
|
|
1566
1584
|
type: {
|
|
1567
1585
|
name: "String"
|
|
1568
1586
|
}
|
|
1569
|
-
},
|
|
1587
|
+
},
|
|
1588
|
+
provisioningState: {
|
|
1570
1589
|
serializedName: "properties.provisioningState",
|
|
1571
1590
|
readOnly: true,
|
|
1572
1591
|
type: {
|
|
1573
1592
|
name: "String"
|
|
1574
1593
|
}
|
|
1575
|
-
},
|
|
1594
|
+
},
|
|
1595
|
+
requestMessage: {
|
|
1576
1596
|
serializedName: "properties.requestMessage",
|
|
1577
1597
|
type: {
|
|
1578
1598
|
name: "String"
|
|
1579
1599
|
}
|
|
1580
|
-
},
|
|
1600
|
+
},
|
|
1601
|
+
status: {
|
|
1581
1602
|
serializedName: "properties.status",
|
|
1582
1603
|
readOnly: true,
|
|
1583
1604
|
type: {
|
|
1584
1605
|
name: "String"
|
|
1585
1606
|
}
|
|
1586
|
-
}
|
|
1607
|
+
}
|
|
1608
|
+
}
|
|
1587
1609
|
}
|
|
1588
1610
|
};
|
|
1589
1611
|
exports.CustomCertificate = {
|
|
1590
1612
|
type: {
|
|
1591
1613
|
name: "Composite",
|
|
1592
1614
|
className: "CustomCertificate",
|
|
1593
|
-
modelProperties:
|
|
1615
|
+
modelProperties: {
|
|
1616
|
+
...exports.ProxyResource.type.modelProperties,
|
|
1617
|
+
provisioningState: {
|
|
1594
1618
|
serializedName: "properties.provisioningState",
|
|
1595
1619
|
readOnly: true,
|
|
1596
1620
|
type: {
|
|
1597
1621
|
name: "String"
|
|
1598
1622
|
}
|
|
1599
|
-
},
|
|
1623
|
+
},
|
|
1624
|
+
keyVaultBaseUri: {
|
|
1600
1625
|
serializedName: "properties.keyVaultBaseUri",
|
|
1601
1626
|
required: true,
|
|
1602
1627
|
type: {
|
|
1603
1628
|
name: "String"
|
|
1604
1629
|
}
|
|
1605
|
-
},
|
|
1630
|
+
},
|
|
1631
|
+
keyVaultSecretName: {
|
|
1606
1632
|
serializedName: "properties.keyVaultSecretName",
|
|
1607
1633
|
required: true,
|
|
1608
1634
|
type: {
|
|
1609
1635
|
name: "String"
|
|
1610
1636
|
}
|
|
1611
|
-
},
|
|
1637
|
+
},
|
|
1638
|
+
keyVaultSecretVersion: {
|
|
1612
1639
|
serializedName: "properties.keyVaultSecretVersion",
|
|
1613
1640
|
type: {
|
|
1614
1641
|
name: "String"
|
|
1615
1642
|
}
|
|
1616
|
-
}
|
|
1643
|
+
}
|
|
1644
|
+
}
|
|
1617
1645
|
}
|
|
1618
1646
|
};
|
|
1619
1647
|
exports.CustomDomain = {
|
|
1620
1648
|
type: {
|
|
1621
1649
|
name: "Composite",
|
|
1622
1650
|
className: "CustomDomain",
|
|
1623
|
-
modelProperties:
|
|
1651
|
+
modelProperties: {
|
|
1652
|
+
...exports.ProxyResource.type.modelProperties,
|
|
1653
|
+
provisioningState: {
|
|
1624
1654
|
serializedName: "properties.provisioningState",
|
|
1625
1655
|
readOnly: true,
|
|
1626
1656
|
type: {
|
|
1627
1657
|
name: "String"
|
|
1628
1658
|
}
|
|
1629
|
-
},
|
|
1659
|
+
},
|
|
1660
|
+
domainName: {
|
|
1630
1661
|
serializedName: "properties.domainName",
|
|
1631
1662
|
required: true,
|
|
1632
1663
|
type: {
|
|
1633
1664
|
name: "String"
|
|
1634
1665
|
}
|
|
1635
|
-
},
|
|
1666
|
+
},
|
|
1667
|
+
customCertificate: {
|
|
1636
1668
|
serializedName: "properties.customCertificate",
|
|
1637
1669
|
type: {
|
|
1638
1670
|
name: "Composite",
|
|
1639
1671
|
className: "ResourceReference"
|
|
1640
1672
|
}
|
|
1641
|
-
}
|
|
1673
|
+
}
|
|
1674
|
+
}
|
|
1642
1675
|
}
|
|
1643
1676
|
};
|
|
1644
1677
|
exports.PrivateLinkResource = {
|
|
1645
1678
|
type: {
|
|
1646
1679
|
name: "Composite",
|
|
1647
1680
|
className: "PrivateLinkResource",
|
|
1648
|
-
modelProperties:
|
|
1681
|
+
modelProperties: {
|
|
1682
|
+
...exports.ProxyResource.type.modelProperties,
|
|
1683
|
+
groupId: {
|
|
1649
1684
|
serializedName: "properties.groupId",
|
|
1650
1685
|
type: {
|
|
1651
1686
|
name: "String"
|
|
1652
1687
|
}
|
|
1653
|
-
},
|
|
1688
|
+
},
|
|
1689
|
+
requiredMembers: {
|
|
1654
1690
|
serializedName: "properties.requiredMembers",
|
|
1655
1691
|
type: {
|
|
1656
1692
|
name: "Sequence",
|
|
@@ -1660,7 +1696,8 @@ exports.PrivateLinkResource = {
|
|
|
1660
1696
|
}
|
|
1661
1697
|
}
|
|
1662
1698
|
}
|
|
1663
|
-
},
|
|
1699
|
+
},
|
|
1700
|
+
requiredZoneNames: {
|
|
1664
1701
|
serializedName: "properties.requiredZoneNames",
|
|
1665
1702
|
type: {
|
|
1666
1703
|
name: "Sequence",
|
|
@@ -1670,7 +1707,8 @@ exports.PrivateLinkResource = {
|
|
|
1670
1707
|
}
|
|
1671
1708
|
}
|
|
1672
1709
|
}
|
|
1673
|
-
},
|
|
1710
|
+
},
|
|
1711
|
+
shareablePrivateLinkResourceTypes: {
|
|
1674
1712
|
serializedName: "properties.shareablePrivateLinkResourceTypes",
|
|
1675
1713
|
type: {
|
|
1676
1714
|
name: "Sequence",
|
|
@@ -1681,67 +1719,79 @@ exports.PrivateLinkResource = {
|
|
|
1681
1719
|
}
|
|
1682
1720
|
}
|
|
1683
1721
|
}
|
|
1684
|
-
}
|
|
1722
|
+
}
|
|
1723
|
+
}
|
|
1685
1724
|
}
|
|
1686
1725
|
};
|
|
1687
1726
|
exports.SignalRResource = {
|
|
1688
1727
|
type: {
|
|
1689
1728
|
name: "Composite",
|
|
1690
1729
|
className: "SignalRResource",
|
|
1691
|
-
modelProperties:
|
|
1730
|
+
modelProperties: {
|
|
1731
|
+
...exports.TrackedResource.type.modelProperties,
|
|
1732
|
+
sku: {
|
|
1692
1733
|
serializedName: "sku",
|
|
1693
1734
|
type: {
|
|
1694
1735
|
name: "Composite",
|
|
1695
1736
|
className: "ResourceSku"
|
|
1696
1737
|
}
|
|
1697
|
-
},
|
|
1738
|
+
},
|
|
1739
|
+
kind: {
|
|
1698
1740
|
serializedName: "kind",
|
|
1699
1741
|
type: {
|
|
1700
1742
|
name: "String"
|
|
1701
1743
|
}
|
|
1702
|
-
},
|
|
1744
|
+
},
|
|
1745
|
+
identity: {
|
|
1703
1746
|
serializedName: "identity",
|
|
1704
1747
|
type: {
|
|
1705
1748
|
name: "Composite",
|
|
1706
1749
|
className: "ManagedIdentity"
|
|
1707
1750
|
}
|
|
1708
|
-
},
|
|
1751
|
+
},
|
|
1752
|
+
provisioningState: {
|
|
1709
1753
|
serializedName: "properties.provisioningState",
|
|
1710
1754
|
readOnly: true,
|
|
1711
1755
|
type: {
|
|
1712
1756
|
name: "String"
|
|
1713
1757
|
}
|
|
1714
|
-
},
|
|
1758
|
+
},
|
|
1759
|
+
externalIP: {
|
|
1715
1760
|
serializedName: "properties.externalIP",
|
|
1716
1761
|
readOnly: true,
|
|
1717
1762
|
type: {
|
|
1718
1763
|
name: "String"
|
|
1719
1764
|
}
|
|
1720
|
-
},
|
|
1765
|
+
},
|
|
1766
|
+
hostName: {
|
|
1721
1767
|
serializedName: "properties.hostName",
|
|
1722
1768
|
readOnly: true,
|
|
1723
1769
|
type: {
|
|
1724
1770
|
name: "String"
|
|
1725
1771
|
}
|
|
1726
|
-
},
|
|
1772
|
+
},
|
|
1773
|
+
publicPort: {
|
|
1727
1774
|
serializedName: "properties.publicPort",
|
|
1728
1775
|
readOnly: true,
|
|
1729
1776
|
type: {
|
|
1730
1777
|
name: "Number"
|
|
1731
1778
|
}
|
|
1732
|
-
},
|
|
1779
|
+
},
|
|
1780
|
+
serverPort: {
|
|
1733
1781
|
serializedName: "properties.serverPort",
|
|
1734
1782
|
readOnly: true,
|
|
1735
1783
|
type: {
|
|
1736
1784
|
name: "Number"
|
|
1737
1785
|
}
|
|
1738
|
-
},
|
|
1786
|
+
},
|
|
1787
|
+
version: {
|
|
1739
1788
|
serializedName: "properties.version",
|
|
1740
1789
|
readOnly: true,
|
|
1741
1790
|
type: {
|
|
1742
1791
|
name: "String"
|
|
1743
1792
|
}
|
|
1744
|
-
},
|
|
1793
|
+
},
|
|
1794
|
+
privateEndpointConnections: {
|
|
1745
1795
|
serializedName: "properties.privateEndpointConnections",
|
|
1746
1796
|
readOnly: true,
|
|
1747
1797
|
type: {
|
|
@@ -1753,7 +1803,8 @@ exports.SignalRResource = {
|
|
|
1753
1803
|
}
|
|
1754
1804
|
}
|
|
1755
1805
|
}
|
|
1756
|
-
},
|
|
1806
|
+
},
|
|
1807
|
+
sharedPrivateLinkResources: {
|
|
1757
1808
|
serializedName: "properties.sharedPrivateLinkResources",
|
|
1758
1809
|
readOnly: true,
|
|
1759
1810
|
type: {
|
|
@@ -1765,19 +1816,22 @@ exports.SignalRResource = {
|
|
|
1765
1816
|
}
|
|
1766
1817
|
}
|
|
1767
1818
|
}
|
|
1768
|
-
},
|
|
1819
|
+
},
|
|
1820
|
+
tls: {
|
|
1769
1821
|
serializedName: "properties.tls",
|
|
1770
1822
|
type: {
|
|
1771
1823
|
name: "Composite",
|
|
1772
1824
|
className: "SignalRTlsSettings"
|
|
1773
1825
|
}
|
|
1774
|
-
},
|
|
1826
|
+
},
|
|
1827
|
+
hostNamePrefix: {
|
|
1775
1828
|
serializedName: "properties.hostNamePrefix",
|
|
1776
1829
|
readOnly: true,
|
|
1777
1830
|
type: {
|
|
1778
1831
|
name: "String"
|
|
1779
1832
|
}
|
|
1780
|
-
},
|
|
1833
|
+
},
|
|
1834
|
+
features: {
|
|
1781
1835
|
serializedName: "properties.features",
|
|
1782
1836
|
type: {
|
|
1783
1837
|
name: "Sequence",
|
|
@@ -1788,104 +1842,122 @@ exports.SignalRResource = {
|
|
|
1788
1842
|
}
|
|
1789
1843
|
}
|
|
1790
1844
|
}
|
|
1791
|
-
},
|
|
1845
|
+
},
|
|
1846
|
+
liveTraceConfiguration: {
|
|
1792
1847
|
serializedName: "properties.liveTraceConfiguration",
|
|
1793
1848
|
type: {
|
|
1794
1849
|
name: "Composite",
|
|
1795
1850
|
className: "LiveTraceConfiguration"
|
|
1796
1851
|
}
|
|
1797
|
-
},
|
|
1852
|
+
},
|
|
1853
|
+
resourceLogConfiguration: {
|
|
1798
1854
|
serializedName: "properties.resourceLogConfiguration",
|
|
1799
1855
|
type: {
|
|
1800
1856
|
name: "Composite",
|
|
1801
1857
|
className: "ResourceLogConfiguration"
|
|
1802
1858
|
}
|
|
1803
|
-
},
|
|
1859
|
+
},
|
|
1860
|
+
cors: {
|
|
1804
1861
|
serializedName: "properties.cors",
|
|
1805
1862
|
type: {
|
|
1806
1863
|
name: "Composite",
|
|
1807
1864
|
className: "SignalRCorsSettings"
|
|
1808
1865
|
}
|
|
1809
|
-
},
|
|
1866
|
+
},
|
|
1867
|
+
serverless: {
|
|
1810
1868
|
serializedName: "properties.serverless",
|
|
1811
1869
|
type: {
|
|
1812
1870
|
name: "Composite",
|
|
1813
1871
|
className: "ServerlessSettings"
|
|
1814
1872
|
}
|
|
1815
|
-
},
|
|
1873
|
+
},
|
|
1874
|
+
upstream: {
|
|
1816
1875
|
serializedName: "properties.upstream",
|
|
1817
1876
|
type: {
|
|
1818
1877
|
name: "Composite",
|
|
1819
1878
|
className: "ServerlessUpstreamSettings"
|
|
1820
1879
|
}
|
|
1821
|
-
},
|
|
1880
|
+
},
|
|
1881
|
+
networkACLs: {
|
|
1822
1882
|
serializedName: "properties.networkACLs",
|
|
1823
1883
|
type: {
|
|
1824
1884
|
name: "Composite",
|
|
1825
1885
|
className: "SignalRNetworkACLs"
|
|
1826
1886
|
}
|
|
1827
|
-
},
|
|
1887
|
+
},
|
|
1888
|
+
publicNetworkAccess: {
|
|
1828
1889
|
defaultValue: "Enabled",
|
|
1829
1890
|
serializedName: "properties.publicNetworkAccess",
|
|
1830
1891
|
type: {
|
|
1831
1892
|
name: "String"
|
|
1832
1893
|
}
|
|
1833
|
-
},
|
|
1894
|
+
},
|
|
1895
|
+
disableLocalAuth: {
|
|
1834
1896
|
defaultValue: false,
|
|
1835
1897
|
serializedName: "properties.disableLocalAuth",
|
|
1836
1898
|
type: {
|
|
1837
1899
|
name: "Boolean"
|
|
1838
1900
|
}
|
|
1839
|
-
},
|
|
1901
|
+
},
|
|
1902
|
+
disableAadAuth: {
|
|
1840
1903
|
defaultValue: false,
|
|
1841
1904
|
serializedName: "properties.disableAadAuth",
|
|
1842
1905
|
type: {
|
|
1843
1906
|
name: "Boolean"
|
|
1844
1907
|
}
|
|
1845
|
-
},
|
|
1908
|
+
},
|
|
1909
|
+
regionEndpointEnabled: {
|
|
1846
1910
|
defaultValue: "Enabled",
|
|
1847
1911
|
serializedName: "properties.regionEndpointEnabled",
|
|
1848
1912
|
type: {
|
|
1849
1913
|
name: "String"
|
|
1850
1914
|
}
|
|
1851
|
-
},
|
|
1915
|
+
},
|
|
1916
|
+
resourceStopped: {
|
|
1852
1917
|
defaultValue: "false",
|
|
1853
1918
|
serializedName: "properties.resourceStopped",
|
|
1854
1919
|
type: {
|
|
1855
1920
|
name: "String"
|
|
1856
1921
|
}
|
|
1857
|
-
}
|
|
1922
|
+
}
|
|
1923
|
+
}
|
|
1858
1924
|
}
|
|
1859
1925
|
};
|
|
1860
1926
|
exports.Replica = {
|
|
1861
1927
|
type: {
|
|
1862
1928
|
name: "Composite",
|
|
1863
1929
|
className: "Replica",
|
|
1864
|
-
modelProperties:
|
|
1930
|
+
modelProperties: {
|
|
1931
|
+
...exports.TrackedResource.type.modelProperties,
|
|
1932
|
+
sku: {
|
|
1865
1933
|
serializedName: "sku",
|
|
1866
1934
|
type: {
|
|
1867
1935
|
name: "Composite",
|
|
1868
1936
|
className: "ResourceSku"
|
|
1869
1937
|
}
|
|
1870
|
-
},
|
|
1938
|
+
},
|
|
1939
|
+
provisioningState: {
|
|
1871
1940
|
serializedName: "properties.provisioningState",
|
|
1872
1941
|
readOnly: true,
|
|
1873
1942
|
type: {
|
|
1874
1943
|
name: "String"
|
|
1875
1944
|
}
|
|
1876
|
-
},
|
|
1945
|
+
},
|
|
1946
|
+
regionEndpointEnabled: {
|
|
1877
1947
|
defaultValue: "Enabled",
|
|
1878
1948
|
serializedName: "properties.regionEndpointEnabled",
|
|
1879
1949
|
type: {
|
|
1880
1950
|
name: "String"
|
|
1881
1951
|
}
|
|
1882
|
-
},
|
|
1952
|
+
},
|
|
1953
|
+
resourceStopped: {
|
|
1883
1954
|
defaultValue: "false",
|
|
1884
1955
|
serializedName: "properties.resourceStopped",
|
|
1885
1956
|
type: {
|
|
1886
1957
|
name: "String"
|
|
1887
1958
|
}
|
|
1888
|
-
}
|
|
1959
|
+
}
|
|
1960
|
+
}
|
|
1889
1961
|
}
|
|
1890
1962
|
};
|
|
1891
1963
|
exports.SignalRUpdateHeaders = {
|