Open
Description
When we create a new bot in portal with the portal makes call to management.azure.com with arm template which shows following section in properties section of resource of type("Microsoft.BotService/botServices")
"parameters": "[union(deployment().properties.parameters, json(concat('{"tenant":{"value":"', subscription().tenantId, '"}}')), json(concat('{"stateStorage":{"value":"DefaultEndpointsProtocol=https;AccountName=',parameters('storageAccountName'),';AccountKey=',listkeys(variables('storageAccountId'), '2015-05-01-preview').key1,';"}}')))]",
that field is not provided in this json definition, why?