@azure/arm-signalr 6.0.0-beta.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.
Files changed (92) hide show
  1. package/CHANGELOG.md +89 -46
  2. package/dist/index.js +151 -144
  3. package/dist/index.js.map +1 -1
  4. package/dist/index.min.js +1 -1
  5. package/dist/index.min.js.map +1 -1
  6. package/dist-esm/samples-dev/operationsListSample.js +4 -9
  7. package/dist-esm/samples-dev/operationsListSample.js.map +1 -1
  8. package/dist-esm/samples-dev/signalRCheckNameAvailabilitySample.js +1 -1
  9. package/dist-esm/samples-dev/signalRCreateOrUpdateSample.js +1 -1
  10. package/dist-esm/samples-dev/signalRCustomCertificatesCreateOrUpdateSample.js +1 -1
  11. package/dist-esm/samples-dev/signalRCustomCertificatesDeleteSample.js +1 -1
  12. package/dist-esm/samples-dev/signalRCustomCertificatesGetSample.js +1 -1
  13. package/dist-esm/samples-dev/signalRCustomCertificatesListSample.js +4 -9
  14. package/dist-esm/samples-dev/signalRCustomCertificatesListSample.js.map +1 -1
  15. package/dist-esm/samples-dev/signalRCustomDomainsCreateOrUpdateSample.js +1 -1
  16. package/dist-esm/samples-dev/signalRCustomDomainsDeleteSample.js +1 -1
  17. package/dist-esm/samples-dev/signalRCustomDomainsGetSample.js +1 -1
  18. package/dist-esm/samples-dev/signalRCustomDomainsListSample.js +4 -9
  19. package/dist-esm/samples-dev/signalRCustomDomainsListSample.js.map +1 -1
  20. package/dist-esm/samples-dev/signalRDeleteSample.js +1 -1
  21. package/dist-esm/samples-dev/signalRGetSample.js +1 -1
  22. package/dist-esm/samples-dev/signalRListByResourceGroupSample.js +4 -9
  23. package/dist-esm/samples-dev/signalRListByResourceGroupSample.js.map +1 -1
  24. package/dist-esm/samples-dev/signalRListBySubscriptionSample.js +4 -9
  25. package/dist-esm/samples-dev/signalRListBySubscriptionSample.js.map +1 -1
  26. package/dist-esm/samples-dev/signalRListKeysSample.js +1 -1
  27. package/dist-esm/samples-dev/signalRListReplicaSkusSample.js +1 -1
  28. package/dist-esm/samples-dev/signalRListSkusSample.js +1 -1
  29. package/dist-esm/samples-dev/signalRPrivateEndpointConnectionsDeleteSample.js +1 -1
  30. package/dist-esm/samples-dev/signalRPrivateEndpointConnectionsGetSample.js +1 -1
  31. package/dist-esm/samples-dev/signalRPrivateEndpointConnectionsListSample.js +4 -9
  32. package/dist-esm/samples-dev/signalRPrivateEndpointConnectionsListSample.js.map +1 -1
  33. package/dist-esm/samples-dev/signalRPrivateEndpointConnectionsUpdateSample.js +1 -1
  34. package/dist-esm/samples-dev/signalRPrivateLinkResourcesListSample.js +4 -9
  35. package/dist-esm/samples-dev/signalRPrivateLinkResourcesListSample.js.map +1 -1
  36. package/dist-esm/samples-dev/signalRRegenerateKeySample.js +1 -1
  37. package/dist-esm/samples-dev/signalRReplicasCreateOrUpdateSample.js +2 -1
  38. package/dist-esm/samples-dev/signalRReplicasCreateOrUpdateSample.js.map +1 -1
  39. package/dist-esm/samples-dev/signalRReplicasDeleteSample.js +1 -1
  40. package/dist-esm/samples-dev/signalRReplicasGetSample.js +1 -1
  41. package/dist-esm/samples-dev/signalRReplicasListSample.js +4 -9
  42. package/dist-esm/samples-dev/signalRReplicasListSample.js.map +1 -1
  43. package/dist-esm/samples-dev/signalRReplicasRestartSample.js +1 -1
  44. package/dist-esm/samples-dev/signalRReplicasUpdateSample.js +2 -1
  45. package/dist-esm/samples-dev/signalRReplicasUpdateSample.js.map +1 -1
  46. package/dist-esm/samples-dev/signalRRestartSample.js +1 -1
  47. package/dist-esm/samples-dev/signalRSharedPrivateLinkResourcesCreateOrUpdateSample.js +1 -1
  48. package/dist-esm/samples-dev/signalRSharedPrivateLinkResourcesDeleteSample.js +1 -1
  49. package/dist-esm/samples-dev/signalRSharedPrivateLinkResourcesGetSample.js +1 -1
  50. package/dist-esm/samples-dev/signalRSharedPrivateLinkResourcesListSample.js +4 -9
  51. package/dist-esm/samples-dev/signalRSharedPrivateLinkResourcesListSample.js.map +1 -1
  52. package/dist-esm/samples-dev/signalRUpdateSample.js +1 -1
  53. package/dist-esm/samples-dev/usagesListSample.js +4 -9
  54. package/dist-esm/samples-dev/usagesListSample.js.map +1 -1
  55. package/dist-esm/src/models/index.d.ts +32 -0
  56. package/dist-esm/src/models/index.d.ts.map +1 -1
  57. package/dist-esm/src/models/index.js.map +1 -1
  58. package/dist-esm/src/models/mappers.d.ts +1 -0
  59. package/dist-esm/src/models/mappers.d.ts.map +1 -1
  60. package/dist-esm/src/models/mappers.js +59 -0
  61. package/dist-esm/src/models/mappers.js.map +1 -1
  62. package/dist-esm/src/models/parameters.js +1 -1
  63. package/dist-esm/src/operations/operations.js +3 -8
  64. package/dist-esm/src/operations/operations.js.map +1 -1
  65. package/dist-esm/src/operations/signalR.js +6 -16
  66. package/dist-esm/src/operations/signalR.js.map +1 -1
  67. package/dist-esm/src/operations/signalRCustomCertificates.js +3 -8
  68. package/dist-esm/src/operations/signalRCustomCertificates.js.map +1 -1
  69. package/dist-esm/src/operations/signalRCustomDomains.js +3 -8
  70. package/dist-esm/src/operations/signalRCustomDomains.js.map +1 -1
  71. package/dist-esm/src/operations/signalRPrivateEndpointConnections.js +3 -8
  72. package/dist-esm/src/operations/signalRPrivateEndpointConnections.js.map +1 -1
  73. package/dist-esm/src/operations/signalRPrivateLinkResources.js +3 -8
  74. package/dist-esm/src/operations/signalRPrivateLinkResources.js.map +1 -1
  75. package/dist-esm/src/operations/signalRReplicas.js +3 -8
  76. package/dist-esm/src/operations/signalRReplicas.js.map +1 -1
  77. package/dist-esm/src/operations/signalRSharedPrivateLinkResources.js +3 -8
  78. package/dist-esm/src/operations/signalRSharedPrivateLinkResources.js.map +1 -1
  79. package/dist-esm/src/operations/usages.js +3 -8
  80. package/dist-esm/src/operations/usages.js.map +1 -1
  81. package/dist-esm/src/signalRManagementClient.js +2 -2
  82. package/dist-esm/test/signalr_examples.spec.js +7 -17
  83. package/dist-esm/test/signalr_examples.spec.js.map +1 -1
  84. package/package.json +10 -17
  85. package/review/arm-signalr.api.md +11 -0
  86. package/src/models/index.ts +33 -0
  87. package/src/models/mappers.ts +64 -0
  88. package/src/models/parameters.ts +1 -1
  89. package/src/signalRManagementClient.ts +2 -2
  90. package/types/arm-signalr.d.ts +33 -0
  91. package/types/tsdoc-metadata.json +1 -1
  92. package/rollup.config.js +0 -122
package/CHANGELOG.md CHANGED
@@ -1,5 +1,45 @@
1
1
  # Release History
2
+
3
+ ## 6.0.0-beta.2 (2023-10-09)
4
+
5
+ **Features**
6
+
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
2
37
 
38
+ **Breaking Changes**
39
+
40
+ - Parameter location of interface TrackedResource is now required
41
+
42
+
3
43
  ## 6.0.0-beta.1 (2023-08-31)
4
44
 
5
45
  **Features**
@@ -34,57 +74,60 @@
34
74
 
35
75
  - Parameter location of interface TrackedResource is now required
36
76
 
37
- ## 5.2.0 (2023-03-08)
38
77
 
78
+ ## 5.2.0 (2023-03-08)
79
+
39
80
  **Features**
40
81
 
41
- - Added Interface CustomCertificate
42
- - Added Interface CustomDomain
43
- - Added Interface PrivateEndpointACL
44
- - Added Interface PrivateEndpointConnection
45
- - Added Interface PrivateLinkResource
46
- - Added Interface ProxyResource
47
- - Added Interface ServerlessSettings
48
- - Added Interface SharedPrivateLinkResource
49
- - Added Interface SignalRResource
50
- - Added Interface TrackedResource
51
- - Added function getContinuationToken
52
-
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
+
53
95
  ## 5.1.0 (2022-03-30)
54
-
96
+
55
97
  **Features**
56
98
 
57
- - Added operation group SignalRCustomCertificates
58
- - Added operation group SignalRCustomDomains
59
- - Added Interface CustomCertificateList
60
- - Added Interface CustomDomainList
61
- - Added Interface LiveTraceCategory
62
- - Added Interface LiveTraceConfiguration
63
- - Added Interface ResourceReference
64
- - Added Interface SignalRCustomCertificatesCreateOrUpdateOptionalParams
65
- - Added Interface SignalRCustomCertificatesDeleteOptionalParams
66
- - Added Interface SignalRCustomCertificatesGetOptionalParams
67
- - Added Interface SignalRCustomCertificatesListNextOptionalParams
68
- - Added Interface SignalRCustomCertificatesListOptionalParams
69
- - Added Interface SignalRCustomDomainsCreateOrUpdateOptionalParams
70
- - Added Interface SignalRCustomDomainsDeleteOptionalParams
71
- - Added Interface SignalRCustomDomainsGetOptionalParams
72
- - Added Interface SignalRCustomDomainsListNextOptionalParams
73
- - Added Interface SignalRCustomDomainsListOptionalParams
74
- - Added Type Alias CustomCertificate
75
- - Added Type Alias CustomDomain
76
- - Added Type Alias SignalRCustomCertificatesCreateOrUpdateResponse
77
- - Added Type Alias SignalRCustomCertificatesGetResponse
78
- - Added Type Alias SignalRCustomCertificatesListNextResponse
79
- - Added Type Alias SignalRCustomCertificatesListResponse
80
- - Added Type Alias SignalRCustomDomainsCreateOrUpdateResponse
81
- - Added Type Alias SignalRCustomDomainsGetResponse
82
- - Added Type Alias SignalRCustomDomainsListNextResponse
83
- - Added Type Alias SignalRCustomDomainsListResponse
84
- - Class SignalRManagementClient has a new parameter signalRCustomCertificates
85
- - Class SignalRManagementClient has a new parameter signalRCustomDomains
86
- - Type Alias SignalRResource has a new parameter liveTraceConfiguration
87
-
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
+
88
131
  ## 5.0.0 (2022-01-21)
89
132
 
90
133
  The package of @azure/arm-signalr is using our next generation design principles since version 5.0.0, which contains breaking changes.
@@ -93,4 +136,4 @@ To understand the detail of the change, please refer to [Changelog](https://aka.
93
136
 
94
137
  To migrate the existing applications to the latest version, please refer to [Migration Guide](https://aka.ms/js-track2-migration-guide).
95
138
 
96
- To learn more, please refer to our documentation [Quick Start](https://aka.ms/js-track2-quickstart).
139
+ To learn more, please refer to our documentation [Quick Start](https://aka.ms/azsdk/js/mgmt/quickstart ).
package/dist/index.js CHANGED
@@ -1,14 +1,11 @@
1
1
  'use strict';
2
2
 
3
- Object.defineProperty(exports, '__esModule', { value: true });
4
-
5
3
  var tslib = require('tslib');
6
4
  var coreClient = require('@azure/core-client');
7
5
  var coreRestPipeline = require('@azure/core-rest-pipeline');
8
6
  var coreLro = require('@azure/core-lro');
9
7
 
10
- function _interopNamespace(e) {
11
- if (e && e.__esModule) return e;
8
+ function _interopNamespaceDefault(e) {
12
9
  var n = Object.create(null);
13
10
  if (e) {
14
11
  Object.keys(e).forEach(function (k) {
@@ -21,12 +18,12 @@ function _interopNamespace(e) {
21
18
  }
22
19
  });
23
20
  }
24
- n["default"] = e;
21
+ n.default = e;
25
22
  return Object.freeze(n);
26
23
  }
27
24
 
28
- var coreClient__namespace = /*#__PURE__*/_interopNamespace(coreClient);
29
- var coreRestPipeline__namespace = /*#__PURE__*/_interopNamespace(coreRestPipeline);
25
+ var coreClient__namespace = /*#__PURE__*/_interopNamespaceDefault(coreClient);
26
+ var coreRestPipeline__namespace = /*#__PURE__*/_interopNamespaceDefault(coreRestPipeline);
30
27
 
31
28
  /*
32
29
  * Copyright (c) Microsoft Corporation.
@@ -1194,6 +1191,21 @@ const SignalRNetworkACLs = {
1194
1191
  }
1195
1192
  }
1196
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
+ }
1197
1209
  }
1198
1210
  }
1199
1211
  }
@@ -1228,6 +1240,26 @@ const NetworkACL = {
1228
1240
  }
1229
1241
  }
1230
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
+ };
1231
1263
  const ManagedIdentity = {
1232
1264
  type: {
1233
1265
  name: "Composite",
@@ -2023,6 +2055,18 @@ const SignalRResource = {
2023
2055
  type: {
2024
2056
  name: "Boolean"
2025
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
+ }
2026
2070
  } })
2027
2071
  }
2028
2072
  };
@@ -2042,6 +2086,18 @@ const Replica = {
2042
2086
  type: {
2043
2087
  name: "String"
2044
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
+ }
2045
2101
  } })
2046
2102
  }
2047
2103
  };
@@ -2118,73 +2174,74 @@ const SignalRReplicasRestartHeaders = {
2118
2174
 
2119
2175
  var Mappers = /*#__PURE__*/Object.freeze({
2120
2176
  __proto__: null,
2121
- OperationList: OperationList,
2122
- Operation: Operation,
2123
- OperationDisplay: OperationDisplay,
2124
- OperationProperties: OperationProperties,
2125
- ServiceSpecification: ServiceSpecification,
2126
- MetricSpecification: MetricSpecification,
2177
+ CustomCertificate: CustomCertificate,
2178
+ CustomCertificateList: CustomCertificateList,
2179
+ CustomDomain: CustomDomain,
2180
+ CustomDomainList: CustomDomainList,
2127
2181
  Dimension: Dimension,
2128
- LogSpecification: LogSpecification,
2129
- ErrorResponse: ErrorResponse,
2130
- ErrorDetail: ErrorDetail,
2131
2182
  ErrorAdditionalInfo: ErrorAdditionalInfo,
2132
- NameAvailabilityParameters: NameAvailabilityParameters,
2183
+ ErrorDetail: ErrorDetail,
2184
+ ErrorResponse: ErrorResponse,
2185
+ IPRule: IPRule,
2186
+ LiveTraceCategory: LiveTraceCategory,
2187
+ LiveTraceConfiguration: LiveTraceConfiguration,
2188
+ LogSpecification: LogSpecification,
2189
+ ManagedIdentity: ManagedIdentity,
2190
+ ManagedIdentitySettings: ManagedIdentitySettings,
2191
+ MetricSpecification: MetricSpecification,
2133
2192
  NameAvailability: NameAvailability,
2134
- SignalRUsageList: SignalRUsageList,
2135
- SignalRUsage: SignalRUsage,
2136
- SignalRUsageName: SignalRUsageName,
2137
- SignalRResourceList: SignalRResourceList,
2138
- ResourceSku: ResourceSku,
2193
+ NameAvailabilityParameters: NameAvailabilityParameters,
2194
+ NetworkACL: NetworkACL,
2195
+ Operation: Operation,
2196
+ OperationDisplay: OperationDisplay,
2197
+ OperationList: OperationList,
2198
+ OperationProperties: OperationProperties,
2139
2199
  PrivateEndpoint: PrivateEndpoint,
2200
+ PrivateEndpointACL: PrivateEndpointACL,
2201
+ PrivateEndpointConnection: PrivateEndpointConnection,
2202
+ PrivateEndpointConnectionList: PrivateEndpointConnectionList,
2203
+ PrivateLinkResource: PrivateLinkResource,
2204
+ PrivateLinkResourceList: PrivateLinkResourceList,
2140
2205
  PrivateLinkServiceConnectionState: PrivateLinkServiceConnectionState,
2206
+ ProxyResource: ProxyResource,
2207
+ RegenerateKeyParameters: RegenerateKeyParameters,
2208
+ Replica: Replica,
2209
+ ReplicaList: ReplicaList,
2141
2210
  Resource: Resource,
2142
- SystemData: SystemData,
2143
- SignalRTlsSettings: SignalRTlsSettings,
2144
- SignalRFeature: SignalRFeature,
2145
- LiveTraceConfiguration: LiveTraceConfiguration,
2146
- LiveTraceCategory: LiveTraceCategory,
2147
- ResourceLogConfiguration: ResourceLogConfiguration,
2148
2211
  ResourceLogCategory: ResourceLogCategory,
2149
- SignalRCorsSettings: SignalRCorsSettings,
2212
+ ResourceLogConfiguration: ResourceLogConfiguration,
2213
+ ResourceReference: ResourceReference,
2214
+ ResourceSku: ResourceSku,
2150
2215
  ServerlessSettings: ServerlessSettings,
2151
2216
  ServerlessUpstreamSettings: ServerlessUpstreamSettings,
2152
- UpstreamTemplate: UpstreamTemplate,
2153
- UpstreamAuthSettings: UpstreamAuthSettings,
2154
- ManagedIdentitySettings: ManagedIdentitySettings,
2155
- SignalRNetworkACLs: SignalRNetworkACLs,
2156
- NetworkACL: NetworkACL,
2157
- ManagedIdentity: ManagedIdentity,
2158
- UserAssignedIdentityProperty: UserAssignedIdentityProperty,
2159
- CustomCertificateList: CustomCertificateList,
2160
- CustomDomainList: CustomDomainList,
2161
- ResourceReference: ResourceReference,
2162
- SignalRKeys: SignalRKeys,
2163
- PrivateEndpointConnectionList: PrivateEndpointConnectionList,
2164
- PrivateLinkResourceList: PrivateLinkResourceList,
2165
- ShareablePrivateLinkResourceType: ShareablePrivateLinkResourceType,
2217
+ ServiceSpecification: ServiceSpecification,
2166
2218
  ShareablePrivateLinkResourceProperties: ShareablePrivateLinkResourceProperties,
2167
- RegenerateKeyParameters: RegenerateKeyParameters,
2168
- ReplicaList: ReplicaList,
2169
- SkuList: SkuList,
2170
- Sku: Sku,
2171
- SkuCapacity: SkuCapacity,
2172
- SharedPrivateLinkResourceList: SharedPrivateLinkResourceList,
2173
- ProxyResource: ProxyResource,
2174
- TrackedResource: TrackedResource,
2175
- PrivateEndpointACL: PrivateEndpointACL,
2176
- PrivateEndpointConnection: PrivateEndpointConnection,
2219
+ ShareablePrivateLinkResourceType: ShareablePrivateLinkResourceType,
2177
2220
  SharedPrivateLinkResource: SharedPrivateLinkResource,
2178
- CustomCertificate: CustomCertificate,
2179
- CustomDomain: CustomDomain,
2180
- PrivateLinkResource: PrivateLinkResource,
2181
- SignalRResource: SignalRResource,
2182
- Replica: Replica,
2183
- SignalRUpdateHeaders: SignalRUpdateHeaders,
2221
+ SharedPrivateLinkResourceList: SharedPrivateLinkResourceList,
2222
+ SignalRCorsSettings: SignalRCorsSettings,
2223
+ SignalRFeature: SignalRFeature,
2224
+ SignalRKeys: SignalRKeys,
2225
+ SignalRNetworkACLs: SignalRNetworkACLs,
2184
2226
  SignalRRegenerateKeyHeaders: SignalRRegenerateKeyHeaders,
2185
- SignalRRestartHeaders: SignalRRestartHeaders,
2227
+ SignalRReplicasRestartHeaders: SignalRReplicasRestartHeaders,
2186
2228
  SignalRReplicasUpdateHeaders: SignalRReplicasUpdateHeaders,
2187
- SignalRReplicasRestartHeaders: SignalRReplicasRestartHeaders
2229
+ SignalRResource: SignalRResource,
2230
+ SignalRResourceList: SignalRResourceList,
2231
+ SignalRRestartHeaders: SignalRRestartHeaders,
2232
+ SignalRTlsSettings: SignalRTlsSettings,
2233
+ SignalRUpdateHeaders: SignalRUpdateHeaders,
2234
+ SignalRUsage: SignalRUsage,
2235
+ SignalRUsageList: SignalRUsageList,
2236
+ SignalRUsageName: SignalRUsageName,
2237
+ Sku: Sku,
2238
+ SkuCapacity: SkuCapacity,
2239
+ SkuList: SkuList,
2240
+ SystemData: SystemData,
2241
+ TrackedResource: TrackedResource,
2242
+ UpstreamAuthSettings: UpstreamAuthSettings,
2243
+ UpstreamTemplate: UpstreamTemplate,
2244
+ UserAssignedIdentityProperty: UserAssignedIdentityProperty
2188
2245
  });
2189
2246
 
2190
2247
  /*
@@ -2219,7 +2276,7 @@ const $host = {
2219
2276
  const apiVersion = {
2220
2277
  parameterPath: "apiVersion",
2221
2278
  mapper: {
2222
- defaultValue: "2023-06-01-preview",
2279
+ defaultValue: "2023-08-01-preview",
2223
2280
  isConstant: true,
2224
2281
  serializedName: "api-version",
2225
2282
  type: {
@@ -2448,16 +2505,11 @@ class OperationsImpl {
2448
2505
  return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
2449
2506
  var _a, e_1, _b, _c;
2450
2507
  try {
2451
- 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) {
2452
2509
  _c = _f.value;
2453
2510
  _d = false;
2454
- try {
2455
- const page = _c;
2456
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
2457
- }
2458
- finally {
2459
- _d = true;
2460
- }
2511
+ const page = _c;
2512
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
2461
2513
  }
2462
2514
  }
2463
2515
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
@@ -2601,16 +2653,11 @@ class SignalRImpl {
2601
2653
  return tslib.__asyncGenerator(this, arguments, function* listBySubscriptionPagingAll_1() {
2602
2654
  var _a, e_1, _b, _c;
2603
2655
  try {
2604
- 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) {
2605
2657
  _c = _f.value;
2606
2658
  _d = false;
2607
- try {
2608
- const page = _c;
2609
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
2610
- }
2611
- finally {
2612
- _d = true;
2613
- }
2659
+ const page = _c;
2660
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
2614
2661
  }
2615
2662
  }
2616
2663
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
@@ -2668,16 +2715,11 @@ class SignalRImpl {
2668
2715
  return tslib.__asyncGenerator(this, arguments, function* listByResourceGroupPagingAll_1() {
2669
2716
  var _a, e_2, _b, _c;
2670
2717
  try {
2671
- 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) {
2672
2719
  _c = _f.value;
2673
2720
  _d = false;
2674
- try {
2675
- const page = _c;
2676
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
2677
- }
2678
- finally {
2679
- _d = true;
2680
- }
2721
+ const page = _c;
2722
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
2681
2723
  }
2682
2724
  }
2683
2725
  catch (e_2_1) { e_2 = { error: e_2_1 }; }
@@ -3452,16 +3494,11 @@ class UsagesImpl {
3452
3494
  return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
3453
3495
  var _a, e_1, _b, _c;
3454
3496
  try {
3455
- 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) {
3456
3498
  _c = _f.value;
3457
3499
  _d = false;
3458
- try {
3459
- const page = _c;
3460
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
3461
- }
3462
- finally {
3463
- _d = true;
3464
- }
3500
+ const page = _c;
3501
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
3465
3502
  }
3466
3503
  }
3467
3504
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
@@ -3598,16 +3635,11 @@ class SignalRCustomCertificatesImpl {
3598
3635
  return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
3599
3636
  var _a, e_1, _b, _c;
3600
3637
  try {
3601
- 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) {
3602
3639
  _c = _f.value;
3603
3640
  _d = false;
3604
- try {
3605
- const page = _c;
3606
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
3607
- }
3608
- finally {
3609
- _d = true;
3610
- }
3641
+ const page = _c;
3642
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
3611
3643
  }
3612
3644
  }
3613
3645
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
@@ -3910,16 +3942,11 @@ class SignalRCustomDomainsImpl {
3910
3942
  return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
3911
3943
  var _a, e_1, _b, _c;
3912
3944
  try {
3913
- 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) {
3914
3946
  _c = _f.value;
3915
3947
  _d = false;
3916
- try {
3917
- const page = _c;
3918
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
3919
- }
3920
- finally {
3921
- _d = true;
3922
- }
3948
+ const page = _c;
3949
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
3923
3950
  }
3924
3951
  }
3925
3952
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
@@ -4266,16 +4293,11 @@ class SignalRPrivateEndpointConnectionsImpl {
4266
4293
  return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
4267
4294
  var _a, e_1, _b, _c;
4268
4295
  try {
4269
- 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) {
4270
4297
  _c = _f.value;
4271
4298
  _d = false;
4272
- try {
4273
- const page = _c;
4274
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
4275
- }
4276
- finally {
4277
- _d = true;
4278
- }
4299
+ const page = _c;
4300
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
4279
4301
  }
4280
4302
  }
4281
4303
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
@@ -4584,16 +4606,11 @@ class SignalRPrivateLinkResourcesImpl {
4584
4606
  return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
4585
4607
  var _a, e_1, _b, _c;
4586
4608
  try {
4587
- 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) {
4588
4610
  _c = _f.value;
4589
4611
  _d = false;
4590
- try {
4591
- const page = _c;
4592
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
4593
- }
4594
- finally {
4595
- _d = true;
4596
- }
4612
+ const page = _c;
4613
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
4597
4614
  }
4598
4615
  }
4599
4616
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
@@ -4734,16 +4751,11 @@ class SignalRReplicasImpl {
4734
4751
  return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
4735
4752
  var _a, e_1, _b, _c;
4736
4753
  try {
4737
- 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) {
4738
4755
  _c = _f.value;
4739
4756
  _d = false;
4740
- try {
4741
- const page = _c;
4742
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
4743
- }
4744
- finally {
4745
- _d = true;
4746
- }
4757
+ const page = _c;
4758
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
4747
4759
  }
4748
4760
  }
4749
4761
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
@@ -5234,16 +5246,11 @@ class SignalRSharedPrivateLinkResourcesImpl {
5234
5246
  return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
5235
5247
  var _a, e_1, _b, _c;
5236
5248
  try {
5237
- 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) {
5238
5250
  _c = _f.value;
5239
5251
  _d = false;
5240
- try {
5241
- const page = _c;
5242
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
5243
- }
5244
- finally {
5245
- _d = true;
5246
- }
5252
+ const page = _c;
5253
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
5247
5254
  }
5248
5255
  }
5249
5256
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
@@ -5572,7 +5579,7 @@ class SignalRManagementClient extends coreClient__namespace.ServiceClient {
5572
5579
  requestContentType: "application/json; charset=utf-8",
5573
5580
  credential: credentials
5574
5581
  };
5575
- const packageDetails = `azsdk-js-arm-signalr/6.0.0-beta.1`;
5582
+ const packageDetails = `azsdk-js-arm-signalr/6.0.0-beta.2`;
5576
5583
  const userAgentPrefix = options.userAgentOptions && options.userAgentOptions.userAgentPrefix
5577
5584
  ? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
5578
5585
  : `${packageDetails}`;
@@ -5605,7 +5612,7 @@ class SignalRManagementClient extends coreClient__namespace.ServiceClient {
5605
5612
  this.subscriptionId = subscriptionId;
5606
5613
  // Assigning values to Constant parameters
5607
5614
  this.$host = options.$host || "https://management.azure.com";
5608
- this.apiVersion = options.apiVersion || "2023-06-01-preview";
5615
+ this.apiVersion = options.apiVersion || "2023-08-01-preview";
5609
5616
  this.operations = new OperationsImpl(this);
5610
5617
  this.signalR = new SignalRImpl(this);
5611
5618
  this.usages = new UsagesImpl(this);