@azure/arm-keyvault-profile-2020-09-01-hybrid 2.1.1-alpha.20230320.1 → 2.1.1-alpha.20230419.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.
package/dist/index.js CHANGED
@@ -2166,17 +2166,24 @@ class VaultsImpl {
2166
2166
  }
2167
2167
  listByResourceGroupPagingAll(resourceGroupName, options) {
2168
2168
  return tslib.__asyncGenerator(this, arguments, function* listByResourceGroupPagingAll_1() {
2169
- var e_1, _a;
2169
+ var _a, e_1, _b, _c;
2170
2170
  try {
2171
- for (var _b = tslib.__asyncValues(this.listByResourceGroupPagingPage(resourceGroupName, options)), _c; _c = yield tslib.__await(_b.next()), !_c.done;) {
2172
- const page = _c.value;
2173
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
2171
+ for (var _d = true, _e = tslib.__asyncValues(this.listByResourceGroupPagingPage(resourceGroupName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
2172
+ _c = _f.value;
2173
+ _d = false;
2174
+ try {
2175
+ const page = _c;
2176
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
2177
+ }
2178
+ finally {
2179
+ _d = true;
2180
+ }
2174
2181
  }
2175
2182
  }
2176
2183
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
2177
2184
  finally {
2178
2185
  try {
2179
- if (_c && !_c.done && (_a = _b.return)) yield tslib.__await(_a.call(_b));
2186
+ if (!_d && !_a && (_b = _e.return)) yield tslib.__await(_b.call(_e));
2180
2187
  }
2181
2188
  finally { if (e_1) throw e_1.error; }
2182
2189
  }
@@ -2225,17 +2232,24 @@ class VaultsImpl {
2225
2232
  }
2226
2233
  listBySubscriptionPagingAll(options) {
2227
2234
  return tslib.__asyncGenerator(this, arguments, function* listBySubscriptionPagingAll_1() {
2228
- var e_2, _a;
2235
+ var _a, e_2, _b, _c;
2229
2236
  try {
2230
- for (var _b = tslib.__asyncValues(this.listBySubscriptionPagingPage(options)), _c; _c = yield tslib.__await(_b.next()), !_c.done;) {
2231
- const page = _c.value;
2232
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
2237
+ for (var _d = true, _e = tslib.__asyncValues(this.listBySubscriptionPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
2238
+ _c = _f.value;
2239
+ _d = false;
2240
+ try {
2241
+ const page = _c;
2242
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
2243
+ }
2244
+ finally {
2245
+ _d = true;
2246
+ }
2233
2247
  }
2234
2248
  }
2235
2249
  catch (e_2_1) { e_2 = { error: e_2_1 }; }
2236
2250
  finally {
2237
2251
  try {
2238
- if (_c && !_c.done && (_a = _b.return)) yield tslib.__await(_a.call(_b));
2252
+ if (!_d && !_a && (_b = _e.return)) yield tslib.__await(_b.call(_e));
2239
2253
  }
2240
2254
  finally { if (e_2) throw e_2.error; }
2241
2255
  }
@@ -2284,17 +2298,24 @@ class VaultsImpl {
2284
2298
  }
2285
2299
  listDeletedPagingAll(options) {
2286
2300
  return tslib.__asyncGenerator(this, arguments, function* listDeletedPagingAll_1() {
2287
- var e_3, _a;
2301
+ var _a, e_3, _b, _c;
2288
2302
  try {
2289
- for (var _b = tslib.__asyncValues(this.listDeletedPagingPage(options)), _c; _c = yield tslib.__await(_b.next()), !_c.done;) {
2290
- const page = _c.value;
2291
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
2303
+ for (var _d = true, _e = tslib.__asyncValues(this.listDeletedPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
2304
+ _c = _f.value;
2305
+ _d = false;
2306
+ try {
2307
+ const page = _c;
2308
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
2309
+ }
2310
+ finally {
2311
+ _d = true;
2312
+ }
2292
2313
  }
2293
2314
  }
2294
2315
  catch (e_3_1) { e_3 = { error: e_3_1 }; }
2295
2316
  finally {
2296
2317
  try {
2297
- if (_c && !_c.done && (_a = _b.return)) yield tslib.__await(_a.call(_b));
2318
+ if (!_d && !_a && (_b = _e.return)) yield tslib.__await(_b.call(_e));
2298
2319
  }
2299
2320
  finally { if (e_3) throw e_3.error; }
2300
2321
  }
@@ -2343,17 +2364,24 @@ class VaultsImpl {
2343
2364
  }
2344
2365
  listPagingAll(options) {
2345
2366
  return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
2346
- var e_4, _a;
2367
+ var _a, e_4, _b, _c;
2347
2368
  try {
2348
- for (var _b = tslib.__asyncValues(this.listPagingPage(options)), _c; _c = yield tslib.__await(_b.next()), !_c.done;) {
2349
- const page = _c.value;
2350
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
2369
+ for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
2370
+ _c = _f.value;
2371
+ _d = false;
2372
+ try {
2373
+ const page = _c;
2374
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
2375
+ }
2376
+ finally {
2377
+ _d = true;
2378
+ }
2351
2379
  }
2352
2380
  }
2353
2381
  catch (e_4_1) { e_4 = { error: e_4_1 }; }
2354
2382
  finally {
2355
2383
  try {
2356
- if (_c && !_c.done && (_a = _b.return)) yield tslib.__await(_a.call(_b));
2384
+ if (!_d && !_a && (_b = _e.return)) yield tslib.__await(_b.call(_e));
2357
2385
  }
2358
2386
  finally { if (e_4) throw e_4.error; }
2359
2387
  }
@@ -3251,17 +3279,24 @@ class OperationsImpl {
3251
3279
  }
3252
3280
  listPagingAll(options) {
3253
3281
  return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
3254
- var e_1, _a;
3282
+ var _a, e_1, _b, _c;
3255
3283
  try {
3256
- for (var _b = tslib.__asyncValues(this.listPagingPage(options)), _c; _c = yield tslib.__await(_b.next()), !_c.done;) {
3257
- const page = _c.value;
3258
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
3284
+ for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
3285
+ _c = _f.value;
3286
+ _d = false;
3287
+ try {
3288
+ const page = _c;
3289
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
3290
+ }
3291
+ finally {
3292
+ _d = true;
3293
+ }
3259
3294
  }
3260
3295
  }
3261
3296
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
3262
3297
  finally {
3263
3298
  try {
3264
- if (_c && !_c.done && (_a = _b.return)) yield tslib.__await(_a.call(_b));
3299
+ if (!_d && !_a && (_b = _e.return)) yield tslib.__await(_b.call(_e));
3265
3300
  }
3266
3301
  finally { if (e_1) throw e_1.error; }
3267
3302
  }
@@ -3381,17 +3416,24 @@ class SecretsImpl {
3381
3416
  }
3382
3417
  listPagingAll(resourceGroupName, vaultName, options) {
3383
3418
  return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
3384
- var e_1, _a;
3419
+ var _a, e_1, _b, _c;
3385
3420
  try {
3386
- for (var _b = tslib.__asyncValues(this.listPagingPage(resourceGroupName, vaultName, options)), _c; _c = yield tslib.__await(_b.next()), !_c.done;) {
3387
- const page = _c.value;
3388
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
3421
+ for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(resourceGroupName, vaultName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
3422
+ _c = _f.value;
3423
+ _d = false;
3424
+ try {
3425
+ const page = _c;
3426
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
3427
+ }
3428
+ finally {
3429
+ _d = true;
3430
+ }
3389
3431
  }
3390
3432
  }
3391
3433
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
3392
3434
  finally {
3393
3435
  try {
3394
- if (_c && !_c.done && (_a = _b.return)) yield tslib.__await(_a.call(_b));
3436
+ if (!_d && !_a && (_b = _e.return)) yield tslib.__await(_b.call(_e));
3395
3437
  }
3396
3438
  finally { if (e_1) throw e_1.error; }
3397
3439
  }