@azure/arm-signalr 6.0.0-alpha.20250620.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.api.md → arm-signalr-node.api.md} +0 -0
package/dist/browser/lroImpl.js
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { __rest } from "tslib";
|
|
2
1
|
export function createLroSpec(inputs) {
|
|
3
2
|
const { args, spec, sendOperationFn } = inputs;
|
|
4
3
|
return {
|
|
@@ -6,8 +5,13 @@ export function createLroSpec(inputs) {
|
|
|
6
5
|
requestPath: spec.path,
|
|
7
6
|
sendInitialRequest: () => sendOperationFn(args, spec),
|
|
8
7
|
sendPollRequest: (path, options) => {
|
|
9
|
-
const { requestBody
|
|
10
|
-
return sendOperationFn(args,
|
|
8
|
+
const { requestBody, ...restSpec } = spec;
|
|
9
|
+
return sendOperationFn(args, {
|
|
10
|
+
...restSpec,
|
|
11
|
+
httpMethod: "GET",
|
|
12
|
+
path,
|
|
13
|
+
abortSignal: options?.abortSignal
|
|
14
|
+
});
|
|
11
15
|
}
|
|
12
16
|
};
|
|
13
17
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"lroImpl.js","sourceRoot":"","sources":["../../src/lroImpl.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"lroImpl.js","sourceRoot":"","sources":["../../src/lroImpl.ts"],"names":[],"mappings":"AAUA,MAAM,UAAU,aAAa,CAAI,MAQhC;IACC,MAAM,EAAE,IAAI,EAAE,IAAI,EAAE,eAAe,EAAE,GAAG,MAAM,CAAC;IAC/C,OAAO;QACL,aAAa,EAAE,IAAI,CAAC,UAAU;QAC9B,WAAW,EAAE,IAAI,CAAC,IAAK;QACvB,kBAAkB,EAAE,GAAG,EAAE,CAAC,eAAe,CAAC,IAAI,EAAE,IAAI,CAAC;QACrD,eAAe,EAAE,CACf,IAAY,EACZ,OAA2C,EAC3C,EAAE;YACF,MAAM,EAAE,WAAW,EAAE,GAAG,QAAQ,EAAE,GAAG,IAAI,CAAC;YAC1C,OAAO,eAAe,CAAC,IAAI,EAAE;gBAC3B,GAAG,QAAQ;gBACX,UAAU,EAAE,KAAK;gBACjB,IAAI;gBACJ,WAAW,EAAE,OAAO,EAAE,WAAW;aAClC,CAAC,CAAC;QACL,CAAC;KACF,CAAC;AACJ,CAAC","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\nimport { AbortSignalLike } from \"@azure/abort-controller\";\nimport { LongRunningOperation, LroResponse } from \"@azure/core-lro\";\n\nexport function createLroSpec<T>(inputs: {\n sendOperationFn: (args: any, spec: any) => Promise<LroResponse<T>>;\n args: Record<string, unknown>;\n spec: {\n readonly requestBody?: unknown;\n readonly path?: string;\n readonly httpMethod: string;\n } & Record<string, any>;\n}): LongRunningOperation<T> {\n const { args, spec, sendOperationFn } = inputs;\n return {\n requestMethod: spec.httpMethod,\n requestPath: spec.path!,\n sendInitialRequest: () => sendOperationFn(args, spec),\n sendPollRequest: (\n path: string,\n options?: { abortSignal?: AbortSignalLike }\n ) => {\n const { requestBody, ...restSpec } = spec;\n return sendOperationFn(args, {\n ...restSpec,\n httpMethod: \"GET\",\n path,\n abortSignal: options?.abortSignal\n });\n }\n };\n}\n"]}
|
|
@@ -1477,58 +1477,71 @@ export const ProxyResource = {
|
|
|
1477
1477
|
type: {
|
|
1478
1478
|
name: "Composite",
|
|
1479
1479
|
className: "ProxyResource",
|
|
1480
|
-
modelProperties:
|
|
1480
|
+
modelProperties: {
|
|
1481
|
+
...Resource.type.modelProperties
|
|
1482
|
+
}
|
|
1481
1483
|
}
|
|
1482
1484
|
};
|
|
1483
1485
|
export const TrackedResource = {
|
|
1484
1486
|
type: {
|
|
1485
1487
|
name: "Composite",
|
|
1486
1488
|
className: "TrackedResource",
|
|
1487
|
-
modelProperties:
|
|
1489
|
+
modelProperties: {
|
|
1490
|
+
...Resource.type.modelProperties,
|
|
1491
|
+
tags: {
|
|
1488
1492
|
serializedName: "tags",
|
|
1489
1493
|
type: {
|
|
1490
1494
|
name: "Dictionary",
|
|
1491
1495
|
value: { type: { name: "String" } }
|
|
1492
1496
|
}
|
|
1493
|
-
},
|
|
1497
|
+
},
|
|
1498
|
+
location: {
|
|
1494
1499
|
serializedName: "location",
|
|
1495
1500
|
required: true,
|
|
1496
1501
|
type: {
|
|
1497
1502
|
name: "String"
|
|
1498
1503
|
}
|
|
1499
|
-
}
|
|
1504
|
+
}
|
|
1505
|
+
}
|
|
1500
1506
|
}
|
|
1501
1507
|
};
|
|
1502
1508
|
export const PrivateEndpointACL = {
|
|
1503
1509
|
type: {
|
|
1504
1510
|
name: "Composite",
|
|
1505
1511
|
className: "PrivateEndpointACL",
|
|
1506
|
-
modelProperties:
|
|
1512
|
+
modelProperties: {
|
|
1513
|
+
...NetworkACL.type.modelProperties,
|
|
1514
|
+
name: {
|
|
1507
1515
|
serializedName: "name",
|
|
1508
1516
|
required: true,
|
|
1509
1517
|
type: {
|
|
1510
1518
|
name: "String"
|
|
1511
1519
|
}
|
|
1512
|
-
}
|
|
1520
|
+
}
|
|
1521
|
+
}
|
|
1513
1522
|
}
|
|
1514
1523
|
};
|
|
1515
1524
|
export const PrivateEndpointConnection = {
|
|
1516
1525
|
type: {
|
|
1517
1526
|
name: "Composite",
|
|
1518
1527
|
className: "PrivateEndpointConnection",
|
|
1519
|
-
modelProperties:
|
|
1528
|
+
modelProperties: {
|
|
1529
|
+
...ProxyResource.type.modelProperties,
|
|
1530
|
+
provisioningState: {
|
|
1520
1531
|
serializedName: "properties.provisioningState",
|
|
1521
1532
|
readOnly: true,
|
|
1522
1533
|
type: {
|
|
1523
1534
|
name: "String"
|
|
1524
1535
|
}
|
|
1525
|
-
},
|
|
1536
|
+
},
|
|
1537
|
+
privateEndpoint: {
|
|
1526
1538
|
serializedName: "properties.privateEndpoint",
|
|
1527
1539
|
type: {
|
|
1528
1540
|
name: "Composite",
|
|
1529
1541
|
className: "PrivateEndpoint"
|
|
1530
1542
|
}
|
|
1531
|
-
},
|
|
1543
|
+
},
|
|
1544
|
+
groupIds: {
|
|
1532
1545
|
serializedName: "properties.groupIds",
|
|
1533
1546
|
readOnly: true,
|
|
1534
1547
|
type: {
|
|
@@ -1539,114 +1552,137 @@ export const PrivateEndpointConnection = {
|
|
|
1539
1552
|
}
|
|
1540
1553
|
}
|
|
1541
1554
|
}
|
|
1542
|
-
},
|
|
1555
|
+
},
|
|
1556
|
+
privateLinkServiceConnectionState: {
|
|
1543
1557
|
serializedName: "properties.privateLinkServiceConnectionState",
|
|
1544
1558
|
type: {
|
|
1545
1559
|
name: "Composite",
|
|
1546
1560
|
className: "PrivateLinkServiceConnectionState"
|
|
1547
1561
|
}
|
|
1548
|
-
}
|
|
1562
|
+
}
|
|
1563
|
+
}
|
|
1549
1564
|
}
|
|
1550
1565
|
};
|
|
1551
1566
|
export const SharedPrivateLinkResource = {
|
|
1552
1567
|
type: {
|
|
1553
1568
|
name: "Composite",
|
|
1554
1569
|
className: "SharedPrivateLinkResource",
|
|
1555
|
-
modelProperties:
|
|
1570
|
+
modelProperties: {
|
|
1571
|
+
...ProxyResource.type.modelProperties,
|
|
1572
|
+
groupId: {
|
|
1556
1573
|
serializedName: "properties.groupId",
|
|
1557
1574
|
type: {
|
|
1558
1575
|
name: "String"
|
|
1559
1576
|
}
|
|
1560
|
-
},
|
|
1577
|
+
},
|
|
1578
|
+
privateLinkResourceId: {
|
|
1561
1579
|
serializedName: "properties.privateLinkResourceId",
|
|
1562
1580
|
type: {
|
|
1563
1581
|
name: "String"
|
|
1564
1582
|
}
|
|
1565
|
-
},
|
|
1583
|
+
},
|
|
1584
|
+
provisioningState: {
|
|
1566
1585
|
serializedName: "properties.provisioningState",
|
|
1567
1586
|
readOnly: true,
|
|
1568
1587
|
type: {
|
|
1569
1588
|
name: "String"
|
|
1570
1589
|
}
|
|
1571
|
-
},
|
|
1590
|
+
},
|
|
1591
|
+
requestMessage: {
|
|
1572
1592
|
serializedName: "properties.requestMessage",
|
|
1573
1593
|
type: {
|
|
1574
1594
|
name: "String"
|
|
1575
1595
|
}
|
|
1576
|
-
},
|
|
1596
|
+
},
|
|
1597
|
+
status: {
|
|
1577
1598
|
serializedName: "properties.status",
|
|
1578
1599
|
readOnly: true,
|
|
1579
1600
|
type: {
|
|
1580
1601
|
name: "String"
|
|
1581
1602
|
}
|
|
1582
|
-
}
|
|
1603
|
+
}
|
|
1604
|
+
}
|
|
1583
1605
|
}
|
|
1584
1606
|
};
|
|
1585
1607
|
export const CustomCertificate = {
|
|
1586
1608
|
type: {
|
|
1587
1609
|
name: "Composite",
|
|
1588
1610
|
className: "CustomCertificate",
|
|
1589
|
-
modelProperties:
|
|
1611
|
+
modelProperties: {
|
|
1612
|
+
...ProxyResource.type.modelProperties,
|
|
1613
|
+
provisioningState: {
|
|
1590
1614
|
serializedName: "properties.provisioningState",
|
|
1591
1615
|
readOnly: true,
|
|
1592
1616
|
type: {
|
|
1593
1617
|
name: "String"
|
|
1594
1618
|
}
|
|
1595
|
-
},
|
|
1619
|
+
},
|
|
1620
|
+
keyVaultBaseUri: {
|
|
1596
1621
|
serializedName: "properties.keyVaultBaseUri",
|
|
1597
1622
|
required: true,
|
|
1598
1623
|
type: {
|
|
1599
1624
|
name: "String"
|
|
1600
1625
|
}
|
|
1601
|
-
},
|
|
1626
|
+
},
|
|
1627
|
+
keyVaultSecretName: {
|
|
1602
1628
|
serializedName: "properties.keyVaultSecretName",
|
|
1603
1629
|
required: true,
|
|
1604
1630
|
type: {
|
|
1605
1631
|
name: "String"
|
|
1606
1632
|
}
|
|
1607
|
-
},
|
|
1633
|
+
},
|
|
1634
|
+
keyVaultSecretVersion: {
|
|
1608
1635
|
serializedName: "properties.keyVaultSecretVersion",
|
|
1609
1636
|
type: {
|
|
1610
1637
|
name: "String"
|
|
1611
1638
|
}
|
|
1612
|
-
}
|
|
1639
|
+
}
|
|
1640
|
+
}
|
|
1613
1641
|
}
|
|
1614
1642
|
};
|
|
1615
1643
|
export const CustomDomain = {
|
|
1616
1644
|
type: {
|
|
1617
1645
|
name: "Composite",
|
|
1618
1646
|
className: "CustomDomain",
|
|
1619
|
-
modelProperties:
|
|
1647
|
+
modelProperties: {
|
|
1648
|
+
...ProxyResource.type.modelProperties,
|
|
1649
|
+
provisioningState: {
|
|
1620
1650
|
serializedName: "properties.provisioningState",
|
|
1621
1651
|
readOnly: true,
|
|
1622
1652
|
type: {
|
|
1623
1653
|
name: "String"
|
|
1624
1654
|
}
|
|
1625
|
-
},
|
|
1655
|
+
},
|
|
1656
|
+
domainName: {
|
|
1626
1657
|
serializedName: "properties.domainName",
|
|
1627
1658
|
required: true,
|
|
1628
1659
|
type: {
|
|
1629
1660
|
name: "String"
|
|
1630
1661
|
}
|
|
1631
|
-
},
|
|
1662
|
+
},
|
|
1663
|
+
customCertificate: {
|
|
1632
1664
|
serializedName: "properties.customCertificate",
|
|
1633
1665
|
type: {
|
|
1634
1666
|
name: "Composite",
|
|
1635
1667
|
className: "ResourceReference"
|
|
1636
1668
|
}
|
|
1637
|
-
}
|
|
1669
|
+
}
|
|
1670
|
+
}
|
|
1638
1671
|
}
|
|
1639
1672
|
};
|
|
1640
1673
|
export const PrivateLinkResource = {
|
|
1641
1674
|
type: {
|
|
1642
1675
|
name: "Composite",
|
|
1643
1676
|
className: "PrivateLinkResource",
|
|
1644
|
-
modelProperties:
|
|
1677
|
+
modelProperties: {
|
|
1678
|
+
...ProxyResource.type.modelProperties,
|
|
1679
|
+
groupId: {
|
|
1645
1680
|
serializedName: "properties.groupId",
|
|
1646
1681
|
type: {
|
|
1647
1682
|
name: "String"
|
|
1648
1683
|
}
|
|
1649
|
-
},
|
|
1684
|
+
},
|
|
1685
|
+
requiredMembers: {
|
|
1650
1686
|
serializedName: "properties.requiredMembers",
|
|
1651
1687
|
type: {
|
|
1652
1688
|
name: "Sequence",
|
|
@@ -1656,7 +1692,8 @@ export const PrivateLinkResource = {
|
|
|
1656
1692
|
}
|
|
1657
1693
|
}
|
|
1658
1694
|
}
|
|
1659
|
-
},
|
|
1695
|
+
},
|
|
1696
|
+
requiredZoneNames: {
|
|
1660
1697
|
serializedName: "properties.requiredZoneNames",
|
|
1661
1698
|
type: {
|
|
1662
1699
|
name: "Sequence",
|
|
@@ -1666,7 +1703,8 @@ export const PrivateLinkResource = {
|
|
|
1666
1703
|
}
|
|
1667
1704
|
}
|
|
1668
1705
|
}
|
|
1669
|
-
},
|
|
1706
|
+
},
|
|
1707
|
+
shareablePrivateLinkResourceTypes: {
|
|
1670
1708
|
serializedName: "properties.shareablePrivateLinkResourceTypes",
|
|
1671
1709
|
type: {
|
|
1672
1710
|
name: "Sequence",
|
|
@@ -1677,67 +1715,79 @@ export const PrivateLinkResource = {
|
|
|
1677
1715
|
}
|
|
1678
1716
|
}
|
|
1679
1717
|
}
|
|
1680
|
-
}
|
|
1718
|
+
}
|
|
1719
|
+
}
|
|
1681
1720
|
}
|
|
1682
1721
|
};
|
|
1683
1722
|
export const SignalRResource = {
|
|
1684
1723
|
type: {
|
|
1685
1724
|
name: "Composite",
|
|
1686
1725
|
className: "SignalRResource",
|
|
1687
|
-
modelProperties:
|
|
1726
|
+
modelProperties: {
|
|
1727
|
+
...TrackedResource.type.modelProperties,
|
|
1728
|
+
sku: {
|
|
1688
1729
|
serializedName: "sku",
|
|
1689
1730
|
type: {
|
|
1690
1731
|
name: "Composite",
|
|
1691
1732
|
className: "ResourceSku"
|
|
1692
1733
|
}
|
|
1693
|
-
},
|
|
1734
|
+
},
|
|
1735
|
+
kind: {
|
|
1694
1736
|
serializedName: "kind",
|
|
1695
1737
|
type: {
|
|
1696
1738
|
name: "String"
|
|
1697
1739
|
}
|
|
1698
|
-
},
|
|
1740
|
+
},
|
|
1741
|
+
identity: {
|
|
1699
1742
|
serializedName: "identity",
|
|
1700
1743
|
type: {
|
|
1701
1744
|
name: "Composite",
|
|
1702
1745
|
className: "ManagedIdentity"
|
|
1703
1746
|
}
|
|
1704
|
-
},
|
|
1747
|
+
},
|
|
1748
|
+
provisioningState: {
|
|
1705
1749
|
serializedName: "properties.provisioningState",
|
|
1706
1750
|
readOnly: true,
|
|
1707
1751
|
type: {
|
|
1708
1752
|
name: "String"
|
|
1709
1753
|
}
|
|
1710
|
-
},
|
|
1754
|
+
},
|
|
1755
|
+
externalIP: {
|
|
1711
1756
|
serializedName: "properties.externalIP",
|
|
1712
1757
|
readOnly: true,
|
|
1713
1758
|
type: {
|
|
1714
1759
|
name: "String"
|
|
1715
1760
|
}
|
|
1716
|
-
},
|
|
1761
|
+
},
|
|
1762
|
+
hostName: {
|
|
1717
1763
|
serializedName: "properties.hostName",
|
|
1718
1764
|
readOnly: true,
|
|
1719
1765
|
type: {
|
|
1720
1766
|
name: "String"
|
|
1721
1767
|
}
|
|
1722
|
-
},
|
|
1768
|
+
},
|
|
1769
|
+
publicPort: {
|
|
1723
1770
|
serializedName: "properties.publicPort",
|
|
1724
1771
|
readOnly: true,
|
|
1725
1772
|
type: {
|
|
1726
1773
|
name: "Number"
|
|
1727
1774
|
}
|
|
1728
|
-
},
|
|
1775
|
+
},
|
|
1776
|
+
serverPort: {
|
|
1729
1777
|
serializedName: "properties.serverPort",
|
|
1730
1778
|
readOnly: true,
|
|
1731
1779
|
type: {
|
|
1732
1780
|
name: "Number"
|
|
1733
1781
|
}
|
|
1734
|
-
},
|
|
1782
|
+
},
|
|
1783
|
+
version: {
|
|
1735
1784
|
serializedName: "properties.version",
|
|
1736
1785
|
readOnly: true,
|
|
1737
1786
|
type: {
|
|
1738
1787
|
name: "String"
|
|
1739
1788
|
}
|
|
1740
|
-
},
|
|
1789
|
+
},
|
|
1790
|
+
privateEndpointConnections: {
|
|
1741
1791
|
serializedName: "properties.privateEndpointConnections",
|
|
1742
1792
|
readOnly: true,
|
|
1743
1793
|
type: {
|
|
@@ -1749,7 +1799,8 @@ export const SignalRResource = {
|
|
|
1749
1799
|
}
|
|
1750
1800
|
}
|
|
1751
1801
|
}
|
|
1752
|
-
},
|
|
1802
|
+
},
|
|
1803
|
+
sharedPrivateLinkResources: {
|
|
1753
1804
|
serializedName: "properties.sharedPrivateLinkResources",
|
|
1754
1805
|
readOnly: true,
|
|
1755
1806
|
type: {
|
|
@@ -1761,19 +1812,22 @@ export const SignalRResource = {
|
|
|
1761
1812
|
}
|
|
1762
1813
|
}
|
|
1763
1814
|
}
|
|
1764
|
-
},
|
|
1815
|
+
},
|
|
1816
|
+
tls: {
|
|
1765
1817
|
serializedName: "properties.tls",
|
|
1766
1818
|
type: {
|
|
1767
1819
|
name: "Composite",
|
|
1768
1820
|
className: "SignalRTlsSettings"
|
|
1769
1821
|
}
|
|
1770
|
-
},
|
|
1822
|
+
},
|
|
1823
|
+
hostNamePrefix: {
|
|
1771
1824
|
serializedName: "properties.hostNamePrefix",
|
|
1772
1825
|
readOnly: true,
|
|
1773
1826
|
type: {
|
|
1774
1827
|
name: "String"
|
|
1775
1828
|
}
|
|
1776
|
-
},
|
|
1829
|
+
},
|
|
1830
|
+
features: {
|
|
1777
1831
|
serializedName: "properties.features",
|
|
1778
1832
|
type: {
|
|
1779
1833
|
name: "Sequence",
|
|
@@ -1784,104 +1838,122 @@ export const SignalRResource = {
|
|
|
1784
1838
|
}
|
|
1785
1839
|
}
|
|
1786
1840
|
}
|
|
1787
|
-
},
|
|
1841
|
+
},
|
|
1842
|
+
liveTraceConfiguration: {
|
|
1788
1843
|
serializedName: "properties.liveTraceConfiguration",
|
|
1789
1844
|
type: {
|
|
1790
1845
|
name: "Composite",
|
|
1791
1846
|
className: "LiveTraceConfiguration"
|
|
1792
1847
|
}
|
|
1793
|
-
},
|
|
1848
|
+
},
|
|
1849
|
+
resourceLogConfiguration: {
|
|
1794
1850
|
serializedName: "properties.resourceLogConfiguration",
|
|
1795
1851
|
type: {
|
|
1796
1852
|
name: "Composite",
|
|
1797
1853
|
className: "ResourceLogConfiguration"
|
|
1798
1854
|
}
|
|
1799
|
-
},
|
|
1855
|
+
},
|
|
1856
|
+
cors: {
|
|
1800
1857
|
serializedName: "properties.cors",
|
|
1801
1858
|
type: {
|
|
1802
1859
|
name: "Composite",
|
|
1803
1860
|
className: "SignalRCorsSettings"
|
|
1804
1861
|
}
|
|
1805
|
-
},
|
|
1862
|
+
},
|
|
1863
|
+
serverless: {
|
|
1806
1864
|
serializedName: "properties.serverless",
|
|
1807
1865
|
type: {
|
|
1808
1866
|
name: "Composite",
|
|
1809
1867
|
className: "ServerlessSettings"
|
|
1810
1868
|
}
|
|
1811
|
-
},
|
|
1869
|
+
},
|
|
1870
|
+
upstream: {
|
|
1812
1871
|
serializedName: "properties.upstream",
|
|
1813
1872
|
type: {
|
|
1814
1873
|
name: "Composite",
|
|
1815
1874
|
className: "ServerlessUpstreamSettings"
|
|
1816
1875
|
}
|
|
1817
|
-
},
|
|
1876
|
+
},
|
|
1877
|
+
networkACLs: {
|
|
1818
1878
|
serializedName: "properties.networkACLs",
|
|
1819
1879
|
type: {
|
|
1820
1880
|
name: "Composite",
|
|
1821
1881
|
className: "SignalRNetworkACLs"
|
|
1822
1882
|
}
|
|
1823
|
-
},
|
|
1883
|
+
},
|
|
1884
|
+
publicNetworkAccess: {
|
|
1824
1885
|
defaultValue: "Enabled",
|
|
1825
1886
|
serializedName: "properties.publicNetworkAccess",
|
|
1826
1887
|
type: {
|
|
1827
1888
|
name: "String"
|
|
1828
1889
|
}
|
|
1829
|
-
},
|
|
1890
|
+
},
|
|
1891
|
+
disableLocalAuth: {
|
|
1830
1892
|
defaultValue: false,
|
|
1831
1893
|
serializedName: "properties.disableLocalAuth",
|
|
1832
1894
|
type: {
|
|
1833
1895
|
name: "Boolean"
|
|
1834
1896
|
}
|
|
1835
|
-
},
|
|
1897
|
+
},
|
|
1898
|
+
disableAadAuth: {
|
|
1836
1899
|
defaultValue: false,
|
|
1837
1900
|
serializedName: "properties.disableAadAuth",
|
|
1838
1901
|
type: {
|
|
1839
1902
|
name: "Boolean"
|
|
1840
1903
|
}
|
|
1841
|
-
},
|
|
1904
|
+
},
|
|
1905
|
+
regionEndpointEnabled: {
|
|
1842
1906
|
defaultValue: "Enabled",
|
|
1843
1907
|
serializedName: "properties.regionEndpointEnabled",
|
|
1844
1908
|
type: {
|
|
1845
1909
|
name: "String"
|
|
1846
1910
|
}
|
|
1847
|
-
},
|
|
1911
|
+
},
|
|
1912
|
+
resourceStopped: {
|
|
1848
1913
|
defaultValue: "false",
|
|
1849
1914
|
serializedName: "properties.resourceStopped",
|
|
1850
1915
|
type: {
|
|
1851
1916
|
name: "String"
|
|
1852
1917
|
}
|
|
1853
|
-
}
|
|
1918
|
+
}
|
|
1919
|
+
}
|
|
1854
1920
|
}
|
|
1855
1921
|
};
|
|
1856
1922
|
export const Replica = {
|
|
1857
1923
|
type: {
|
|
1858
1924
|
name: "Composite",
|
|
1859
1925
|
className: "Replica",
|
|
1860
|
-
modelProperties:
|
|
1926
|
+
modelProperties: {
|
|
1927
|
+
...TrackedResource.type.modelProperties,
|
|
1928
|
+
sku: {
|
|
1861
1929
|
serializedName: "sku",
|
|
1862
1930
|
type: {
|
|
1863
1931
|
name: "Composite",
|
|
1864
1932
|
className: "ResourceSku"
|
|
1865
1933
|
}
|
|
1866
|
-
},
|
|
1934
|
+
},
|
|
1935
|
+
provisioningState: {
|
|
1867
1936
|
serializedName: "properties.provisioningState",
|
|
1868
1937
|
readOnly: true,
|
|
1869
1938
|
type: {
|
|
1870
1939
|
name: "String"
|
|
1871
1940
|
}
|
|
1872
|
-
},
|
|
1941
|
+
},
|
|
1942
|
+
regionEndpointEnabled: {
|
|
1873
1943
|
defaultValue: "Enabled",
|
|
1874
1944
|
serializedName: "properties.regionEndpointEnabled",
|
|
1875
1945
|
type: {
|
|
1876
1946
|
name: "String"
|
|
1877
1947
|
}
|
|
1878
|
-
},
|
|
1948
|
+
},
|
|
1949
|
+
resourceStopped: {
|
|
1879
1950
|
defaultValue: "false",
|
|
1880
1951
|
serializedName: "properties.resourceStopped",
|
|
1881
1952
|
type: {
|
|
1882
1953
|
name: "String"
|
|
1883
1954
|
}
|
|
1884
|
-
}
|
|
1955
|
+
}
|
|
1956
|
+
}
|
|
1885
1957
|
}
|
|
1886
1958
|
};
|
|
1887
1959
|
export const SignalRUpdateHeaders = {
|