@azure/arm-securitydevops 1.0.0-alpha.20231009.1 → 1.0.0-alpha.20231023.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (48) hide show
  1. package/dist/index.js +66 -129
  2. package/dist/index.js.map +1 -1
  3. package/dist/index.min.js +1 -1
  4. package/dist/index.min.js.map +1 -1
  5. package/dist-esm/samples-dev/azureDevOpsConnectorListByResourceGroupSample.js +3 -8
  6. package/dist-esm/samples-dev/azureDevOpsConnectorListByResourceGroupSample.js.map +1 -1
  7. package/dist-esm/samples-dev/azureDevOpsConnectorListBySubscriptionSample.js +3 -8
  8. package/dist-esm/samples-dev/azureDevOpsConnectorListBySubscriptionSample.js.map +1 -1
  9. package/dist-esm/samples-dev/azureDevOpsOrgListSample.js +3 -8
  10. package/dist-esm/samples-dev/azureDevOpsOrgListSample.js.map +1 -1
  11. package/dist-esm/samples-dev/azureDevOpsProjectListSample.js +3 -8
  12. package/dist-esm/samples-dev/azureDevOpsProjectListSample.js.map +1 -1
  13. package/dist-esm/samples-dev/azureDevOpsRepoListByConnectorSample.js +3 -8
  14. package/dist-esm/samples-dev/azureDevOpsRepoListByConnectorSample.js.map +1 -1
  15. package/dist-esm/samples-dev/azureDevOpsRepoListSample.js +3 -8
  16. package/dist-esm/samples-dev/azureDevOpsRepoListSample.js.map +1 -1
  17. package/dist-esm/samples-dev/gitHubConnectorListByResourceGroupSample.js +3 -8
  18. package/dist-esm/samples-dev/gitHubConnectorListByResourceGroupSample.js.map +1 -1
  19. package/dist-esm/samples-dev/gitHubConnectorListBySubscriptionSample.js +3 -8
  20. package/dist-esm/samples-dev/gitHubConnectorListBySubscriptionSample.js.map +1 -1
  21. package/dist-esm/samples-dev/gitHubOwnerListSample.js +3 -8
  22. package/dist-esm/samples-dev/gitHubOwnerListSample.js.map +1 -1
  23. package/dist-esm/samples-dev/gitHubRepoListByConnectorSample.js +3 -8
  24. package/dist-esm/samples-dev/gitHubRepoListByConnectorSample.js.map +1 -1
  25. package/dist-esm/samples-dev/gitHubRepoListSample.js +3 -8
  26. package/dist-esm/samples-dev/gitHubRepoListSample.js.map +1 -1
  27. package/dist-esm/samples-dev/operationsListSample.js +3 -8
  28. package/dist-esm/samples-dev/operationsListSample.js.map +1 -1
  29. package/dist-esm/src/operations/azureDevOpsConnectorOperations.js +6 -16
  30. package/dist-esm/src/operations/azureDevOpsConnectorOperations.js.map +1 -1
  31. package/dist-esm/src/operations/azureDevOpsOrgOperations.js +3 -8
  32. package/dist-esm/src/operations/azureDevOpsOrgOperations.js.map +1 -1
  33. package/dist-esm/src/operations/azureDevOpsProjectOperations.js +3 -8
  34. package/dist-esm/src/operations/azureDevOpsProjectOperations.js.map +1 -1
  35. package/dist-esm/src/operations/azureDevOpsRepoOperations.js +6 -16
  36. package/dist-esm/src/operations/azureDevOpsRepoOperations.js.map +1 -1
  37. package/dist-esm/src/operations/gitHubConnectorOperations.js +6 -16
  38. package/dist-esm/src/operations/gitHubConnectorOperations.js.map +1 -1
  39. package/dist-esm/src/operations/gitHubOwnerOperations.js +3 -8
  40. package/dist-esm/src/operations/gitHubOwnerOperations.js.map +1 -1
  41. package/dist-esm/src/operations/gitHubRepoOperations.js +6 -16
  42. package/dist-esm/src/operations/gitHubRepoOperations.js.map +1 -1
  43. package/dist-esm/src/operations/operations.js +3 -8
  44. package/dist-esm/src/operations/operations.js.map +1 -1
  45. package/dist-esm/test/securitydevops_examples.spec.js +3 -8
  46. package/dist-esm/test/securitydevops_examples.spec.js.map +1 -1
  47. package/package.json +3 -10
  48. package/rollup.config.js +0 -122
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.
@@ -1244,49 +1241,49 @@ const GitHubOwner = {
1244
1241
 
1245
1242
  var Mappers = /*#__PURE__*/Object.freeze({
1246
1243
  __proto__: null,
1244
+ ActionableRemediation: ActionableRemediation,
1245
+ AuthorizationInfo: AuthorizationInfo,
1246
+ AzureDevOpsConnector: AzureDevOpsConnector,
1247
1247
  AzureDevOpsConnectorListResponse: AzureDevOpsConnectorListResponse,
1248
1248
  AzureDevOpsConnectorProperties: AzureDevOpsConnectorProperties,
1249
- AuthorizationInfo: AuthorizationInfo,
1250
- AzureDevOpsOrgMetadata: AzureDevOpsOrgMetadata,
1251
- AzureDevOpsProjectMetadata: AzureDevOpsProjectMetadata,
1252
- Resource: Resource,
1253
- SystemData: SystemData,
1254
- ErrorResponse: ErrorResponse,
1255
- ErrorDetail: ErrorDetail,
1256
- ErrorAdditionalInfo: ErrorAdditionalInfo,
1257
- AzureDevOpsRepoListResponse: AzureDevOpsRepoListResponse,
1258
- AzureDevOpsRepoProperties: AzureDevOpsRepoProperties,
1259
- ActionableRemediation: ActionableRemediation,
1260
- TargetBranchConfiguration: TargetBranchConfiguration,
1249
+ AzureDevOpsConnectorStats: AzureDevOpsConnectorStats,
1261
1250
  AzureDevOpsConnectorStatsListResponse: AzureDevOpsConnectorStatsListResponse,
1262
1251
  AzureDevOpsConnectorStatsProperties: AzureDevOpsConnectorStatsProperties,
1252
+ AzureDevOpsOrg: AzureDevOpsOrg,
1263
1253
  AzureDevOpsOrgListResponse: AzureDevOpsOrgListResponse,
1254
+ AzureDevOpsOrgMetadata: AzureDevOpsOrgMetadata,
1264
1255
  AzureDevOpsOrgProperties: AzureDevOpsOrgProperties,
1256
+ AzureDevOpsProject: AzureDevOpsProject,
1265
1257
  AzureDevOpsProjectListResponse: AzureDevOpsProjectListResponse,
1258
+ AzureDevOpsProjectMetadata: AzureDevOpsProjectMetadata,
1266
1259
  AzureDevOpsProjectProperties: AzureDevOpsProjectProperties,
1260
+ AzureDevOpsRepo: AzureDevOpsRepo,
1261
+ AzureDevOpsRepoListResponse: AzureDevOpsRepoListResponse,
1262
+ AzureDevOpsRepoProperties: AzureDevOpsRepoProperties,
1263
+ ErrorAdditionalInfo: ErrorAdditionalInfo,
1264
+ ErrorDetail: ErrorDetail,
1265
+ ErrorResponse: ErrorResponse,
1266
+ GitHubConnector: GitHubConnector,
1267
1267
  GitHubConnectorListResponse: GitHubConnectorListResponse,
1268
1268
  GitHubConnectorProperties: GitHubConnectorProperties,
1269
- GitHubRepoListResponse: GitHubRepoListResponse,
1270
- GitHubRepoProperties: GitHubRepoProperties,
1269
+ GitHubConnectorStats: GitHubConnectorStats,
1271
1270
  GitHubConnectorStatsListResponse: GitHubConnectorStatsListResponse,
1272
1271
  GitHubConnectorStatsProperties: GitHubConnectorStatsProperties,
1272
+ GitHubOwner: GitHubOwner,
1273
1273
  GitHubOwnerListResponse: GitHubOwnerListResponse,
1274
1274
  GitHubOwnerProperties: GitHubOwnerProperties,
1275
- OperationListResult: OperationListResult,
1275
+ GitHubRepo: GitHubRepo,
1276
+ GitHubRepoListResponse: GitHubRepoListResponse,
1277
+ GitHubRepoProperties: GitHubRepoProperties,
1278
+ GitHubReposProperties: GitHubReposProperties,
1276
1279
  Operation: Operation,
1277
1280
  OperationDisplay: OperationDisplay,
1278
- GitHubReposProperties: GitHubReposProperties,
1279
- TrackedResource: TrackedResource,
1281
+ OperationListResult: OperationListResult,
1280
1282
  ProxyResource: ProxyResource,
1281
- AzureDevOpsConnector: AzureDevOpsConnector,
1282
- GitHubConnector: GitHubConnector,
1283
- AzureDevOpsRepo: AzureDevOpsRepo,
1284
- AzureDevOpsConnectorStats: AzureDevOpsConnectorStats,
1285
- AzureDevOpsOrg: AzureDevOpsOrg,
1286
- AzureDevOpsProject: AzureDevOpsProject,
1287
- GitHubRepo: GitHubRepo,
1288
- GitHubConnectorStats: GitHubConnectorStats,
1289
- GitHubOwner: GitHubOwner
1283
+ Resource: Resource,
1284
+ SystemData: SystemData,
1285
+ TargetBranchConfiguration: TargetBranchConfiguration,
1286
+ TrackedResource: TrackedResource
1290
1287
  });
1291
1288
 
1292
1289
  /*
@@ -1595,16 +1592,11 @@ class AzureDevOpsConnectorOperationsImpl {
1595
1592
  return tslib.__asyncGenerator(this, arguments, function* listByResourceGroupPagingAll_1() {
1596
1593
  var _a, e_1, _b, _c;
1597
1594
  try {
1598
- for (var _d = true, _e = tslib.__asyncValues(this.listByResourceGroupPagingPage(resourceGroupName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
1595
+ for (var _d = true, _e = tslib.__asyncValues(this.listByResourceGroupPagingPage(resourceGroupName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
1599
1596
  _c = _f.value;
1600
1597
  _d = false;
1601
- try {
1602
- const page = _c;
1603
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
1604
- }
1605
- finally {
1606
- _d = true;
1607
- }
1598
+ const page = _c;
1599
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
1608
1600
  }
1609
1601
  }
1610
1602
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
@@ -1661,16 +1653,11 @@ class AzureDevOpsConnectorOperationsImpl {
1661
1653
  return tslib.__asyncGenerator(this, arguments, function* listBySubscriptionPagingAll_1() {
1662
1654
  var _a, e_2, _b, _c;
1663
1655
  try {
1664
- for (var _d = true, _e = tslib.__asyncValues(this.listBySubscriptionPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
1656
+ for (var _d = true, _e = tslib.__asyncValues(this.listBySubscriptionPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
1665
1657
  _c = _f.value;
1666
1658
  _d = false;
1667
- try {
1668
- const page = _c;
1669
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
1670
- }
1671
- finally {
1672
- _d = true;
1673
- }
1659
+ const page = _c;
1660
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
1674
1661
  }
1675
1662
  }
1676
1663
  catch (e_2_1) { e_2 = { error: e_2_1 }; }
@@ -2132,16 +2119,11 @@ class AzureDevOpsRepoOperationsImpl {
2132
2119
  return tslib.__asyncGenerator(this, arguments, function* listByConnectorPagingAll_1() {
2133
2120
  var _a, e_1, _b, _c;
2134
2121
  try {
2135
- for (var _d = true, _e = tslib.__asyncValues(this.listByConnectorPagingPage(resourceGroupName, azureDevOpsConnectorName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
2122
+ for (var _d = true, _e = tslib.__asyncValues(this.listByConnectorPagingPage(resourceGroupName, azureDevOpsConnectorName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
2136
2123
  _c = _f.value;
2137
2124
  _d = false;
2138
- try {
2139
- const page = _c;
2140
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
2141
- }
2142
- finally {
2143
- _d = true;
2144
- }
2125
+ const page = _c;
2126
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
2145
2127
  }
2146
2128
  }
2147
2129
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
@@ -2201,16 +2183,11 @@ class AzureDevOpsRepoOperationsImpl {
2201
2183
  return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
2202
2184
  var _a, e_2, _b, _c;
2203
2185
  try {
2204
- for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(resourceGroupName, azureDevOpsConnectorName, azureDevOpsOrgName, azureDevOpsProjectName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
2186
+ for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(resourceGroupName, azureDevOpsConnectorName, azureDevOpsOrgName, azureDevOpsProjectName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
2205
2187
  _c = _f.value;
2206
2188
  _d = false;
2207
- try {
2208
- const page = _c;
2209
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
2210
- }
2211
- finally {
2212
- _d = true;
2213
- }
2189
+ const page = _c;
2190
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
2214
2191
  }
2215
2192
  }
2216
2193
  catch (e_2_1) { e_2 = { error: e_2_1 }; }
@@ -2725,16 +2702,11 @@ class AzureDevOpsOrgOperationsImpl {
2725
2702
  return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
2726
2703
  var _a, e_1, _b, _c;
2727
2704
  try {
2728
- for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(resourceGroupName, azureDevOpsConnectorName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
2705
+ for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(resourceGroupName, azureDevOpsConnectorName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
2729
2706
  _c = _f.value;
2730
2707
  _d = false;
2731
- try {
2732
- const page = _c;
2733
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
2734
- }
2735
- finally {
2736
- _d = true;
2737
- }
2708
+ const page = _c;
2709
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
2738
2710
  }
2739
2711
  }
2740
2712
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
@@ -3097,16 +3069,11 @@ class AzureDevOpsProjectOperationsImpl {
3097
3069
  return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
3098
3070
  var _a, e_1, _b, _c;
3099
3071
  try {
3100
- for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(resourceGroupName, azureDevOpsConnectorName, azureDevOpsOrgName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
3072
+ for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(resourceGroupName, azureDevOpsConnectorName, azureDevOpsOrgName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
3101
3073
  _c = _f.value;
3102
3074
  _d = false;
3103
- try {
3104
- const page = _c;
3105
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
3106
- }
3107
- finally {
3108
- _d = true;
3109
- }
3075
+ const page = _c;
3076
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
3110
3077
  }
3111
3078
  }
3112
3079
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
@@ -3493,16 +3460,11 @@ class GitHubConnectorOperationsImpl {
3493
3460
  return tslib.__asyncGenerator(this, arguments, function* listByResourceGroupPagingAll_1() {
3494
3461
  var _a, e_1, _b, _c;
3495
3462
  try {
3496
- for (var _d = true, _e = tslib.__asyncValues(this.listByResourceGroupPagingPage(resourceGroupName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
3463
+ for (var _d = true, _e = tslib.__asyncValues(this.listByResourceGroupPagingPage(resourceGroupName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
3497
3464
  _c = _f.value;
3498
3465
  _d = false;
3499
- try {
3500
- const page = _c;
3501
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
3502
- }
3503
- finally {
3504
- _d = true;
3505
- }
3466
+ const page = _c;
3467
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
3506
3468
  }
3507
3469
  }
3508
3470
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
@@ -3559,16 +3521,11 @@ class GitHubConnectorOperationsImpl {
3559
3521
  return tslib.__asyncGenerator(this, arguments, function* listBySubscriptionPagingAll_1() {
3560
3522
  var _a, e_2, _b, _c;
3561
3523
  try {
3562
- for (var _d = true, _e = tslib.__asyncValues(this.listBySubscriptionPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
3524
+ for (var _d = true, _e = tslib.__asyncValues(this.listBySubscriptionPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
3563
3525
  _c = _f.value;
3564
3526
  _d = false;
3565
- try {
3566
- const page = _c;
3567
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
3568
- }
3569
- finally {
3570
- _d = true;
3571
- }
3527
+ const page = _c;
3528
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
3572
3529
  }
3573
3530
  }
3574
3531
  catch (e_2_1) { e_2 = { error: e_2_1 }; }
@@ -4026,16 +3983,11 @@ class GitHubRepoOperationsImpl {
4026
3983
  return tslib.__asyncGenerator(this, arguments, function* listByConnectorPagingAll_1() {
4027
3984
  var _a, e_1, _b, _c;
4028
3985
  try {
4029
- for (var _d = true, _e = tslib.__asyncValues(this.listByConnectorPagingPage(resourceGroupName, gitHubConnectorName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
3986
+ for (var _d = true, _e = tslib.__asyncValues(this.listByConnectorPagingPage(resourceGroupName, gitHubConnectorName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
4030
3987
  _c = _f.value;
4031
3988
  _d = false;
4032
- try {
4033
- const page = _c;
4034
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
4035
- }
4036
- finally {
4037
- _d = true;
4038
- }
3989
+ const page = _c;
3990
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
4039
3991
  }
4040
3992
  }
4041
3993
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
@@ -4095,16 +4047,11 @@ class GitHubRepoOperationsImpl {
4095
4047
  return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
4096
4048
  var _a, e_2, _b, _c;
4097
4049
  try {
4098
- for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(resourceGroupName, gitHubConnectorName, gitHubOwnerName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
4050
+ for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(resourceGroupName, gitHubConnectorName, gitHubOwnerName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
4099
4051
  _c = _f.value;
4100
4052
  _d = false;
4101
- try {
4102
- const page = _c;
4103
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
4104
- }
4105
- finally {
4106
- _d = true;
4107
- }
4053
+ const page = _c;
4054
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
4108
4055
  }
4109
4056
  }
4110
4057
  catch (e_2_1) { e_2 = { error: e_2_1 }; }
@@ -4600,16 +4547,11 @@ class GitHubOwnerOperationsImpl {
4600
4547
  return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
4601
4548
  var _a, e_1, _b, _c;
4602
4549
  try {
4603
- for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(resourceGroupName, gitHubConnectorName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
4550
+ for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(resourceGroupName, gitHubConnectorName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
4604
4551
  _c = _f.value;
4605
4552
  _d = false;
4606
- try {
4607
- const page = _c;
4608
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
4609
- }
4610
- finally {
4611
- _d = true;
4612
- }
4553
+ const page = _c;
4554
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
4613
4555
  }
4614
4556
  }
4615
4557
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
@@ -4961,16 +4903,11 @@ class OperationsImpl {
4961
4903
  return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
4962
4904
  var _a, e_1, _b, _c;
4963
4905
  try {
4964
- for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
4906
+ for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
4965
4907
  _c = _f.value;
4966
4908
  _d = false;
4967
- try {
4968
- const page = _c;
4969
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
4970
- }
4971
- finally {
4972
- _d = true;
4973
- }
4909
+ const page = _c;
4910
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
4974
4911
  }
4975
4912
  }
4976
4913
  catch (e_1_1) { e_1 = { error: e_1_1 }; }