@azure/arm-keyvault-profile-2020-09-01-hybrid 2.1.1-alpha.20231009.1 → 2.1.1-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.
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.
@@ -1809,52 +1806,52 @@ const PrivateEndpointConnectionsDeleteHeaders = {
1809
1806
 
1810
1807
  var Mappers = /*#__PURE__*/Object.freeze({
1811
1808
  __proto__: null,
1812
- VaultCreateOrUpdateParameters: VaultCreateOrUpdateParameters,
1813
- VaultProperties: VaultProperties,
1814
- Sku: Sku,
1815
1809
  AccessPolicyEntry: AccessPolicyEntry,
1816
- Permissions: Permissions,
1817
- NetworkRuleSet: NetworkRuleSet,
1818
- IPRule: IPRule,
1819
- VirtualNetworkRule: VirtualNetworkRule,
1820
- PrivateEndpointConnectionItem: PrivateEndpointConnectionItem,
1821
- PrivateEndpoint: PrivateEndpoint,
1822
- PrivateLinkServiceConnectionState: PrivateLinkServiceConnectionState,
1823
- Vault: Vault,
1810
+ Attributes: Attributes,
1811
+ CheckNameAvailabilityResult: CheckNameAvailabilityResult,
1824
1812
  CloudError: CloudError,
1825
1813
  CloudErrorBody: CloudErrorBody,
1826
- VaultPatchParameters: VaultPatchParameters,
1827
- VaultPatchProperties: VaultPatchProperties,
1828
- VaultAccessPolicyParameters: VaultAccessPolicyParameters,
1829
- VaultAccessPolicyProperties: VaultAccessPolicyProperties,
1830
- VaultListResult: VaultListResult,
1831
- DeletedVaultListResult: DeletedVaultListResult,
1832
1814
  DeletedVault: DeletedVault,
1815
+ DeletedVaultListResult: DeletedVaultListResult,
1833
1816
  DeletedVaultProperties: DeletedVaultProperties,
1834
- ResourceListResult: ResourceListResult,
1835
- Resource: Resource,
1836
- VaultCheckNameAvailabilityParameters: VaultCheckNameAvailabilityParameters,
1837
- CheckNameAvailabilityResult: CheckNameAvailabilityResult,
1838
- PrivateLinkResourceListResult: PrivateLinkResourceListResult,
1839
- OperationListResult: OperationListResult,
1840
- Operation: Operation,
1841
- OperationDisplay: OperationDisplay,
1842
- ServiceSpecification: ServiceSpecification,
1817
+ DimensionProperties: DimensionProperties,
1818
+ IPRule: IPRule,
1843
1819
  LogSpecification: LogSpecification,
1844
1820
  MetricSpecification: MetricSpecification,
1845
- DimensionProperties: DimensionProperties,
1846
- SecretCreateOrUpdateParameters: SecretCreateOrUpdateParameters,
1847
- SecretProperties: SecretProperties,
1848
- Attributes: Attributes,
1849
- SecretPatchParameters: SecretPatchParameters,
1850
- SecretPatchProperties: SecretPatchProperties,
1851
- SecretListResult: SecretListResult,
1821
+ NetworkRuleSet: NetworkRuleSet,
1822
+ Operation: Operation,
1823
+ OperationDisplay: OperationDisplay,
1824
+ OperationListResult: OperationListResult,
1825
+ Permissions: Permissions,
1826
+ PrivateEndpoint: PrivateEndpoint,
1852
1827
  PrivateEndpointConnection: PrivateEndpointConnection,
1828
+ PrivateEndpointConnectionItem: PrivateEndpointConnectionItem,
1829
+ PrivateEndpointConnectionsDeleteHeaders: PrivateEndpointConnectionsDeleteHeaders,
1830
+ PrivateEndpointConnectionsPutHeaders: PrivateEndpointConnectionsPutHeaders,
1853
1831
  PrivateLinkResource: PrivateLinkResource,
1832
+ PrivateLinkResourceListResult: PrivateLinkResourceListResult,
1833
+ PrivateLinkServiceConnectionState: PrivateLinkServiceConnectionState,
1834
+ Resource: Resource,
1835
+ ResourceListResult: ResourceListResult,
1854
1836
  Secret: Secret,
1855
1837
  SecretAttributes: SecretAttributes,
1856
- PrivateEndpointConnectionsPutHeaders: PrivateEndpointConnectionsPutHeaders,
1857
- PrivateEndpointConnectionsDeleteHeaders: PrivateEndpointConnectionsDeleteHeaders
1838
+ SecretCreateOrUpdateParameters: SecretCreateOrUpdateParameters,
1839
+ SecretListResult: SecretListResult,
1840
+ SecretPatchParameters: SecretPatchParameters,
1841
+ SecretPatchProperties: SecretPatchProperties,
1842
+ SecretProperties: SecretProperties,
1843
+ ServiceSpecification: ServiceSpecification,
1844
+ Sku: Sku,
1845
+ Vault: Vault,
1846
+ VaultAccessPolicyParameters: VaultAccessPolicyParameters,
1847
+ VaultAccessPolicyProperties: VaultAccessPolicyProperties,
1848
+ VaultCheckNameAvailabilityParameters: VaultCheckNameAvailabilityParameters,
1849
+ VaultCreateOrUpdateParameters: VaultCreateOrUpdateParameters,
1850
+ VaultListResult: VaultListResult,
1851
+ VaultPatchParameters: VaultPatchParameters,
1852
+ VaultPatchProperties: VaultPatchProperties,
1853
+ VaultProperties: VaultProperties,
1854
+ VirtualNetworkRule: VirtualNetworkRule
1858
1855
  });
1859
1856
 
1860
1857
  /*
@@ -2168,16 +2165,11 @@ class VaultsImpl {
2168
2165
  return tslib.__asyncGenerator(this, arguments, function* listByResourceGroupPagingAll_1() {
2169
2166
  var _a, e_1, _b, _c;
2170
2167
  try {
2171
- for (var _d = true, _e = tslib.__asyncValues(this.listByResourceGroupPagingPage(resourceGroupName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
2168
+ for (var _d = true, _e = tslib.__asyncValues(this.listByResourceGroupPagingPage(resourceGroupName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
2172
2169
  _c = _f.value;
2173
2170
  _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
- }
2171
+ const page = _c;
2172
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
2181
2173
  }
2182
2174
  }
2183
2175
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
@@ -2234,16 +2226,11 @@ class VaultsImpl {
2234
2226
  return tslib.__asyncGenerator(this, arguments, function* listBySubscriptionPagingAll_1() {
2235
2227
  var _a, e_2, _b, _c;
2236
2228
  try {
2237
- for (var _d = true, _e = tslib.__asyncValues(this.listBySubscriptionPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
2229
+ for (var _d = true, _e = tslib.__asyncValues(this.listBySubscriptionPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
2238
2230
  _c = _f.value;
2239
2231
  _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
- }
2232
+ const page = _c;
2233
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
2247
2234
  }
2248
2235
  }
2249
2236
  catch (e_2_1) { e_2 = { error: e_2_1 }; }
@@ -2300,16 +2287,11 @@ class VaultsImpl {
2300
2287
  return tslib.__asyncGenerator(this, arguments, function* listDeletedPagingAll_1() {
2301
2288
  var _a, e_3, _b, _c;
2302
2289
  try {
2303
- for (var _d = true, _e = tslib.__asyncValues(this.listDeletedPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
2290
+ for (var _d = true, _e = tslib.__asyncValues(this.listDeletedPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
2304
2291
  _c = _f.value;
2305
2292
  _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
- }
2293
+ const page = _c;
2294
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
2313
2295
  }
2314
2296
  }
2315
2297
  catch (e_3_1) { e_3 = { error: e_3_1 }; }
@@ -2366,16 +2348,11 @@ class VaultsImpl {
2366
2348
  return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
2367
2349
  var _a, e_4, _b, _c;
2368
2350
  try {
2369
- for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
2351
+ for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
2370
2352
  _c = _f.value;
2371
2353
  _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
- }
2354
+ const page = _c;
2355
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
2379
2356
  }
2380
2357
  }
2381
2358
  catch (e_4_1) { e_4 = { error: e_4_1 }; }
@@ -3281,16 +3258,11 @@ class OperationsImpl {
3281
3258
  return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
3282
3259
  var _a, e_1, _b, _c;
3283
3260
  try {
3284
- for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
3261
+ for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
3285
3262
  _c = _f.value;
3286
3263
  _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
- }
3264
+ const page = _c;
3265
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
3294
3266
  }
3295
3267
  }
3296
3268
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
@@ -3418,16 +3390,11 @@ class SecretsImpl {
3418
3390
  return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
3419
3391
  var _a, e_1, _b, _c;
3420
3392
  try {
3421
- for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(resourceGroupName, vaultName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
3393
+ for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(resourceGroupName, vaultName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
3422
3394
  _c = _f.value;
3423
3395
  _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
- }
3396
+ const page = _c;
3397
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
3431
3398
  }
3432
3399
  }
3433
3400
  catch (e_1_1) { e_1 = { error: e_1_1 }; }