diff --git a/specification/botservice/resource-manager/Microsoft.BotService/preview/2017-12-01/botservice.json b/specification/botservice/resource-manager/Microsoft.BotService/preview/2017-12-01/botservice.json index ae1f8803d9b9..37db705be2ba 100644 --- a/specification/botservice/resource-manager/Microsoft.BotService/preview/2017-12-01/botservice.json +++ b/specification/botservice/resource-manager/Microsoft.BotService/preview/2017-12-01/botservice.json @@ -683,7 +683,7 @@ } } }, - "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.BotService/BotServices/listServiceProviders": { + "/subscriptions/{subscriptionId}/providers/Microsoft.BotService/listAuthServiceProviders": { "post": { "tags": [ "ListServiceProviders" @@ -696,9 +696,6 @@ } }, "parameters": [ - { - "$ref": "#/parameters/resourceGroupNameParameter" - }, { "$ref": "#/parameters/apiVersionParameter" }, @@ -1851,13 +1848,11 @@ "properties": { "key": { "type": "string", - "description": "Key for the Connection Setting Parameter.", - "readOnly": true + "description": "Key for the Connection Setting Parameter." }, "value": { "type": "string", - "description": "Value associated with the Connection Setting Parameter.", - "readOnly": true + "description": "Value associated with the Connection Setting Parameter." } }, "description": "Extra Parameter in a Connection Setting Properties to indicate service provider specific properties" @@ -1868,6 +1863,11 @@ "type": "string", "description": "Client Id associated with the Connection Setting." }, + "settingId": { + "type": "string", + "description": "Setting Id set by the service for the Connection Setting.", + "readOnly": true + }, "clientSecret": { "type": "string", "description": "Client Secret associated with the Connection Setting" diff --git a/specification/botservice/resource-manager/Microsoft.BotService/preview/2017-12-01/examples/ListServiceProviders.json b/specification/botservice/resource-manager/Microsoft.BotService/preview/2017-12-01/examples/ListServiceProviders.json index 69a568e0b90f..ff0c08f4bb8d 100644 --- a/specification/botservice/resource-manager/Microsoft.BotService/preview/2017-12-01/examples/ListServiceProviders.json +++ b/specification/botservice/resource-manager/Microsoft.BotService/preview/2017-12-01/examples/ListServiceProviders.json @@ -1,7 +1,6 @@ { "parameters": { "subscriptionId": "subscription-id", - "resourceGroupName": "OneResourceGroupName", "api-version": "2017-01-01" }, "responses": {