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