File tree Expand file tree Collapse file tree 3 files changed +10
-8
lines changed
specification/botservice/resource-manager
Microsoft.BotService/stable/2020-06-02 Expand file tree Collapse file tree 3 files changed +10
-8
lines changed Original file line number Diff line number Diff line change 806806 }
807807 }
808808 },
809- "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.BotService/botServices/{resourceName}/Connections /{connectionName}/listWithSecrets" : {
809+ "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.BotService/botServices/{resourceName}/connections /{connectionName}/listWithSecrets" : {
810810 "post" : {
811811 "tags" : [
812812 " BotConnection"
851851 }
852852 }
853853 },
854- "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.BotService/botServices/{resourceName}/Connections /{connectionName}" : {
854+ "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.BotService/botServices/{resourceName}/connections /{connectionName}" : {
855855 "put" : {
856856 "tags" : [
857857 " BotConnection"
Original file line number Diff line number Diff line change 1010 "200" : {
1111 "body" : {
1212 "location" : " global" ,
13- "id" : " /subscriptions/subscription-id/resourceGroups/OneResourceGroupName/providers/Microsoft.BotService/botServices/samplebotname/Connections /sampleConnection" ,
13+ "id" : " /subscriptions/subscription-id/resourceGroups/OneResourceGroupName/providers/Microsoft.BotService/botServices/samplebotname/connections /sampleConnection" ,
1414 "etag" : " etag1" ,
1515 "name" : " sampleConnection" ,
1616 "properties" : {
Original file line number Diff line number Diff line change @@ -36,7 +36,11 @@ These settings apply only when `--tag=package-2020-06-02` is specified on the co
3636
3737` ` ` yaml $(tag) == 'package-2020-06-02'
3838input-file:
39- - Microsoft.BotService/stable/2020-06-02/botservice.json
39+ - Microsoft.BotService/stable/2020-06-02/botservice.json
40+ directive:
41+ - suppress: R4009
42+ from: botservice.json
43+ reason: We do not yet support systemdata.
4044` ` `
4145
4246
@@ -109,10 +113,8 @@ swagger-to-sdk:
109113```
110114directive:
111115 - suppress: SECRET_PROPERTY
112- from:
113- - Microsoft.BotService/stable/2020-06-02/botservice.json
114- where:
115- - $.definitions.FacebookChannelProperties.properties.verifyToken
116+ from: botservice.json
117+ where: $.definitions.FacebookChannelProperties.properties.verifyToken
116118 reason: We do need to return verifyToken in FacebookChannelProperties.
117119```
118120
You can’t perform that action at this time.
0 commit comments