@azure/arm-appinsights 5.0.0-alpha.20231009.1 → 5.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.
- package/dist/index.js +112 -190
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.map +1 -1
- package/dist-esm/samples-dev/annotationsListSample.js +3 -8
- package/dist-esm/samples-dev/annotationsListSample.js.map +1 -1
- package/dist-esm/samples-dev/apiKeysListSample.js +3 -8
- package/dist-esm/samples-dev/apiKeysListSample.js.map +1 -1
- package/dist-esm/samples-dev/componentsListByResourceGroupSample.js +3 -8
- package/dist-esm/samples-dev/componentsListByResourceGroupSample.js.map +1 -1
- package/dist-esm/samples-dev/componentsListSample.js +3 -8
- package/dist-esm/samples-dev/componentsListSample.js.map +1 -1
- package/dist-esm/samples-dev/myWorkbooksListByResourceGroupSample.js +6 -16
- package/dist-esm/samples-dev/myWorkbooksListByResourceGroupSample.js.map +1 -1
- package/dist-esm/samples-dev/myWorkbooksListBySubscriptionSample.js +6 -16
- package/dist-esm/samples-dev/myWorkbooksListBySubscriptionSample.js.map +1 -1
- package/dist-esm/samples-dev/webTestLocationsListSample.js +3 -8
- package/dist-esm/samples-dev/webTestLocationsListSample.js.map +1 -1
- package/dist-esm/samples-dev/webTestsListByComponentSample.js +3 -8
- package/dist-esm/samples-dev/webTestsListByComponentSample.js.map +1 -1
- package/dist-esm/samples-dev/webTestsListByResourceGroupSample.js +3 -8
- package/dist-esm/samples-dev/webTestsListByResourceGroupSample.js.map +1 -1
- package/dist-esm/samples-dev/webTestsListSample.js +3 -8
- package/dist-esm/samples-dev/webTestsListSample.js.map +1 -1
- package/dist-esm/samples-dev/workItemConfigurationsListSample.js +3 -8
- package/dist-esm/samples-dev/workItemConfigurationsListSample.js.map +1 -1
- package/dist-esm/samples-dev/workbookTemplatesListByResourceGroupSample.js +3 -8
- package/dist-esm/samples-dev/workbookTemplatesListByResourceGroupSample.js.map +1 -1
- package/dist-esm/samples-dev/workbooksListByResourceGroupSample.js +6 -16
- package/dist-esm/samples-dev/workbooksListByResourceGroupSample.js.map +1 -1
- package/dist-esm/samples-dev/workbooksListBySubscriptionSample.js +6 -16
- package/dist-esm/samples-dev/workbooksListBySubscriptionSample.js.map +1 -1
- package/dist-esm/samples-dev/workbooksRevisionsListSample.js +3 -8
- package/dist-esm/samples-dev/workbooksRevisionsListSample.js.map +1 -1
- package/dist-esm/src/operations/aPIKeys.js +3 -8
- package/dist-esm/src/operations/aPIKeys.js.map +1 -1
- package/dist-esm/src/operations/annotations.js +3 -8
- package/dist-esm/src/operations/annotations.js.map +1 -1
- package/dist-esm/src/operations/components.js +6 -16
- package/dist-esm/src/operations/components.js.map +1 -1
- package/dist-esm/src/operations/myWorkbooks.js +6 -16
- package/dist-esm/src/operations/myWorkbooks.js.map +1 -1
- package/dist-esm/src/operations/webTestLocations.js +3 -8
- package/dist-esm/src/operations/webTestLocations.js.map +1 -1
- package/dist-esm/src/operations/webTests.js +9 -24
- package/dist-esm/src/operations/webTests.js.map +1 -1
- package/dist-esm/src/operations/workItemConfigurations.js +3 -8
- package/dist-esm/src/operations/workItemConfigurations.js.map +1 -1
- package/dist-esm/src/operations/workbookTemplates.js +3 -8
- package/dist-esm/src/operations/workbookTemplates.js.map +1 -1
- package/dist-esm/src/operations/workbooks.js +9 -24
- package/dist-esm/src/operations/workbooks.js.map +1 -1
- package/package.json +3 -10
- package/rollup.config.js +0 -122
package/dist/index.js
CHANGED
|
@@ -1,13 +1,10 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
-
|
|
5
3
|
var coreClient = require('@azure/core-client');
|
|
6
4
|
var coreRestPipeline = require('@azure/core-rest-pipeline');
|
|
7
5
|
var tslib = require('tslib');
|
|
8
6
|
|
|
9
|
-
function
|
|
10
|
-
if (e && e.__esModule) return e;
|
|
7
|
+
function _interopNamespaceDefault(e) {
|
|
11
8
|
var n = Object.create(null);
|
|
12
9
|
if (e) {
|
|
13
10
|
Object.keys(e).forEach(function (k) {
|
|
@@ -20,12 +17,12 @@ function _interopNamespace(e) {
|
|
|
20
17
|
}
|
|
21
18
|
});
|
|
22
19
|
}
|
|
23
|
-
n
|
|
20
|
+
n.default = e;
|
|
24
21
|
return Object.freeze(n);
|
|
25
22
|
}
|
|
26
23
|
|
|
27
|
-
var coreClient__namespace = /*#__PURE__*/
|
|
28
|
-
var coreRestPipeline__namespace = /*#__PURE__*/
|
|
24
|
+
var coreClient__namespace = /*#__PURE__*/_interopNamespaceDefault(coreClient);
|
|
25
|
+
var coreRestPipeline__namespace = /*#__PURE__*/_interopNamespaceDefault(coreRestPipeline);
|
|
29
26
|
|
|
30
27
|
/*
|
|
31
28
|
* Copyright (c) Microsoft Corporation.
|
|
@@ -3323,92 +3320,92 @@ const Workbook = {
|
|
|
3323
3320
|
|
|
3324
3321
|
var Mappers = /*#__PURE__*/Object.freeze({
|
|
3325
3322
|
__proto__: null,
|
|
3326
|
-
|
|
3323
|
+
APIKeyRequest: APIKeyRequest,
|
|
3327
3324
|
Annotation: Annotation,
|
|
3328
3325
|
AnnotationError: AnnotationError,
|
|
3329
|
-
|
|
3330
|
-
|
|
3326
|
+
AnnotationsListResult: AnnotationsListResult,
|
|
3327
|
+
ApplicationInsightsComponent: ApplicationInsightsComponent,
|
|
3331
3328
|
ApplicationInsightsComponentAPIKey: ApplicationInsightsComponentAPIKey,
|
|
3332
|
-
|
|
3333
|
-
|
|
3334
|
-
|
|
3329
|
+
ApplicationInsightsComponentAPIKeyListResult: ApplicationInsightsComponentAPIKeyListResult,
|
|
3330
|
+
ApplicationInsightsComponentAnalyticsItem: ApplicationInsightsComponentAnalyticsItem,
|
|
3331
|
+
ApplicationInsightsComponentAnalyticsItemProperties: ApplicationInsightsComponentAnalyticsItemProperties,
|
|
3332
|
+
ApplicationInsightsComponentAvailableFeatures: ApplicationInsightsComponentAvailableFeatures,
|
|
3335
3333
|
ApplicationInsightsComponentBillingFeatures: ApplicationInsightsComponentBillingFeatures,
|
|
3336
3334
|
ApplicationInsightsComponentDataVolumeCap: ApplicationInsightsComponentDataVolumeCap,
|
|
3337
|
-
|
|
3338
|
-
|
|
3339
|
-
|
|
3335
|
+
ApplicationInsightsComponentExportConfiguration: ApplicationInsightsComponentExportConfiguration,
|
|
3336
|
+
ApplicationInsightsComponentExportRequest: ApplicationInsightsComponentExportRequest,
|
|
3337
|
+
ApplicationInsightsComponentFavorite: ApplicationInsightsComponentFavorite,
|
|
3340
3338
|
ApplicationInsightsComponentFeature: ApplicationInsightsComponentFeature,
|
|
3339
|
+
ApplicationInsightsComponentFeatureCapabilities: ApplicationInsightsComponentFeatureCapabilities,
|
|
3341
3340
|
ApplicationInsightsComponentFeatureCapability: ApplicationInsightsComponentFeatureCapability,
|
|
3341
|
+
ApplicationInsightsComponentListResult: ApplicationInsightsComponentListResult,
|
|
3342
3342
|
ApplicationInsightsComponentProactiveDetectionConfiguration: ApplicationInsightsComponentProactiveDetectionConfiguration,
|
|
3343
3343
|
ApplicationInsightsComponentProactiveDetectionConfigurationRuleDefinitions: ApplicationInsightsComponentProactiveDetectionConfigurationRuleDefinitions,
|
|
3344
|
-
|
|
3345
|
-
WorkItemConfiguration: WorkItemConfiguration,
|
|
3346
|
-
WorkItemConfigurationError: WorkItemConfigurationError,
|
|
3347
|
-
WorkItemCreateConfiguration: WorkItemCreateConfiguration,
|
|
3348
|
-
ApplicationInsightsComponentFavorite: ApplicationInsightsComponentFavorite,
|
|
3349
|
-
ApplicationInsightsWebTestLocationsListResult: ApplicationInsightsWebTestLocationsListResult,
|
|
3344
|
+
ApplicationInsightsComponentQuotaStatus: ApplicationInsightsComponentQuotaStatus,
|
|
3350
3345
|
ApplicationInsightsComponentWebTestLocation: ApplicationInsightsComponentWebTestLocation,
|
|
3351
|
-
|
|
3352
|
-
|
|
3353
|
-
|
|
3354
|
-
WebtestsResource: WebtestsResource,
|
|
3355
|
-
TagsResource: TagsResource,
|
|
3356
|
-
ApplicationInsightsComponentAnalyticsItem: ApplicationInsightsComponentAnalyticsItem,
|
|
3357
|
-
ApplicationInsightsComponentAnalyticsItemProperties: ApplicationInsightsComponentAnalyticsItemProperties,
|
|
3358
|
-
WorkbookTemplatesListResult: WorkbookTemplatesListResult,
|
|
3359
|
-
WorkbookTemplateGallery: WorkbookTemplateGallery,
|
|
3360
|
-
WorkbookTemplateLocalizedGallery: WorkbookTemplateLocalizedGallery,
|
|
3361
|
-
WorkbookTemplateResource: WorkbookTemplateResource,
|
|
3362
|
-
WorkbookTemplateError: WorkbookTemplateError,
|
|
3363
|
-
WorkbookTemplateErrorBody: WorkbookTemplateErrorBody,
|
|
3364
|
-
WorkbookTemplateErrorFieldContract: WorkbookTemplateErrorFieldContract,
|
|
3365
|
-
WorkbookTemplateUpdateParameters: WorkbookTemplateUpdateParameters,
|
|
3366
|
-
MyWorkbooksListResult: MyWorkbooksListResult,
|
|
3367
|
-
SystemData: SystemData,
|
|
3368
|
-
MyWorkbookResource: MyWorkbookResource,
|
|
3369
|
-
MyWorkbookManagedIdentity: MyWorkbookManagedIdentity,
|
|
3370
|
-
MyWorkbookUserAssignedIdentities: MyWorkbookUserAssignedIdentities,
|
|
3371
|
-
MyWorkbookError: MyWorkbookError,
|
|
3372
|
-
ErrorDefinition: ErrorDefinition,
|
|
3373
|
-
WorkbooksListResult: WorkbooksListResult,
|
|
3374
|
-
ManagedServiceIdentity: ManagedServiceIdentity,
|
|
3375
|
-
UserAssignedIdentity: UserAssignedIdentity,
|
|
3376
|
-
Resource: Resource,
|
|
3377
|
-
WorkbookError: WorkbookError,
|
|
3378
|
-
WorkbookErrorDefinition: WorkbookErrorDefinition,
|
|
3379
|
-
WorkbookUpdateParameters: WorkbookUpdateParameters,
|
|
3380
|
-
ApplicationInsightsComponentListResult: ApplicationInsightsComponentListResult,
|
|
3381
|
-
PrivateLinkScopedResource: PrivateLinkScopedResource,
|
|
3382
|
-
ComponentsResource: ComponentsResource,
|
|
3383
|
-
ErrorResponseComponents: ErrorResponseComponents,
|
|
3384
|
-
ErrorResponseComponentsError: ErrorResponseComponentsError,
|
|
3346
|
+
ApplicationInsightsWebTestLocationsListResult: ApplicationInsightsWebTestLocationsListResult,
|
|
3347
|
+
ComponentLinkedStorageAccounts: ComponentLinkedStorageAccounts,
|
|
3348
|
+
ComponentLinkedStorageAccountsPatch: ComponentLinkedStorageAccountsPatch,
|
|
3385
3349
|
ComponentPurgeBody: ComponentPurgeBody,
|
|
3386
3350
|
ComponentPurgeBodyFilters: ComponentPurgeBodyFilters,
|
|
3387
3351
|
ComponentPurgeResponse: ComponentPurgeResponse,
|
|
3388
3352
|
ComponentPurgeStatusResponse: ComponentPurgeStatusResponse,
|
|
3353
|
+
ComponentsResource: ComponentsResource,
|
|
3354
|
+
ErrorDefinition: ErrorDefinition,
|
|
3355
|
+
ErrorResponse: ErrorResponse,
|
|
3356
|
+
ErrorResponseComponents: ErrorResponseComponents,
|
|
3357
|
+
ErrorResponseComponentsError: ErrorResponseComponentsError,
|
|
3389
3358
|
ErrorResponseLinkedStorage: ErrorResponseLinkedStorage,
|
|
3390
3359
|
ErrorResponseLinkedStorageError: ErrorResponseLinkedStorageError,
|
|
3391
|
-
|
|
3360
|
+
InnerError: InnerError,
|
|
3361
|
+
InnerErrorTrace: InnerErrorTrace,
|
|
3392
3362
|
LiveTokenResponse: LiveTokenResponse,
|
|
3393
|
-
|
|
3363
|
+
ManagedServiceIdentity: ManagedServiceIdentity,
|
|
3364
|
+
MyWorkbook: MyWorkbook,
|
|
3365
|
+
MyWorkbookError: MyWorkbookError,
|
|
3366
|
+
MyWorkbookManagedIdentity: MyWorkbookManagedIdentity,
|
|
3367
|
+
MyWorkbookResource: MyWorkbookResource,
|
|
3368
|
+
MyWorkbookUserAssignedIdentities: MyWorkbookUserAssignedIdentities,
|
|
3369
|
+
MyWorkbooksListResult: MyWorkbooksListResult,
|
|
3394
3370
|
Operation: Operation,
|
|
3395
3371
|
OperationDisplay: OperationDisplay,
|
|
3372
|
+
OperationInfo: OperationInfo,
|
|
3396
3373
|
OperationListResult: OperationListResult,
|
|
3397
|
-
InnerErrorTrace: InnerErrorTrace,
|
|
3398
|
-
WorkbookInnerErrorTrace: WorkbookInnerErrorTrace,
|
|
3399
|
-
OperationsListResult: OperationsListResult,
|
|
3400
3374
|
OperationLive: OperationLive,
|
|
3401
|
-
|
|
3402
|
-
|
|
3403
|
-
WorkbookTemplate: WorkbookTemplate,
|
|
3404
|
-
MyWorkbook: MyWorkbook,
|
|
3405
|
-
WorkbookResourceIdentity: WorkbookResourceIdentity,
|
|
3406
|
-
TrackedResource: TrackedResource,
|
|
3375
|
+
OperationsListResult: OperationsListResult,
|
|
3376
|
+
PrivateLinkScopedResource: PrivateLinkScopedResource,
|
|
3407
3377
|
ProxyResource: ProxyResource,
|
|
3408
|
-
|
|
3378
|
+
Resource: Resource,
|
|
3379
|
+
SystemData: SystemData,
|
|
3380
|
+
TagsResource: TagsResource,
|
|
3381
|
+
TrackedResource: TrackedResource,
|
|
3382
|
+
UserAssignedIdentity: UserAssignedIdentity,
|
|
3383
|
+
WebTest: WebTest,
|
|
3384
|
+
WebTestGeolocation: WebTestGeolocation,
|
|
3385
|
+
WebTestListResult: WebTestListResult,
|
|
3386
|
+
WebTestPropertiesConfiguration: WebTestPropertiesConfiguration,
|
|
3387
|
+
WebtestsResource: WebtestsResource,
|
|
3388
|
+
WorkItemConfiguration: WorkItemConfiguration,
|
|
3389
|
+
WorkItemConfigurationError: WorkItemConfigurationError,
|
|
3390
|
+
WorkItemConfigurationsListResult: WorkItemConfigurationsListResult,
|
|
3391
|
+
WorkItemCreateConfiguration: WorkItemCreateConfiguration,
|
|
3392
|
+
Workbook: Workbook,
|
|
3393
|
+
WorkbookError: WorkbookError,
|
|
3394
|
+
WorkbookErrorDefinition: WorkbookErrorDefinition,
|
|
3395
|
+
WorkbookInnerErrorTrace: WorkbookInnerErrorTrace,
|
|
3409
3396
|
WorkbookResource: WorkbookResource,
|
|
3410
|
-
|
|
3411
|
-
|
|
3397
|
+
WorkbookResourceIdentity: WorkbookResourceIdentity,
|
|
3398
|
+
WorkbookTemplate: WorkbookTemplate,
|
|
3399
|
+
WorkbookTemplateError: WorkbookTemplateError,
|
|
3400
|
+
WorkbookTemplateErrorBody: WorkbookTemplateErrorBody,
|
|
3401
|
+
WorkbookTemplateErrorFieldContract: WorkbookTemplateErrorFieldContract,
|
|
3402
|
+
WorkbookTemplateGallery: WorkbookTemplateGallery,
|
|
3403
|
+
WorkbookTemplateLocalizedGallery: WorkbookTemplateLocalizedGallery,
|
|
3404
|
+
WorkbookTemplateResource: WorkbookTemplateResource,
|
|
3405
|
+
WorkbookTemplateUpdateParameters: WorkbookTemplateUpdateParameters,
|
|
3406
|
+
WorkbookTemplatesListResult: WorkbookTemplatesListResult,
|
|
3407
|
+
WorkbookUpdateParameters: WorkbookUpdateParameters,
|
|
3408
|
+
WorkbooksListResult: WorkbooksListResult
|
|
3412
3409
|
});
|
|
3413
3410
|
|
|
3414
3411
|
/*
|
|
@@ -3979,16 +3976,11 @@ class AnnotationsImpl {
|
|
|
3979
3976
|
return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
|
|
3980
3977
|
var _a, e_1, _b, _c;
|
|
3981
3978
|
try {
|
|
3982
|
-
for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(resourceGroupName, resourceName, start, end, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
|
|
3979
|
+
for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(resourceGroupName, resourceName, start, end, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
3983
3980
|
_c = _f.value;
|
|
3984
3981
|
_d = false;
|
|
3985
|
-
|
|
3986
|
-
|
|
3987
|
-
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
3988
|
-
}
|
|
3989
|
-
finally {
|
|
3990
|
-
_d = true;
|
|
3991
|
-
}
|
|
3982
|
+
const page = _c;
|
|
3983
|
+
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
3992
3984
|
}
|
|
3993
3985
|
}
|
|
3994
3986
|
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
|
@@ -4190,16 +4182,11 @@ class APIKeysImpl {
|
|
|
4190
4182
|
return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
|
|
4191
4183
|
var _a, e_1, _b, _c;
|
|
4192
4184
|
try {
|
|
4193
|
-
for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(resourceGroupName, resourceName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
|
|
4185
|
+
for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(resourceGroupName, resourceName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
4194
4186
|
_c = _f.value;
|
|
4195
4187
|
_d = false;
|
|
4196
|
-
|
|
4197
|
-
|
|
4198
|
-
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
4199
|
-
}
|
|
4200
|
-
finally {
|
|
4201
|
-
_d = true;
|
|
4202
|
-
}
|
|
4188
|
+
const page = _c;
|
|
4189
|
+
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
4203
4190
|
}
|
|
4204
4191
|
}
|
|
4205
4192
|
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
|
@@ -4920,16 +4907,11 @@ class WorkItemConfigurationsImpl {
|
|
|
4920
4907
|
return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
|
|
4921
4908
|
var _a, e_1, _b, _c;
|
|
4922
4909
|
try {
|
|
4923
|
-
for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(resourceGroupName, resourceName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
|
|
4910
|
+
for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(resourceGroupName, resourceName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
4924
4911
|
_c = _f.value;
|
|
4925
4912
|
_d = false;
|
|
4926
|
-
|
|
4927
|
-
|
|
4928
|
-
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
4929
|
-
}
|
|
4930
|
-
finally {
|
|
4931
|
-
_d = true;
|
|
4932
|
-
}
|
|
4913
|
+
const page = _c;
|
|
4914
|
+
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
4933
4915
|
}
|
|
4934
4916
|
}
|
|
4935
4917
|
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
|
@@ -5377,16 +5359,11 @@ class WebTestLocationsImpl {
|
|
|
5377
5359
|
return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
|
|
5378
5360
|
var _a, e_1, _b, _c;
|
|
5379
5361
|
try {
|
|
5380
|
-
for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(resourceGroupName, resourceName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
|
|
5362
|
+
for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(resourceGroupName, resourceName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
5381
5363
|
_c = _f.value;
|
|
5382
5364
|
_d = false;
|
|
5383
|
-
|
|
5384
|
-
|
|
5385
|
-
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
5386
|
-
}
|
|
5387
|
-
finally {
|
|
5388
|
-
_d = true;
|
|
5389
|
-
}
|
|
5365
|
+
const page = _c;
|
|
5366
|
+
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
5390
5367
|
}
|
|
5391
5368
|
}
|
|
5392
5369
|
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
|
@@ -5492,16 +5469,11 @@ class WebTestsImpl {
|
|
|
5492
5469
|
return tslib.__asyncGenerator(this, arguments, function* listByResourceGroupPagingAll_1() {
|
|
5493
5470
|
var _a, e_1, _b, _c;
|
|
5494
5471
|
try {
|
|
5495
|
-
for (var _d = true, _e = tslib.__asyncValues(this.listByResourceGroupPagingPage(resourceGroupName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
|
|
5472
|
+
for (var _d = true, _e = tslib.__asyncValues(this.listByResourceGroupPagingPage(resourceGroupName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
5496
5473
|
_c = _f.value;
|
|
5497
5474
|
_d = false;
|
|
5498
|
-
|
|
5499
|
-
|
|
5500
|
-
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
5501
|
-
}
|
|
5502
|
-
finally {
|
|
5503
|
-
_d = true;
|
|
5504
|
-
}
|
|
5475
|
+
const page = _c;
|
|
5476
|
+
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
5505
5477
|
}
|
|
5506
5478
|
}
|
|
5507
5479
|
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
|
@@ -5558,16 +5530,11 @@ class WebTestsImpl {
|
|
|
5558
5530
|
return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
|
|
5559
5531
|
var _a, e_2, _b, _c;
|
|
5560
5532
|
try {
|
|
5561
|
-
for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
|
|
5533
|
+
for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
5562
5534
|
_c = _f.value;
|
|
5563
5535
|
_d = false;
|
|
5564
|
-
|
|
5565
|
-
|
|
5566
|
-
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
5567
|
-
}
|
|
5568
|
-
finally {
|
|
5569
|
-
_d = true;
|
|
5570
|
-
}
|
|
5536
|
+
const page = _c;
|
|
5537
|
+
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
5571
5538
|
}
|
|
5572
5539
|
}
|
|
5573
5540
|
catch (e_2_1) { e_2 = { error: e_2_1 }; }
|
|
@@ -5626,16 +5593,11 @@ class WebTestsImpl {
|
|
|
5626
5593
|
return tslib.__asyncGenerator(this, arguments, function* listByComponentPagingAll_1() {
|
|
5627
5594
|
var _a, e_3, _b, _c;
|
|
5628
5595
|
try {
|
|
5629
|
-
for (var _d = true, _e = tslib.__asyncValues(this.listByComponentPagingPage(componentName, resourceGroupName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
|
|
5596
|
+
for (var _d = true, _e = tslib.__asyncValues(this.listByComponentPagingPage(componentName, resourceGroupName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
5630
5597
|
_c = _f.value;
|
|
5631
5598
|
_d = false;
|
|
5632
|
-
|
|
5633
|
-
|
|
5634
|
-
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
5635
|
-
}
|
|
5636
|
-
finally {
|
|
5637
|
-
_d = true;
|
|
5638
|
-
}
|
|
5599
|
+
const page = _c;
|
|
5600
|
+
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
5639
5601
|
}
|
|
5640
5602
|
}
|
|
5641
5603
|
catch (e_3_1) { e_3 = { error: e_3_1 }; }
|
|
@@ -6118,16 +6080,11 @@ class WorkbookTemplatesImpl {
|
|
|
6118
6080
|
return tslib.__asyncGenerator(this, arguments, function* listByResourceGroupPagingAll_1() {
|
|
6119
6081
|
var _a, e_1, _b, _c;
|
|
6120
6082
|
try {
|
|
6121
|
-
for (var _d = true, _e = tslib.__asyncValues(this.listByResourceGroupPagingPage(resourceGroupName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
|
|
6083
|
+
for (var _d = true, _e = tslib.__asyncValues(this.listByResourceGroupPagingPage(resourceGroupName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
6122
6084
|
_c = _f.value;
|
|
6123
6085
|
_d = false;
|
|
6124
|
-
|
|
6125
|
-
|
|
6126
|
-
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
6127
|
-
}
|
|
6128
|
-
finally {
|
|
6129
|
-
_d = true;
|
|
6130
|
-
}
|
|
6086
|
+
const page = _c;
|
|
6087
|
+
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
6131
6088
|
}
|
|
6132
6089
|
}
|
|
6133
6090
|
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
|
@@ -6362,16 +6319,11 @@ class MyWorkbooksImpl {
|
|
|
6362
6319
|
return tslib.__asyncGenerator(this, arguments, function* listByResourceGroupPagingAll_1() {
|
|
6363
6320
|
var _a, e_1, _b, _c;
|
|
6364
6321
|
try {
|
|
6365
|
-
for (var _d = true, _e = tslib.__asyncValues(this.listByResourceGroupPagingPage(resourceGroupName, category, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
|
|
6322
|
+
for (var _d = true, _e = tslib.__asyncValues(this.listByResourceGroupPagingPage(resourceGroupName, category, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
6366
6323
|
_c = _f.value;
|
|
6367
6324
|
_d = false;
|
|
6368
|
-
|
|
6369
|
-
|
|
6370
|
-
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
6371
|
-
}
|
|
6372
|
-
finally {
|
|
6373
|
-
_d = true;
|
|
6374
|
-
}
|
|
6325
|
+
const page = _c;
|
|
6326
|
+
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
6375
6327
|
}
|
|
6376
6328
|
}
|
|
6377
6329
|
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
|
@@ -6429,16 +6381,11 @@ class MyWorkbooksImpl {
|
|
|
6429
6381
|
return tslib.__asyncGenerator(this, arguments, function* listBySubscriptionPagingAll_1() {
|
|
6430
6382
|
var _a, e_2, _b, _c;
|
|
6431
6383
|
try {
|
|
6432
|
-
for (var _d = true, _e = tslib.__asyncValues(this.listBySubscriptionPagingPage(category, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
|
|
6384
|
+
for (var _d = true, _e = tslib.__asyncValues(this.listBySubscriptionPagingPage(category, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
6433
6385
|
_c = _f.value;
|
|
6434
6386
|
_d = false;
|
|
6435
|
-
|
|
6436
|
-
|
|
6437
|
-
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
6438
|
-
}
|
|
6439
|
-
finally {
|
|
6440
|
-
_d = true;
|
|
6441
|
-
}
|
|
6387
|
+
const page = _c;
|
|
6388
|
+
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
6442
6389
|
}
|
|
6443
6390
|
}
|
|
6444
6391
|
catch (e_2_1) { e_2 = { error: e_2_1 }; }
|
|
@@ -6780,16 +6727,11 @@ class WorkbooksImpl {
|
|
|
6780
6727
|
return tslib.__asyncGenerator(this, arguments, function* listBySubscriptionPagingAll_1() {
|
|
6781
6728
|
var _a, e_1, _b, _c;
|
|
6782
6729
|
try {
|
|
6783
|
-
for (var _d = true, _e = tslib.__asyncValues(this.listBySubscriptionPagingPage(category, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
|
|
6730
|
+
for (var _d = true, _e = tslib.__asyncValues(this.listBySubscriptionPagingPage(category, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
6784
6731
|
_c = _f.value;
|
|
6785
6732
|
_d = false;
|
|
6786
|
-
|
|
6787
|
-
|
|
6788
|
-
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
6789
|
-
}
|
|
6790
|
-
finally {
|
|
6791
|
-
_d = true;
|
|
6792
|
-
}
|
|
6733
|
+
const page = _c;
|
|
6734
|
+
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
6793
6735
|
}
|
|
6794
6736
|
}
|
|
6795
6737
|
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
|
@@ -6848,16 +6790,11 @@ class WorkbooksImpl {
|
|
|
6848
6790
|
return tslib.__asyncGenerator(this, arguments, function* listByResourceGroupPagingAll_1() {
|
|
6849
6791
|
var _a, e_2, _b, _c;
|
|
6850
6792
|
try {
|
|
6851
|
-
for (var _d = true, _e = tslib.__asyncValues(this.listByResourceGroupPagingPage(resourceGroupName, category, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
|
|
6793
|
+
for (var _d = true, _e = tslib.__asyncValues(this.listByResourceGroupPagingPage(resourceGroupName, category, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
6852
6794
|
_c = _f.value;
|
|
6853
6795
|
_d = false;
|
|
6854
|
-
|
|
6855
|
-
|
|
6856
|
-
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
6857
|
-
}
|
|
6858
|
-
finally {
|
|
6859
|
-
_d = true;
|
|
6860
|
-
}
|
|
6796
|
+
const page = _c;
|
|
6797
|
+
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
6861
6798
|
}
|
|
6862
6799
|
}
|
|
6863
6800
|
catch (e_2_1) { e_2 = { error: e_2_1 }; }
|
|
@@ -6916,16 +6853,11 @@ class WorkbooksImpl {
|
|
|
6916
6853
|
return tslib.__asyncGenerator(this, arguments, function* revisionsListPagingAll_1() {
|
|
6917
6854
|
var _a, e_3, _b, _c;
|
|
6918
6855
|
try {
|
|
6919
|
-
for (var _d = true, _e = tslib.__asyncValues(this.revisionsListPagingPage(resourceGroupName, resourceName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
|
|
6856
|
+
for (var _d = true, _e = tslib.__asyncValues(this.revisionsListPagingPage(resourceGroupName, resourceName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
6920
6857
|
_c = _f.value;
|
|
6921
6858
|
_d = false;
|
|
6922
|
-
|
|
6923
|
-
|
|
6924
|
-
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
6925
|
-
}
|
|
6926
|
-
finally {
|
|
6927
|
-
_d = true;
|
|
6928
|
-
}
|
|
6859
|
+
const page = _c;
|
|
6860
|
+
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
6929
6861
|
}
|
|
6930
6862
|
}
|
|
6931
6863
|
catch (e_3_1) { e_3 = { error: e_3_1 }; }
|
|
@@ -7359,16 +7291,11 @@ class ComponentsImpl {
|
|
|
7359
7291
|
return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
|
|
7360
7292
|
var _a, e_1, _b, _c;
|
|
7361
7293
|
try {
|
|
7362
|
-
for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
|
|
7294
|
+
for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
7363
7295
|
_c = _f.value;
|
|
7364
7296
|
_d = false;
|
|
7365
|
-
|
|
7366
|
-
|
|
7367
|
-
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
7368
|
-
}
|
|
7369
|
-
finally {
|
|
7370
|
-
_d = true;
|
|
7371
|
-
}
|
|
7297
|
+
const page = _c;
|
|
7298
|
+
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
7372
7299
|
}
|
|
7373
7300
|
}
|
|
7374
7301
|
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
|
@@ -7426,16 +7353,11 @@ class ComponentsImpl {
|
|
|
7426
7353
|
return tslib.__asyncGenerator(this, arguments, function* listByResourceGroupPagingAll_1() {
|
|
7427
7354
|
var _a, e_2, _b, _c;
|
|
7428
7355
|
try {
|
|
7429
|
-
for (var _d = true, _e = tslib.__asyncValues(this.listByResourceGroupPagingPage(resourceGroupName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
|
|
7356
|
+
for (var _d = true, _e = tslib.__asyncValues(this.listByResourceGroupPagingPage(resourceGroupName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
7430
7357
|
_c = _f.value;
|
|
7431
7358
|
_d = false;
|
|
7432
|
-
|
|
7433
|
-
|
|
7434
|
-
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
7435
|
-
}
|
|
7436
|
-
finally {
|
|
7437
|
-
_d = true;
|
|
7438
|
-
}
|
|
7359
|
+
const page = _c;
|
|
7360
|
+
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
7439
7361
|
}
|
|
7440
7362
|
}
|
|
7441
7363
|
catch (e_2_1) { e_2 = { error: e_2_1 }; }
|