@azure/arm-playwrighttesting 1.0.0-alpha.20230927.3

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 (128) hide show
  1. package/CHANGELOG.md +5 -0
  2. package/LICENSE +21 -0
  3. package/README.md +109 -0
  4. package/dist/index.js +1766 -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/samples-dev/accountsCreateOrUpdateSample.d.ts +2 -0
  9. package/dist-esm/samples-dev/accountsCreateOrUpdateSample.d.ts.map +1 -0
  10. package/dist-esm/samples-dev/accountsCreateOrUpdateSample.js +44 -0
  11. package/dist-esm/samples-dev/accountsCreateOrUpdateSample.js.map +1 -0
  12. package/dist-esm/samples-dev/accountsDeleteSample.d.ts +2 -0
  13. package/dist-esm/samples-dev/accountsDeleteSample.d.ts.map +1 -0
  14. package/dist-esm/samples-dev/accountsDeleteSample.js +39 -0
  15. package/dist-esm/samples-dev/accountsDeleteSample.js.map +1 -0
  16. package/dist-esm/samples-dev/accountsGetSample.d.ts +2 -0
  17. package/dist-esm/samples-dev/accountsGetSample.d.ts.map +1 -0
  18. package/dist-esm/samples-dev/accountsGetSample.js +39 -0
  19. package/dist-esm/samples-dev/accountsGetSample.js.map +1 -0
  20. package/dist-esm/samples-dev/accountsListByResourceGroupSample.d.ts +2 -0
  21. package/dist-esm/samples-dev/accountsListByResourceGroupSample.d.ts.map +1 -0
  22. package/dist-esm/samples-dev/accountsListByResourceGroupSample.js +59 -0
  23. package/dist-esm/samples-dev/accountsListByResourceGroupSample.js.map +1 -0
  24. package/dist-esm/samples-dev/accountsListBySubscriptionSample.d.ts +2 -0
  25. package/dist-esm/samples-dev/accountsListBySubscriptionSample.d.ts.map +1 -0
  26. package/dist-esm/samples-dev/accountsListBySubscriptionSample.js +58 -0
  27. package/dist-esm/samples-dev/accountsListBySubscriptionSample.js.map +1 -0
  28. package/dist-esm/samples-dev/accountsUpdateSample.d.ts +2 -0
  29. package/dist-esm/samples-dev/accountsUpdateSample.d.ts.map +1 -0
  30. package/dist-esm/samples-dev/accountsUpdateSample.js +43 -0
  31. package/dist-esm/samples-dev/accountsUpdateSample.js.map +1 -0
  32. package/dist-esm/samples-dev/operationsListSample.d.ts +2 -0
  33. package/dist-esm/samples-dev/operationsListSample.d.ts.map +1 -0
  34. package/dist-esm/samples-dev/operationsListSample.js +58 -0
  35. package/dist-esm/samples-dev/operationsListSample.js.map +1 -0
  36. package/dist-esm/samples-dev/quotasGetSample.d.ts +2 -0
  37. package/dist-esm/samples-dev/quotasGetSample.d.ts.map +1 -0
  38. package/dist-esm/samples-dev/quotasGetSample.js +39 -0
  39. package/dist-esm/samples-dev/quotasGetSample.js.map +1 -0
  40. package/dist-esm/samples-dev/quotasListBySubscriptionSample.d.ts +2 -0
  41. package/dist-esm/samples-dev/quotasListBySubscriptionSample.d.ts.map +1 -0
  42. package/dist-esm/samples-dev/quotasListBySubscriptionSample.js +59 -0
  43. package/dist-esm/samples-dev/quotasListBySubscriptionSample.js.map +1 -0
  44. package/dist-esm/src/index.d.ts +6 -0
  45. package/dist-esm/src/index.d.ts.map +1 -0
  46. package/dist-esm/src/index.js +13 -0
  47. package/dist-esm/src/index.js.map +1 -0
  48. package/dist-esm/src/lroImpl.d.ts +11 -0
  49. package/dist-esm/src/lroImpl.d.ts.map +1 -0
  50. package/dist-esm/src/lroImpl.js +21 -0
  51. package/dist-esm/src/lroImpl.js.map +1 -0
  52. package/dist-esm/src/models/index.d.ts +469 -0
  53. package/dist-esm/src/models/index.d.ts.map +1 -0
  54. package/dist-esm/src/models/index.js +72 -0
  55. package/dist-esm/src/models/index.js.map +1 -0
  56. package/dist-esm/src/models/mappers.d.ts +20 -0
  57. package/dist-esm/src/models/mappers.d.ts.map +1 -0
  58. package/dist-esm/src/models/mappers.js +556 -0
  59. package/dist-esm/src/models/mappers.js.map +1 -0
  60. package/dist-esm/src/models/parameters.d.ts +14 -0
  61. package/dist-esm/src/models/parameters.d.ts.map +1 -0
  62. package/dist-esm/src/models/parameters.js +134 -0
  63. package/dist-esm/src/models/parameters.js.map +1 -0
  64. package/dist-esm/src/operations/accounts.d.ts +99 -0
  65. package/dist-esm/src/operations/accounts.d.ts.map +1 -0
  66. package/dist-esm/src/operations/accounts.js +499 -0
  67. package/dist-esm/src/operations/accounts.js.map +1 -0
  68. package/dist-esm/src/operations/index.d.ts +4 -0
  69. package/dist-esm/src/operations/index.d.ts.map +1 -0
  70. package/dist-esm/src/operations/index.js +11 -0
  71. package/dist-esm/src/operations/index.js.map +1 -0
  72. package/dist-esm/src/operations/operations.d.ts +32 -0
  73. package/dist-esm/src/operations/operations.d.ts.map +1 -0
  74. package/dist-esm/src/operations/operations.js +138 -0
  75. package/dist-esm/src/operations/operations.js.map +1 -0
  76. package/dist-esm/src/operations/quotas.d.ts +42 -0
  77. package/dist-esm/src/operations/quotas.d.ts.map +1 -0
  78. package/dist-esm/src/operations/quotas.js +180 -0
  79. package/dist-esm/src/operations/quotas.js.map +1 -0
  80. package/dist-esm/src/operationsInterfaces/accounts.d.ts +63 -0
  81. package/dist-esm/src/operationsInterfaces/accounts.d.ts.map +1 -0
  82. package/dist-esm/src/operationsInterfaces/accounts.js +9 -0
  83. package/dist-esm/src/operationsInterfaces/accounts.js.map +1 -0
  84. package/dist-esm/src/operationsInterfaces/index.d.ts +4 -0
  85. package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
  86. package/dist-esm/src/operationsInterfaces/index.js +11 -0
  87. package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
  88. package/dist-esm/src/operationsInterfaces/operations.d.ts +11 -0
  89. package/dist-esm/src/operationsInterfaces/operations.d.ts.map +1 -0
  90. package/dist-esm/src/operationsInterfaces/operations.js +9 -0
  91. package/dist-esm/src/operationsInterfaces/operations.js.map +1 -0
  92. package/dist-esm/src/operationsInterfaces/quotas.d.ts +19 -0
  93. package/dist-esm/src/operationsInterfaces/quotas.d.ts.map +1 -0
  94. package/dist-esm/src/operationsInterfaces/quotas.js +9 -0
  95. package/dist-esm/src/operationsInterfaces/quotas.js.map +1 -0
  96. package/dist-esm/src/pagingHelper.d.ts +13 -0
  97. package/dist-esm/src/pagingHelper.d.ts.map +1 -0
  98. package/dist-esm/src/pagingHelper.js +32 -0
  99. package/dist-esm/src/pagingHelper.js.map +1 -0
  100. package/dist-esm/src/playwrightTestingClient.d.ts +22 -0
  101. package/dist-esm/src/playwrightTestingClient.d.ts.map +1 -0
  102. package/dist-esm/src/playwrightTestingClient.js +102 -0
  103. package/dist-esm/src/playwrightTestingClient.js.map +1 -0
  104. package/dist-esm/test/playwrighttesting_operations_test.spec.d.ts +4 -0
  105. package/dist-esm/test/playwrighttesting_operations_test.spec.d.ts.map +1 -0
  106. package/dist-esm/test/playwrighttesting_operations_test.spec.js +76 -0
  107. package/dist-esm/test/playwrighttesting_operations_test.spec.js.map +1 -0
  108. package/package.json +124 -0
  109. package/review/arm-playwrighttesting.api.md +356 -0
  110. package/rollup.config.js +122 -0
  111. package/src/index.ts +13 -0
  112. package/src/lroImpl.ts +42 -0
  113. package/src/models/index.ts +531 -0
  114. package/src/models/mappers.ts +592 -0
  115. package/src/models/parameters.ts +154 -0
  116. package/src/operations/accounts.ts +630 -0
  117. package/src/operations/index.ts +11 -0
  118. package/src/operations/operations.ts +149 -0
  119. package/src/operations/quotas.ts +219 -0
  120. package/src/operationsInterfaces/accounts.ts +121 -0
  121. package/src/operationsInterfaces/index.ts +11 -0
  122. package/src/operationsInterfaces/operations.ts +22 -0
  123. package/src/operationsInterfaces/quotas.ts +41 -0
  124. package/src/pagingHelper.ts +39 -0
  125. package/src/playwrightTestingClient.ts +144 -0
  126. package/tsconfig.json +33 -0
  127. package/types/arm-playwrighttesting.d.ts +645 -0
  128. package/types/tsdoc-metadata.json +11 -0
@@ -0,0 +1,499 @@
1
+ /*
2
+ * Copyright (c) Microsoft Corporation.
3
+ * Licensed under the MIT License.
4
+ *
5
+ * Code generated by Microsoft (R) AutoRest Code Generator.
6
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
+ */
8
+ import { __asyncDelegator, __asyncGenerator, __asyncValues, __await, __awaiter } from "tslib";
9
+ import { setContinuationToken } from "../pagingHelper";
10
+ import * as coreClient from "@azure/core-client";
11
+ import * as Mappers from "../models/mappers";
12
+ import * as Parameters from "../models/parameters";
13
+ import { createHttpPoller } from "@azure/core-lro";
14
+ import { createLroSpec } from "../lroImpl";
15
+ /// <reference lib="esnext.asynciterable" />
16
+ /** Class containing Accounts operations. */
17
+ export class AccountsImpl {
18
+ /**
19
+ * Initialize a new instance of the class Accounts class.
20
+ * @param client Reference to the service client
21
+ */
22
+ constructor(client) {
23
+ this.client = client;
24
+ }
25
+ /**
26
+ * List Account resources by subscription ID
27
+ * @param options The options parameters.
28
+ */
29
+ listBySubscription(options) {
30
+ const iter = this.listBySubscriptionPagingAll(options);
31
+ return {
32
+ next() {
33
+ return iter.next();
34
+ },
35
+ [Symbol.asyncIterator]() {
36
+ return this;
37
+ },
38
+ byPage: (settings) => {
39
+ if (settings === null || settings === void 0 ? void 0 : settings.maxPageSize) {
40
+ throw new Error("maxPageSize is not supported by this operation.");
41
+ }
42
+ return this.listBySubscriptionPagingPage(options, settings);
43
+ }
44
+ };
45
+ }
46
+ listBySubscriptionPagingPage(options, settings) {
47
+ return __asyncGenerator(this, arguments, function* listBySubscriptionPagingPage_1() {
48
+ let result;
49
+ let continuationToken = settings === null || settings === void 0 ? void 0 : settings.continuationToken;
50
+ if (!continuationToken) {
51
+ result = yield __await(this._listBySubscription(options));
52
+ let page = result.value || [];
53
+ continuationToken = result.nextLink;
54
+ setContinuationToken(page, continuationToken);
55
+ yield yield __await(page);
56
+ }
57
+ while (continuationToken) {
58
+ result = yield __await(this._listBySubscriptionNext(continuationToken, options));
59
+ continuationToken = result.nextLink;
60
+ let page = result.value || [];
61
+ setContinuationToken(page, continuationToken);
62
+ yield yield __await(page);
63
+ }
64
+ });
65
+ }
66
+ listBySubscriptionPagingAll(options) {
67
+ return __asyncGenerator(this, arguments, function* listBySubscriptionPagingAll_1() {
68
+ var _a, e_1, _b, _c;
69
+ try {
70
+ for (var _d = true, _e = __asyncValues(this.listBySubscriptionPagingPage(options)), _f; _f = yield __await(_e.next()), _a = _f.done, !_a;) {
71
+ _c = _f.value;
72
+ _d = false;
73
+ try {
74
+ const page = _c;
75
+ yield __await(yield* __asyncDelegator(__asyncValues(page)));
76
+ }
77
+ finally {
78
+ _d = true;
79
+ }
80
+ }
81
+ }
82
+ catch (e_1_1) { e_1 = { error: e_1_1 }; }
83
+ finally {
84
+ try {
85
+ if (!_d && !_a && (_b = _e.return)) yield __await(_b.call(_e));
86
+ }
87
+ finally { if (e_1) throw e_1.error; }
88
+ }
89
+ });
90
+ }
91
+ /**
92
+ * List Account resources by resource group
93
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
94
+ * @param options The options parameters.
95
+ */
96
+ listByResourceGroup(resourceGroupName, options) {
97
+ const iter = this.listByResourceGroupPagingAll(resourceGroupName, options);
98
+ return {
99
+ next() {
100
+ return iter.next();
101
+ },
102
+ [Symbol.asyncIterator]() {
103
+ return this;
104
+ },
105
+ byPage: (settings) => {
106
+ if (settings === null || settings === void 0 ? void 0 : settings.maxPageSize) {
107
+ throw new Error("maxPageSize is not supported by this operation.");
108
+ }
109
+ return this.listByResourceGroupPagingPage(resourceGroupName, options, settings);
110
+ }
111
+ };
112
+ }
113
+ listByResourceGroupPagingPage(resourceGroupName, options, settings) {
114
+ return __asyncGenerator(this, arguments, function* listByResourceGroupPagingPage_1() {
115
+ let result;
116
+ let continuationToken = settings === null || settings === void 0 ? void 0 : settings.continuationToken;
117
+ if (!continuationToken) {
118
+ result = yield __await(this._listByResourceGroup(resourceGroupName, options));
119
+ let page = result.value || [];
120
+ continuationToken = result.nextLink;
121
+ setContinuationToken(page, continuationToken);
122
+ yield yield __await(page);
123
+ }
124
+ while (continuationToken) {
125
+ result = yield __await(this._listByResourceGroupNext(resourceGroupName, continuationToken, options));
126
+ continuationToken = result.nextLink;
127
+ let page = result.value || [];
128
+ setContinuationToken(page, continuationToken);
129
+ yield yield __await(page);
130
+ }
131
+ });
132
+ }
133
+ listByResourceGroupPagingAll(resourceGroupName, options) {
134
+ return __asyncGenerator(this, arguments, function* listByResourceGroupPagingAll_1() {
135
+ var _a, e_2, _b, _c;
136
+ try {
137
+ for (var _d = true, _e = __asyncValues(this.listByResourceGroupPagingPage(resourceGroupName, options)), _f; _f = yield __await(_e.next()), _a = _f.done, !_a;) {
138
+ _c = _f.value;
139
+ _d = false;
140
+ try {
141
+ const page = _c;
142
+ yield __await(yield* __asyncDelegator(__asyncValues(page)));
143
+ }
144
+ finally {
145
+ _d = true;
146
+ }
147
+ }
148
+ }
149
+ catch (e_2_1) { e_2 = { error: e_2_1 }; }
150
+ finally {
151
+ try {
152
+ if (!_d && !_a && (_b = _e.return)) yield __await(_b.call(_e));
153
+ }
154
+ finally { if (e_2) throw e_2.error; }
155
+ }
156
+ });
157
+ }
158
+ /**
159
+ * List Account resources by subscription ID
160
+ * @param options The options parameters.
161
+ */
162
+ _listBySubscription(options) {
163
+ return this.client.sendOperationRequest({ options }, listBySubscriptionOperationSpec);
164
+ }
165
+ /**
166
+ * List Account resources by resource group
167
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
168
+ * @param options The options parameters.
169
+ */
170
+ _listByResourceGroup(resourceGroupName, options) {
171
+ return this.client.sendOperationRequest({ resourceGroupName, options }, listByResourceGroupOperationSpec);
172
+ }
173
+ /**
174
+ * Get a Account
175
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
176
+ * @param name Name of account
177
+ * @param options The options parameters.
178
+ */
179
+ get(resourceGroupName, name, options) {
180
+ return this.client.sendOperationRequest({ resourceGroupName, name, options }, getOperationSpec);
181
+ }
182
+ /**
183
+ * Create a Account
184
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
185
+ * @param name Name of account
186
+ * @param resource Resource create parameters.
187
+ * @param options The options parameters.
188
+ */
189
+ beginCreateOrUpdate(resourceGroupName, name, resource, options) {
190
+ return __awaiter(this, void 0, void 0, function* () {
191
+ const directSendOperation = (args, spec) => __awaiter(this, void 0, void 0, function* () {
192
+ return this.client.sendOperationRequest(args, spec);
193
+ });
194
+ const sendOperationFn = (args, spec) => __awaiter(this, void 0, void 0, function* () {
195
+ var _a;
196
+ let currentRawResponse = undefined;
197
+ const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
198
+ const callback = (rawResponse, flatResponse) => {
199
+ currentRawResponse = rawResponse;
200
+ providedCallback === null || providedCallback === void 0 ? void 0 : providedCallback(rawResponse, flatResponse);
201
+ };
202
+ const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
203
+ const flatResponse = yield directSendOperation(updatedArgs, spec);
204
+ return {
205
+ flatResponse,
206
+ rawResponse: {
207
+ statusCode: currentRawResponse.status,
208
+ body: currentRawResponse.parsedBody,
209
+ headers: currentRawResponse.headers.toJSON()
210
+ }
211
+ };
212
+ });
213
+ const lro = createLroSpec({
214
+ sendOperationFn,
215
+ args: { resourceGroupName, name, resource, options },
216
+ spec: createOrUpdateOperationSpec
217
+ });
218
+ const poller = yield createHttpPoller(lro, {
219
+ restoreFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
220
+ intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs,
221
+ resourceLocationConfig: "azure-async-operation"
222
+ });
223
+ yield poller.poll();
224
+ return poller;
225
+ });
226
+ }
227
+ /**
228
+ * Create a Account
229
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
230
+ * @param name Name of account
231
+ * @param resource Resource create parameters.
232
+ * @param options The options parameters.
233
+ */
234
+ beginCreateOrUpdateAndWait(resourceGroupName, name, resource, options) {
235
+ return __awaiter(this, void 0, void 0, function* () {
236
+ const poller = yield this.beginCreateOrUpdate(resourceGroupName, name, resource, options);
237
+ return poller.pollUntilDone();
238
+ });
239
+ }
240
+ /**
241
+ * Update a Account
242
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
243
+ * @param name Name of account
244
+ * @param properties The resource properties to be updated.
245
+ * @param options The options parameters.
246
+ */
247
+ update(resourceGroupName, name, properties, options) {
248
+ return this.client.sendOperationRequest({ resourceGroupName, name, properties, options }, updateOperationSpec);
249
+ }
250
+ /**
251
+ * Delete a Account
252
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
253
+ * @param name Name of account
254
+ * @param options The options parameters.
255
+ */
256
+ beginDelete(resourceGroupName, name, options) {
257
+ return __awaiter(this, void 0, void 0, function* () {
258
+ const directSendOperation = (args, spec) => __awaiter(this, void 0, void 0, function* () {
259
+ return this.client.sendOperationRequest(args, spec);
260
+ });
261
+ const sendOperationFn = (args, spec) => __awaiter(this, void 0, void 0, function* () {
262
+ var _a;
263
+ let currentRawResponse = undefined;
264
+ const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
265
+ const callback = (rawResponse, flatResponse) => {
266
+ currentRawResponse = rawResponse;
267
+ providedCallback === null || providedCallback === void 0 ? void 0 : providedCallback(rawResponse, flatResponse);
268
+ };
269
+ const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
270
+ const flatResponse = yield directSendOperation(updatedArgs, spec);
271
+ return {
272
+ flatResponse,
273
+ rawResponse: {
274
+ statusCode: currentRawResponse.status,
275
+ body: currentRawResponse.parsedBody,
276
+ headers: currentRawResponse.headers.toJSON()
277
+ }
278
+ };
279
+ });
280
+ const lro = createLroSpec({
281
+ sendOperationFn,
282
+ args: { resourceGroupName, name, options },
283
+ spec: deleteOperationSpec
284
+ });
285
+ const poller = yield createHttpPoller(lro, {
286
+ restoreFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
287
+ intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs,
288
+ resourceLocationConfig: "location"
289
+ });
290
+ yield poller.poll();
291
+ return poller;
292
+ });
293
+ }
294
+ /**
295
+ * Delete a Account
296
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
297
+ * @param name Name of account
298
+ * @param options The options parameters.
299
+ */
300
+ beginDeleteAndWait(resourceGroupName, name, options) {
301
+ return __awaiter(this, void 0, void 0, function* () {
302
+ const poller = yield this.beginDelete(resourceGroupName, name, options);
303
+ return poller.pollUntilDone();
304
+ });
305
+ }
306
+ /**
307
+ * ListBySubscriptionNext
308
+ * @param nextLink The nextLink from the previous successful call to the ListBySubscription method.
309
+ * @param options The options parameters.
310
+ */
311
+ _listBySubscriptionNext(nextLink, options) {
312
+ return this.client.sendOperationRequest({ nextLink, options }, listBySubscriptionNextOperationSpec);
313
+ }
314
+ /**
315
+ * ListByResourceGroupNext
316
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
317
+ * @param nextLink The nextLink from the previous successful call to the ListByResourceGroup method.
318
+ * @param options The options parameters.
319
+ */
320
+ _listByResourceGroupNext(resourceGroupName, nextLink, options) {
321
+ return this.client.sendOperationRequest({ resourceGroupName, nextLink, options }, listByResourceGroupNextOperationSpec);
322
+ }
323
+ }
324
+ // Operation Specifications
325
+ const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
326
+ const listBySubscriptionOperationSpec = {
327
+ path: "/subscriptions/{subscriptionId}/providers/Microsoft.AzurePlaywrightService/accounts",
328
+ httpMethod: "GET",
329
+ responses: {
330
+ 200: {
331
+ bodyMapper: Mappers.AccountListResult
332
+ },
333
+ default: {
334
+ bodyMapper: Mappers.ErrorResponse
335
+ }
336
+ },
337
+ queryParameters: [Parameters.apiVersion],
338
+ urlParameters: [Parameters.$host, Parameters.subscriptionId],
339
+ headerParameters: [Parameters.accept],
340
+ serializer
341
+ };
342
+ const listByResourceGroupOperationSpec = {
343
+ path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AzurePlaywrightService/accounts",
344
+ httpMethod: "GET",
345
+ responses: {
346
+ 200: {
347
+ bodyMapper: Mappers.AccountListResult
348
+ },
349
+ default: {
350
+ bodyMapper: Mappers.ErrorResponse
351
+ }
352
+ },
353
+ queryParameters: [Parameters.apiVersion],
354
+ urlParameters: [
355
+ Parameters.$host,
356
+ Parameters.subscriptionId,
357
+ Parameters.resourceGroupName
358
+ ],
359
+ headerParameters: [Parameters.accept],
360
+ serializer
361
+ };
362
+ const getOperationSpec = {
363
+ path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AzurePlaywrightService/accounts/{name}",
364
+ httpMethod: "GET",
365
+ responses: {
366
+ 200: {
367
+ bodyMapper: Mappers.Account
368
+ },
369
+ default: {
370
+ bodyMapper: Mappers.ErrorResponse
371
+ }
372
+ },
373
+ queryParameters: [Parameters.apiVersion],
374
+ urlParameters: [
375
+ Parameters.$host,
376
+ Parameters.subscriptionId,
377
+ Parameters.resourceGroupName,
378
+ Parameters.name
379
+ ],
380
+ headerParameters: [Parameters.accept],
381
+ serializer
382
+ };
383
+ const createOrUpdateOperationSpec = {
384
+ path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AzurePlaywrightService/accounts/{name}",
385
+ httpMethod: "PUT",
386
+ responses: {
387
+ 200: {
388
+ bodyMapper: Mappers.Account
389
+ },
390
+ 201: {
391
+ bodyMapper: Mappers.Account
392
+ },
393
+ 202: {
394
+ bodyMapper: Mappers.Account
395
+ },
396
+ 204: {
397
+ bodyMapper: Mappers.Account
398
+ },
399
+ default: {
400
+ bodyMapper: Mappers.ErrorResponse
401
+ }
402
+ },
403
+ requestBody: Parameters.resource,
404
+ queryParameters: [Parameters.apiVersion],
405
+ urlParameters: [
406
+ Parameters.$host,
407
+ Parameters.subscriptionId,
408
+ Parameters.resourceGroupName,
409
+ Parameters.name
410
+ ],
411
+ headerParameters: [Parameters.accept, Parameters.contentType],
412
+ mediaType: "json",
413
+ serializer
414
+ };
415
+ const updateOperationSpec = {
416
+ path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AzurePlaywrightService/accounts/{name}",
417
+ httpMethod: "PATCH",
418
+ responses: {
419
+ 200: {
420
+ bodyMapper: Mappers.Account
421
+ },
422
+ default: {
423
+ bodyMapper: Mappers.ErrorResponse
424
+ }
425
+ },
426
+ requestBody: Parameters.properties,
427
+ queryParameters: [Parameters.apiVersion],
428
+ urlParameters: [
429
+ Parameters.$host,
430
+ Parameters.subscriptionId,
431
+ Parameters.resourceGroupName,
432
+ Parameters.name
433
+ ],
434
+ headerParameters: [Parameters.accept, Parameters.contentType],
435
+ mediaType: "json",
436
+ serializer
437
+ };
438
+ const deleteOperationSpec = {
439
+ path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AzurePlaywrightService/accounts/{name}",
440
+ httpMethod: "DELETE",
441
+ responses: {
442
+ 200: {},
443
+ 201: {},
444
+ 202: {},
445
+ 204: {},
446
+ default: {
447
+ bodyMapper: Mappers.ErrorResponse
448
+ }
449
+ },
450
+ queryParameters: [Parameters.apiVersion],
451
+ urlParameters: [
452
+ Parameters.$host,
453
+ Parameters.subscriptionId,
454
+ Parameters.resourceGroupName,
455
+ Parameters.name
456
+ ],
457
+ headerParameters: [Parameters.accept],
458
+ serializer
459
+ };
460
+ const listBySubscriptionNextOperationSpec = {
461
+ path: "{nextLink}",
462
+ httpMethod: "GET",
463
+ responses: {
464
+ 200: {
465
+ bodyMapper: Mappers.AccountListResult
466
+ },
467
+ default: {
468
+ bodyMapper: Mappers.ErrorResponse
469
+ }
470
+ },
471
+ urlParameters: [
472
+ Parameters.$host,
473
+ Parameters.nextLink,
474
+ Parameters.subscriptionId
475
+ ],
476
+ headerParameters: [Parameters.accept],
477
+ serializer
478
+ };
479
+ const listByResourceGroupNextOperationSpec = {
480
+ path: "{nextLink}",
481
+ httpMethod: "GET",
482
+ responses: {
483
+ 200: {
484
+ bodyMapper: Mappers.AccountListResult
485
+ },
486
+ default: {
487
+ bodyMapper: Mappers.ErrorResponse
488
+ }
489
+ },
490
+ urlParameters: [
491
+ Parameters.$host,
492
+ Parameters.nextLink,
493
+ Parameters.subscriptionId,
494
+ Parameters.resourceGroupName
495
+ ],
496
+ headerParameters: [Parameters.accept],
497
+ serializer
498
+ };
499
+ //# sourceMappingURL=accounts.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"accounts.js","sourceRoot":"","sources":["../../../src/operations/accounts.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,4 @@
1
+ export * from "./operations";
2
+ export * from "./accounts";
3
+ export * from "./quotas";
4
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/operations/index.ts"],"names":[],"mappings":"AAQA,cAAc,cAAc,CAAC;AAC7B,cAAc,YAAY,CAAC;AAC3B,cAAc,UAAU,CAAC"}
@@ -0,0 +1,11 @@
1
+ /*
2
+ * Copyright (c) Microsoft Corporation.
3
+ * Licensed under the MIT License.
4
+ *
5
+ * Code generated by Microsoft (R) AutoRest Code Generator.
6
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
+ */
8
+ export * from "./operations";
9
+ export * from "./accounts";
10
+ export * from "./quotas";
11
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/operations/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,cAAc,cAAc,CAAC;AAC7B,cAAc,YAAY,CAAC;AAC3B,cAAc,UAAU,CAAC"}
@@ -0,0 +1,32 @@
1
+ import { PagedAsyncIterableIterator } from "@azure/core-paging";
2
+ import { Operations } from "../operationsInterfaces";
3
+ import { PlaywrightTestingClient } from "../playwrightTestingClient";
4
+ import { Operation, OperationsListOptionalParams } from "../models";
5
+ /** Class containing Operations operations. */
6
+ export declare class OperationsImpl implements Operations {
7
+ private readonly client;
8
+ /**
9
+ * Initialize a new instance of the class Operations class.
10
+ * @param client Reference to the service client
11
+ */
12
+ constructor(client: PlaywrightTestingClient);
13
+ /**
14
+ * List the operations for the provider
15
+ * @param options The options parameters.
16
+ */
17
+ list(options?: OperationsListOptionalParams): PagedAsyncIterableIterator<Operation>;
18
+ private listPagingPage;
19
+ private listPagingAll;
20
+ /**
21
+ * List the operations for the provider
22
+ * @param options The options parameters.
23
+ */
24
+ private _list;
25
+ /**
26
+ * ListNext
27
+ * @param nextLink The nextLink from the previous successful call to the List method.
28
+ * @param options The options parameters.
29
+ */
30
+ private _listNext;
31
+ }
32
+ //# sourceMappingURL=operations.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"operations.d.ts","sourceRoot":"","sources":["../../../src/operations/operations.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAgB,MAAM,oBAAoB,CAAC;AAE9E,OAAO,EAAE,UAAU,EAAE,MAAM,yBAAyB,CAAC;AAIrD,OAAO,EAAE,uBAAuB,EAAE,MAAM,4BAA4B,CAAC;AACrE,OAAO,EACL,SAAS,EAET,4BAA4B,EAG7B,MAAM,WAAW,CAAC;AAGnB,8CAA8C;AAC9C,qBAAa,cAAe,YAAW,UAAU;IAC/C,OAAO,CAAC,QAAQ,CAAC,MAAM,CAA0B;IAEjD;;;OAGG;gBACS,MAAM,EAAE,uBAAuB;IAI3C;;;OAGG;IACI,IAAI,CACT,OAAO,CAAC,EAAE,4BAA4B,GACrC,0BAA0B,CAAC,SAAS,CAAC;YAkBzB,cAAc;YAsBd,aAAa;IAQ5B;;;OAGG;IACH,OAAO,CAAC,KAAK;IAMb;;;;OAIG;IACH,OAAO,CAAC,SAAS;CASlB"}