@azure/arm-healthcareapis 2.2.1-alpha.20231009.1 → 2.2.1-alpha.20231023.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (58) hide show
  1. package/dist/index.js +93 -156
  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/dicomServicesListByWorkspaceSample.js +3 -8
  6. package/dist-esm/samples-dev/dicomServicesListByWorkspaceSample.js.map +1 -1
  7. package/dist-esm/samples-dev/fhirDestinationsListByIotConnectorSample.js +3 -8
  8. package/dist-esm/samples-dev/fhirDestinationsListByIotConnectorSample.js.map +1 -1
  9. package/dist-esm/samples-dev/fhirServicesListByWorkspaceSample.js +3 -8
  10. package/dist-esm/samples-dev/fhirServicesListByWorkspaceSample.js.map +1 -1
  11. package/dist-esm/samples-dev/iotConnectorsListByWorkspaceSample.js +3 -8
  12. package/dist-esm/samples-dev/iotConnectorsListByWorkspaceSample.js.map +1 -1
  13. package/dist-esm/samples-dev/listAllServicesInResourceGroup.js +3 -8
  14. package/dist-esm/samples-dev/listAllServicesInResourceGroup.js.map +1 -1
  15. package/dist-esm/samples-dev/listAllServicesInSubscription.js +3 -8
  16. package/dist-esm/samples-dev/listAllServicesInSubscription.js.map +1 -1
  17. package/dist-esm/samples-dev/listOperations.js +3 -8
  18. package/dist-esm/samples-dev/listOperations.js.map +1 -1
  19. package/dist-esm/samples-dev/operationsListSample.js +3 -8
  20. package/dist-esm/samples-dev/operationsListSample.js.map +1 -1
  21. package/dist-esm/samples-dev/privateEndpointConnectionList.js +3 -8
  22. package/dist-esm/samples-dev/privateEndpointConnectionList.js.map +1 -1
  23. package/dist-esm/samples-dev/privateEndpointConnectionsListByServiceSample.js +3 -8
  24. package/dist-esm/samples-dev/privateEndpointConnectionsListByServiceSample.js.map +1 -1
  25. package/dist-esm/samples-dev/servicesListByResourceGroupSample.js +3 -8
  26. package/dist-esm/samples-dev/servicesListByResourceGroupSample.js.map +1 -1
  27. package/dist-esm/samples-dev/servicesListSample.js +3 -8
  28. package/dist-esm/samples-dev/servicesListSample.js.map +1 -1
  29. package/dist-esm/samples-dev/workspacePrivateEndpointConnectionsListByWorkspaceSample.js +3 -8
  30. package/dist-esm/samples-dev/workspacePrivateEndpointConnectionsListByWorkspaceSample.js.map +1 -1
  31. package/dist-esm/samples-dev/workspacePrivateLinkResourcesListByWorkspaceSample.js +3 -8
  32. package/dist-esm/samples-dev/workspacePrivateLinkResourcesListByWorkspaceSample.js.map +1 -1
  33. package/dist-esm/samples-dev/workspacesListByResourceGroupSample.js +3 -8
  34. package/dist-esm/samples-dev/workspacesListByResourceGroupSample.js.map +1 -1
  35. package/dist-esm/samples-dev/workspacesListBySubscriptionSample.js +3 -8
  36. package/dist-esm/samples-dev/workspacesListBySubscriptionSample.js.map +1 -1
  37. package/dist-esm/src/operations/dicomServices.js +3 -8
  38. package/dist-esm/src/operations/dicomServices.js.map +1 -1
  39. package/dist-esm/src/operations/fhirDestinations.js +3 -8
  40. package/dist-esm/src/operations/fhirDestinations.js.map +1 -1
  41. package/dist-esm/src/operations/fhirServices.js +3 -8
  42. package/dist-esm/src/operations/fhirServices.js.map +1 -1
  43. package/dist-esm/src/operations/iotConnectors.js +3 -8
  44. package/dist-esm/src/operations/iotConnectors.js.map +1 -1
  45. package/dist-esm/src/operations/operations.js +3 -8
  46. package/dist-esm/src/operations/operations.js.map +1 -1
  47. package/dist-esm/src/operations/privateEndpointConnections.js +3 -8
  48. package/dist-esm/src/operations/privateEndpointConnections.js.map +1 -1
  49. package/dist-esm/src/operations/services.js +6 -16
  50. package/dist-esm/src/operations/services.js.map +1 -1
  51. package/dist-esm/src/operations/workspacePrivateEndpointConnections.js +3 -8
  52. package/dist-esm/src/operations/workspacePrivateEndpointConnections.js.map +1 -1
  53. package/dist-esm/src/operations/workspacePrivateLinkResources.js +3 -8
  54. package/dist-esm/src/operations/workspacePrivateLinkResources.js.map +1 -1
  55. package/dist-esm/src/operations/workspaces.js +6 -16
  56. package/dist-esm/src/operations/workspaces.js.map +1 -1
  57. package/package.json +3 -10
  58. 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.
@@ -2226,77 +2223,77 @@ const IotFhirDestination = {
2226
2223
 
2227
2224
  var Mappers = /*#__PURE__*/Object.freeze({
2228
2225
  __proto__: null,
2229
- ServicesProperties: ServicesProperties,
2230
- ServiceAccessPolicyEntry: ServiceAccessPolicyEntry,
2231
- ServiceCosmosDbConfigurationInfo: ServiceCosmosDbConfigurationInfo,
2232
- ServiceAuthenticationConfigurationInfo: ServiceAuthenticationConfigurationInfo,
2233
- ServiceCorsConfigurationInfo: ServiceCorsConfigurationInfo,
2234
- ServiceExportConfigurationInfo: ServiceExportConfigurationInfo,
2235
- PrivateEndpoint: PrivateEndpoint,
2236
- PrivateLinkServiceConnectionState: PrivateLinkServiceConnectionState,
2237
- Resource: Resource,
2238
- ServiceAcrConfigurationInfo: ServiceAcrConfigurationInfo,
2239
- ServiceOciArtifactEntry: ServiceOciArtifactEntry,
2240
- SystemData: SystemData,
2241
- ServicesResource: ServicesResource,
2242
- ServicesResourceIdentity: ServicesResourceIdentity,
2226
+ CheckNameAvailabilityParameters: CheckNameAvailabilityParameters,
2227
+ DicomService: DicomService,
2228
+ DicomServiceAuthenticationConfiguration: DicomServiceAuthenticationConfiguration,
2229
+ DicomServiceCollection: DicomServiceCollection,
2230
+ DicomServicePatchResource: DicomServicePatchResource,
2243
2231
  ErrorDetails: ErrorDetails,
2244
2232
  ErrorDetailsInternal: ErrorDetailsInternal,
2245
- ServicesPatchDescription: ServicesPatchDescription,
2246
- ServicesDescriptionListResult: ServicesDescriptionListResult,
2247
- CheckNameAvailabilityParameters: CheckNameAvailabilityParameters,
2248
- ServicesNameAvailabilityInfo: ServicesNameAvailabilityInfo,
2249
- PrivateEndpointConnectionListResultDescription: PrivateEndpointConnectionListResultDescription,
2250
- PrivateLinkResourceListResultDescription: PrivateLinkResourceListResultDescription,
2251
- WorkspaceList: WorkspaceList,
2252
- WorkspaceProperties: WorkspaceProperties,
2253
- ResourceTags: ResourceTags,
2254
- ResourceCore: ResourceCore,
2255
2233
  ErrorModel: ErrorModel,
2256
- DicomServiceCollection: DicomServiceCollection,
2257
- DicomServiceAuthenticationConfiguration: DicomServiceAuthenticationConfiguration,
2258
- ServiceManagedIdentity: ServiceManagedIdentity,
2259
- ServiceManagedIdentityIdentity: ServiceManagedIdentityIdentity,
2260
- UserAssignedIdentity: UserAssignedIdentity,
2261
- IotConnectorCollection: IotConnectorCollection,
2262
- IotEventHubIngestionEndpointConfiguration: IotEventHubIngestionEndpointConfiguration,
2263
- IotMappingProperties: IotMappingProperties,
2264
- IotFhirDestinationCollection: IotFhirDestinationCollection,
2265
- IotDestinationProperties: IotDestinationProperties,
2266
- FhirServiceCollection: FhirServiceCollection,
2234
+ FhirService: FhirService,
2267
2235
  FhirServiceAccessPolicyEntry: FhirServiceAccessPolicyEntry,
2268
2236
  FhirServiceAcrConfiguration: FhirServiceAcrConfiguration,
2269
2237
  FhirServiceAuthenticationConfiguration: FhirServiceAuthenticationConfiguration,
2238
+ FhirServiceCollection: FhirServiceCollection,
2270
2239
  FhirServiceCorsConfiguration: FhirServiceCorsConfiguration,
2271
2240
  FhirServiceExportConfiguration: FhirServiceExportConfiguration,
2272
- ResourceVersionPolicyConfiguration: ResourceVersionPolicyConfiguration,
2241
+ FhirServicePatchResource: FhirServicePatchResource,
2242
+ IotConnector: IotConnector,
2243
+ IotConnectorCollection: IotConnectorCollection,
2244
+ IotConnectorPatchResource: IotConnectorPatchResource,
2245
+ IotDestinationProperties: IotDestinationProperties,
2246
+ IotEventHubIngestionEndpointConfiguration: IotEventHubIngestionEndpointConfiguration,
2247
+ IotFhirDestination: IotFhirDestination,
2248
+ IotFhirDestinationCollection: IotFhirDestinationCollection,
2249
+ IotFhirDestinationProperties: IotFhirDestinationProperties,
2250
+ IotMappingProperties: IotMappingProperties,
2273
2251
  ListOperations: ListOperations,
2252
+ LocationBasedResource: LocationBasedResource,
2253
+ LogSpecification: LogSpecification,
2254
+ MetricDimension: MetricDimension,
2255
+ MetricSpecification: MetricSpecification,
2274
2256
  OperationDetail: OperationDetail,
2275
2257
  OperationDisplay: OperationDisplay,
2276
2258
  OperationProperties: OperationProperties,
2277
- ServiceSpecification: ServiceSpecification,
2278
- LogSpecification: LogSpecification,
2279
- MetricSpecification: MetricSpecification,
2280
- MetricDimension: MetricDimension,
2281
2259
  OperationResultsDescription: OperationResultsDescription,
2282
- PrivateEndpointConnectionListResult: PrivateEndpointConnectionListResult,
2260
+ PrivateEndpoint: PrivateEndpoint,
2283
2261
  PrivateEndpointConnection: PrivateEndpointConnection,
2262
+ PrivateEndpointConnectionDescription: PrivateEndpointConnectionDescription,
2263
+ PrivateEndpointConnectionListResult: PrivateEndpointConnectionListResult,
2264
+ PrivateEndpointConnectionListResultDescription: PrivateEndpointConnectionListResultDescription,
2284
2265
  PrivateLinkResource: PrivateLinkResource,
2266
+ PrivateLinkResourceDescription: PrivateLinkResourceDescription,
2267
+ PrivateLinkResourceListResultDescription: PrivateLinkResourceListResultDescription,
2268
+ PrivateLinkServiceConnectionState: PrivateLinkServiceConnectionState,
2269
+ Resource: Resource,
2270
+ ResourceCore: ResourceCore,
2271
+ ResourceTags: ResourceTags,
2272
+ ResourceVersionPolicyConfiguration: ResourceVersionPolicyConfiguration,
2273
+ ServiceAccessPolicyEntry: ServiceAccessPolicyEntry,
2274
+ ServiceAcrConfigurationInfo: ServiceAcrConfigurationInfo,
2275
+ ServiceAuthenticationConfigurationInfo: ServiceAuthenticationConfigurationInfo,
2276
+ ServiceCorsConfigurationInfo: ServiceCorsConfigurationInfo,
2277
+ ServiceCosmosDbConfigurationInfo: ServiceCosmosDbConfigurationInfo,
2278
+ ServiceExportConfigurationInfo: ServiceExportConfigurationInfo,
2279
+ ServiceManagedIdentity: ServiceManagedIdentity,
2280
+ ServiceManagedIdentityIdentity: ServiceManagedIdentityIdentity,
2281
+ ServiceOciArtifactEntry: ServiceOciArtifactEntry,
2282
+ ServiceSpecification: ServiceSpecification,
2285
2283
  ServicesDescription: ServicesDescription,
2286
- LocationBasedResource: LocationBasedResource,
2284
+ ServicesDescriptionListResult: ServicesDescriptionListResult,
2285
+ ServicesNameAvailabilityInfo: ServicesNameAvailabilityInfo,
2286
+ ServicesPatchDescription: ServicesPatchDescription,
2287
+ ServicesProperties: ServicesProperties,
2288
+ ServicesResource: ServicesResource,
2289
+ ServicesResourceIdentity: ServicesResourceIdentity,
2290
+ SystemData: SystemData,
2287
2291
  TaggedResource: TaggedResource,
2288
- WorkspacePatchResource: WorkspacePatchResource,
2289
- DicomServicePatchResource: DicomServicePatchResource,
2290
- IotConnectorPatchResource: IotConnectorPatchResource,
2291
- FhirServicePatchResource: FhirServicePatchResource,
2292
- DicomService: DicomService,
2293
- IotConnector: IotConnector,
2294
- FhirService: FhirService,
2295
- IotFhirDestinationProperties: IotFhirDestinationProperties,
2296
- PrivateEndpointConnectionDescription: PrivateEndpointConnectionDescription,
2297
- PrivateLinkResourceDescription: PrivateLinkResourceDescription,
2292
+ UserAssignedIdentity: UserAssignedIdentity,
2298
2293
  Workspace: Workspace,
2299
- IotFhirDestination: IotFhirDestination
2294
+ WorkspaceList: WorkspaceList,
2295
+ WorkspacePatchResource: WorkspacePatchResource,
2296
+ WorkspaceProperties: WorkspaceProperties
2300
2297
  });
2301
2298
 
2302
2299
  /*
@@ -2657,16 +2654,11 @@ class ServicesImpl {
2657
2654
  return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
2658
2655
  var _a, e_1, _b, _c;
2659
2656
  try {
2660
- for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
2657
+ for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
2661
2658
  _c = _f.value;
2662
2659
  _d = false;
2663
- try {
2664
- const page = _c;
2665
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
2666
- }
2667
- finally {
2668
- _d = true;
2669
- }
2660
+ const page = _c;
2661
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
2670
2662
  }
2671
2663
  }
2672
2664
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
@@ -2724,16 +2716,11 @@ class ServicesImpl {
2724
2716
  return tslib.__asyncGenerator(this, arguments, function* listByResourceGroupPagingAll_1() {
2725
2717
  var _a, e_2, _b, _c;
2726
2718
  try {
2727
- for (var _d = true, _e = tslib.__asyncValues(this.listByResourceGroupPagingPage(resourceGroupName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
2719
+ for (var _d = true, _e = tslib.__asyncValues(this.listByResourceGroupPagingPage(resourceGroupName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
2728
2720
  _c = _f.value;
2729
2721
  _d = false;
2730
- try {
2731
- const page = _c;
2732
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
2733
- }
2734
- finally {
2735
- _d = true;
2736
- }
2722
+ const page = _c;
2723
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
2737
2724
  }
2738
2725
  }
2739
2726
  catch (e_2_1) { e_2 = { error: e_2_1 }; }
@@ -3209,16 +3196,11 @@ class PrivateEndpointConnectionsImpl {
3209
3196
  return tslib.__asyncGenerator(this, arguments, function* listByServicePagingAll_1() {
3210
3197
  var _a, e_1, _b, _c;
3211
3198
  try {
3212
- for (var _d = true, _e = tslib.__asyncValues(this.listByServicePagingPage(resourceGroupName, resourceName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
3199
+ for (var _d = true, _e = tslib.__asyncValues(this.listByServicePagingPage(resourceGroupName, resourceName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
3213
3200
  _c = _f.value;
3214
3201
  _d = false;
3215
- try {
3216
- const page = _c;
3217
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
3218
- }
3219
- finally {
3220
- _d = true;
3221
- }
3202
+ const page = _c;
3203
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
3222
3204
  }
3223
3205
  }
3224
3206
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
@@ -3625,16 +3607,11 @@ class WorkspacesImpl {
3625
3607
  return tslib.__asyncGenerator(this, arguments, function* listBySubscriptionPagingAll_1() {
3626
3608
  var _a, e_1, _b, _c;
3627
3609
  try {
3628
- for (var _d = true, _e = tslib.__asyncValues(this.listBySubscriptionPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
3610
+ for (var _d = true, _e = tslib.__asyncValues(this.listBySubscriptionPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
3629
3611
  _c = _f.value;
3630
3612
  _d = false;
3631
- try {
3632
- const page = _c;
3633
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
3634
- }
3635
- finally {
3636
- _d = true;
3637
- }
3613
+ const page = _c;
3614
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
3638
3615
  }
3639
3616
  }
3640
3617
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
@@ -3692,16 +3669,11 @@ class WorkspacesImpl {
3692
3669
  return tslib.__asyncGenerator(this, arguments, function* listByResourceGroupPagingAll_1() {
3693
3670
  var _a, e_2, _b, _c;
3694
3671
  try {
3695
- for (var _d = true, _e = tslib.__asyncValues(this.listByResourceGroupPagingPage(resourceGroupName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
3672
+ for (var _d = true, _e = tslib.__asyncValues(this.listByResourceGroupPagingPage(resourceGroupName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
3696
3673
  _c = _f.value;
3697
3674
  _d = false;
3698
- try {
3699
- const page = _c;
3700
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
3701
- }
3702
- finally {
3703
- _d = true;
3704
- }
3675
+ const page = _c;
3676
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
3705
3677
  }
3706
3678
  }
3707
3679
  catch (e_2_1) { e_2 = { error: e_2_1 }; }
@@ -4163,16 +4135,11 @@ class DicomServicesImpl {
4163
4135
  return tslib.__asyncGenerator(this, arguments, function* listByWorkspacePagingAll_1() {
4164
4136
  var _a, e_1, _b, _c;
4165
4137
  try {
4166
- for (var _d = true, _e = tslib.__asyncValues(this.listByWorkspacePagingPage(resourceGroupName, workspaceName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
4138
+ for (var _d = true, _e = tslib.__asyncValues(this.listByWorkspacePagingPage(resourceGroupName, workspaceName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
4167
4139
  _c = _f.value;
4168
4140
  _d = false;
4169
- try {
4170
- const page = _c;
4171
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
4172
- }
4173
- finally {
4174
- _d = true;
4175
- }
4141
+ const page = _c;
4142
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
4176
4143
  }
4177
4144
  }
4178
4145
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
@@ -4610,16 +4577,11 @@ class IotConnectorsImpl {
4610
4577
  return tslib.__asyncGenerator(this, arguments, function* listByWorkspacePagingAll_1() {
4611
4578
  var _a, e_1, _b, _c;
4612
4579
  try {
4613
- for (var _d = true, _e = tslib.__asyncValues(this.listByWorkspacePagingPage(resourceGroupName, workspaceName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
4580
+ for (var _d = true, _e = tslib.__asyncValues(this.listByWorkspacePagingPage(resourceGroupName, workspaceName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
4614
4581
  _c = _f.value;
4615
4582
  _d = false;
4616
- try {
4617
- const page = _c;
4618
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
4619
- }
4620
- finally {
4621
- _d = true;
4622
- }
4583
+ const page = _c;
4584
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
4623
4585
  }
4624
4586
  }
4625
4587
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
@@ -5058,16 +5020,11 @@ class FhirDestinationsImpl {
5058
5020
  return tslib.__asyncGenerator(this, arguments, function* listByIotConnectorPagingAll_1() {
5059
5021
  var _a, e_1, _b, _c;
5060
5022
  try {
5061
- for (var _d = true, _e = tslib.__asyncValues(this.listByIotConnectorPagingPage(resourceGroupName, workspaceName, iotConnectorName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
5023
+ for (var _d = true, _e = tslib.__asyncValues(this.listByIotConnectorPagingPage(resourceGroupName, workspaceName, iotConnectorName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
5062
5024
  _c = _f.value;
5063
5025
  _d = false;
5064
- try {
5065
- const page = _c;
5066
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
5067
- }
5068
- finally {
5069
- _d = true;
5070
- }
5026
+ const page = _c;
5027
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
5071
5028
  }
5072
5029
  }
5073
5030
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
@@ -5458,16 +5415,11 @@ class FhirServicesImpl {
5458
5415
  return tslib.__asyncGenerator(this, arguments, function* listByWorkspacePagingAll_1() {
5459
5416
  var _a, e_1, _b, _c;
5460
5417
  try {
5461
- for (var _d = true, _e = tslib.__asyncValues(this.listByWorkspacePagingPage(resourceGroupName, workspaceName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
5418
+ for (var _d = true, _e = tslib.__asyncValues(this.listByWorkspacePagingPage(resourceGroupName, workspaceName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
5462
5419
  _c = _f.value;
5463
5420
  _d = false;
5464
- try {
5465
- const page = _c;
5466
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
5467
- }
5468
- finally {
5469
- _d = true;
5470
- }
5421
+ const page = _c;
5422
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
5471
5423
  }
5472
5424
  }
5473
5425
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
@@ -5892,16 +5844,11 @@ class WorkspacePrivateEndpointConnectionsImpl {
5892
5844
  return tslib.__asyncGenerator(this, arguments, function* listByWorkspacePagingAll_1() {
5893
5845
  var _a, e_1, _b, _c;
5894
5846
  try {
5895
- for (var _d = true, _e = tslib.__asyncValues(this.listByWorkspacePagingPage(resourceGroupName, workspaceName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
5847
+ for (var _d = true, _e = tslib.__asyncValues(this.listByWorkspacePagingPage(resourceGroupName, workspaceName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
5896
5848
  _c = _f.value;
5897
5849
  _d = false;
5898
- try {
5899
- const page = _c;
5900
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
5901
- }
5902
- finally {
5903
- _d = true;
5904
- }
5850
+ const page = _c;
5851
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
5905
5852
  }
5906
5853
  }
5907
5854
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
@@ -6215,16 +6162,11 @@ class WorkspacePrivateLinkResourcesImpl {
6215
6162
  return tslib.__asyncGenerator(this, arguments, function* listByWorkspacePagingAll_1() {
6216
6163
  var _a, e_1, _b, _c;
6217
6164
  try {
6218
- for (var _d = true, _e = tslib.__asyncValues(this.listByWorkspacePagingPage(resourceGroupName, workspaceName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
6165
+ for (var _d = true, _e = tslib.__asyncValues(this.listByWorkspacePagingPage(resourceGroupName, workspaceName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
6219
6166
  _c = _f.value;
6220
6167
  _d = false;
6221
- try {
6222
- const page = _c;
6223
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
6224
- }
6225
- finally {
6226
- _d = true;
6227
- }
6168
+ const page = _c;
6169
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
6228
6170
  }
6229
6171
  }
6230
6172
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
@@ -6364,16 +6306,11 @@ class OperationsImpl {
6364
6306
  return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
6365
6307
  var _a, e_1, _b, _c;
6366
6308
  try {
6367
- for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
6309
+ for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
6368
6310
  _c = _f.value;
6369
6311
  _d = false;
6370
- try {
6371
- const page = _c;
6372
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
6373
- }
6374
- finally {
6375
- _d = true;
6376
- }
6312
+ const page = _c;
6313
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
6377
6314
  }
6378
6315
  }
6379
6316
  catch (e_1_1) { e_1 = { error: e_1_1 }; }