1Metadata-Version: 2.1
2Name: azure-mgmt-botservice
3Version: 0.3.0
4Summary: Microsoft Azure Bot Service Client Library for Python
5Home-page: https://github.com/Azure/azure-sdk-for-python
6Author: Microsoft Corporation
7Author-email: azpysdkhelp@microsoft.com
8License: MIT License
9Description: ## Microsoft Azure SDK for Python
10
11        This is the Microsoft Azure Bot Service Client Library.
12
13        Azure Resource Manager (ARM) is the next generation of management APIs
14        that replace the old Azure Service Management (ASM).
15
16        This package has been tested with Python 2.7, 3.4, 3.5, 3.6 and 3.7.
17
18        For the older Azure Service Management (ASM) libraries, see
19        [azure-servicemanagement-legacy](https://pypi.python.org/pypi/azure-servicemanagement-legacy)
20        library.
21
22        For a more complete set of Azure libraries, see the
23        [azure sdk python release](https://aka.ms/azsdk/python/all).
24
25        ## Usage
26
27        For code examples, see [Bot
28        Service](https://docs.microsoft.com/python/api/overview/azure/) on
29        docs.microsoft.com.
30
31        ## Provide Feedback
32
33        If you encounter any bugs or have suggestions, please file an issue in
34        the [Issues](https://github.com/Azure/azure-sdk-for-python/issues)
35        section of the project.
36
37        ![image](https://azure-sdk-impressions.azurewebsites.net/api/impressions/azure-sdk-for-python%2Fazure-mgmt-botservice%2FREADME.png)
38
39
40        # Release History
41
42        ## 0.3.0 (2021-01-26)
43
44        **Features**
45
46          - Model SlackChannelProperties has a new parameter signing_secret
47          - Model BotProperties has a new parameter cmek_key_vault_url
48          - Model BotProperties has a new parameter is_cmek_enabled
49          - Added operation group DirectLineOperations
50
51        **Breaking changes**
52
53          - Removed operation group EnterpriseChannelsOperations
54
55        ## 0.2.0 (2019-05-22)
56
57        - Add some new features
58
59        ## 0.1.0 (2018-08-07)
60
61          - Initial Release
62
63Platform: UNKNOWN
64Classifier: Development Status :: 4 - Beta
65Classifier: Programming Language :: Python
66Classifier: Programming Language :: Python :: 2
67Classifier: Programming Language :: Python :: 2.7
68Classifier: Programming Language :: Python :: 3
69Classifier: Programming Language :: Python :: 3.4
70Classifier: Programming Language :: Python :: 3.5
71Classifier: Programming Language :: Python :: 3.6
72Classifier: Programming Language :: Python :: 3.7
73Classifier: License :: OSI Approved :: MIT License
74Description-Content-Type: text/markdown
75