@azure/arm-relay 0.1.0 → 3.0.0

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 (166) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/{LICENSE.txt → LICENSE} +21 -21
  3. package/README.md +98 -96
  4. package/dist/index.js +2907 -0
  5. package/dist/index.js.map +1 -0
  6. package/dist/index.min.js +1 -0
  7. package/dist/index.min.js.map +1 -0
  8. package/dist-esm/src/index.d.ts +5 -0
  9. package/dist-esm/src/index.d.ts.map +1 -0
  10. package/dist-esm/src/index.js +12 -0
  11. package/dist-esm/src/index.js.map +1 -0
  12. package/dist-esm/src/lroImpl.d.ts +16 -0
  13. package/dist-esm/src/lroImpl.d.ts.map +1 -0
  14. package/dist-esm/src/lroImpl.js +29 -0
  15. package/dist-esm/src/lroImpl.js.map +1 -0
  16. package/dist-esm/src/models/index.d.ts +493 -0
  17. package/dist-esm/src/models/index.d.ts.map +1 -0
  18. package/dist-esm/src/models/index.js +9 -0
  19. package/dist-esm/src/models/index.js.map +1 -0
  20. package/dist-esm/src/models/mappers.d.ts +23 -0
  21. package/dist-esm/src/models/mappers.d.ts.map +1 -0
  22. package/{esm → dist-esm/src}/models/mappers.js +369 -416
  23. package/dist-esm/src/models/mappers.js.map +1 -0
  24. package/dist-esm/src/models/parameters.d.ts +20 -0
  25. package/dist-esm/src/models/parameters.d.ts.map +1 -0
  26. package/dist-esm/src/models/parameters.js +169 -0
  27. package/dist-esm/src/models/parameters.js.map +1 -0
  28. package/dist-esm/src/operations/hybridConnections.d.ts +137 -0
  29. package/dist-esm/src/operations/hybridConnections.d.ts.map +1 -0
  30. package/dist-esm/src/operations/hybridConnections.js +571 -0
  31. package/dist-esm/src/operations/hybridConnections.js.map +1 -0
  32. package/{esm → dist-esm/src}/operations/index.d.ts +0 -0
  33. package/dist-esm/src/operations/index.d.ts.map +1 -0
  34. package/{esm → dist-esm/src}/operations/index.js +3 -5
  35. package/dist-esm/src/operations/index.js.map +1 -0
  36. package/dist-esm/src/operations/namespaces.d.ts +174 -0
  37. package/dist-esm/src/operations/namespaces.d.ts.map +1 -0
  38. package/dist-esm/src/operations/namespaces.js +771 -0
  39. package/dist-esm/src/operations/namespaces.js.map +1 -0
  40. package/dist-esm/src/operations/operations.d.ts +32 -0
  41. package/dist-esm/src/operations/operations.d.ts.map +1 -0
  42. package/dist-esm/src/operations/operations.js +120 -0
  43. package/dist-esm/src/operations/operations.js.map +1 -0
  44. package/dist-esm/src/operations/wCFRelays.d.ts +137 -0
  45. package/dist-esm/src/operations/wCFRelays.d.ts.map +1 -0
  46. package/dist-esm/src/operations/wCFRelays.js +554 -0
  47. package/dist-esm/src/operations/wCFRelays.js.map +1 -0
  48. package/dist-esm/src/operationsInterfaces/hybridConnections.d.ts +93 -0
  49. package/dist-esm/src/operationsInterfaces/hybridConnections.d.ts.map +1 -0
  50. package/dist-esm/src/operationsInterfaces/hybridConnections.js +9 -0
  51. package/dist-esm/src/operationsInterfaces/hybridConnections.js.map +1 -0
  52. package/dist-esm/src/operationsInterfaces/index.d.ts +5 -0
  53. package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
  54. package/dist-esm/src/operationsInterfaces/index.js +12 -0
  55. package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
  56. package/dist-esm/src/operationsInterfaces/namespaces.d.ts +121 -0
  57. package/dist-esm/src/operationsInterfaces/namespaces.d.ts.map +1 -0
  58. package/dist-esm/src/operationsInterfaces/namespaces.js +9 -0
  59. package/dist-esm/src/operationsInterfaces/namespaces.js.map +1 -0
  60. package/dist-esm/src/operationsInterfaces/operations.d.ts +11 -0
  61. package/dist-esm/src/operationsInterfaces/operations.d.ts.map +1 -0
  62. package/dist-esm/src/operationsInterfaces/operations.js +9 -0
  63. package/dist-esm/src/operationsInterfaces/operations.js.map +1 -0
  64. package/dist-esm/src/operationsInterfaces/wCFRelays.d.ts +93 -0
  65. package/dist-esm/src/operationsInterfaces/wCFRelays.d.ts.map +1 -0
  66. package/dist-esm/src/operationsInterfaces/wCFRelays.js +9 -0
  67. package/dist-esm/src/operationsInterfaces/wCFRelays.js.map +1 -0
  68. package/dist-esm/src/relayAPI.d.ts +22 -0
  69. package/dist-esm/src/relayAPI.d.ts.map +1 -0
  70. package/dist-esm/src/relayAPI.js +55 -0
  71. package/dist-esm/src/relayAPI.js.map +1 -0
  72. package/dist-esm/test/relay_examples.d.ts +4 -0
  73. package/dist-esm/test/relay_examples.d.ts.map +1 -0
  74. package/dist-esm/test/relay_examples.js +240 -0
  75. package/dist-esm/test/relay_examples.js.map +1 -0
  76. package/package.json +71 -34
  77. package/review/arm-relay.api.md +539 -0
  78. package/rollup.config.js +184 -27
  79. package/src/index.ts +12 -0
  80. package/src/lroImpl.ts +34 -0
  81. package/src/models/index.ts +611 -0
  82. package/{lib → src}/models/mappers.ts +366 -413
  83. package/src/models/parameters.ts +200 -0
  84. package/src/operations/hybridConnections.ts +780 -0
  85. package/{lib → src}/operations/index.ts +3 -5
  86. package/src/operations/namespaces.ts +1028 -0
  87. package/src/operations/operations.ts +137 -0
  88. package/src/operations/wCFRelays.ts +763 -0
  89. package/src/operationsInterfaces/hybridConnections.ts +179 -0
  90. package/src/operationsInterfaces/index.ts +12 -0
  91. package/src/operationsInterfaces/namespaces.ts +228 -0
  92. package/src/operationsInterfaces/operations.ts +22 -0
  93. package/src/operationsInterfaces/wCFRelays.ts +179 -0
  94. package/src/relayAPI.ts +92 -0
  95. package/tsconfig.json +4 -4
  96. package/types/arm-relay.d.ts +931 -0
  97. package/types/tsdoc-metadata.json +11 -0
  98. package/dist/arm-relay.js +0 -2593
  99. package/dist/arm-relay.js.map +0 -1
  100. package/dist/arm-relay.min.js +0 -1
  101. package/dist/arm-relay.min.js.map +0 -1
  102. package/esm/models/hybridConnectionsMappers.d.ts +0 -2
  103. package/esm/models/hybridConnectionsMappers.d.ts.map +0 -1
  104. package/esm/models/hybridConnectionsMappers.js +0 -11
  105. package/esm/models/hybridConnectionsMappers.js.map +0 -1
  106. package/esm/models/index.d.ts +0 -1231
  107. package/esm/models/index.d.ts.map +0 -1
  108. package/esm/models/index.js +0 -10
  109. package/esm/models/index.js.map +0 -1
  110. package/esm/models/mappers.d.ts +0 -25
  111. package/esm/models/mappers.d.ts.map +0 -1
  112. package/esm/models/mappers.js.map +0 -1
  113. package/esm/models/namespacesMappers.d.ts +0 -2
  114. package/esm/models/namespacesMappers.d.ts.map +0 -1
  115. package/esm/models/namespacesMappers.js +0 -11
  116. package/esm/models/namespacesMappers.js.map +0 -1
  117. package/esm/models/operationsMappers.d.ts +0 -2
  118. package/esm/models/operationsMappers.d.ts.map +0 -1
  119. package/esm/models/operationsMappers.js +0 -11
  120. package/esm/models/operationsMappers.js.map +0 -1
  121. package/esm/models/parameters.d.ts +0 -11
  122. package/esm/models/parameters.d.ts.map +0 -1
  123. package/esm/models/parameters.js +0 -118
  124. package/esm/models/parameters.js.map +0 -1
  125. package/esm/models/wCFRelaysMappers.d.ts +0 -2
  126. package/esm/models/wCFRelaysMappers.d.ts.map +0 -1
  127. package/esm/models/wCFRelaysMappers.js +0 -11
  128. package/esm/models/wCFRelaysMappers.js.map +0 -1
  129. package/esm/operations/hybridConnections.d.ts +0 -310
  130. package/esm/operations/hybridConnections.d.ts.map +0 -1
  131. package/esm/operations/hybridConnections.js +0 -431
  132. package/esm/operations/hybridConnections.js.map +0 -1
  133. package/esm/operations/index.d.ts.map +0 -1
  134. package/esm/operations/index.js.map +0 -1
  135. package/esm/operations/namespaces.d.ts +0 -348
  136. package/esm/operations/namespaces.d.ts.map +0 -1
  137. package/esm/operations/namespaces.js +0 -579
  138. package/esm/operations/namespaces.js.map +0 -1
  139. package/esm/operations/operations.d.ts +0 -46
  140. package/esm/operations/operations.d.ts.map +0 -1
  141. package/esm/operations/operations.js +0 -77
  142. package/esm/operations/operations.js.map +0 -1
  143. package/esm/operations/wCFRelays.d.ts +0 -310
  144. package/esm/operations/wCFRelays.d.ts.map +0 -1
  145. package/esm/operations/wCFRelays.js +0 -432
  146. package/esm/operations/wCFRelays.js.map +0 -1
  147. package/esm/relayManagementClient.d.ts +0 -22
  148. package/esm/relayManagementClient.d.ts.map +0 -1
  149. package/esm/relayManagementClient.js +0 -37
  150. package/esm/relayManagementClient.js.map +0 -1
  151. package/esm/relayManagementClientContext.d.ts +0 -17
  152. package/esm/relayManagementClientContext.d.ts.map +0 -1
  153. package/esm/relayManagementClientContext.js +0 -57
  154. package/esm/relayManagementClientContext.js.map +0 -1
  155. package/lib/models/hybridConnectionsMappers.ts +0 -28
  156. package/lib/models/index.ts +0 -1304
  157. package/lib/models/namespacesMappers.ts +0 -30
  158. package/lib/models/operationsMappers.ts +0 -17
  159. package/lib/models/parameters.ts +0 -120
  160. package/lib/models/wCFRelaysMappers.ts +0 -29
  161. package/lib/operations/hybridConnections.ts +0 -799
  162. package/lib/operations/namespaces.ts +0 -977
  163. package/lib/operations/operations.ts +0 -123
  164. package/lib/operations/wCFRelays.ts +0 -800
  165. package/lib/relayManagementClient.ts +0 -49
  166. package/lib/relayManagementClientContext.ts +0 -63
@@ -1,579 +0,0 @@
1
- /*
2
- * Copyright (c) Microsoft Corporation. All rights reserved.
3
- * Licensed under the MIT License. See License.txt in the project root for
4
- * license information.
5
- *
6
- * Code generated by Microsoft (R) AutoRest Code Generator.
7
- * Changes may cause incorrect behavior and will be lost if the code is
8
- * regenerated.
9
- */
10
- import * as tslib_1 from "tslib";
11
- import * as msRest from "@azure/ms-rest-js";
12
- import * as Mappers from "../models/namespacesMappers";
13
- import * as Parameters from "../models/parameters";
14
- /** Class representing a Namespaces. */
15
- var Namespaces = /** @class */ (function () {
16
- /**
17
- * Create a Namespaces.
18
- * @param {RelayManagementClientContext} client Reference to the service client.
19
- */
20
- function Namespaces(client) {
21
- this.client = client;
22
- }
23
- Namespaces.prototype.checkNameAvailabilityMethod = function (parameters, options, callback) {
24
- return this.client.sendOperationRequest({
25
- parameters: parameters,
26
- options: options
27
- }, checkNameAvailabilityMethodOperationSpec, callback);
28
- };
29
- Namespaces.prototype.list = function (options, callback) {
30
- return this.client.sendOperationRequest({
31
- options: options
32
- }, listOperationSpec, callback);
33
- };
34
- Namespaces.prototype.listByResourceGroup = function (resourceGroupName, options, callback) {
35
- return this.client.sendOperationRequest({
36
- resourceGroupName: resourceGroupName,
37
- options: options
38
- }, listByResourceGroupOperationSpec, callback);
39
- };
40
- /**
41
- * Create Azure Relay namespace.
42
- * @param resourceGroupName Name of the Resource group within the Azure subscription.
43
- * @param namespaceName The namespace name
44
- * @param parameters Parameters supplied to create a namespace resource.
45
- * @param [options] The optional parameters
46
- * @returns Promise<Models.NamespacesCreateOrUpdateResponse>
47
- */
48
- Namespaces.prototype.createOrUpdate = function (resourceGroupName, namespaceName, parameters, options) {
49
- return this.beginCreateOrUpdate(resourceGroupName, namespaceName, parameters, options)
50
- .then(function (lroPoller) { return lroPoller.pollUntilFinished(); });
51
- };
52
- /**
53
- * Deletes an existing namespace. This operation also removes all associated resources under the
54
- * namespace.
55
- * @param resourceGroupName Name of the Resource group within the Azure subscription.
56
- * @param namespaceName The namespace name
57
- * @param [options] The optional parameters
58
- * @returns Promise<msRest.RestResponse>
59
- */
60
- Namespaces.prototype.deleteMethod = function (resourceGroupName, namespaceName, options) {
61
- return this.beginDeleteMethod(resourceGroupName, namespaceName, options)
62
- .then(function (lroPoller) { return lroPoller.pollUntilFinished(); });
63
- };
64
- Namespaces.prototype.get = function (resourceGroupName, namespaceName, options, callback) {
65
- return this.client.sendOperationRequest({
66
- resourceGroupName: resourceGroupName,
67
- namespaceName: namespaceName,
68
- options: options
69
- }, getOperationSpec, callback);
70
- };
71
- Namespaces.prototype.update = function (resourceGroupName, namespaceName, parameters, options, callback) {
72
- return this.client.sendOperationRequest({
73
- resourceGroupName: resourceGroupName,
74
- namespaceName: namespaceName,
75
- parameters: parameters,
76
- options: options
77
- }, updateOperationSpec, callback);
78
- };
79
- Namespaces.prototype.listAuthorizationRules = function (resourceGroupName, namespaceName, options, callback) {
80
- return this.client.sendOperationRequest({
81
- resourceGroupName: resourceGroupName,
82
- namespaceName: namespaceName,
83
- options: options
84
- }, listAuthorizationRulesOperationSpec, callback);
85
- };
86
- Namespaces.prototype.createOrUpdateAuthorizationRule = function (resourceGroupName, namespaceName, authorizationRuleName, parameters, options, callback) {
87
- return this.client.sendOperationRequest({
88
- resourceGroupName: resourceGroupName,
89
- namespaceName: namespaceName,
90
- authorizationRuleName: authorizationRuleName,
91
- parameters: parameters,
92
- options: options
93
- }, createOrUpdateAuthorizationRuleOperationSpec, callback);
94
- };
95
- Namespaces.prototype.deleteAuthorizationRule = function (resourceGroupName, namespaceName, authorizationRuleName, options, callback) {
96
- return this.client.sendOperationRequest({
97
- resourceGroupName: resourceGroupName,
98
- namespaceName: namespaceName,
99
- authorizationRuleName: authorizationRuleName,
100
- options: options
101
- }, deleteAuthorizationRuleOperationSpec, callback);
102
- };
103
- Namespaces.prototype.getAuthorizationRule = function (resourceGroupName, namespaceName, authorizationRuleName, options, callback) {
104
- return this.client.sendOperationRequest({
105
- resourceGroupName: resourceGroupName,
106
- namespaceName: namespaceName,
107
- authorizationRuleName: authorizationRuleName,
108
- options: options
109
- }, getAuthorizationRuleOperationSpec, callback);
110
- };
111
- Namespaces.prototype.listKeys = function (resourceGroupName, namespaceName, authorizationRuleName, options, callback) {
112
- return this.client.sendOperationRequest({
113
- resourceGroupName: resourceGroupName,
114
- namespaceName: namespaceName,
115
- authorizationRuleName: authorizationRuleName,
116
- options: options
117
- }, listKeysOperationSpec, callback);
118
- };
119
- Namespaces.prototype.regenerateKeys = function (resourceGroupName, namespaceName, authorizationRuleName, parameters, options, callback) {
120
- return this.client.sendOperationRequest({
121
- resourceGroupName: resourceGroupName,
122
- namespaceName: namespaceName,
123
- authorizationRuleName: authorizationRuleName,
124
- parameters: parameters,
125
- options: options
126
- }, regenerateKeysOperationSpec, callback);
127
- };
128
- /**
129
- * Create Azure Relay namespace.
130
- * @param resourceGroupName Name of the Resource group within the Azure subscription.
131
- * @param namespaceName The namespace name
132
- * @param parameters Parameters supplied to create a namespace resource.
133
- * @param [options] The optional parameters
134
- * @returns Promise<msRestAzure.LROPoller>
135
- */
136
- Namespaces.prototype.beginCreateOrUpdate = function (resourceGroupName, namespaceName, parameters, options) {
137
- return this.client.sendLRORequest({
138
- resourceGroupName: resourceGroupName,
139
- namespaceName: namespaceName,
140
- parameters: parameters,
141
- options: options
142
- }, beginCreateOrUpdateOperationSpec, options);
143
- };
144
- /**
145
- * Deletes an existing namespace. This operation also removes all associated resources under the
146
- * namespace.
147
- * @param resourceGroupName Name of the Resource group within the Azure subscription.
148
- * @param namespaceName The namespace name
149
- * @param [options] The optional parameters
150
- * @returns Promise<msRestAzure.LROPoller>
151
- */
152
- Namespaces.prototype.beginDeleteMethod = function (resourceGroupName, namespaceName, options) {
153
- return this.client.sendLRORequest({
154
- resourceGroupName: resourceGroupName,
155
- namespaceName: namespaceName,
156
- options: options
157
- }, beginDeleteMethodOperationSpec, options);
158
- };
159
- Namespaces.prototype.listNext = function (nextPageLink, options, callback) {
160
- return this.client.sendOperationRequest({
161
- nextPageLink: nextPageLink,
162
- options: options
163
- }, listNextOperationSpec, callback);
164
- };
165
- Namespaces.prototype.listByResourceGroupNext = function (nextPageLink, options, callback) {
166
- return this.client.sendOperationRequest({
167
- nextPageLink: nextPageLink,
168
- options: options
169
- }, listByResourceGroupNextOperationSpec, callback);
170
- };
171
- Namespaces.prototype.listAuthorizationRulesNext = function (nextPageLink, options, callback) {
172
- return this.client.sendOperationRequest({
173
- nextPageLink: nextPageLink,
174
- options: options
175
- }, listAuthorizationRulesNextOperationSpec, callback);
176
- };
177
- return Namespaces;
178
- }());
179
- export { Namespaces };
180
- // Operation Specifications
181
- var serializer = new msRest.Serializer(Mappers);
182
- var checkNameAvailabilityMethodOperationSpec = {
183
- httpMethod: "POST",
184
- path: "subscriptions/{subscriptionId}/providers/Microsoft.Relay/checkNameAvailability",
185
- urlParameters: [
186
- Parameters.subscriptionId
187
- ],
188
- queryParameters: [
189
- Parameters.apiVersion
190
- ],
191
- headerParameters: [
192
- Parameters.acceptLanguage
193
- ],
194
- requestBody: {
195
- parameterPath: "parameters",
196
- mapper: tslib_1.__assign({}, Mappers.CheckNameAvailability, { required: true })
197
- },
198
- responses: {
199
- 200: {
200
- bodyMapper: Mappers.CheckNameAvailabilityResult
201
- },
202
- default: {
203
- bodyMapper: Mappers.ErrorResponse
204
- }
205
- },
206
- serializer: serializer
207
- };
208
- var listOperationSpec = {
209
- httpMethod: "GET",
210
- path: "subscriptions/{subscriptionId}/providers/Microsoft.Relay/namespaces",
211
- urlParameters: [
212
- Parameters.subscriptionId
213
- ],
214
- queryParameters: [
215
- Parameters.apiVersion
216
- ],
217
- headerParameters: [
218
- Parameters.acceptLanguage
219
- ],
220
- responses: {
221
- 200: {
222
- bodyMapper: Mappers.RelayNamespaceListResult
223
- },
224
- default: {
225
- bodyMapper: Mappers.ErrorResponse
226
- }
227
- },
228
- serializer: serializer
229
- };
230
- var listByResourceGroupOperationSpec = {
231
- httpMethod: "GET",
232
- path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Relay/namespaces",
233
- urlParameters: [
234
- Parameters.resourceGroupName,
235
- Parameters.subscriptionId
236
- ],
237
- queryParameters: [
238
- Parameters.apiVersion
239
- ],
240
- headerParameters: [
241
- Parameters.acceptLanguage
242
- ],
243
- responses: {
244
- 200: {
245
- bodyMapper: Mappers.RelayNamespaceListResult
246
- },
247
- default: {
248
- bodyMapper: Mappers.ErrorResponse
249
- }
250
- },
251
- serializer: serializer
252
- };
253
- var getOperationSpec = {
254
- httpMethod: "GET",
255
- path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Relay/namespaces/{namespaceName}",
256
- urlParameters: [
257
- Parameters.resourceGroupName,
258
- Parameters.namespaceName,
259
- Parameters.subscriptionId
260
- ],
261
- queryParameters: [
262
- Parameters.apiVersion
263
- ],
264
- headerParameters: [
265
- Parameters.acceptLanguage
266
- ],
267
- responses: {
268
- 200: {
269
- bodyMapper: Mappers.RelayNamespace
270
- },
271
- default: {
272
- bodyMapper: Mappers.ErrorResponse
273
- }
274
- },
275
- serializer: serializer
276
- };
277
- var updateOperationSpec = {
278
- httpMethod: "PATCH",
279
- path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Relay/namespaces/{namespaceName}",
280
- urlParameters: [
281
- Parameters.resourceGroupName,
282
- Parameters.namespaceName,
283
- Parameters.subscriptionId
284
- ],
285
- queryParameters: [
286
- Parameters.apiVersion
287
- ],
288
- headerParameters: [
289
- Parameters.acceptLanguage
290
- ],
291
- requestBody: {
292
- parameterPath: "parameters",
293
- mapper: tslib_1.__assign({}, Mappers.RelayUpdateParameters, { required: true })
294
- },
295
- responses: {
296
- 200: {
297
- bodyMapper: Mappers.RelayNamespace
298
- },
299
- 201: {
300
- bodyMapper: Mappers.RelayNamespace
301
- },
302
- default: {
303
- bodyMapper: Mappers.ErrorResponse
304
- }
305
- },
306
- serializer: serializer
307
- };
308
- var listAuthorizationRulesOperationSpec = {
309
- httpMethod: "GET",
310
- path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Relay/namespaces/{namespaceName}/authorizationRules",
311
- urlParameters: [
312
- Parameters.resourceGroupName,
313
- Parameters.namespaceName,
314
- Parameters.subscriptionId
315
- ],
316
- queryParameters: [
317
- Parameters.apiVersion
318
- ],
319
- headerParameters: [
320
- Parameters.acceptLanguage
321
- ],
322
- responses: {
323
- 200: {
324
- bodyMapper: Mappers.AuthorizationRuleListResult
325
- },
326
- default: {
327
- bodyMapper: Mappers.ErrorResponse
328
- }
329
- },
330
- serializer: serializer
331
- };
332
- var createOrUpdateAuthorizationRuleOperationSpec = {
333
- httpMethod: "PUT",
334
- path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Relay/namespaces/{namespaceName}/authorizationRules/{authorizationRuleName}",
335
- urlParameters: [
336
- Parameters.resourceGroupName,
337
- Parameters.namespaceName,
338
- Parameters.authorizationRuleName,
339
- Parameters.subscriptionId
340
- ],
341
- queryParameters: [
342
- Parameters.apiVersion
343
- ],
344
- headerParameters: [
345
- Parameters.acceptLanguage
346
- ],
347
- requestBody: {
348
- parameterPath: "parameters",
349
- mapper: tslib_1.__assign({}, Mappers.AuthorizationRule, { required: true })
350
- },
351
- responses: {
352
- 200: {
353
- bodyMapper: Mappers.AuthorizationRule
354
- },
355
- default: {
356
- bodyMapper: Mappers.ErrorResponse
357
- }
358
- },
359
- serializer: serializer
360
- };
361
- var deleteAuthorizationRuleOperationSpec = {
362
- httpMethod: "DELETE",
363
- path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Relay/namespaces/{namespaceName}/authorizationRules/{authorizationRuleName}",
364
- urlParameters: [
365
- Parameters.resourceGroupName,
366
- Parameters.namespaceName,
367
- Parameters.authorizationRuleName,
368
- Parameters.subscriptionId
369
- ],
370
- queryParameters: [
371
- Parameters.apiVersion
372
- ],
373
- headerParameters: [
374
- Parameters.acceptLanguage
375
- ],
376
- responses: {
377
- 200: {},
378
- 204: {},
379
- default: {
380
- bodyMapper: Mappers.ErrorResponse
381
- }
382
- },
383
- serializer: serializer
384
- };
385
- var getAuthorizationRuleOperationSpec = {
386
- httpMethod: "GET",
387
- path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Relay/namespaces/{namespaceName}/authorizationRules/{authorizationRuleName}",
388
- urlParameters: [
389
- Parameters.resourceGroupName,
390
- Parameters.namespaceName,
391
- Parameters.authorizationRuleName,
392
- Parameters.subscriptionId
393
- ],
394
- queryParameters: [
395
- Parameters.apiVersion
396
- ],
397
- headerParameters: [
398
- Parameters.acceptLanguage
399
- ],
400
- responses: {
401
- 200: {
402
- bodyMapper: Mappers.AuthorizationRule
403
- },
404
- default: {
405
- bodyMapper: Mappers.ErrorResponse
406
- }
407
- },
408
- serializer: serializer
409
- };
410
- var listKeysOperationSpec = {
411
- httpMethod: "POST",
412
- path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Relay/namespaces/{namespaceName}/authorizationRules/{authorizationRuleName}/listKeys",
413
- urlParameters: [
414
- Parameters.resourceGroupName,
415
- Parameters.namespaceName,
416
- Parameters.authorizationRuleName,
417
- Parameters.subscriptionId
418
- ],
419
- queryParameters: [
420
- Parameters.apiVersion
421
- ],
422
- headerParameters: [
423
- Parameters.acceptLanguage
424
- ],
425
- responses: {
426
- 200: {
427
- bodyMapper: Mappers.AccessKeys
428
- },
429
- default: {
430
- bodyMapper: Mappers.ErrorResponse
431
- }
432
- },
433
- serializer: serializer
434
- };
435
- var regenerateKeysOperationSpec = {
436
- httpMethod: "POST",
437
- path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Relay/namespaces/{namespaceName}/authorizationRules/{authorizationRuleName}/regenerateKeys",
438
- urlParameters: [
439
- Parameters.resourceGroupName,
440
- Parameters.namespaceName,
441
- Parameters.authorizationRuleName,
442
- Parameters.subscriptionId
443
- ],
444
- queryParameters: [
445
- Parameters.apiVersion
446
- ],
447
- headerParameters: [
448
- Parameters.acceptLanguage
449
- ],
450
- requestBody: {
451
- parameterPath: "parameters",
452
- mapper: tslib_1.__assign({}, Mappers.RegenerateAccessKeyParameters, { required: true })
453
- },
454
- responses: {
455
- 200: {
456
- bodyMapper: Mappers.AccessKeys
457
- },
458
- default: {
459
- bodyMapper: Mappers.ErrorResponse
460
- }
461
- },
462
- serializer: serializer
463
- };
464
- var beginCreateOrUpdateOperationSpec = {
465
- httpMethod: "PUT",
466
- path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Relay/namespaces/{namespaceName}",
467
- urlParameters: [
468
- Parameters.resourceGroupName,
469
- Parameters.namespaceName,
470
- Parameters.subscriptionId
471
- ],
472
- queryParameters: [
473
- Parameters.apiVersion
474
- ],
475
- headerParameters: [
476
- Parameters.acceptLanguage
477
- ],
478
- requestBody: {
479
- parameterPath: "parameters",
480
- mapper: tslib_1.__assign({}, Mappers.RelayNamespace, { required: true })
481
- },
482
- responses: {
483
- 200: {
484
- bodyMapper: Mappers.RelayNamespace
485
- },
486
- 201: {
487
- bodyMapper: Mappers.RelayNamespace
488
- },
489
- default: {
490
- bodyMapper: Mappers.ErrorResponse
491
- }
492
- },
493
- serializer: serializer
494
- };
495
- var beginDeleteMethodOperationSpec = {
496
- httpMethod: "DELETE",
497
- path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Relay/namespaces/{namespaceName}",
498
- urlParameters: [
499
- Parameters.resourceGroupName,
500
- Parameters.namespaceName,
501
- Parameters.subscriptionId
502
- ],
503
- queryParameters: [
504
- Parameters.apiVersion
505
- ],
506
- headerParameters: [
507
- Parameters.acceptLanguage
508
- ],
509
- responses: {
510
- 200: {},
511
- 202: {},
512
- 204: {},
513
- default: {
514
- bodyMapper: Mappers.ErrorResponse
515
- }
516
- },
517
- serializer: serializer
518
- };
519
- var listNextOperationSpec = {
520
- httpMethod: "GET",
521
- baseUrl: "https://management.azure.com",
522
- path: "{nextLink}",
523
- urlParameters: [
524
- Parameters.nextPageLink
525
- ],
526
- headerParameters: [
527
- Parameters.acceptLanguage
528
- ],
529
- responses: {
530
- 200: {
531
- bodyMapper: Mappers.RelayNamespaceListResult
532
- },
533
- default: {
534
- bodyMapper: Mappers.ErrorResponse
535
- }
536
- },
537
- serializer: serializer
538
- };
539
- var listByResourceGroupNextOperationSpec = {
540
- httpMethod: "GET",
541
- baseUrl: "https://management.azure.com",
542
- path: "{nextLink}",
543
- urlParameters: [
544
- Parameters.nextPageLink
545
- ],
546
- headerParameters: [
547
- Parameters.acceptLanguage
548
- ],
549
- responses: {
550
- 200: {
551
- bodyMapper: Mappers.RelayNamespaceListResult
552
- },
553
- default: {
554
- bodyMapper: Mappers.ErrorResponse
555
- }
556
- },
557
- serializer: serializer
558
- };
559
- var listAuthorizationRulesNextOperationSpec = {
560
- httpMethod: "GET",
561
- baseUrl: "https://management.azure.com",
562
- path: "{nextLink}",
563
- urlParameters: [
564
- Parameters.nextPageLink
565
- ],
566
- headerParameters: [
567
- Parameters.acceptLanguage
568
- ],
569
- responses: {
570
- 200: {
571
- bodyMapper: Mappers.AuthorizationRuleListResult
572
- },
573
- default: {
574
- bodyMapper: Mappers.ErrorResponse
575
- }
576
- },
577
- serializer: serializer
578
- };
579
- //# sourceMappingURL=namespaces.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"namespaces.js","sourceRoot":"","sources":["../../lib/operations/namespaces.ts"],"names":[],"mappings":"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"}
@@ -1,46 +0,0 @@
1
- import * as msRest from "@azure/ms-rest-js";
2
- import * as Models from "../models";
3
- import { RelayManagementClientContext } from "../relayManagementClientContext";
4
- /** Class representing a Operations. */
5
- export declare class Operations {
6
- private readonly client;
7
- /**
8
- * Create a Operations.
9
- * @param {RelayManagementClientContext} client Reference to the service client.
10
- */
11
- constructor(client: RelayManagementClientContext);
12
- /**
13
- * Lists all available Relay REST API operations.
14
- * @param [options] The optional parameters
15
- * @returns Promise<Models.OperationsListResponse>
16
- */
17
- list(options?: msRest.RequestOptionsBase): Promise<Models.OperationsListResponse>;
18
- /**
19
- * @param callback The callback
20
- */
21
- list(callback: msRest.ServiceCallback<Models.OperationListResult>): void;
22
- /**
23
- * @param options The optional parameters
24
- * @param callback The callback
25
- */
26
- list(options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.OperationListResult>): void;
27
- /**
28
- * Lists all available Relay REST API operations.
29
- * @param nextPageLink The NextLink from the previous successful call to List operation.
30
- * @param [options] The optional parameters
31
- * @returns Promise<Models.OperationsListNextResponse>
32
- */
33
- listNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.OperationsListNextResponse>;
34
- /**
35
- * @param nextPageLink The NextLink from the previous successful call to List operation.
36
- * @param callback The callback
37
- */
38
- listNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.OperationListResult>): void;
39
- /**
40
- * @param nextPageLink The NextLink from the previous successful call to List operation.
41
- * @param options The optional parameters
42
- * @param callback The callback
43
- */
44
- listNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.OperationListResult>): void;
45
- }
46
- //# sourceMappingURL=operations.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"operations.d.ts","sourceRoot":"","sources":["../../lib/operations/operations.ts"],"names":[],"mappings":"AAUA,OAAO,KAAK,MAAM,MAAM,mBAAmB,CAAC;AAC5C,OAAO,KAAK,MAAM,MAAM,WAAW,CAAC;AAGpC,OAAO,EAAE,4BAA4B,EAAE,MAAM,iCAAiC,CAAC;AAE/E,uCAAuC;AACvC,qBAAa,UAAU;IACrB,OAAO,CAAC,QAAQ,CAAC,MAAM,CAA+B;IAEtD;;;OAGG;gBACS,MAAM,EAAE,4BAA4B;IAIhD;;;;OAIG;IACH,IAAI,CAAC,OAAO,CAAC,EAAE,MAAM,CAAC,kBAAkB,GAAG,OAAO,CAAC,MAAM,CAAC,sBAAsB,CAAC;IACjF;;OAEG;IACH,IAAI,CAAC,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,mBAAmB,CAAC,GAAG,IAAI;IACxE;;;OAGG;IACH,IAAI,CAAC,OAAO,EAAE,MAAM,CAAC,kBAAkB,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,mBAAmB,CAAC,GAAG,IAAI;IAU5G;;;;;OAKG;IACH,QAAQ,CAAC,YAAY,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,MAAM,CAAC,kBAAkB,GAAG,OAAO,CAAC,MAAM,CAAC,0BAA0B,CAAC;IAC/G;;;OAGG;IACH,QAAQ,CAAC,YAAY,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,mBAAmB,CAAC,GAAG,IAAI;IAClG;;;;OAIG;IACH,QAAQ,CAAC,YAAY,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,CAAC,kBAAkB,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,mBAAmB,CAAC,GAAG,IAAI;CAUvI"}