@azure/arm-signalr 6.0.0-alpha.20231017.1 → 6.0.0-beta.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/CHANGELOG.md +86 -53
- package/dist/index.js +92 -82
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.map +1 -1
- package/dist-esm/samples-dev/operationsListSample.js +4 -9
- package/dist-esm/samples-dev/operationsListSample.js.map +1 -1
- package/dist-esm/samples-dev/signalRCheckNameAvailabilitySample.js +1 -1
- package/dist-esm/samples-dev/signalRCreateOrUpdateSample.js +1 -1
- package/dist-esm/samples-dev/signalRCustomCertificatesCreateOrUpdateSample.js +1 -1
- package/dist-esm/samples-dev/signalRCustomCertificatesDeleteSample.js +1 -1
- package/dist-esm/samples-dev/signalRCustomCertificatesGetSample.js +1 -1
- package/dist-esm/samples-dev/signalRCustomCertificatesListSample.js +4 -9
- package/dist-esm/samples-dev/signalRCustomCertificatesListSample.js.map +1 -1
- package/dist-esm/samples-dev/signalRCustomDomainsCreateOrUpdateSample.js +1 -1
- package/dist-esm/samples-dev/signalRCustomDomainsDeleteSample.js +1 -1
- package/dist-esm/samples-dev/signalRCustomDomainsGetSample.js +1 -1
- package/dist-esm/samples-dev/signalRCustomDomainsListSample.js +4 -9
- package/dist-esm/samples-dev/signalRCustomDomainsListSample.js.map +1 -1
- package/dist-esm/samples-dev/signalRDeleteSample.js +1 -1
- package/dist-esm/samples-dev/signalRGetSample.js +1 -1
- package/dist-esm/samples-dev/signalRListByResourceGroupSample.js +4 -9
- package/dist-esm/samples-dev/signalRListByResourceGroupSample.js.map +1 -1
- package/dist-esm/samples-dev/signalRListBySubscriptionSample.js +4 -9
- package/dist-esm/samples-dev/signalRListBySubscriptionSample.js.map +1 -1
- package/dist-esm/samples-dev/signalRListKeysSample.js +1 -1
- package/dist-esm/samples-dev/signalRListReplicaSkusSample.js +1 -1
- package/dist-esm/samples-dev/signalRListSkusSample.js +1 -1
- package/dist-esm/samples-dev/signalRPrivateEndpointConnectionsDeleteSample.js +1 -1
- package/dist-esm/samples-dev/signalRPrivateEndpointConnectionsGetSample.js +1 -1
- package/dist-esm/samples-dev/signalRPrivateEndpointConnectionsListSample.js +4 -9
- package/dist-esm/samples-dev/signalRPrivateEndpointConnectionsListSample.js.map +1 -1
- package/dist-esm/samples-dev/signalRPrivateEndpointConnectionsUpdateSample.js +1 -1
- package/dist-esm/samples-dev/signalRPrivateLinkResourcesListSample.js +4 -9
- package/dist-esm/samples-dev/signalRPrivateLinkResourcesListSample.js.map +1 -1
- package/dist-esm/samples-dev/signalRRegenerateKeySample.js +1 -1
- package/dist-esm/samples-dev/signalRReplicasCreateOrUpdateSample.js +2 -1
- package/dist-esm/samples-dev/signalRReplicasCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/signalRReplicasDeleteSample.js +1 -1
- package/dist-esm/samples-dev/signalRReplicasGetSample.js +1 -1
- package/dist-esm/samples-dev/signalRReplicasListSample.js +4 -9
- package/dist-esm/samples-dev/signalRReplicasListSample.js.map +1 -1
- package/dist-esm/samples-dev/signalRReplicasRestartSample.js +1 -1
- package/dist-esm/samples-dev/signalRReplicasUpdateSample.js +2 -1
- package/dist-esm/samples-dev/signalRReplicasUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/signalRRestartSample.js +1 -1
- package/dist-esm/samples-dev/signalRSharedPrivateLinkResourcesCreateOrUpdateSample.js +1 -1
- package/dist-esm/samples-dev/signalRSharedPrivateLinkResourcesDeleteSample.js +1 -1
- package/dist-esm/samples-dev/signalRSharedPrivateLinkResourcesGetSample.js +1 -1
- package/dist-esm/samples-dev/signalRSharedPrivateLinkResourcesListSample.js +4 -9
- package/dist-esm/samples-dev/signalRSharedPrivateLinkResourcesListSample.js.map +1 -1
- package/dist-esm/samples-dev/signalRUpdateSample.js +1 -1
- package/dist-esm/samples-dev/usagesListSample.js +4 -9
- package/dist-esm/samples-dev/usagesListSample.js.map +1 -1
- package/dist-esm/src/models/index.d.ts +32 -0
- package/dist-esm/src/models/index.d.ts.map +1 -1
- package/dist-esm/src/models/index.js.map +1 -1
- package/dist-esm/src/models/mappers.d.ts +1 -0
- package/dist-esm/src/models/mappers.d.ts.map +1 -1
- package/dist-esm/src/models/mappers.js +59 -0
- package/dist-esm/src/models/mappers.js.map +1 -1
- package/dist-esm/src/models/parameters.js +1 -1
- package/dist-esm/src/operations/operations.js +3 -8
- package/dist-esm/src/operations/operations.js.map +1 -1
- package/dist-esm/src/operations/signalR.js +6 -16
- package/dist-esm/src/operations/signalR.js.map +1 -1
- package/dist-esm/src/operations/signalRCustomCertificates.js +3 -8
- package/dist-esm/src/operations/signalRCustomCertificates.js.map +1 -1
- package/dist-esm/src/operations/signalRCustomDomains.js +3 -8
- package/dist-esm/src/operations/signalRCustomDomains.js.map +1 -1
- package/dist-esm/src/operations/signalRPrivateEndpointConnections.js +3 -8
- package/dist-esm/src/operations/signalRPrivateEndpointConnections.js.map +1 -1
- package/dist-esm/src/operations/signalRPrivateLinkResources.js +3 -8
- package/dist-esm/src/operations/signalRPrivateLinkResources.js.map +1 -1
- package/dist-esm/src/operations/signalRReplicas.js +3 -8
- package/dist-esm/src/operations/signalRReplicas.js.map +1 -1
- package/dist-esm/src/operations/signalRSharedPrivateLinkResources.js +3 -8
- package/dist-esm/src/operations/signalRSharedPrivateLinkResources.js.map +1 -1
- package/dist-esm/src/operations/usages.js +3 -8
- package/dist-esm/src/operations/usages.js.map +1 -1
- package/dist-esm/src/signalRManagementClient.js +1 -1
- package/dist-esm/test/signalr_examples.spec.js +6 -16
- package/dist-esm/test/signalr_examples.spec.js.map +1 -1
- package/package.json +5 -5
- package/review/arm-signalr.api.md +11 -0
- package/src/models/index.ts +33 -0
- package/src/models/mappers.ts +64 -0
- package/src/models/parameters.ts +1 -1
- package/src/signalRManagementClient.ts +1 -1
- package/types/arm-signalr.d.ts +33 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,15 +1,45 @@
|
|
|
1
1
|
# Release History
|
|
2
|
+
|
|
3
|
+
## 6.0.0-beta.2 (2023-10-09)
|
|
4
|
+
|
|
5
|
+
**Features**
|
|
2
6
|
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
7
|
+
- Added operation group SignalRReplicas
|
|
8
|
+
- Added operation SignalR.listReplicaSkus
|
|
9
|
+
- Added Interface IPRule
|
|
10
|
+
- Added Interface Replica
|
|
11
|
+
- Added Interface ReplicaList
|
|
12
|
+
- Added Interface SignalRListReplicaSkusOptionalParams
|
|
13
|
+
- Added Interface SignalRRegenerateKeyHeaders
|
|
14
|
+
- Added Interface SignalRReplicasCreateOrUpdateOptionalParams
|
|
15
|
+
- Added Interface SignalRReplicasDeleteOptionalParams
|
|
16
|
+
- Added Interface SignalRReplicasGetOptionalParams
|
|
17
|
+
- Added Interface SignalRReplicasListNextOptionalParams
|
|
18
|
+
- Added Interface SignalRReplicasListOptionalParams
|
|
19
|
+
- Added Interface SignalRReplicasRestartHeaders
|
|
20
|
+
- Added Interface SignalRReplicasRestartOptionalParams
|
|
21
|
+
- Added Interface SignalRReplicasUpdateHeaders
|
|
22
|
+
- Added Interface SignalRReplicasUpdateOptionalParams
|
|
23
|
+
- Added Interface SignalRRestartHeaders
|
|
24
|
+
- Added Interface SignalRUpdateHeaders
|
|
25
|
+
- Added Type Alias SignalRListReplicaSkusResponse
|
|
26
|
+
- Added Type Alias SignalRReplicasCreateOrUpdateResponse
|
|
27
|
+
- Added Type Alias SignalRReplicasGetResponse
|
|
28
|
+
- Added Type Alias SignalRReplicasListNextResponse
|
|
29
|
+
- Added Type Alias SignalRReplicasListResponse
|
|
30
|
+
- Added Type Alias SignalRReplicasRestartResponse
|
|
31
|
+
- Added Type Alias SignalRReplicasUpdateResponse
|
|
32
|
+
- Added Type Alias SignalRRestartResponse
|
|
33
|
+
- Interface Resource has a new optional parameter systemData
|
|
34
|
+
- Interface SignalRNetworkACLs has a new optional parameter ipRules
|
|
35
|
+
- Interface SignalRResource has a new optional parameter regionEndpointEnabled
|
|
36
|
+
- Interface SignalRResource has a new optional parameter resourceStopped
|
|
10
37
|
|
|
11
|
-
|
|
38
|
+
**Breaking Changes**
|
|
12
39
|
|
|
40
|
+
- Parameter location of interface TrackedResource is now required
|
|
41
|
+
|
|
42
|
+
|
|
13
43
|
## 6.0.0-beta.1 (2023-08-31)
|
|
14
44
|
|
|
15
45
|
**Features**
|
|
@@ -44,57 +74,60 @@
|
|
|
44
74
|
|
|
45
75
|
- Parameter location of interface TrackedResource is now required
|
|
46
76
|
|
|
47
|
-
## 5.2.0 (2023-03-08)
|
|
48
77
|
|
|
78
|
+
## 5.2.0 (2023-03-08)
|
|
79
|
+
|
|
49
80
|
**Features**
|
|
50
81
|
|
|
51
|
-
- Added Interface CustomCertificate
|
|
52
|
-
- Added Interface CustomDomain
|
|
53
|
-
- Added Interface PrivateEndpointACL
|
|
54
|
-
- Added Interface PrivateEndpointConnection
|
|
55
|
-
- Added Interface PrivateLinkResource
|
|
56
|
-
- Added Interface ProxyResource
|
|
57
|
-
- Added Interface ServerlessSettings
|
|
58
|
-
- Added Interface SharedPrivateLinkResource
|
|
59
|
-
- Added Interface SignalRResource
|
|
60
|
-
- Added Interface TrackedResource
|
|
61
|
-
- Added function getContinuationToken
|
|
62
|
-
|
|
82
|
+
- Added Interface CustomCertificate
|
|
83
|
+
- Added Interface CustomDomain
|
|
84
|
+
- Added Interface PrivateEndpointACL
|
|
85
|
+
- Added Interface PrivateEndpointConnection
|
|
86
|
+
- Added Interface PrivateLinkResource
|
|
87
|
+
- Added Interface ProxyResource
|
|
88
|
+
- Added Interface ServerlessSettings
|
|
89
|
+
- Added Interface SharedPrivateLinkResource
|
|
90
|
+
- Added Interface SignalRResource
|
|
91
|
+
- Added Interface TrackedResource
|
|
92
|
+
- Added function getContinuationToken
|
|
93
|
+
|
|
94
|
+
|
|
63
95
|
## 5.1.0 (2022-03-30)
|
|
64
|
-
|
|
96
|
+
|
|
65
97
|
**Features**
|
|
66
98
|
|
|
67
|
-
- Added operation group SignalRCustomCertificates
|
|
68
|
-
- Added operation group SignalRCustomDomains
|
|
69
|
-
- Added Interface CustomCertificateList
|
|
70
|
-
- Added Interface CustomDomainList
|
|
71
|
-
- Added Interface LiveTraceCategory
|
|
72
|
-
- Added Interface LiveTraceConfiguration
|
|
73
|
-
- Added Interface ResourceReference
|
|
74
|
-
- Added Interface SignalRCustomCertificatesCreateOrUpdateOptionalParams
|
|
75
|
-
- Added Interface SignalRCustomCertificatesDeleteOptionalParams
|
|
76
|
-
- Added Interface SignalRCustomCertificatesGetOptionalParams
|
|
77
|
-
- Added Interface SignalRCustomCertificatesListNextOptionalParams
|
|
78
|
-
- Added Interface SignalRCustomCertificatesListOptionalParams
|
|
79
|
-
- Added Interface SignalRCustomDomainsCreateOrUpdateOptionalParams
|
|
80
|
-
- Added Interface SignalRCustomDomainsDeleteOptionalParams
|
|
81
|
-
- Added Interface SignalRCustomDomainsGetOptionalParams
|
|
82
|
-
- Added Interface SignalRCustomDomainsListNextOptionalParams
|
|
83
|
-
- Added Interface SignalRCustomDomainsListOptionalParams
|
|
84
|
-
- Added Type Alias CustomCertificate
|
|
85
|
-
- Added Type Alias CustomDomain
|
|
86
|
-
- Added Type Alias SignalRCustomCertificatesCreateOrUpdateResponse
|
|
87
|
-
- Added Type Alias SignalRCustomCertificatesGetResponse
|
|
88
|
-
- Added Type Alias SignalRCustomCertificatesListNextResponse
|
|
89
|
-
- Added Type Alias SignalRCustomCertificatesListResponse
|
|
90
|
-
- Added Type Alias SignalRCustomDomainsCreateOrUpdateResponse
|
|
91
|
-
- Added Type Alias SignalRCustomDomainsGetResponse
|
|
92
|
-
- Added Type Alias SignalRCustomDomainsListNextResponse
|
|
93
|
-
- Added Type Alias SignalRCustomDomainsListResponse
|
|
94
|
-
- Class SignalRManagementClient has a new parameter signalRCustomCertificates
|
|
95
|
-
- Class SignalRManagementClient has a new parameter signalRCustomDomains
|
|
96
|
-
- Type Alias SignalRResource has a new parameter liveTraceConfiguration
|
|
97
|
-
|
|
99
|
+
- Added operation group SignalRCustomCertificates
|
|
100
|
+
- Added operation group SignalRCustomDomains
|
|
101
|
+
- Added Interface CustomCertificateList
|
|
102
|
+
- Added Interface CustomDomainList
|
|
103
|
+
- Added Interface LiveTraceCategory
|
|
104
|
+
- Added Interface LiveTraceConfiguration
|
|
105
|
+
- Added Interface ResourceReference
|
|
106
|
+
- Added Interface SignalRCustomCertificatesCreateOrUpdateOptionalParams
|
|
107
|
+
- Added Interface SignalRCustomCertificatesDeleteOptionalParams
|
|
108
|
+
- Added Interface SignalRCustomCertificatesGetOptionalParams
|
|
109
|
+
- Added Interface SignalRCustomCertificatesListNextOptionalParams
|
|
110
|
+
- Added Interface SignalRCustomCertificatesListOptionalParams
|
|
111
|
+
- Added Interface SignalRCustomDomainsCreateOrUpdateOptionalParams
|
|
112
|
+
- Added Interface SignalRCustomDomainsDeleteOptionalParams
|
|
113
|
+
- Added Interface SignalRCustomDomainsGetOptionalParams
|
|
114
|
+
- Added Interface SignalRCustomDomainsListNextOptionalParams
|
|
115
|
+
- Added Interface SignalRCustomDomainsListOptionalParams
|
|
116
|
+
- Added Type Alias CustomCertificate
|
|
117
|
+
- Added Type Alias CustomDomain
|
|
118
|
+
- Added Type Alias SignalRCustomCertificatesCreateOrUpdateResponse
|
|
119
|
+
- Added Type Alias SignalRCustomCertificatesGetResponse
|
|
120
|
+
- Added Type Alias SignalRCustomCertificatesListNextResponse
|
|
121
|
+
- Added Type Alias SignalRCustomCertificatesListResponse
|
|
122
|
+
- Added Type Alias SignalRCustomDomainsCreateOrUpdateResponse
|
|
123
|
+
- Added Type Alias SignalRCustomDomainsGetResponse
|
|
124
|
+
- Added Type Alias SignalRCustomDomainsListNextResponse
|
|
125
|
+
- Added Type Alias SignalRCustomDomainsListResponse
|
|
126
|
+
- Class SignalRManagementClient has a new parameter signalRCustomCertificates
|
|
127
|
+
- Class SignalRManagementClient has a new parameter signalRCustomDomains
|
|
128
|
+
- Type Alias SignalRResource has a new parameter liveTraceConfiguration
|
|
129
|
+
|
|
130
|
+
|
|
98
131
|
## 5.0.0 (2022-01-21)
|
|
99
132
|
|
|
100
133
|
The package of @azure/arm-signalr is using our next generation design principles since version 5.0.0, which contains breaking changes.
|
package/dist/index.js
CHANGED
|
@@ -1191,6 +1191,21 @@ const SignalRNetworkACLs = {
|
|
|
1191
1191
|
}
|
|
1192
1192
|
}
|
|
1193
1193
|
}
|
|
1194
|
+
},
|
|
1195
|
+
ipRules: {
|
|
1196
|
+
constraints: {
|
|
1197
|
+
MaxItems: 30
|
|
1198
|
+
},
|
|
1199
|
+
serializedName: "ipRules",
|
|
1200
|
+
type: {
|
|
1201
|
+
name: "Sequence",
|
|
1202
|
+
element: {
|
|
1203
|
+
type: {
|
|
1204
|
+
name: "Composite",
|
|
1205
|
+
className: "IPRule"
|
|
1206
|
+
}
|
|
1207
|
+
}
|
|
1208
|
+
}
|
|
1194
1209
|
}
|
|
1195
1210
|
}
|
|
1196
1211
|
}
|
|
@@ -1225,6 +1240,26 @@ const NetworkACL = {
|
|
|
1225
1240
|
}
|
|
1226
1241
|
}
|
|
1227
1242
|
};
|
|
1243
|
+
const IPRule = {
|
|
1244
|
+
type: {
|
|
1245
|
+
name: "Composite",
|
|
1246
|
+
className: "IPRule",
|
|
1247
|
+
modelProperties: {
|
|
1248
|
+
value: {
|
|
1249
|
+
serializedName: "value",
|
|
1250
|
+
type: {
|
|
1251
|
+
name: "String"
|
|
1252
|
+
}
|
|
1253
|
+
},
|
|
1254
|
+
action: {
|
|
1255
|
+
serializedName: "action",
|
|
1256
|
+
type: {
|
|
1257
|
+
name: "String"
|
|
1258
|
+
}
|
|
1259
|
+
}
|
|
1260
|
+
}
|
|
1261
|
+
}
|
|
1262
|
+
};
|
|
1228
1263
|
const ManagedIdentity = {
|
|
1229
1264
|
type: {
|
|
1230
1265
|
name: "Composite",
|
|
@@ -2020,6 +2055,18 @@ const SignalRResource = {
|
|
|
2020
2055
|
type: {
|
|
2021
2056
|
name: "Boolean"
|
|
2022
2057
|
}
|
|
2058
|
+
}, regionEndpointEnabled: {
|
|
2059
|
+
defaultValue: "Enabled",
|
|
2060
|
+
serializedName: "properties.regionEndpointEnabled",
|
|
2061
|
+
type: {
|
|
2062
|
+
name: "String"
|
|
2063
|
+
}
|
|
2064
|
+
}, resourceStopped: {
|
|
2065
|
+
defaultValue: "false",
|
|
2066
|
+
serializedName: "properties.resourceStopped",
|
|
2067
|
+
type: {
|
|
2068
|
+
name: "String"
|
|
2069
|
+
}
|
|
2023
2070
|
} })
|
|
2024
2071
|
}
|
|
2025
2072
|
};
|
|
@@ -2039,6 +2086,18 @@ const Replica = {
|
|
|
2039
2086
|
type: {
|
|
2040
2087
|
name: "String"
|
|
2041
2088
|
}
|
|
2089
|
+
}, regionEndpointEnabled: {
|
|
2090
|
+
defaultValue: "Enabled",
|
|
2091
|
+
serializedName: "properties.regionEndpointEnabled",
|
|
2092
|
+
type: {
|
|
2093
|
+
name: "String"
|
|
2094
|
+
}
|
|
2095
|
+
}, resourceStopped: {
|
|
2096
|
+
defaultValue: "false",
|
|
2097
|
+
serializedName: "properties.resourceStopped",
|
|
2098
|
+
type: {
|
|
2099
|
+
name: "String"
|
|
2100
|
+
}
|
|
2042
2101
|
} })
|
|
2043
2102
|
}
|
|
2044
2103
|
};
|
|
@@ -2123,6 +2182,7 @@ var Mappers = /*#__PURE__*/Object.freeze({
|
|
|
2123
2182
|
ErrorAdditionalInfo: ErrorAdditionalInfo,
|
|
2124
2183
|
ErrorDetail: ErrorDetail,
|
|
2125
2184
|
ErrorResponse: ErrorResponse,
|
|
2185
|
+
IPRule: IPRule,
|
|
2126
2186
|
LiveTraceCategory: LiveTraceCategory,
|
|
2127
2187
|
LiveTraceConfiguration: LiveTraceConfiguration,
|
|
2128
2188
|
LogSpecification: LogSpecification,
|
|
@@ -2216,7 +2276,7 @@ const $host = {
|
|
|
2216
2276
|
const apiVersion = {
|
|
2217
2277
|
parameterPath: "apiVersion",
|
|
2218
2278
|
mapper: {
|
|
2219
|
-
defaultValue: "2023-
|
|
2279
|
+
defaultValue: "2023-08-01-preview",
|
|
2220
2280
|
isConstant: true,
|
|
2221
2281
|
serializedName: "api-version",
|
|
2222
2282
|
type: {
|
|
@@ -2445,16 +2505,11 @@ class OperationsImpl {
|
|
|
2445
2505
|
return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
|
|
2446
2506
|
var _a, e_1, _b, _c;
|
|
2447
2507
|
try {
|
|
2448
|
-
for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
|
|
2508
|
+
for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
2449
2509
|
_c = _f.value;
|
|
2450
2510
|
_d = false;
|
|
2451
|
-
|
|
2452
|
-
|
|
2453
|
-
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
2454
|
-
}
|
|
2455
|
-
finally {
|
|
2456
|
-
_d = true;
|
|
2457
|
-
}
|
|
2511
|
+
const page = _c;
|
|
2512
|
+
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
2458
2513
|
}
|
|
2459
2514
|
}
|
|
2460
2515
|
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
|
@@ -2598,16 +2653,11 @@ class SignalRImpl {
|
|
|
2598
2653
|
return tslib.__asyncGenerator(this, arguments, function* listBySubscriptionPagingAll_1() {
|
|
2599
2654
|
var _a, e_1, _b, _c;
|
|
2600
2655
|
try {
|
|
2601
|
-
for (var _d = true, _e = tslib.__asyncValues(this.listBySubscriptionPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
|
|
2656
|
+
for (var _d = true, _e = tslib.__asyncValues(this.listBySubscriptionPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
2602
2657
|
_c = _f.value;
|
|
2603
2658
|
_d = false;
|
|
2604
|
-
|
|
2605
|
-
|
|
2606
|
-
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
2607
|
-
}
|
|
2608
|
-
finally {
|
|
2609
|
-
_d = true;
|
|
2610
|
-
}
|
|
2659
|
+
const page = _c;
|
|
2660
|
+
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
2611
2661
|
}
|
|
2612
2662
|
}
|
|
2613
2663
|
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
|
@@ -2665,16 +2715,11 @@ class SignalRImpl {
|
|
|
2665
2715
|
return tslib.__asyncGenerator(this, arguments, function* listByResourceGroupPagingAll_1() {
|
|
2666
2716
|
var _a, e_2, _b, _c;
|
|
2667
2717
|
try {
|
|
2668
|
-
for (var _d = true, _e = tslib.__asyncValues(this.listByResourceGroupPagingPage(resourceGroupName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
|
|
2718
|
+
for (var _d = true, _e = tslib.__asyncValues(this.listByResourceGroupPagingPage(resourceGroupName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
2669
2719
|
_c = _f.value;
|
|
2670
2720
|
_d = false;
|
|
2671
|
-
|
|
2672
|
-
|
|
2673
|
-
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
2674
|
-
}
|
|
2675
|
-
finally {
|
|
2676
|
-
_d = true;
|
|
2677
|
-
}
|
|
2721
|
+
const page = _c;
|
|
2722
|
+
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
2678
2723
|
}
|
|
2679
2724
|
}
|
|
2680
2725
|
catch (e_2_1) { e_2 = { error: e_2_1 }; }
|
|
@@ -3449,16 +3494,11 @@ class UsagesImpl {
|
|
|
3449
3494
|
return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
|
|
3450
3495
|
var _a, e_1, _b, _c;
|
|
3451
3496
|
try {
|
|
3452
|
-
for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(location, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
|
|
3497
|
+
for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(location, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
3453
3498
|
_c = _f.value;
|
|
3454
3499
|
_d = false;
|
|
3455
|
-
|
|
3456
|
-
|
|
3457
|
-
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
3458
|
-
}
|
|
3459
|
-
finally {
|
|
3460
|
-
_d = true;
|
|
3461
|
-
}
|
|
3500
|
+
const page = _c;
|
|
3501
|
+
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
3462
3502
|
}
|
|
3463
3503
|
}
|
|
3464
3504
|
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
|
@@ -3595,16 +3635,11 @@ class SignalRCustomCertificatesImpl {
|
|
|
3595
3635
|
return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
|
|
3596
3636
|
var _a, e_1, _b, _c;
|
|
3597
3637
|
try {
|
|
3598
|
-
for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(resourceGroupName, resourceName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
|
|
3638
|
+
for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(resourceGroupName, resourceName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
3599
3639
|
_c = _f.value;
|
|
3600
3640
|
_d = false;
|
|
3601
|
-
|
|
3602
|
-
|
|
3603
|
-
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
3604
|
-
}
|
|
3605
|
-
finally {
|
|
3606
|
-
_d = true;
|
|
3607
|
-
}
|
|
3641
|
+
const page = _c;
|
|
3642
|
+
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
3608
3643
|
}
|
|
3609
3644
|
}
|
|
3610
3645
|
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
|
@@ -3907,16 +3942,11 @@ class SignalRCustomDomainsImpl {
|
|
|
3907
3942
|
return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
|
|
3908
3943
|
var _a, e_1, _b, _c;
|
|
3909
3944
|
try {
|
|
3910
|
-
for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(resourceGroupName, resourceName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
|
|
3945
|
+
for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(resourceGroupName, resourceName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
3911
3946
|
_c = _f.value;
|
|
3912
3947
|
_d = false;
|
|
3913
|
-
|
|
3914
|
-
|
|
3915
|
-
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
3916
|
-
}
|
|
3917
|
-
finally {
|
|
3918
|
-
_d = true;
|
|
3919
|
-
}
|
|
3948
|
+
const page = _c;
|
|
3949
|
+
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
3920
3950
|
}
|
|
3921
3951
|
}
|
|
3922
3952
|
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
|
@@ -4263,16 +4293,11 @@ class SignalRPrivateEndpointConnectionsImpl {
|
|
|
4263
4293
|
return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
|
|
4264
4294
|
var _a, e_1, _b, _c;
|
|
4265
4295
|
try {
|
|
4266
|
-
for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(resourceGroupName, resourceName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
|
|
4296
|
+
for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(resourceGroupName, resourceName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
4267
4297
|
_c = _f.value;
|
|
4268
4298
|
_d = false;
|
|
4269
|
-
|
|
4270
|
-
|
|
4271
|
-
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
4272
|
-
}
|
|
4273
|
-
finally {
|
|
4274
|
-
_d = true;
|
|
4275
|
-
}
|
|
4299
|
+
const page = _c;
|
|
4300
|
+
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
4276
4301
|
}
|
|
4277
4302
|
}
|
|
4278
4303
|
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
|
@@ -4581,16 +4606,11 @@ class SignalRPrivateLinkResourcesImpl {
|
|
|
4581
4606
|
return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
|
|
4582
4607
|
var _a, e_1, _b, _c;
|
|
4583
4608
|
try {
|
|
4584
|
-
for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(resourceGroupName, resourceName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
|
|
4609
|
+
for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(resourceGroupName, resourceName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
4585
4610
|
_c = _f.value;
|
|
4586
4611
|
_d = false;
|
|
4587
|
-
|
|
4588
|
-
|
|
4589
|
-
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
4590
|
-
}
|
|
4591
|
-
finally {
|
|
4592
|
-
_d = true;
|
|
4593
|
-
}
|
|
4612
|
+
const page = _c;
|
|
4613
|
+
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
4594
4614
|
}
|
|
4595
4615
|
}
|
|
4596
4616
|
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
|
@@ -4731,16 +4751,11 @@ class SignalRReplicasImpl {
|
|
|
4731
4751
|
return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
|
|
4732
4752
|
var _a, e_1, _b, _c;
|
|
4733
4753
|
try {
|
|
4734
|
-
for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(resourceGroupName, resourceName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
|
|
4754
|
+
for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(resourceGroupName, resourceName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
4735
4755
|
_c = _f.value;
|
|
4736
4756
|
_d = false;
|
|
4737
|
-
|
|
4738
|
-
|
|
4739
|
-
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
4740
|
-
}
|
|
4741
|
-
finally {
|
|
4742
|
-
_d = true;
|
|
4743
|
-
}
|
|
4757
|
+
const page = _c;
|
|
4758
|
+
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
4744
4759
|
}
|
|
4745
4760
|
}
|
|
4746
4761
|
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
|
@@ -5231,16 +5246,11 @@ class SignalRSharedPrivateLinkResourcesImpl {
|
|
|
5231
5246
|
return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
|
|
5232
5247
|
var _a, e_1, _b, _c;
|
|
5233
5248
|
try {
|
|
5234
|
-
for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(resourceGroupName, resourceName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
|
|
5249
|
+
for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(resourceGroupName, resourceName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
5235
5250
|
_c = _f.value;
|
|
5236
5251
|
_d = false;
|
|
5237
|
-
|
|
5238
|
-
|
|
5239
|
-
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
5240
|
-
}
|
|
5241
|
-
finally {
|
|
5242
|
-
_d = true;
|
|
5243
|
-
}
|
|
5252
|
+
const page = _c;
|
|
5253
|
+
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
5244
5254
|
}
|
|
5245
5255
|
}
|
|
5246
5256
|
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
|
@@ -5602,7 +5612,7 @@ class SignalRManagementClient extends coreClient__namespace.ServiceClient {
|
|
|
5602
5612
|
this.subscriptionId = subscriptionId;
|
|
5603
5613
|
// Assigning values to Constant parameters
|
|
5604
5614
|
this.$host = options.$host || "https://management.azure.com";
|
|
5605
|
-
this.apiVersion = options.apiVersion || "2023-
|
|
5615
|
+
this.apiVersion = options.apiVersion || "2023-08-01-preview";
|
|
5606
5616
|
this.operations = new OperationsImpl(this);
|
|
5607
5617
|
this.signalR = new SignalRImpl(this);
|
|
5608
5618
|
this.usages = new UsagesImpl(this);
|