@azure/arm-rediscache 8.2.1-alpha.20250619.1 → 8.2.1-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 +176 -80
- package/dist/browser/models/mappers.js.map +1 -1
- package/dist/browser/operations/accessPolicy.js +45 -52
- package/dist/browser/operations/accessPolicy.js.map +1 -1
- package/dist/browser/operations/accessPolicyAssignment.js +45 -52
- package/dist/browser/operations/accessPolicyAssignment.js.map +1 -1
- package/dist/browser/operations/asyncOperationStatus.js +1 -0
- package/dist/browser/operations/asyncOperationStatus.js.map +1 -1
- package/dist/browser/operations/firewallRules.js +23 -40
- package/dist/browser/operations/firewallRules.js.map +1 -1
- package/dist/browser/operations/linkedServer.js +45 -52
- package/dist/browser/operations/linkedServer.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/patchSchedules.js +23 -40
- package/dist/browser/operations/patchSchedules.js.map +1 -1
- package/dist/browser/operations/privateEndpointConnections.js +21 -33
- package/dist/browser/operations/privateEndpointConnections.js.map +1 -1
- package/dist/browser/operations/privateLinkResources.js +10 -27
- package/dist/browser/operations/privateLinkResources.js.map +1 -1
- package/dist/browser/operations/redis.js +136 -157
- package/dist/browser/operations/redis.js.map +1 -1
- package/dist/browser/pagingHelper.js +2 -4
- package/dist/browser/pagingHelper.js.map +1 -1
- package/dist/browser/redisManagementClient.js +23 -5
- package/dist/browser/redisManagementClient.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 +176 -80
- package/dist/commonjs/models/mappers.js.map +1 -1
- package/dist/commonjs/operations/accessPolicy.js +45 -51
- package/dist/commonjs/operations/accessPolicy.js.map +1 -1
- package/dist/commonjs/operations/accessPolicyAssignment.js +45 -51
- package/dist/commonjs/operations/accessPolicyAssignment.js.map +1 -1
- package/dist/commonjs/operations/asyncOperationStatus.js +1 -0
- package/dist/commonjs/operations/asyncOperationStatus.js.map +1 -1
- package/dist/commonjs/operations/firewallRules.js +23 -39
- package/dist/commonjs/operations/firewallRules.js.map +1 -1
- package/dist/commonjs/operations/linkedServer.js +45 -51
- package/dist/commonjs/operations/linkedServer.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/patchSchedules.js +23 -39
- package/dist/commonjs/operations/patchSchedules.js.map +1 -1
- package/dist/commonjs/operations/privateEndpointConnections.js +21 -32
- package/dist/commonjs/operations/privateEndpointConnections.js.map +1 -1
- package/dist/commonjs/operations/privateLinkResources.js +10 -26
- package/dist/commonjs/operations/privateLinkResources.js.map +1 -1
- package/dist/commonjs/operations/redis.js +136 -156
- package/dist/commonjs/operations/redis.js.map +1 -1
- package/dist/commonjs/pagingHelper.js +2 -4
- package/dist/commonjs/pagingHelper.js.map +1 -1
- package/dist/commonjs/redisManagementClient.js +23 -5
- package/dist/commonjs/redisManagementClient.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 +176 -80
- package/dist/esm/models/mappers.js.map +1 -1
- package/dist/esm/operations/accessPolicy.js +45 -52
- package/dist/esm/operations/accessPolicy.js.map +1 -1
- package/dist/esm/operations/accessPolicyAssignment.js +45 -52
- package/dist/esm/operations/accessPolicyAssignment.js.map +1 -1
- package/dist/esm/operations/asyncOperationStatus.js +1 -0
- package/dist/esm/operations/asyncOperationStatus.js.map +1 -1
- package/dist/esm/operations/firewallRules.js +23 -40
- package/dist/esm/operations/firewallRules.js.map +1 -1
- package/dist/esm/operations/linkedServer.js +45 -52
- package/dist/esm/operations/linkedServer.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/patchSchedules.js +23 -40
- package/dist/esm/operations/patchSchedules.js.map +1 -1
- package/dist/esm/operations/privateEndpointConnections.js +21 -33
- package/dist/esm/operations/privateEndpointConnections.js.map +1 -1
- package/dist/esm/operations/privateLinkResources.js +10 -27
- package/dist/esm/operations/privateLinkResources.js.map +1 -1
- package/dist/esm/operations/redis.js +136 -157
- package/dist/esm/operations/redis.js.map +1 -1
- package/dist/esm/pagingHelper.js +2 -4
- package/dist/esm/pagingHelper.js.map +1 -1
- package/dist/esm/redisManagementClient.js +23 -5
- package/dist/esm/redisManagementClient.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 +176 -80
- package/dist/react-native/models/mappers.js.map +1 -1
- package/dist/react-native/operations/accessPolicy.js +45 -52
- package/dist/react-native/operations/accessPolicy.js.map +1 -1
- package/dist/react-native/operations/accessPolicyAssignment.js +45 -52
- package/dist/react-native/operations/accessPolicyAssignment.js.map +1 -1
- package/dist/react-native/operations/asyncOperationStatus.js +1 -0
- package/dist/react-native/operations/asyncOperationStatus.js.map +1 -1
- package/dist/react-native/operations/firewallRules.js +23 -40
- package/dist/react-native/operations/firewallRules.js.map +1 -1
- package/dist/react-native/operations/linkedServer.js +45 -52
- package/dist/react-native/operations/linkedServer.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/patchSchedules.js +23 -40
- package/dist/react-native/operations/patchSchedules.js.map +1 -1
- package/dist/react-native/operations/privateEndpointConnections.js +21 -33
- package/dist/react-native/operations/privateEndpointConnections.js.map +1 -1
- package/dist/react-native/operations/privateLinkResources.js +10 -27
- package/dist/react-native/operations/privateLinkResources.js.map +1 -1
- package/dist/react-native/operations/redis.js +136 -157
- package/dist/react-native/operations/redis.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/redisManagementClient.js +23 -5
- package/dist/react-native/redisManagementClient.js.map +1 -1
- package/package.json +2 -2
- /package/review/{arm-rediscache.api.md → arm-rediscache-node.api.md} +0 -0
|
@@ -1507,13 +1507,16 @@ exports.RedisCreateProperties = {
|
|
|
1507
1507
|
type: {
|
|
1508
1508
|
name: "Composite",
|
|
1509
1509
|
className: "RedisCreateProperties",
|
|
1510
|
-
modelProperties:
|
|
1510
|
+
modelProperties: {
|
|
1511
|
+
...exports.RedisCommonProperties.type.modelProperties,
|
|
1512
|
+
sku: {
|
|
1511
1513
|
serializedName: "sku",
|
|
1512
1514
|
type: {
|
|
1513
1515
|
name: "Composite",
|
|
1514
1516
|
className: "Sku",
|
|
1515
1517
|
},
|
|
1516
|
-
},
|
|
1518
|
+
},
|
|
1519
|
+
subnetId: {
|
|
1517
1520
|
constraints: {
|
|
1518
1521
|
Pattern: new RegExp("^\\/subscriptions\\/[^/]*\\/resourceGroups\\/[^/]*\\/providers\\/Microsoft.(ClassicNetwork|Network)\\/virtualNetworks\\/[^/]*\\/subnets\\/[^/]*$"),
|
|
1519
1522
|
},
|
|
@@ -1521,7 +1524,8 @@ exports.RedisCreateProperties = {
|
|
|
1521
1524
|
type: {
|
|
1522
1525
|
name: "String",
|
|
1523
1526
|
},
|
|
1524
|
-
},
|
|
1527
|
+
},
|
|
1528
|
+
staticIP: {
|
|
1525
1529
|
constraints: {
|
|
1526
1530
|
Pattern: new RegExp("^\\d+\\.\\d+\\.\\d+\\.\\d+$"),
|
|
1527
1531
|
},
|
|
@@ -1529,84 +1533,102 @@ exports.RedisCreateProperties = {
|
|
|
1529
1533
|
type: {
|
|
1530
1534
|
name: "String",
|
|
1531
1535
|
},
|
|
1532
|
-
}
|
|
1536
|
+
},
|
|
1537
|
+
},
|
|
1533
1538
|
},
|
|
1534
1539
|
};
|
|
1535
1540
|
exports.RedisUpdateProperties = {
|
|
1536
1541
|
type: {
|
|
1537
1542
|
name: "Composite",
|
|
1538
1543
|
className: "RedisUpdateProperties",
|
|
1539
|
-
modelProperties:
|
|
1544
|
+
modelProperties: {
|
|
1545
|
+
...exports.RedisCommonProperties.type.modelProperties,
|
|
1546
|
+
sku: {
|
|
1540
1547
|
serializedName: "sku",
|
|
1541
1548
|
type: {
|
|
1542
1549
|
name: "Composite",
|
|
1543
1550
|
className: "Sku",
|
|
1544
1551
|
},
|
|
1545
|
-
}
|
|
1552
|
+
},
|
|
1553
|
+
},
|
|
1546
1554
|
},
|
|
1547
1555
|
};
|
|
1548
1556
|
exports.PrivateEndpointConnection = {
|
|
1549
1557
|
type: {
|
|
1550
1558
|
name: "Composite",
|
|
1551
1559
|
className: "PrivateEndpointConnection",
|
|
1552
|
-
modelProperties:
|
|
1560
|
+
modelProperties: {
|
|
1561
|
+
...exports.Resource.type.modelProperties,
|
|
1562
|
+
privateEndpoint: {
|
|
1553
1563
|
serializedName: "properties.privateEndpoint",
|
|
1554
1564
|
type: {
|
|
1555
1565
|
name: "Composite",
|
|
1556
1566
|
className: "PrivateEndpoint",
|
|
1557
1567
|
},
|
|
1558
|
-
},
|
|
1568
|
+
},
|
|
1569
|
+
privateLinkServiceConnectionState: {
|
|
1559
1570
|
serializedName: "properties.privateLinkServiceConnectionState",
|
|
1560
1571
|
type: {
|
|
1561
1572
|
name: "Composite",
|
|
1562
1573
|
className: "PrivateLinkServiceConnectionState",
|
|
1563
1574
|
},
|
|
1564
|
-
},
|
|
1575
|
+
},
|
|
1576
|
+
provisioningState: {
|
|
1565
1577
|
serializedName: "properties.provisioningState",
|
|
1566
1578
|
readOnly: true,
|
|
1567
1579
|
type: {
|
|
1568
1580
|
name: "String",
|
|
1569
1581
|
},
|
|
1570
|
-
}
|
|
1582
|
+
},
|
|
1583
|
+
},
|
|
1571
1584
|
},
|
|
1572
1585
|
};
|
|
1573
1586
|
exports.TrackedResource = {
|
|
1574
1587
|
type: {
|
|
1575
1588
|
name: "Composite",
|
|
1576
1589
|
className: "TrackedResource",
|
|
1577
|
-
modelProperties:
|
|
1590
|
+
modelProperties: {
|
|
1591
|
+
...exports.Resource.type.modelProperties,
|
|
1592
|
+
tags: {
|
|
1578
1593
|
serializedName: "tags",
|
|
1579
1594
|
type: {
|
|
1580
1595
|
name: "Dictionary",
|
|
1581
1596
|
value: { type: { name: "String" } },
|
|
1582
1597
|
},
|
|
1583
|
-
},
|
|
1598
|
+
},
|
|
1599
|
+
location: {
|
|
1584
1600
|
serializedName: "location",
|
|
1585
1601
|
required: true,
|
|
1586
1602
|
type: {
|
|
1587
1603
|
name: "String",
|
|
1588
1604
|
},
|
|
1589
|
-
}
|
|
1605
|
+
},
|
|
1606
|
+
},
|
|
1590
1607
|
},
|
|
1591
1608
|
};
|
|
1592
1609
|
exports.ProxyResource = {
|
|
1593
1610
|
type: {
|
|
1594
1611
|
name: "Composite",
|
|
1595
1612
|
className: "ProxyResource",
|
|
1596
|
-
modelProperties:
|
|
1613
|
+
modelProperties: {
|
|
1614
|
+
...exports.Resource.type.modelProperties,
|
|
1615
|
+
},
|
|
1597
1616
|
},
|
|
1598
1617
|
};
|
|
1599
1618
|
exports.PrivateLinkResource = {
|
|
1600
1619
|
type: {
|
|
1601
1620
|
name: "Composite",
|
|
1602
1621
|
className: "PrivateLinkResource",
|
|
1603
|
-
modelProperties:
|
|
1622
|
+
modelProperties: {
|
|
1623
|
+
...exports.Resource.type.modelProperties,
|
|
1624
|
+
groupId: {
|
|
1604
1625
|
serializedName: "properties.groupId",
|
|
1605
1626
|
readOnly: true,
|
|
1606
1627
|
type: {
|
|
1607
1628
|
name: "String",
|
|
1608
1629
|
},
|
|
1609
|
-
},
|
|
1630
|
+
},
|
|
1631
|
+
requiredMembers: {
|
|
1610
1632
|
serializedName: "properties.requiredMembers",
|
|
1611
1633
|
readOnly: true,
|
|
1612
1634
|
type: {
|
|
@@ -1617,7 +1639,8 @@ exports.PrivateLinkResource = {
|
|
|
1617
1639
|
},
|
|
1618
1640
|
},
|
|
1619
1641
|
},
|
|
1620
|
-
},
|
|
1642
|
+
},
|
|
1643
|
+
requiredZoneNames: {
|
|
1621
1644
|
serializedName: "properties.requiredZoneNames",
|
|
1622
1645
|
type: {
|
|
1623
1646
|
name: "Sequence",
|
|
@@ -1627,70 +1650,84 @@ exports.PrivateLinkResource = {
|
|
|
1627
1650
|
},
|
|
1628
1651
|
},
|
|
1629
1652
|
},
|
|
1630
|
-
}
|
|
1653
|
+
},
|
|
1654
|
+
},
|
|
1631
1655
|
},
|
|
1632
1656
|
};
|
|
1633
1657
|
exports.OperationStatus = {
|
|
1634
1658
|
type: {
|
|
1635
1659
|
name: "Composite",
|
|
1636
1660
|
className: "OperationStatus",
|
|
1637
|
-
modelProperties:
|
|
1661
|
+
modelProperties: {
|
|
1662
|
+
...exports.OperationStatusResult.type.modelProperties,
|
|
1663
|
+
properties: {
|
|
1638
1664
|
serializedName: "properties",
|
|
1639
1665
|
type: {
|
|
1640
1666
|
name: "Dictionary",
|
|
1641
1667
|
value: { type: { name: "any" } },
|
|
1642
1668
|
},
|
|
1643
|
-
}
|
|
1669
|
+
},
|
|
1670
|
+
},
|
|
1644
1671
|
},
|
|
1645
1672
|
};
|
|
1646
1673
|
exports.RedisLinkedServerProperties = {
|
|
1647
1674
|
type: {
|
|
1648
1675
|
name: "Composite",
|
|
1649
1676
|
className: "RedisLinkedServerProperties",
|
|
1650
|
-
modelProperties:
|
|
1677
|
+
modelProperties: {
|
|
1678
|
+
...exports.RedisLinkedServerCreateProperties.type.modelProperties,
|
|
1679
|
+
provisioningState: {
|
|
1651
1680
|
serializedName: "provisioningState",
|
|
1652
1681
|
readOnly: true,
|
|
1653
1682
|
type: {
|
|
1654
1683
|
name: "String",
|
|
1655
1684
|
},
|
|
1656
|
-
}
|
|
1685
|
+
},
|
|
1686
|
+
},
|
|
1657
1687
|
},
|
|
1658
1688
|
};
|
|
1659
1689
|
exports.RedisProperties = {
|
|
1660
1690
|
type: {
|
|
1661
1691
|
name: "Composite",
|
|
1662
1692
|
className: "RedisProperties",
|
|
1663
|
-
modelProperties:
|
|
1693
|
+
modelProperties: {
|
|
1694
|
+
...exports.RedisCreateProperties.type.modelProperties,
|
|
1695
|
+
provisioningState: {
|
|
1664
1696
|
serializedName: "provisioningState",
|
|
1665
1697
|
readOnly: true,
|
|
1666
1698
|
type: {
|
|
1667
1699
|
name: "String",
|
|
1668
1700
|
},
|
|
1669
|
-
},
|
|
1701
|
+
},
|
|
1702
|
+
hostName: {
|
|
1670
1703
|
serializedName: "hostName",
|
|
1671
1704
|
readOnly: true,
|
|
1672
1705
|
type: {
|
|
1673
1706
|
name: "String",
|
|
1674
1707
|
},
|
|
1675
|
-
},
|
|
1708
|
+
},
|
|
1709
|
+
port: {
|
|
1676
1710
|
serializedName: "port",
|
|
1677
1711
|
readOnly: true,
|
|
1678
1712
|
type: {
|
|
1679
1713
|
name: "Number",
|
|
1680
1714
|
},
|
|
1681
|
-
},
|
|
1715
|
+
},
|
|
1716
|
+
sslPort: {
|
|
1682
1717
|
serializedName: "sslPort",
|
|
1683
1718
|
readOnly: true,
|
|
1684
1719
|
type: {
|
|
1685
1720
|
name: "Number",
|
|
1686
1721
|
},
|
|
1687
|
-
},
|
|
1722
|
+
},
|
|
1723
|
+
accessKeys: {
|
|
1688
1724
|
serializedName: "accessKeys",
|
|
1689
1725
|
type: {
|
|
1690
1726
|
name: "Composite",
|
|
1691
1727
|
className: "RedisAccessKeys",
|
|
1692
1728
|
},
|
|
1693
|
-
},
|
|
1729
|
+
},
|
|
1730
|
+
linkedServers: {
|
|
1694
1731
|
serializedName: "linkedServers",
|
|
1695
1732
|
readOnly: true,
|
|
1696
1733
|
type: {
|
|
@@ -1702,7 +1739,8 @@ exports.RedisProperties = {
|
|
|
1702
1739
|
},
|
|
1703
1740
|
},
|
|
1704
1741
|
},
|
|
1705
|
-
},
|
|
1742
|
+
},
|
|
1743
|
+
instances: {
|
|
1706
1744
|
serializedName: "instances",
|
|
1707
1745
|
readOnly: true,
|
|
1708
1746
|
type: {
|
|
@@ -1714,7 +1752,8 @@ exports.RedisProperties = {
|
|
|
1714
1752
|
},
|
|
1715
1753
|
},
|
|
1716
1754
|
},
|
|
1717
|
-
},
|
|
1755
|
+
},
|
|
1756
|
+
privateEndpointConnections: {
|
|
1718
1757
|
serializedName: "privateEndpointConnections",
|
|
1719
1758
|
readOnly: true,
|
|
1720
1759
|
type: {
|
|
@@ -1726,14 +1765,17 @@ exports.RedisProperties = {
|
|
|
1726
1765
|
},
|
|
1727
1766
|
},
|
|
1728
1767
|
},
|
|
1729
|
-
}
|
|
1768
|
+
},
|
|
1769
|
+
},
|
|
1730
1770
|
},
|
|
1731
1771
|
};
|
|
1732
1772
|
exports.RedisResource = {
|
|
1733
1773
|
type: {
|
|
1734
1774
|
name: "Composite",
|
|
1735
1775
|
className: "RedisResource",
|
|
1736
|
-
modelProperties:
|
|
1776
|
+
modelProperties: {
|
|
1777
|
+
...exports.TrackedResource.type.modelProperties,
|
|
1778
|
+
zones: {
|
|
1737
1779
|
serializedName: "zones",
|
|
1738
1780
|
type: {
|
|
1739
1781
|
name: "Sequence",
|
|
@@ -1743,84 +1785,99 @@ exports.RedisResource = {
|
|
|
1743
1785
|
},
|
|
1744
1786
|
},
|
|
1745
1787
|
},
|
|
1746
|
-
},
|
|
1788
|
+
},
|
|
1789
|
+
identity: {
|
|
1747
1790
|
serializedName: "identity",
|
|
1748
1791
|
type: {
|
|
1749
1792
|
name: "Composite",
|
|
1750
1793
|
className: "ManagedServiceIdentity",
|
|
1751
1794
|
},
|
|
1752
|
-
},
|
|
1795
|
+
},
|
|
1796
|
+
redisConfiguration: {
|
|
1753
1797
|
serializedName: "properties.redisConfiguration",
|
|
1754
1798
|
type: {
|
|
1755
1799
|
name: "Composite",
|
|
1756
1800
|
className: "RedisCommonPropertiesRedisConfiguration",
|
|
1757
1801
|
},
|
|
1758
|
-
},
|
|
1802
|
+
},
|
|
1803
|
+
redisVersion: {
|
|
1759
1804
|
serializedName: "properties.redisVersion",
|
|
1760
1805
|
type: {
|
|
1761
1806
|
name: "String",
|
|
1762
1807
|
},
|
|
1763
|
-
},
|
|
1808
|
+
},
|
|
1809
|
+
enableNonSslPort: {
|
|
1764
1810
|
defaultValue: false,
|
|
1765
1811
|
serializedName: "properties.enableNonSslPort",
|
|
1766
1812
|
type: {
|
|
1767
1813
|
name: "Boolean",
|
|
1768
1814
|
},
|
|
1769
|
-
},
|
|
1815
|
+
},
|
|
1816
|
+
replicasPerMaster: {
|
|
1770
1817
|
serializedName: "properties.replicasPerMaster",
|
|
1771
1818
|
type: {
|
|
1772
1819
|
name: "Number",
|
|
1773
1820
|
},
|
|
1774
|
-
},
|
|
1821
|
+
},
|
|
1822
|
+
replicasPerPrimary: {
|
|
1775
1823
|
serializedName: "properties.replicasPerPrimary",
|
|
1776
1824
|
type: {
|
|
1777
1825
|
name: "Number",
|
|
1778
1826
|
},
|
|
1779
|
-
},
|
|
1827
|
+
},
|
|
1828
|
+
tenantSettings: {
|
|
1780
1829
|
serializedName: "properties.tenantSettings",
|
|
1781
1830
|
type: {
|
|
1782
1831
|
name: "Dictionary",
|
|
1783
1832
|
value: { type: { name: "String" } },
|
|
1784
1833
|
},
|
|
1785
|
-
},
|
|
1834
|
+
},
|
|
1835
|
+
shardCount: {
|
|
1786
1836
|
serializedName: "properties.shardCount",
|
|
1787
1837
|
type: {
|
|
1788
1838
|
name: "Number",
|
|
1789
1839
|
},
|
|
1790
|
-
},
|
|
1840
|
+
},
|
|
1841
|
+
minimumTlsVersion: {
|
|
1791
1842
|
serializedName: "properties.minimumTlsVersion",
|
|
1792
1843
|
type: {
|
|
1793
1844
|
name: "String",
|
|
1794
1845
|
},
|
|
1795
|
-
},
|
|
1846
|
+
},
|
|
1847
|
+
publicNetworkAccess: {
|
|
1796
1848
|
defaultValue: "Enabled",
|
|
1797
1849
|
serializedName: "properties.publicNetworkAccess",
|
|
1798
1850
|
type: {
|
|
1799
1851
|
name: "String",
|
|
1800
1852
|
},
|
|
1801
|
-
},
|
|
1853
|
+
},
|
|
1854
|
+
updateChannel: {
|
|
1802
1855
|
serializedName: "properties.updateChannel",
|
|
1803
1856
|
type: {
|
|
1804
1857
|
name: "String",
|
|
1805
1858
|
},
|
|
1806
|
-
},
|
|
1859
|
+
},
|
|
1860
|
+
disableAccessKeyAuthentication: {
|
|
1807
1861
|
defaultValue: false,
|
|
1808
1862
|
serializedName: "properties.disableAccessKeyAuthentication",
|
|
1809
1863
|
type: {
|
|
1810
1864
|
name: "Boolean",
|
|
1811
1865
|
},
|
|
1812
|
-
},
|
|
1866
|
+
},
|
|
1867
|
+
zonalAllocationPolicy: {
|
|
1813
1868
|
serializedName: "properties.zonalAllocationPolicy",
|
|
1814
1869
|
type: {
|
|
1815
1870
|
name: "String",
|
|
1816
1871
|
},
|
|
1817
|
-
},
|
|
1872
|
+
},
|
|
1873
|
+
sku: {
|
|
1818
1874
|
serializedName: "properties.sku",
|
|
1819
1875
|
type: {
|
|
1820
1876
|
name: "Composite",
|
|
1821
1877
|
className: "Sku",
|
|
1822
1878
|
},
|
|
1823
|
-
},
|
|
1879
|
+
},
|
|
1880
|
+
subnetId: {
|
|
1824
1881
|
constraints: {
|
|
1825
1882
|
Pattern: new RegExp("^\\/subscriptions\\/[^/]*\\/resourceGroups\\/[^/]*\\/providers\\/Microsoft.(ClassicNetwork|Network)\\/virtualNetworks\\/[^/]*\\/subnets\\/[^/]*$"),
|
|
1826
1883
|
},
|
|
@@ -1828,7 +1885,8 @@ exports.RedisResource = {
|
|
|
1828
1885
|
type: {
|
|
1829
1886
|
name: "String",
|
|
1830
1887
|
},
|
|
1831
|
-
},
|
|
1888
|
+
},
|
|
1889
|
+
staticIP: {
|
|
1832
1890
|
constraints: {
|
|
1833
1891
|
Pattern: new RegExp("^\\d+\\.\\d+\\.\\d+\\.\\d+$"),
|
|
1834
1892
|
},
|
|
@@ -1836,37 +1894,43 @@ exports.RedisResource = {
|
|
|
1836
1894
|
type: {
|
|
1837
1895
|
name: "String",
|
|
1838
1896
|
},
|
|
1839
|
-
},
|
|
1897
|
+
},
|
|
1898
|
+
provisioningState: {
|
|
1840
1899
|
serializedName: "properties.provisioningState",
|
|
1841
1900
|
readOnly: true,
|
|
1842
1901
|
type: {
|
|
1843
1902
|
name: "String",
|
|
1844
1903
|
},
|
|
1845
|
-
},
|
|
1904
|
+
},
|
|
1905
|
+
hostName: {
|
|
1846
1906
|
serializedName: "properties.hostName",
|
|
1847
1907
|
readOnly: true,
|
|
1848
1908
|
type: {
|
|
1849
1909
|
name: "String",
|
|
1850
1910
|
},
|
|
1851
|
-
},
|
|
1911
|
+
},
|
|
1912
|
+
port: {
|
|
1852
1913
|
serializedName: "properties.port",
|
|
1853
1914
|
readOnly: true,
|
|
1854
1915
|
type: {
|
|
1855
1916
|
name: "Number",
|
|
1856
1917
|
},
|
|
1857
|
-
},
|
|
1918
|
+
},
|
|
1919
|
+
sslPort: {
|
|
1858
1920
|
serializedName: "properties.sslPort",
|
|
1859
1921
|
readOnly: true,
|
|
1860
1922
|
type: {
|
|
1861
1923
|
name: "Number",
|
|
1862
1924
|
},
|
|
1863
|
-
},
|
|
1925
|
+
},
|
|
1926
|
+
accessKeys: {
|
|
1864
1927
|
serializedName: "properties.accessKeys",
|
|
1865
1928
|
type: {
|
|
1866
1929
|
name: "Composite",
|
|
1867
1930
|
className: "RedisAccessKeys",
|
|
1868
1931
|
},
|
|
1869
|
-
},
|
|
1932
|
+
},
|
|
1933
|
+
linkedServers: {
|
|
1870
1934
|
serializedName: "properties.linkedServers",
|
|
1871
1935
|
readOnly: true,
|
|
1872
1936
|
type: {
|
|
@@ -1878,7 +1942,8 @@ exports.RedisResource = {
|
|
|
1878
1942
|
},
|
|
1879
1943
|
},
|
|
1880
1944
|
},
|
|
1881
|
-
},
|
|
1945
|
+
},
|
|
1946
|
+
instances: {
|
|
1882
1947
|
serializedName: "properties.instances",
|
|
1883
1948
|
readOnly: true,
|
|
1884
1949
|
type: {
|
|
@@ -1890,7 +1955,8 @@ exports.RedisResource = {
|
|
|
1890
1955
|
},
|
|
1891
1956
|
},
|
|
1892
1957
|
},
|
|
1893
|
-
},
|
|
1958
|
+
},
|
|
1959
|
+
privateEndpointConnections: {
|
|
1894
1960
|
serializedName: "properties.privateEndpointConnections",
|
|
1895
1961
|
readOnly: true,
|
|
1896
1962
|
type: {
|
|
@@ -1902,39 +1968,47 @@ exports.RedisResource = {
|
|
|
1902
1968
|
},
|
|
1903
1969
|
},
|
|
1904
1970
|
},
|
|
1905
|
-
}
|
|
1971
|
+
},
|
|
1972
|
+
},
|
|
1906
1973
|
},
|
|
1907
1974
|
};
|
|
1908
1975
|
exports.RedisFirewallRule = {
|
|
1909
1976
|
type: {
|
|
1910
1977
|
name: "Composite",
|
|
1911
1978
|
className: "RedisFirewallRule",
|
|
1912
|
-
modelProperties:
|
|
1979
|
+
modelProperties: {
|
|
1980
|
+
...exports.ProxyResource.type.modelProperties,
|
|
1981
|
+
startIP: {
|
|
1913
1982
|
serializedName: "properties.startIP",
|
|
1914
1983
|
required: true,
|
|
1915
1984
|
type: {
|
|
1916
1985
|
name: "String",
|
|
1917
1986
|
},
|
|
1918
|
-
},
|
|
1987
|
+
},
|
|
1988
|
+
endIP: {
|
|
1919
1989
|
serializedName: "properties.endIP",
|
|
1920
1990
|
required: true,
|
|
1921
1991
|
type: {
|
|
1922
1992
|
name: "String",
|
|
1923
1993
|
},
|
|
1924
|
-
}
|
|
1994
|
+
},
|
|
1995
|
+
},
|
|
1925
1996
|
},
|
|
1926
1997
|
};
|
|
1927
1998
|
exports.RedisPatchSchedule = {
|
|
1928
1999
|
type: {
|
|
1929
2000
|
name: "Composite",
|
|
1930
2001
|
className: "RedisPatchSchedule",
|
|
1931
|
-
modelProperties:
|
|
2002
|
+
modelProperties: {
|
|
2003
|
+
...exports.ProxyResource.type.modelProperties,
|
|
2004
|
+
location: {
|
|
1932
2005
|
serializedName: "location",
|
|
1933
2006
|
readOnly: true,
|
|
1934
2007
|
type: {
|
|
1935
2008
|
name: "String",
|
|
1936
2009
|
},
|
|
1937
|
-
},
|
|
2010
|
+
},
|
|
2011
|
+
scheduleEntries: {
|
|
1938
2012
|
serializedName: "properties.scheduleEntries",
|
|
1939
2013
|
required: true,
|
|
1940
2014
|
type: {
|
|
@@ -1946,95 +2020,114 @@ exports.RedisPatchSchedule = {
|
|
|
1946
2020
|
},
|
|
1947
2021
|
},
|
|
1948
2022
|
},
|
|
1949
|
-
}
|
|
2023
|
+
},
|
|
2024
|
+
},
|
|
1950
2025
|
},
|
|
1951
2026
|
};
|
|
1952
2027
|
exports.RedisLinkedServerWithProperties = {
|
|
1953
2028
|
type: {
|
|
1954
2029
|
name: "Composite",
|
|
1955
2030
|
className: "RedisLinkedServerWithProperties",
|
|
1956
|
-
modelProperties:
|
|
2031
|
+
modelProperties: {
|
|
2032
|
+
...exports.ProxyResource.type.modelProperties,
|
|
2033
|
+
linkedRedisCacheId: {
|
|
1957
2034
|
serializedName: "properties.linkedRedisCacheId",
|
|
1958
2035
|
type: {
|
|
1959
2036
|
name: "String",
|
|
1960
2037
|
},
|
|
1961
|
-
},
|
|
2038
|
+
},
|
|
2039
|
+
linkedRedisCacheLocation: {
|
|
1962
2040
|
serializedName: "properties.linkedRedisCacheLocation",
|
|
1963
2041
|
type: {
|
|
1964
2042
|
name: "String",
|
|
1965
2043
|
},
|
|
1966
|
-
},
|
|
2044
|
+
},
|
|
2045
|
+
serverRole: {
|
|
1967
2046
|
serializedName: "properties.serverRole",
|
|
1968
2047
|
type: {
|
|
1969
2048
|
name: "Enum",
|
|
1970
2049
|
allowedValues: ["Primary", "Secondary"],
|
|
1971
2050
|
},
|
|
1972
|
-
},
|
|
2051
|
+
},
|
|
2052
|
+
geoReplicatedPrimaryHostName: {
|
|
1973
2053
|
serializedName: "properties.geoReplicatedPrimaryHostName",
|
|
1974
2054
|
readOnly: true,
|
|
1975
2055
|
type: {
|
|
1976
2056
|
name: "String",
|
|
1977
2057
|
},
|
|
1978
|
-
},
|
|
2058
|
+
},
|
|
2059
|
+
primaryHostName: {
|
|
1979
2060
|
serializedName: "properties.primaryHostName",
|
|
1980
2061
|
readOnly: true,
|
|
1981
2062
|
type: {
|
|
1982
2063
|
name: "String",
|
|
1983
2064
|
},
|
|
1984
|
-
},
|
|
2065
|
+
},
|
|
2066
|
+
provisioningState: {
|
|
1985
2067
|
serializedName: "properties.provisioningState",
|
|
1986
2068
|
readOnly: true,
|
|
1987
2069
|
type: {
|
|
1988
2070
|
name: "String",
|
|
1989
2071
|
},
|
|
1990
|
-
}
|
|
2072
|
+
},
|
|
2073
|
+
},
|
|
1991
2074
|
},
|
|
1992
2075
|
};
|
|
1993
2076
|
exports.RedisCacheAccessPolicy = {
|
|
1994
2077
|
type: {
|
|
1995
2078
|
name: "Composite",
|
|
1996
2079
|
className: "RedisCacheAccessPolicy",
|
|
1997
|
-
modelProperties:
|
|
2080
|
+
modelProperties: {
|
|
2081
|
+
...exports.ProxyResource.type.modelProperties,
|
|
2082
|
+
provisioningState: {
|
|
1998
2083
|
serializedName: "properties.provisioningState",
|
|
1999
2084
|
readOnly: true,
|
|
2000
2085
|
type: {
|
|
2001
2086
|
name: "String",
|
|
2002
2087
|
},
|
|
2003
|
-
},
|
|
2088
|
+
},
|
|
2089
|
+
typePropertiesType: {
|
|
2004
2090
|
serializedName: "properties.type",
|
|
2005
2091
|
readOnly: true,
|
|
2006
2092
|
type: {
|
|
2007
2093
|
name: "String",
|
|
2008
2094
|
},
|
|
2009
|
-
},
|
|
2095
|
+
},
|
|
2096
|
+
permissions: {
|
|
2010
2097
|
serializedName: "properties.permissions",
|
|
2011
2098
|
type: {
|
|
2012
2099
|
name: "String",
|
|
2013
2100
|
},
|
|
2014
|
-
}
|
|
2101
|
+
},
|
|
2102
|
+
},
|
|
2015
2103
|
},
|
|
2016
2104
|
};
|
|
2017
2105
|
exports.RedisCacheAccessPolicyAssignment = {
|
|
2018
2106
|
type: {
|
|
2019
2107
|
name: "Composite",
|
|
2020
2108
|
className: "RedisCacheAccessPolicyAssignment",
|
|
2021
|
-
modelProperties:
|
|
2109
|
+
modelProperties: {
|
|
2110
|
+
...exports.ProxyResource.type.modelProperties,
|
|
2111
|
+
provisioningState: {
|
|
2022
2112
|
serializedName: "properties.provisioningState",
|
|
2023
2113
|
readOnly: true,
|
|
2024
2114
|
type: {
|
|
2025
2115
|
name: "String",
|
|
2026
2116
|
},
|
|
2027
|
-
},
|
|
2117
|
+
},
|
|
2118
|
+
objectId: {
|
|
2028
2119
|
serializedName: "properties.objectId",
|
|
2029
2120
|
type: {
|
|
2030
2121
|
name: "String",
|
|
2031
2122
|
},
|
|
2032
|
-
},
|
|
2123
|
+
},
|
|
2124
|
+
objectIdAlias: {
|
|
2033
2125
|
serializedName: "properties.objectIdAlias",
|
|
2034
2126
|
type: {
|
|
2035
2127
|
name: "String",
|
|
2036
2128
|
},
|
|
2037
|
-
},
|
|
2129
|
+
},
|
|
2130
|
+
accessPolicyName: {
|
|
2038
2131
|
constraints: {
|
|
2039
2132
|
Pattern: new RegExp("^([a-zA-Z0-9][a-zA-Z0-9- ]*[a-zA-Z0-9]|[a-zA-Z0-9])$"),
|
|
2040
2133
|
},
|
|
@@ -2042,14 +2135,17 @@ exports.RedisCacheAccessPolicyAssignment = {
|
|
|
2042
2135
|
type: {
|
|
2043
2136
|
name: "String",
|
|
2044
2137
|
},
|
|
2045
|
-
}
|
|
2138
|
+
},
|
|
2139
|
+
},
|
|
2046
2140
|
},
|
|
2047
2141
|
};
|
|
2048
2142
|
exports.RedisFirewallRuleCreateParameters = {
|
|
2049
2143
|
type: {
|
|
2050
2144
|
name: "Composite",
|
|
2051
2145
|
className: "RedisFirewallRuleCreateParameters",
|
|
2052
|
-
modelProperties:
|
|
2146
|
+
modelProperties: {
|
|
2147
|
+
...exports.RedisFirewallRule.type.modelProperties,
|
|
2148
|
+
},
|
|
2053
2149
|
},
|
|
2054
2150
|
};
|
|
2055
2151
|
exports.RedisFlushCacheHeaders = {
|