@azure/arm-eventhub-profile-2020-09-01-hybrid 2.1.1-alpha.20231016.1 → 2.1.1-alpha.20231030.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 (43) hide show
  1. package/dist/index.js +33 -88
  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/clustersListByResourceGroupSample.js +3 -8
  6. package/dist-esm/samples-dev/clustersListByResourceGroupSample.js.map +1 -1
  7. package/dist-esm/samples-dev/consumerGroupsListByEventHubSample.js +3 -8
  8. package/dist-esm/samples-dev/consumerGroupsListByEventHubSample.js.map +1 -1
  9. package/dist-esm/samples-dev/disasterRecoveryConfigsListAuthorizationRulesSample.js +3 -8
  10. package/dist-esm/samples-dev/disasterRecoveryConfigsListAuthorizationRulesSample.js.map +1 -1
  11. package/dist-esm/samples-dev/eventHubsListAuthorizationRulesSample.js +3 -8
  12. package/dist-esm/samples-dev/eventHubsListAuthorizationRulesSample.js.map +1 -1
  13. package/dist-esm/samples-dev/eventHubsListByNamespaceSample.js +3 -8
  14. package/dist-esm/samples-dev/eventHubsListByNamespaceSample.js.map +1 -1
  15. package/dist-esm/samples-dev/namespacesListAuthorizationRulesSample.js +3 -8
  16. package/dist-esm/samples-dev/namespacesListAuthorizationRulesSample.js.map +1 -1
  17. package/dist-esm/samples-dev/namespacesListByResourceGroupSample.js +3 -8
  18. package/dist-esm/samples-dev/namespacesListByResourceGroupSample.js.map +1 -1
  19. package/dist-esm/samples-dev/namespacesListSample.js +3 -8
  20. package/dist-esm/samples-dev/namespacesListSample.js.map +1 -1
  21. package/dist-esm/samples-dev/operationsListSample.js +3 -8
  22. package/dist-esm/samples-dev/operationsListSample.js.map +1 -1
  23. package/dist-esm/samples-dev/privateEndpointConnectionsListSample.js +3 -8
  24. package/dist-esm/samples-dev/privateEndpointConnectionsListSample.js.map +1 -1
  25. package/dist-esm/samples-dev/regionsListBySkuSample.js +6 -16
  26. package/dist-esm/samples-dev/regionsListBySkuSample.js.map +1 -1
  27. package/dist-esm/src/operations/clusters.js +3 -8
  28. package/dist-esm/src/operations/clusters.js.map +1 -1
  29. package/dist-esm/src/operations/consumerGroups.js +3 -8
  30. package/dist-esm/src/operations/consumerGroups.js.map +1 -1
  31. package/dist-esm/src/operations/disasterRecoveryConfigs.js +3 -8
  32. package/dist-esm/src/operations/disasterRecoveryConfigs.js.map +1 -1
  33. package/dist-esm/src/operations/eventHubs.js +6 -16
  34. package/dist-esm/src/operations/eventHubs.js.map +1 -1
  35. package/dist-esm/src/operations/namespaces.js +9 -24
  36. package/dist-esm/src/operations/namespaces.js.map +1 -1
  37. package/dist-esm/src/operations/operations.js +3 -8
  38. package/dist-esm/src/operations/operations.js.map +1 -1
  39. package/dist-esm/src/operations/privateEndpointConnections.js +3 -8
  40. package/dist-esm/src/operations/privateEndpointConnections.js.map +1 -1
  41. package/dist-esm/src/operations/regions.js +3 -8
  42. package/dist-esm/src/operations/regions.js.map +1 -1
  43. package/package.json +4 -4
package/dist/index.js CHANGED
@@ -1688,16 +1688,11 @@ class ClustersImpl {
1688
1688
  return tslib.__asyncGenerator(this, arguments, function* listByResourceGroupPagingAll_1() {
1689
1689
  var _a, e_1, _b, _c;
1690
1690
  try {
1691
- for (var _d = true, _e = tslib.__asyncValues(this.listByResourceGroupPagingPage(resourceGroupName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
1691
+ for (var _d = true, _e = tslib.__asyncValues(this.listByResourceGroupPagingPage(resourceGroupName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
1692
1692
  _c = _f.value;
1693
1693
  _d = false;
1694
- try {
1695
- const page = _c;
1696
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
1697
- }
1698
- finally {
1699
- _d = true;
1700
- }
1694
+ const page = _c;
1695
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
1701
1696
  }
1702
1697
  }
1703
1698
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
@@ -2158,16 +2153,11 @@ class NamespacesImpl {
2158
2153
  return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
2159
2154
  var _a, e_1, _b, _c;
2160
2155
  try {
2161
- for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
2156
+ for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
2162
2157
  _c = _f.value;
2163
2158
  _d = false;
2164
- try {
2165
- const page = _c;
2166
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
2167
- }
2168
- finally {
2169
- _d = true;
2170
- }
2159
+ const page = _c;
2160
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
2171
2161
  }
2172
2162
  }
2173
2163
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
@@ -2225,16 +2215,11 @@ class NamespacesImpl {
2225
2215
  return tslib.__asyncGenerator(this, arguments, function* listByResourceGroupPagingAll_1() {
2226
2216
  var _a, e_2, _b, _c;
2227
2217
  try {
2228
- for (var _d = true, _e = tslib.__asyncValues(this.listByResourceGroupPagingPage(resourceGroupName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
2218
+ for (var _d = true, _e = tslib.__asyncValues(this.listByResourceGroupPagingPage(resourceGroupName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
2229
2219
  _c = _f.value;
2230
2220
  _d = false;
2231
- try {
2232
- const page = _c;
2233
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
2234
- }
2235
- finally {
2236
- _d = true;
2237
- }
2221
+ const page = _c;
2222
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
2238
2223
  }
2239
2224
  }
2240
2225
  catch (e_2_1) { e_2 = { error: e_2_1 }; }
@@ -2293,16 +2278,11 @@ class NamespacesImpl {
2293
2278
  return tslib.__asyncGenerator(this, arguments, function* listAuthorizationRulesPagingAll_1() {
2294
2279
  var _a, e_3, _b, _c;
2295
2280
  try {
2296
- for (var _d = true, _e = tslib.__asyncValues(this.listAuthorizationRulesPagingPage(resourceGroupName, namespaceName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
2281
+ for (var _d = true, _e = tslib.__asyncValues(this.listAuthorizationRulesPagingPage(resourceGroupName, namespaceName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
2297
2282
  _c = _f.value;
2298
2283
  _d = false;
2299
- try {
2300
- const page = _c;
2301
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
2302
- }
2303
- finally {
2304
- _d = true;
2305
- }
2284
+ const page = _c;
2285
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
2306
2286
  }
2307
2287
  }
2308
2288
  catch (e_3_1) { e_3 = { error: e_3_1 }; }
@@ -2986,16 +2966,11 @@ class PrivateEndpointConnectionsImpl {
2986
2966
  return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
2987
2967
  var _a, e_1, _b, _c;
2988
2968
  try {
2989
- for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(resourceGroupName, namespaceName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
2969
+ for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(resourceGroupName, namespaceName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
2990
2970
  _c = _f.value;
2991
2971
  _d = false;
2992
- try {
2993
- const page = _c;
2994
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
2995
- }
2996
- finally {
2997
- _d = true;
2998
- }
2972
+ const page = _c;
2973
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
2999
2974
  }
3000
2975
  }
3001
2976
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
@@ -3352,16 +3327,11 @@ class DisasterRecoveryConfigsImpl {
3352
3327
  return tslib.__asyncGenerator(this, arguments, function* listAuthorizationRulesPagingAll_1() {
3353
3328
  var _a, e_1, _b, _c;
3354
3329
  try {
3355
- for (var _d = true, _e = tslib.__asyncValues(this.listAuthorizationRulesPagingPage(resourceGroupName, namespaceName, alias, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
3330
+ for (var _d = true, _e = tslib.__asyncValues(this.listAuthorizationRulesPagingPage(resourceGroupName, namespaceName, alias, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
3356
3331
  _c = _f.value;
3357
3332
  _d = false;
3358
- try {
3359
- const page = _c;
3360
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
3361
- }
3362
- finally {
3363
- _d = true;
3364
- }
3333
+ const page = _c;
3334
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
3365
3335
  }
3366
3336
  }
3367
3337
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
@@ -3587,16 +3557,11 @@ class EventHubsImpl {
3587
3557
  return tslib.__asyncGenerator(this, arguments, function* listAuthorizationRulesPagingAll_1() {
3588
3558
  var _a, e_1, _b, _c;
3589
3559
  try {
3590
- for (var _d = true, _e = tslib.__asyncValues(this.listAuthorizationRulesPagingPage(resourceGroupName, namespaceName, eventHubName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
3560
+ for (var _d = true, _e = tslib.__asyncValues(this.listAuthorizationRulesPagingPage(resourceGroupName, namespaceName, eventHubName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
3591
3561
  _c = _f.value;
3592
3562
  _d = false;
3593
- try {
3594
- const page = _c;
3595
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
3596
- }
3597
- finally {
3598
- _d = true;
3599
- }
3563
+ const page = _c;
3564
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
3600
3565
  }
3601
3566
  }
3602
3567
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
@@ -3655,16 +3620,11 @@ class EventHubsImpl {
3655
3620
  return tslib.__asyncGenerator(this, arguments, function* listByNamespacePagingAll_1() {
3656
3621
  var _a, e_2, _b, _c;
3657
3622
  try {
3658
- for (var _d = true, _e = tslib.__asyncValues(this.listByNamespacePagingPage(resourceGroupName, namespaceName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
3623
+ for (var _d = true, _e = tslib.__asyncValues(this.listByNamespacePagingPage(resourceGroupName, namespaceName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
3659
3624
  _c = _f.value;
3660
3625
  _d = false;
3661
- try {
3662
- const page = _c;
3663
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
3664
- }
3665
- finally {
3666
- _d = true;
3667
- }
3626
+ const page = _c;
3627
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
3668
3628
  }
3669
3629
  }
3670
3630
  catch (e_2_1) { e_2 = { error: e_2_1 }; }
@@ -4179,16 +4139,11 @@ class ConsumerGroupsImpl {
4179
4139
  return tslib.__asyncGenerator(this, arguments, function* listByEventHubPagingAll_1() {
4180
4140
  var _a, e_1, _b, _c;
4181
4141
  try {
4182
- for (var _d = true, _e = tslib.__asyncValues(this.listByEventHubPagingPage(resourceGroupName, namespaceName, eventHubName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
4142
+ for (var _d = true, _e = tslib.__asyncValues(this.listByEventHubPagingPage(resourceGroupName, namespaceName, eventHubName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
4183
4143
  _c = _f.value;
4184
4144
  _d = false;
4185
- try {
4186
- const page = _c;
4187
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
4188
- }
4189
- finally {
4190
- _d = true;
4191
- }
4145
+ const page = _c;
4146
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
4192
4147
  }
4193
4148
  }
4194
4149
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
@@ -4455,16 +4410,11 @@ class OperationsImpl {
4455
4410
  return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
4456
4411
  var _a, e_1, _b, _c;
4457
4412
  try {
4458
- for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
4413
+ for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
4459
4414
  _c = _f.value;
4460
4415
  _d = false;
4461
- try {
4462
- const page = _c;
4463
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
4464
- }
4465
- finally {
4466
- _d = true;
4467
- }
4416
+ const page = _c;
4417
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
4468
4418
  }
4469
4419
  }
4470
4420
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
@@ -4589,16 +4539,11 @@ class RegionsImpl {
4589
4539
  return tslib.__asyncGenerator(this, arguments, function* listBySkuPagingAll_1() {
4590
4540
  var _a, e_1, _b, _c;
4591
4541
  try {
4592
- for (var _d = true, _e = tslib.__asyncValues(this.listBySkuPagingPage(sku, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
4542
+ for (var _d = true, _e = tslib.__asyncValues(this.listBySkuPagingPage(sku, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
4593
4543
  _c = _f.value;
4594
4544
  _d = false;
4595
- try {
4596
- const page = _c;
4597
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
4598
- }
4599
- finally {
4600
- _d = true;
4601
- }
4545
+ const page = _c;
4546
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
4602
4547
  }
4603
4548
  }
4604
4549
  catch (e_1_1) { e_1 = { error: e_1_1 }; }