@azure/arm-cognitiveservices 7.5.0-alpha.20231009.1 → 7.5.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 +117 -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/accountsListByResourceGroupSample.js +3 -8
- package/dist-esm/samples-dev/accountsListByResourceGroupSample.js.map +1 -1
- package/dist-esm/samples-dev/accountsListModelsSample.js +3 -8
- package/dist-esm/samples-dev/accountsListModelsSample.js.map +1 -1
- package/dist-esm/samples-dev/accountsListSample.js +3 -8
- package/dist-esm/samples-dev/accountsListSample.js.map +1 -1
- package/dist-esm/samples-dev/commitmentPlansListAssociationsSample.js +3 -8
- package/dist-esm/samples-dev/commitmentPlansListAssociationsSample.js.map +1 -1
- package/dist-esm/samples-dev/commitmentPlansListPlansByResourceGroupSample.js +3 -8
- package/dist-esm/samples-dev/commitmentPlansListPlansByResourceGroupSample.js.map +1 -1
- package/dist-esm/samples-dev/commitmentPlansListPlansBySubscriptionSample.js +3 -8
- package/dist-esm/samples-dev/commitmentPlansListPlansBySubscriptionSample.js.map +1 -1
- package/dist-esm/samples-dev/commitmentPlansListSample.js +3 -8
- package/dist-esm/samples-dev/commitmentPlansListSample.js.map +1 -1
- package/dist-esm/samples-dev/commitmentTiersListSample.js +3 -8
- package/dist-esm/samples-dev/commitmentTiersListSample.js.map +1 -1
- package/dist-esm/samples-dev/deletedAccountsListSample.js +3 -8
- package/dist-esm/samples-dev/deletedAccountsListSample.js.map +1 -1
- package/dist-esm/samples-dev/deploymentsListSample.js +3 -8
- package/dist-esm/samples-dev/deploymentsListSample.js.map +1 -1
- package/dist-esm/samples-dev/modelsListSample.js +3 -8
- package/dist-esm/samples-dev/modelsListSample.js.map +1 -1
- package/dist-esm/samples-dev/operationsListSample.js +3 -8
- package/dist-esm/samples-dev/operationsListSample.js.map +1 -1
- package/dist-esm/samples-dev/resourceSkusListSample.js +3 -8
- package/dist-esm/samples-dev/resourceSkusListSample.js.map +1 -1
- package/dist-esm/samples-dev/usagesListSample.js +3 -8
- package/dist-esm/samples-dev/usagesListSample.js.map +1 -1
- package/dist-esm/src/operations/accounts.js +9 -24
- package/dist-esm/src/operations/accounts.js.map +1 -1
- package/dist-esm/src/operations/commitmentPlans.js +12 -32
- package/dist-esm/src/operations/commitmentPlans.js.map +1 -1
- package/dist-esm/src/operations/commitmentTiers.js +3 -8
- package/dist-esm/src/operations/commitmentTiers.js.map +1 -1
- package/dist-esm/src/operations/deletedAccounts.js +3 -8
- package/dist-esm/src/operations/deletedAccounts.js.map +1 -1
- package/dist-esm/src/operations/deployments.js +3 -8
- package/dist-esm/src/operations/deployments.js.map +1 -1
- package/dist-esm/src/operations/models.js +3 -8
- package/dist-esm/src/operations/models.js.map +1 -1
- package/dist-esm/src/operations/operations.js +3 -8
- package/dist-esm/src/operations/operations.js.map +1 -1
- package/dist-esm/src/operations/resourceSkus.js +3 -8
- package/dist-esm/src/operations/resourceSkus.js.map +1 -1
- package/dist-esm/src/operations/usages.js +3 -8
- package/dist-esm/src/operations/usages.js.map +1 -1
- package/dist-esm/test/cognitiveservices_congitiveservice.spec.js +9 -24
- package/dist-esm/test/cognitiveservices_congitiveservice.spec.js.map +1 -1
- package/dist-esm/test/cognitiveservices_openai.spec.js +12 -32
- package/dist-esm/test/cognitiveservices_openai.spec.js.map +1 -1
- package/package.json +3 -10
- 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
|
|
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
|
|
21
|
+
n.default = e;
|
|
25
22
|
return Object.freeze(n);
|
|
26
23
|
}
|
|
27
24
|
|
|
28
|
-
var coreClient__namespace = /*#__PURE__*/
|
|
29
|
-
var coreRestPipeline__namespace = /*#__PURE__*/
|
|
25
|
+
var coreClient__namespace = /*#__PURE__*/_interopNamespaceDefault(coreClient);
|
|
26
|
+
var coreRestPipeline__namespace = /*#__PURE__*/_interopNamespaceDefault(coreRestPipeline);
|
|
30
27
|
|
|
31
28
|
/*
|
|
32
29
|
* Copyright (c) Microsoft Corporation.
|
|
@@ -3090,90 +3087,90 @@ const CommitmentPlansDeleteAssociationHeaders = {
|
|
|
3090
3087
|
|
|
3091
3088
|
var Mappers = /*#__PURE__*/Object.freeze({
|
|
3092
3089
|
__proto__: null,
|
|
3093
|
-
|
|
3094
|
-
|
|
3095
|
-
|
|
3096
|
-
|
|
3090
|
+
AbusePenalty: AbusePenalty,
|
|
3091
|
+
Account: Account,
|
|
3092
|
+
AccountListResult: AccountListResult,
|
|
3093
|
+
AccountModel: AccountModel,
|
|
3094
|
+
AccountModelListResult: AccountModelListResult,
|
|
3097
3095
|
AccountProperties: AccountProperties,
|
|
3098
|
-
|
|
3099
|
-
|
|
3100
|
-
|
|
3101
|
-
IpRule: IpRule,
|
|
3102
|
-
VirtualNetworkRule: VirtualNetworkRule,
|
|
3103
|
-
Encryption: Encryption,
|
|
3104
|
-
KeyVaultProperties: KeyVaultProperties,
|
|
3105
|
-
UserOwnedStorage: UserOwnedStorage,
|
|
3106
|
-
PrivateEndpointConnectionProperties: PrivateEndpointConnectionProperties,
|
|
3107
|
-
PrivateEndpoint: PrivateEndpoint,
|
|
3108
|
-
PrivateLinkServiceConnectionState: PrivateLinkServiceConnectionState,
|
|
3109
|
-
Resource: Resource,
|
|
3096
|
+
AccountSku: AccountSku,
|
|
3097
|
+
AccountSkuListResult: AccountSkuListResult,
|
|
3098
|
+
ApiKeys: ApiKeys,
|
|
3110
3099
|
ApiProperties: ApiProperties,
|
|
3100
|
+
AzureEntityResource: AzureEntityResource,
|
|
3111
3101
|
CallRateLimit: CallRateLimit,
|
|
3112
|
-
|
|
3113
|
-
|
|
3114
|
-
|
|
3115
|
-
|
|
3116
|
-
|
|
3102
|
+
CapacityConfig: CapacityConfig,
|
|
3103
|
+
CheckDomainAvailabilityParameter: CheckDomainAvailabilityParameter,
|
|
3104
|
+
CheckSkuAvailabilityParameter: CheckSkuAvailabilityParameter,
|
|
3105
|
+
CommitmentCost: CommitmentCost,
|
|
3106
|
+
CommitmentPeriod: CommitmentPeriod,
|
|
3107
|
+
CommitmentPlan: CommitmentPlan,
|
|
3108
|
+
CommitmentPlanAccountAssociation: CommitmentPlanAccountAssociation,
|
|
3109
|
+
CommitmentPlanAccountAssociationListResult: CommitmentPlanAccountAssociationListResult,
|
|
3117
3110
|
CommitmentPlanAssociation: CommitmentPlanAssociation,
|
|
3118
|
-
|
|
3119
|
-
|
|
3120
|
-
|
|
3111
|
+
CommitmentPlanListResult: CommitmentPlanListResult,
|
|
3112
|
+
CommitmentPlanProperties: CommitmentPlanProperties,
|
|
3113
|
+
CommitmentPlansDeleteAssociationHeaders: CommitmentPlansDeleteAssociationHeaders,
|
|
3114
|
+
CommitmentPlansDeletePlanHeaders: CommitmentPlansDeletePlanHeaders,
|
|
3115
|
+
CommitmentPlansUpdatePlanHeaders: CommitmentPlansUpdatePlanHeaders,
|
|
3116
|
+
CommitmentQuota: CommitmentQuota,
|
|
3117
|
+
CommitmentTier: CommitmentTier,
|
|
3118
|
+
CommitmentTierListResult: CommitmentTierListResult,
|
|
3119
|
+
Deployment: Deployment,
|
|
3120
|
+
DeploymentListResult: DeploymentListResult,
|
|
3121
|
+
DeploymentModel: DeploymentModel,
|
|
3122
|
+
DeploymentProperties: DeploymentProperties,
|
|
3123
|
+
DeploymentScaleSettings: DeploymentScaleSettings,
|
|
3124
|
+
DomainAvailability: DomainAvailability,
|
|
3125
|
+
Encryption: Encryption,
|
|
3121
3126
|
ErrorAdditionalInfo: ErrorAdditionalInfo,
|
|
3122
|
-
|
|
3123
|
-
|
|
3124
|
-
|
|
3125
|
-
|
|
3126
|
-
|
|
3127
|
-
ResourceSkuRestrictions: ResourceSkuRestrictions,
|
|
3128
|
-
ResourceSkuRestrictionInfo: ResourceSkuRestrictionInfo,
|
|
3129
|
-
AccountSkuListResult: AccountSkuListResult,
|
|
3130
|
-
AccountSku: AccountSku,
|
|
3131
|
-
UsageListResult: UsageListResult,
|
|
3132
|
-
Usage: Usage,
|
|
3127
|
+
ErrorDetail: ErrorDetail,
|
|
3128
|
+
ErrorResponse: ErrorResponse,
|
|
3129
|
+
Identity: Identity,
|
|
3130
|
+
IpRule: IpRule,
|
|
3131
|
+
KeyVaultProperties: KeyVaultProperties,
|
|
3133
3132
|
MetricName: MetricName,
|
|
3134
|
-
|
|
3135
|
-
DeploymentModel: DeploymentModel,
|
|
3136
|
-
ModelSku: ModelSku,
|
|
3137
|
-
CapacityConfig: CapacityConfig,
|
|
3133
|
+
Model: Model,
|
|
3138
3134
|
ModelDeprecationInfo: ModelDeprecationInfo,
|
|
3139
|
-
|
|
3135
|
+
ModelListResult: ModelListResult,
|
|
3136
|
+
ModelSku: ModelSku,
|
|
3137
|
+
MultiRegionSettings: MultiRegionSettings,
|
|
3138
|
+
NetworkRuleSet: NetworkRuleSet,
|
|
3140
3139
|
Operation: Operation,
|
|
3141
3140
|
OperationDisplay: OperationDisplay,
|
|
3142
|
-
|
|
3143
|
-
|
|
3144
|
-
|
|
3145
|
-
|
|
3146
|
-
|
|
3147
|
-
CommitmentQuota: CommitmentQuota,
|
|
3148
|
-
CommitmentCost: CommitmentCost,
|
|
3149
|
-
ModelListResult: ModelListResult,
|
|
3150
|
-
Model: Model,
|
|
3151
|
-
CheckDomainAvailabilityParameter: CheckDomainAvailabilityParameter,
|
|
3152
|
-
DomainAvailability: DomainAvailability,
|
|
3141
|
+
OperationListResult: OperationListResult,
|
|
3142
|
+
PatchResourceTags: PatchResourceTags,
|
|
3143
|
+
PatchResourceTagsAndSku: PatchResourceTagsAndSku,
|
|
3144
|
+
PrivateEndpoint: PrivateEndpoint,
|
|
3145
|
+
PrivateEndpointConnection: PrivateEndpointConnection,
|
|
3153
3146
|
PrivateEndpointConnectionListResult: PrivateEndpointConnectionListResult,
|
|
3147
|
+
PrivateEndpointConnectionProperties: PrivateEndpointConnectionProperties,
|
|
3148
|
+
PrivateLinkResource: PrivateLinkResource,
|
|
3154
3149
|
PrivateLinkResourceListResult: PrivateLinkResourceListResult,
|
|
3155
3150
|
PrivateLinkResourceProperties: PrivateLinkResourceProperties,
|
|
3156
|
-
|
|
3157
|
-
DeploymentProperties: DeploymentProperties,
|
|
3158
|
-
DeploymentScaleSettings: DeploymentScaleSettings,
|
|
3159
|
-
CommitmentPlanListResult: CommitmentPlanListResult,
|
|
3160
|
-
CommitmentPlanProperties: CommitmentPlanProperties,
|
|
3161
|
-
CommitmentPeriod: CommitmentPeriod,
|
|
3162
|
-
PatchResourceTags: PatchResourceTags,
|
|
3163
|
-
CommitmentPlanAccountAssociationListResult: CommitmentPlanAccountAssociationListResult,
|
|
3164
|
-
AzureEntityResource: AzureEntityResource,
|
|
3165
|
-
PrivateLinkResource: PrivateLinkResource,
|
|
3151
|
+
PrivateLinkServiceConnectionState: PrivateLinkServiceConnectionState,
|
|
3166
3152
|
ProxyResource: ProxyResource,
|
|
3167
|
-
|
|
3168
|
-
|
|
3169
|
-
|
|
3170
|
-
|
|
3171
|
-
|
|
3172
|
-
|
|
3173
|
-
|
|
3174
|
-
|
|
3175
|
-
|
|
3176
|
-
|
|
3153
|
+
QuotaLimit: QuotaLimit,
|
|
3154
|
+
RegenerateKeyParameters: RegenerateKeyParameters,
|
|
3155
|
+
RegionSetting: RegionSetting,
|
|
3156
|
+
RequestMatchPattern: RequestMatchPattern,
|
|
3157
|
+
Resource: Resource,
|
|
3158
|
+
ResourceSku: ResourceSku,
|
|
3159
|
+
ResourceSkuListResult: ResourceSkuListResult,
|
|
3160
|
+
ResourceSkuRestrictionInfo: ResourceSkuRestrictionInfo,
|
|
3161
|
+
ResourceSkuRestrictions: ResourceSkuRestrictions,
|
|
3162
|
+
Sku: Sku,
|
|
3163
|
+
SkuAvailability: SkuAvailability,
|
|
3164
|
+
SkuAvailabilityListResult: SkuAvailabilityListResult,
|
|
3165
|
+
SkuCapability: SkuCapability,
|
|
3166
|
+
SkuChangeInfo: SkuChangeInfo,
|
|
3167
|
+
SystemData: SystemData,
|
|
3168
|
+
ThrottlingRule: ThrottlingRule,
|
|
3169
|
+
Usage: Usage,
|
|
3170
|
+
UsageListResult: UsageListResult,
|
|
3171
|
+
UserAssignedIdentity: UserAssignedIdentity,
|
|
3172
|
+
UserOwnedStorage: UserOwnedStorage,
|
|
3173
|
+
VirtualNetworkRule: VirtualNetworkRule
|
|
3177
3174
|
});
|
|
3178
3175
|
|
|
3179
3176
|
/*
|
|
@@ -3463,16 +3460,11 @@ class AccountsImpl {
|
|
|
3463
3460
|
return tslib.__asyncGenerator(this, arguments, function* listByResourceGroupPagingAll_1() {
|
|
3464
3461
|
var _a, e_1, _b, _c;
|
|
3465
3462
|
try {
|
|
3466
|
-
for (var _d = true, _e = tslib.__asyncValues(this.listByResourceGroupPagingPage(resourceGroupName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
|
|
3463
|
+
for (var _d = true, _e = tslib.__asyncValues(this.listByResourceGroupPagingPage(resourceGroupName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
3467
3464
|
_c = _f.value;
|
|
3468
3465
|
_d = false;
|
|
3469
|
-
|
|
3470
|
-
|
|
3471
|
-
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
3472
|
-
}
|
|
3473
|
-
finally {
|
|
3474
|
-
_d = true;
|
|
3475
|
-
}
|
|
3466
|
+
const page = _c;
|
|
3467
|
+
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
3476
3468
|
}
|
|
3477
3469
|
}
|
|
3478
3470
|
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
|
@@ -3529,16 +3521,11 @@ class AccountsImpl {
|
|
|
3529
3521
|
return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
|
|
3530
3522
|
var _a, e_2, _b, _c;
|
|
3531
3523
|
try {
|
|
3532
|
-
for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
|
|
3524
|
+
for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
3533
3525
|
_c = _f.value;
|
|
3534
3526
|
_d = false;
|
|
3535
|
-
|
|
3536
|
-
|
|
3537
|
-
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
3538
|
-
}
|
|
3539
|
-
finally {
|
|
3540
|
-
_d = true;
|
|
3541
|
-
}
|
|
3527
|
+
const page = _c;
|
|
3528
|
+
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
3542
3529
|
}
|
|
3543
3530
|
}
|
|
3544
3531
|
catch (e_2_1) { e_2 = { error: e_2_1 }; }
|
|
@@ -3597,16 +3584,11 @@ class AccountsImpl {
|
|
|
3597
3584
|
return tslib.__asyncGenerator(this, arguments, function* listModelsPagingAll_1() {
|
|
3598
3585
|
var _a, e_3, _b, _c;
|
|
3599
3586
|
try {
|
|
3600
|
-
for (var _d = true, _e = tslib.__asyncValues(this.listModelsPagingPage(resourceGroupName, accountName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
|
|
3587
|
+
for (var _d = true, _e = tslib.__asyncValues(this.listModelsPagingPage(resourceGroupName, accountName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
3601
3588
|
_c = _f.value;
|
|
3602
3589
|
_d = false;
|
|
3603
|
-
|
|
3604
|
-
|
|
3605
|
-
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
3606
|
-
}
|
|
3607
|
-
finally {
|
|
3608
|
-
_d = true;
|
|
3609
|
-
}
|
|
3590
|
+
const page = _c;
|
|
3591
|
+
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
3610
3592
|
}
|
|
3611
3593
|
}
|
|
3612
3594
|
catch (e_3_1) { e_3 = { error: e_3_1 }; }
|
|
@@ -4265,16 +4247,11 @@ class DeletedAccountsImpl {
|
|
|
4265
4247
|
return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
|
|
4266
4248
|
var _a, e_1, _b, _c;
|
|
4267
4249
|
try {
|
|
4268
|
-
for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
|
|
4250
|
+
for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
4269
4251
|
_c = _f.value;
|
|
4270
4252
|
_d = false;
|
|
4271
|
-
|
|
4272
|
-
|
|
4273
|
-
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
4274
|
-
}
|
|
4275
|
-
finally {
|
|
4276
|
-
_d = true;
|
|
4277
|
-
}
|
|
4253
|
+
const page = _c;
|
|
4254
|
+
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
4278
4255
|
}
|
|
4279
4256
|
}
|
|
4280
4257
|
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
|
@@ -4514,16 +4491,11 @@ class ResourceSkusImpl {
|
|
|
4514
4491
|
return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
|
|
4515
4492
|
var _a, e_1, _b, _c;
|
|
4516
4493
|
try {
|
|
4517
|
-
for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
|
|
4494
|
+
for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
4518
4495
|
_c = _f.value;
|
|
4519
4496
|
_d = false;
|
|
4520
|
-
|
|
4521
|
-
|
|
4522
|
-
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
4523
|
-
}
|
|
4524
|
-
finally {
|
|
4525
|
-
_d = true;
|
|
4526
|
-
}
|
|
4497
|
+
const page = _c;
|
|
4498
|
+
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
4527
4499
|
}
|
|
4528
4500
|
}
|
|
4529
4501
|
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
|
@@ -4652,16 +4624,11 @@ class UsagesImpl {
|
|
|
4652
4624
|
return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
|
|
4653
4625
|
var _a, e_1, _b, _c;
|
|
4654
4626
|
try {
|
|
4655
|
-
for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(location, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
|
|
4627
|
+
for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(location, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
4656
4628
|
_c = _f.value;
|
|
4657
4629
|
_d = false;
|
|
4658
|
-
|
|
4659
|
-
|
|
4660
|
-
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
4661
|
-
}
|
|
4662
|
-
finally {
|
|
4663
|
-
_d = true;
|
|
4664
|
-
}
|
|
4630
|
+
const page = _c;
|
|
4631
|
+
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
4665
4632
|
}
|
|
4666
4633
|
}
|
|
4667
4634
|
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
|
@@ -4796,16 +4763,11 @@ class OperationsImpl {
|
|
|
4796
4763
|
return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
|
|
4797
4764
|
var _a, e_1, _b, _c;
|
|
4798
4765
|
try {
|
|
4799
|
-
for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
|
|
4766
|
+
for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
4800
4767
|
_c = _f.value;
|
|
4801
4768
|
_d = false;
|
|
4802
|
-
|
|
4803
|
-
|
|
4804
|
-
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
4805
|
-
}
|
|
4806
|
-
finally {
|
|
4807
|
-
_d = true;
|
|
4808
|
-
}
|
|
4769
|
+
const page = _c;
|
|
4770
|
+
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
4809
4771
|
}
|
|
4810
4772
|
}
|
|
4811
4773
|
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
|
@@ -4930,16 +4892,11 @@ class CommitmentTiersImpl {
|
|
|
4930
4892
|
return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
|
|
4931
4893
|
var _a, e_1, _b, _c;
|
|
4932
4894
|
try {
|
|
4933
|
-
for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(location, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
|
|
4895
|
+
for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(location, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
4934
4896
|
_c = _f.value;
|
|
4935
4897
|
_d = false;
|
|
4936
|
-
|
|
4937
|
-
|
|
4938
|
-
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
4939
|
-
}
|
|
4940
|
-
finally {
|
|
4941
|
-
_d = true;
|
|
4942
|
-
}
|
|
4898
|
+
const page = _c;
|
|
4899
|
+
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
4943
4900
|
}
|
|
4944
4901
|
}
|
|
4945
4902
|
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
|
@@ -5075,16 +5032,11 @@ class ModelsImpl {
|
|
|
5075
5032
|
return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
|
|
5076
5033
|
var _a, e_1, _b, _c;
|
|
5077
5034
|
try {
|
|
5078
|
-
for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(location, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
|
|
5035
|
+
for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(location, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
5079
5036
|
_c = _f.value;
|
|
5080
5037
|
_d = false;
|
|
5081
|
-
|
|
5082
|
-
|
|
5083
|
-
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
5084
|
-
}
|
|
5085
|
-
finally {
|
|
5086
|
-
_d = true;
|
|
5087
|
-
}
|
|
5038
|
+
const page = _c;
|
|
5039
|
+
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
5088
5040
|
}
|
|
5089
5041
|
}
|
|
5090
5042
|
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
|
@@ -5548,16 +5500,11 @@ class DeploymentsImpl {
|
|
|
5548
5500
|
return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
|
|
5549
5501
|
var _a, e_1, _b, _c;
|
|
5550
5502
|
try {
|
|
5551
|
-
for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(resourceGroupName, accountName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
|
|
5503
|
+
for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(resourceGroupName, accountName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
5552
5504
|
_c = _f.value;
|
|
5553
5505
|
_d = false;
|
|
5554
|
-
|
|
5555
|
-
|
|
5556
|
-
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
5557
|
-
}
|
|
5558
|
-
finally {
|
|
5559
|
-
_d = true;
|
|
5560
|
-
}
|
|
5506
|
+
const page = _c;
|
|
5507
|
+
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
5561
5508
|
}
|
|
5562
5509
|
}
|
|
5563
5510
|
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
|
@@ -5909,16 +5856,11 @@ class CommitmentPlansImpl {
|
|
|
5909
5856
|
return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
|
|
5910
5857
|
var _a, e_1, _b, _c;
|
|
5911
5858
|
try {
|
|
5912
|
-
for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(resourceGroupName, accountName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
|
|
5859
|
+
for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(resourceGroupName, accountName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
5913
5860
|
_c = _f.value;
|
|
5914
5861
|
_d = false;
|
|
5915
|
-
|
|
5916
|
-
|
|
5917
|
-
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
5918
|
-
}
|
|
5919
|
-
finally {
|
|
5920
|
-
_d = true;
|
|
5921
|
-
}
|
|
5862
|
+
const page = _c;
|
|
5863
|
+
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
5922
5864
|
}
|
|
5923
5865
|
}
|
|
5924
5866
|
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
|
@@ -5976,16 +5918,11 @@ class CommitmentPlansImpl {
|
|
|
5976
5918
|
return tslib.__asyncGenerator(this, arguments, function* listPlansByResourceGroupPagingAll_1() {
|
|
5977
5919
|
var _a, e_2, _b, _c;
|
|
5978
5920
|
try {
|
|
5979
|
-
for (var _d = true, _e = tslib.__asyncValues(this.listPlansByResourceGroupPagingPage(resourceGroupName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
|
|
5921
|
+
for (var _d = true, _e = tslib.__asyncValues(this.listPlansByResourceGroupPagingPage(resourceGroupName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
5980
5922
|
_c = _f.value;
|
|
5981
5923
|
_d = false;
|
|
5982
|
-
|
|
5983
|
-
|
|
5984
|
-
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
5985
|
-
}
|
|
5986
|
-
finally {
|
|
5987
|
-
_d = true;
|
|
5988
|
-
}
|
|
5924
|
+
const page = _c;
|
|
5925
|
+
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
5989
5926
|
}
|
|
5990
5927
|
}
|
|
5991
5928
|
catch (e_2_1) { e_2 = { error: e_2_1 }; }
|
|
@@ -6042,16 +5979,11 @@ class CommitmentPlansImpl {
|
|
|
6042
5979
|
return tslib.__asyncGenerator(this, arguments, function* listPlansBySubscriptionPagingAll_1() {
|
|
6043
5980
|
var _a, e_3, _b, _c;
|
|
6044
5981
|
try {
|
|
6045
|
-
for (var _d = true, _e = tslib.__asyncValues(this.listPlansBySubscriptionPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
|
|
5982
|
+
for (var _d = true, _e = tslib.__asyncValues(this.listPlansBySubscriptionPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
6046
5983
|
_c = _f.value;
|
|
6047
5984
|
_d = false;
|
|
6048
|
-
|
|
6049
|
-
|
|
6050
|
-
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
6051
|
-
}
|
|
6052
|
-
finally {
|
|
6053
|
-
_d = true;
|
|
6054
|
-
}
|
|
5985
|
+
const page = _c;
|
|
5986
|
+
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
6055
5987
|
}
|
|
6056
5988
|
}
|
|
6057
5989
|
catch (e_3_1) { e_3 = { error: e_3_1 }; }
|
|
@@ -6111,16 +6043,11 @@ class CommitmentPlansImpl {
|
|
|
6111
6043
|
return tslib.__asyncGenerator(this, arguments, function* listAssociationsPagingAll_1() {
|
|
6112
6044
|
var _a, e_4, _b, _c;
|
|
6113
6045
|
try {
|
|
6114
|
-
for (var _d = true, _e = tslib.__asyncValues(this.listAssociationsPagingPage(resourceGroupName, commitmentPlanName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
|
|
6046
|
+
for (var _d = true, _e = tslib.__asyncValues(this.listAssociationsPagingPage(resourceGroupName, commitmentPlanName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
6115
6047
|
_c = _f.value;
|
|
6116
6048
|
_d = false;
|
|
6117
|
-
|
|
6118
|
-
|
|
6119
|
-
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
6120
|
-
}
|
|
6121
|
-
finally {
|
|
6122
|
-
_d = true;
|
|
6123
|
-
}
|
|
6049
|
+
const page = _c;
|
|
6050
|
+
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
6124
6051
|
}
|
|
6125
6052
|
}
|
|
6126
6053
|
catch (e_4_1) { e_4 = { error: e_4_1 }; }
|