From a299e48a98338c9b3a7bf160f31f39202cb9a8e3 Mon Sep 17 00:00:00 2001 From: SDKAuto Date: Fri, 22 Jan 2021 07:21:11 +0000 Subject: [PATCH] CodeGen from PR 12564 in Azure/azure-rest-api-specs Merge 47cb0d6a1a006665698d4fe4cc2e4c059fb71188 into 12b41f4c0ff9814429a6dcfc4a72d5f9d52d1f62 --- schemas/2017-12-01/Microsoft.BotService.json | 2 +- schemas/2018-07-12/Microsoft.BotService.json | 2 +- schemas/2020-06-02/Microsoft.BotService.json | 16 ++++++++-------- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/schemas/2017-12-01/Microsoft.BotService.json b/schemas/2017-12-01/Microsoft.BotService.json index 365f72eec0..bb9b803e2d 100644 --- a/schemas/2017-12-01/Microsoft.BotService.json +++ b/schemas/2017-12-01/Microsoft.BotService.json @@ -1516,4 +1516,4 @@ "description": "A site for the Webchat channel" } } -} \ No newline at end of file +} diff --git a/schemas/2018-07-12/Microsoft.BotService.json b/schemas/2018-07-12/Microsoft.BotService.json index 9a9c204205..c7d8e18277 100644 --- a/schemas/2018-07-12/Microsoft.BotService.json +++ b/schemas/2018-07-12/Microsoft.BotService.json @@ -1700,4 +1700,4 @@ "description": "A site for the Webchat channel" } } -} \ No newline at end of file +} diff --git a/schemas/2020-06-02/Microsoft.BotService.json b/schemas/2020-06-02/Microsoft.BotService.json index 1c1837adac..df276eed10 100644 --- a/schemas/2020-06-02/Microsoft.BotService.json +++ b/schemas/2020-06-02/Microsoft.BotService.json @@ -71,7 +71,7 @@ "$ref": "#/definitions/botServices_channels_childResource" }, { - "$ref": "#/definitions/botServices_Connections_childResource" + "$ref": "#/definitions/botServices_connections_childResource" } ] } @@ -229,7 +229,7 @@ ], "description": "Microsoft.BotService/botServices/channels" }, - "botServices_Connections": { + "botServices_connections": { "type": "object", "properties": { "apiVersion": { @@ -317,7 +317,7 @@ "type": { "type": "string", "enum": [ - "Microsoft.BotService/botServices/Connections" + "Microsoft.BotService/botServices/connections" ] } }, @@ -327,7 +327,7 @@ "properties", "type" ], - "description": "Microsoft.BotService/botServices/Connections" + "description": "Microsoft.BotService/botServices/connections" } }, "definitions": { @@ -570,7 +570,7 @@ ], "description": "Microsoft.BotService/botServices/channels" }, - "botServices_Connections_childResource": { + "botServices_connections_childResource": { "type": "object", "properties": { "apiVersion": { @@ -658,7 +658,7 @@ "type": { "type": "string", "enum": [ - "Connections" + "connections" ] } }, @@ -668,7 +668,7 @@ "properties", "type" ], - "description": "Microsoft.BotService/botServices/Connections" + "description": "Microsoft.BotService/botServices/connections" }, "Channel": { "type": "object", @@ -1716,4 +1716,4 @@ "description": "A site for the Webchat channel" } } -} \ No newline at end of file +}