Skip to content

Commit b25744f

Browse files
author
SDKAuto
committed
CodeGen from PR 16882 in Azure/azure-rest-api-specs
Merge d25c84060c155b0e3dee8a62486275de0afc1a98 into 682ebc3841bc1095ee8812199bde2eddcc2ad99f
1 parent b024887 commit b25744f

File tree

10 files changed

+849
-15
lines changed

10 files changed

+849
-15
lines changed

sdk/botservice/arm-botservice/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"rollup-plugin-sourcemaps": "^0.4.2",
2828
"uglify-js": "^3.6.0"
2929
},
30-
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/feature/v4/sdk/botservice/arm-botservice",
30+
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/botservice/arm-botservice",
3131
"repository": {
3232
"type": "git",
3333
"url": "https://github.com/Azure/azure-sdk-for-js.git"

sdk/botservice/arm-botservice/src/models/botConnectionMappers.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ export {
1515
BotChannel,
1616
BotProperties,
1717
Channel,
18+
ChannelSettings,
1819
ConnectionSetting,
1920
ConnectionSettingParameter,
2021
ConnectionSettingProperties,
@@ -36,6 +37,7 @@ export {
3637
LineChannel,
3738
LineChannelProperties,
3839
LineRegistration,
40+
ListChannelWithKeysResponse,
3941
MsTeamsChannel,
4042
MsTeamsChannelProperties,
4143
PrivateEndpoint,
@@ -46,8 +48,11 @@ export {
4648
Resource,
4749
ServiceProvider,
4850
ServiceProviderParameter,
51+
ServiceProviderParameterMetadata,
52+
ServiceProviderParameterMetadataConstraints,
4953
ServiceProviderProperties,
5054
ServiceProviderResponseList,
55+
Site,
5156
Sku,
5257
SkypeChannel,
5358
SkypeChannelProperties,

sdk/botservice/arm-botservice/src/models/botsMappers.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ export {
1616
BotProperties,
1717
BotResponseList,
1818
Channel,
19+
ChannelSettings,
1920
CheckNameAvailabilityRequestBody,
2021
CheckNameAvailabilityResponseBody,
2122
ConnectionSetting,
@@ -38,6 +39,7 @@ export {
3839
LineChannel,
3940
LineChannelProperties,
4041
LineRegistration,
42+
ListChannelWithKeysResponse,
4143
MsTeamsChannel,
4244
MsTeamsChannelProperties,
4345
PrivateEndpoint,
@@ -46,6 +48,7 @@ export {
4648
PrivateLinkResourceBase,
4749
PrivateLinkServiceConnectionState,
4850
Resource,
51+
Site,
4952
Sku,
5053
SkypeChannel,
5154
SkypeChannelProperties,

sdk/botservice/arm-botservice/src/models/channelsMappers.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ export {
1616
BotProperties,
1717
Channel,
1818
ChannelResponseList,
19+
ChannelSettings,
1920
ConnectionSetting,
2021
ConnectionSettingParameter,
2122
ConnectionSettingProperties,
@@ -36,6 +37,7 @@ export {
3637
LineChannel,
3738
LineChannelProperties,
3839
LineRegistration,
40+
ListChannelWithKeysResponse,
3941
MsTeamsChannel,
4042
MsTeamsChannelProperties,
4143
PrivateEndpoint,
@@ -44,6 +46,7 @@ export {
4446
PrivateLinkResourceBase,
4547
PrivateLinkServiceConnectionState,
4648
Resource,
49+
Site,
4750
Sku,
4851
SkypeChannel,
4952
SkypeChannelProperties,

sdk/botservice/arm-botservice/src/models/directLineMappers.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ export {
1515
BotChannel,
1616
BotProperties,
1717
Channel,
18+
ChannelSettings,
1819
ConnectionSetting,
1920
ConnectionSettingParameter,
2021
ConnectionSettingProperties,
@@ -35,6 +36,7 @@ export {
3536
LineChannel,
3637
LineChannelProperties,
3738
LineRegistration,
39+
ListChannelWithKeysResponse,
3840
MsTeamsChannel,
3941
MsTeamsChannelProperties,
4042
PrivateEndpoint,
@@ -43,6 +45,7 @@ export {
4345
PrivateLinkResourceBase,
4446
PrivateLinkServiceConnectionState,
4547
Resource,
48+
Site,
4649
SiteInfo,
4750
Sku,
4851
SkypeChannel,

0 commit comments

Comments
 (0)