Skip to content

Commit

Permalink
CodeGen from PR 12564 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
fix R4010 (#12564)
  • Loading branch information
SDKAuto committed Jan 25, 2021
1 parent 0e1c9ba commit 767c244
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion schemas/2017-12-01/Microsoft.BotService.json
Original file line number Diff line number Diff line change
Expand Up @@ -1516,4 +1516,4 @@
"description": "A site for the Webchat channel"
}
}
}
}
2 changes: 1 addition & 1 deletion schemas/2018-07-12/Microsoft.BotService.json
Original file line number Diff line number Diff line change
Expand Up @@ -1700,4 +1700,4 @@
"description": "A site for the Webchat channel"
}
}
}
}
16 changes: 8 additions & 8 deletions schemas/2020-06-02/Microsoft.BotService.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"$ref": "#/definitions/botServices_channels_childResource"
},
{
"$ref": "#/definitions/botServices_Connections_childResource"
"$ref": "#/definitions/botServices_connections_childResource"
}
]
}
Expand Down Expand Up @@ -229,7 +229,7 @@
],
"description": "Microsoft.BotService/botServices/channels"
},
"botServices_Connections": {
"botServices_connections": {
"type": "object",
"properties": {
"apiVersion": {
Expand Down Expand Up @@ -317,7 +317,7 @@
"type": {
"type": "string",
"enum": [
"Microsoft.BotService/botServices/Connections"
"Microsoft.BotService/botServices/connections"
]
}
},
Expand All @@ -327,7 +327,7 @@
"properties",
"type"
],
"description": "Microsoft.BotService/botServices/Connections"
"description": "Microsoft.BotService/botServices/connections"
}
},
"definitions": {
Expand Down Expand Up @@ -570,7 +570,7 @@
],
"description": "Microsoft.BotService/botServices/channels"
},
"botServices_Connections_childResource": {
"botServices_connections_childResource": {
"type": "object",
"properties": {
"apiVersion": {
Expand Down Expand Up @@ -658,7 +658,7 @@
"type": {
"type": "string",
"enum": [
"Connections"
"connections"
]
}
},
Expand All @@ -668,7 +668,7 @@
"properties",
"type"
],
"description": "Microsoft.BotService/botServices/Connections"
"description": "Microsoft.BotService/botServices/connections"
},
"Channel": {
"type": "object",
Expand Down Expand Up @@ -1716,4 +1716,4 @@
"description": "A site for the Webchat channel"
}
}
}
}

0 comments on commit 767c244

Please sign in to comment.