@azure/arm-botservice 4.0.1-alpha.20231016.1 → 4.0.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 +18 -48
- 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/botConnectionListByBotServiceSample.js +3 -8
- package/dist-esm/samples-dev/botConnectionListByBotServiceSample.js.map +1 -1
- package/dist-esm/samples-dev/botsListByResourceGroupSample.js +3 -8
- package/dist-esm/samples-dev/botsListByResourceGroupSample.js.map +1 -1
- package/dist-esm/samples-dev/botsListSample.js +3 -8
- package/dist-esm/samples-dev/botsListSample.js.map +1 -1
- package/dist-esm/samples-dev/channelsListByResourceGroupSample.js +3 -8
- package/dist-esm/samples-dev/channelsListByResourceGroupSample.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/privateEndpointConnectionsListSample.js +3 -8
- package/dist-esm/samples-dev/privateEndpointConnectionsListSample.js.map +1 -1
- package/dist-esm/src/operations/botConnection.js +3 -8
- package/dist-esm/src/operations/botConnection.js.map +1 -1
- package/dist-esm/src/operations/bots.js +6 -16
- package/dist-esm/src/operations/bots.js.map +1 -1
- package/dist-esm/src/operations/channels.js +3 -8
- package/dist-esm/src/operations/channels.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/privateEndpointConnections.js +3 -8
- package/dist-esm/src/operations/privateEndpointConnections.js.map +1 -1
- package/dist-esm/test/botservice_examples.js +9 -24
- package/dist-esm/test/botservice_examples.js.map +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -3269,16 +3269,11 @@ class BotsImpl {
|
|
|
3269
3269
|
return tslib.__asyncGenerator(this, arguments, function* listByResourceGroupPagingAll_1() {
|
|
3270
3270
|
var _a, e_1, _b, _c;
|
|
3271
3271
|
try {
|
|
3272
|
-
for (var _d = true, _e = tslib.__asyncValues(this.listByResourceGroupPagingPage(resourceGroupName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
|
|
3272
|
+
for (var _d = true, _e = tslib.__asyncValues(this.listByResourceGroupPagingPage(resourceGroupName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
3273
3273
|
_c = _f.value;
|
|
3274
3274
|
_d = false;
|
|
3275
|
-
|
|
3276
|
-
|
|
3277
|
-
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
3278
|
-
}
|
|
3279
|
-
finally {
|
|
3280
|
-
_d = true;
|
|
3281
|
-
}
|
|
3275
|
+
const page = _c;
|
|
3276
|
+
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
3282
3277
|
}
|
|
3283
3278
|
}
|
|
3284
3279
|
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
|
@@ -3335,16 +3330,11 @@ class BotsImpl {
|
|
|
3335
3330
|
return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
|
|
3336
3331
|
var _a, e_2, _b, _c;
|
|
3337
3332
|
try {
|
|
3338
|
-
for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
|
|
3333
|
+
for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
3339
3334
|
_c = _f.value;
|
|
3340
3335
|
_d = false;
|
|
3341
|
-
|
|
3342
|
-
|
|
3343
|
-
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
3344
|
-
}
|
|
3345
|
-
finally {
|
|
3346
|
-
_d = true;
|
|
3347
|
-
}
|
|
3336
|
+
const page = _c;
|
|
3337
|
+
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
3348
3338
|
}
|
|
3349
3339
|
}
|
|
3350
3340
|
catch (e_2_1) { e_2 = { error: e_2_1 }; }
|
|
@@ -3697,16 +3687,11 @@ class ChannelsImpl {
|
|
|
3697
3687
|
return tslib.__asyncGenerator(this, arguments, function* listByResourceGroupPagingAll_1() {
|
|
3698
3688
|
var _a, e_1, _b, _c;
|
|
3699
3689
|
try {
|
|
3700
|
-
for (var _d = true, _e = tslib.__asyncValues(this.listByResourceGroupPagingPage(resourceGroupName, resourceName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
|
|
3690
|
+
for (var _d = true, _e = tslib.__asyncValues(this.listByResourceGroupPagingPage(resourceGroupName, resourceName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
3701
3691
|
_c = _f.value;
|
|
3702
3692
|
_d = false;
|
|
3703
|
-
|
|
3704
|
-
|
|
3705
|
-
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
3706
|
-
}
|
|
3707
|
-
finally {
|
|
3708
|
-
_d = true;
|
|
3709
|
-
}
|
|
3693
|
+
const page = _c;
|
|
3694
|
+
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
3710
3695
|
}
|
|
3711
3696
|
}
|
|
3712
3697
|
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
|
@@ -4131,16 +4116,11 @@ class OperationsImpl {
|
|
|
4131
4116
|
return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
|
|
4132
4117
|
var _a, e_1, _b, _c;
|
|
4133
4118
|
try {
|
|
4134
|
-
for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
|
|
4119
|
+
for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
4135
4120
|
_c = _f.value;
|
|
4136
4121
|
_d = false;
|
|
4137
|
-
|
|
4138
|
-
|
|
4139
|
-
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
4140
|
-
}
|
|
4141
|
-
finally {
|
|
4142
|
-
_d = true;
|
|
4143
|
-
}
|
|
4122
|
+
const page = _c;
|
|
4123
|
+
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
4144
4124
|
}
|
|
4145
4125
|
}
|
|
4146
4126
|
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
|
@@ -4266,16 +4246,11 @@ class BotConnectionImpl {
|
|
|
4266
4246
|
return tslib.__asyncGenerator(this, arguments, function* listByBotServicePagingAll_1() {
|
|
4267
4247
|
var _a, e_1, _b, _c;
|
|
4268
4248
|
try {
|
|
4269
|
-
for (var _d = true, _e = tslib.__asyncValues(this.listByBotServicePagingPage(resourceGroupName, resourceName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
|
|
4249
|
+
for (var _d = true, _e = tslib.__asyncValues(this.listByBotServicePagingPage(resourceGroupName, resourceName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
4270
4250
|
_c = _f.value;
|
|
4271
4251
|
_d = false;
|
|
4272
|
-
|
|
4273
|
-
|
|
4274
|
-
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
4275
|
-
}
|
|
4276
|
-
finally {
|
|
4277
|
-
_d = true;
|
|
4278
|
-
}
|
|
4252
|
+
const page = _c;
|
|
4253
|
+
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
4279
4254
|
}
|
|
4280
4255
|
}
|
|
4281
4256
|
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
|
@@ -4812,16 +4787,11 @@ class PrivateEndpointConnectionsImpl {
|
|
|
4812
4787
|
return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
|
|
4813
4788
|
var _a, e_1, _b, _c;
|
|
4814
4789
|
try {
|
|
4815
|
-
for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(resourceGroupName, resourceName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
|
|
4790
|
+
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) {
|
|
4816
4791
|
_c = _f.value;
|
|
4817
4792
|
_d = false;
|
|
4818
|
-
|
|
4819
|
-
|
|
4820
|
-
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
4821
|
-
}
|
|
4822
|
-
finally {
|
|
4823
|
-
_d = true;
|
|
4824
|
-
}
|
|
4793
|
+
const page = _c;
|
|
4794
|
+
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
4825
4795
|
}
|
|
4826
4796
|
}
|
|
4827
4797
|
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|