# Microsoft Azure SDK for Python
This is the Microsoft Azure Bot Service Client Library.
This package has been tested with Python 3.7+.
For a more complete view of Azure libraries, see the [azure sdk python release](https://aka.ms/azsdk/python/all).
## _Disclaimer_
_Azure SDK Python packages support for Python 2.7 has ended 01 January 2022. For more information and questions, please refer to https://github.com/Azure/azure-sdk-for-python/issues/20691_
## Getting started
### Prerequisites
- Python 3.7+ is required to use this package.
- [Azure subscription](https://azure.microsoft.com/free/)
### Install the package
```bash
pip install azure-mgmt-botservice
pip install azure-identity
```
### Authentication
By default, [Azure Active Directory](https://aka.ms/awps/aad) token authentication depends on correct configure of following environment variables.
- `AZURE_CLIENT_ID` for Azure client ID.
- `AZURE_TENANT_ID` for Azure tenant ID.
- `AZURE_CLIENT_SECRET` for Azure client secret.
In addition, Azure subscription ID can be configured via environment variable `AZURE_SUBSCRIPTION_ID`.
With above configuration, client can be authenticated by following code:
```python
from azure.identity import DefaultAzureCredential
from azure.mgmt.botservice import AzureBotService
import os
sub_id = os.getenv("AZURE_SUBSCRIPTION_ID")
client = AzureBotService(credential=DefaultAzureCredential(), subscription_id=sub_id)
```
## Examples
Code samples for this package can be found at [Bot Service](https://docs.microsoft.com/samples/browse/?languages=python&term=Getting%20started%20-%20Managing&terms=Getting%20started%20-%20Managing) on docs.microsoft.com and [Samples Repo](https://aka.ms/azsdk/python/mgmt/samples)
## Troubleshooting
## Next steps
## Provide Feedback
If you encounter any bugs or have suggestions, please file an issue in the
[Issues](https://github.com/Azure/azure-sdk-for-python/issues)
section of the project.
![Impressions](https://azure-sdk-impressions.azurewebsites.net/api/impressions/azure-sdk-for-python%2Fazure-mgmt-botservice%2FREADME.png)
# Release History
## 2.0.0 (2023-01-12)
### Features Added
- Added operation group EmailOperations
- Added operation group OperationResultsOperations
- Added operation group PrivateEndpointConnectionsOperations
- Added operation group PrivateLinkResourcesOperations
- Added operation group QnAMakerEndpointKeysOperations
- Model AlexaChannel has a new parameter etag
- Model AlexaChannel has a new parameter location
- Model AlexaChannel has a new parameter provisioning_state
- Model Bot has a new parameter zones
- Model BotChannel has a new parameter zones
- Model BotProperties has a new parameter all_settings
- Model BotProperties has a new parameter app_password_hint
- Model BotProperties has a new parameter cmek_encryption_status
- Model BotProperties has a new parameter disable_local_auth
- Model BotProperties has a new parameter is_developer_app_insights_api_key_set
- Model BotProperties has a new parameter is_streaming_supported
- Model BotProperties has a new parameter manifest_url
- Model BotProperties has a new parameter migration_token
- Model BotProperties has a new parameter msa_app_msi_resource_id
- Model BotProperties has a new parameter msa_app_tenant_id
- Model BotProperties has a new parameter msa_app_type
- Model BotProperties has a new parameter open_with_hint
- Model BotProperties has a new parameter parameters
- Model BotProperties has a new parameter private_endpoint_connections
- Model BotProperties has a new parameter provisioning_state
- Model BotProperties has a new parameter public_network_access
- Model BotProperties has a new parameter publishing_credentials
- Model BotProperties has a new parameter storage_resource_id
- Model BotProperties has a new parameter tenant_id
- Model Channel has a new parameter etag
- Model Channel has a new parameter location
- Model Channel has a new parameter provisioning_state
- Model CheckNameAvailabilityResponseBody has a new parameter abs_code
- Model ConnectionSetting has a new parameter zones
- Model ConnectionSettingProperties has a new parameter provisioning_state
- Model DirectLineChannel has a new parameter etag
- Model DirectLineChannel has a new parameter location
- Model DirectLineChannel has a new parameter provisioning_state
- Model DirectLineChannelProperties has a new parameter direct_line_embed_code
- Model DirectLineChannelProperties has a new parameter extension_key1
- Model DirectLineChannelProperties has a new parameter extension_key2
- Model DirectLineSite has a new parameter is_block_user_upload_enabled
- Model DirectLineSpeechChannel has a new parameter etag
- Model DirectLineSpeechChannel has a new parameter location
- Model DirectLineSpeechChannel has a new parameter provisioning_state
- Model DirectLineSpeechChannelProperties has a new parameter cognitive_service_region
- Model DirectLineSpeechChannelProperties has a new parameter cognitive_service_resource_id
- Model DirectLineSpeechChannelProperties has a new parameter cognitive_service_subscription_key
- Model EmailChannel has a new parameter etag
- Model EmailChannel has a new parameter location
- Model EmailChannel has a new parameter provisioning_state
- Model EmailChannelProperties has a new parameter auth_method
- Model EmailChannelProperties has a new parameter magic_code
- Model FacebookChannel has a new parameter etag
- Model FacebookChannel has a new parameter location
- Model FacebookChannel has a new parameter provisioning_state
- Model KikChannel has a new parameter etag
- Model KikChannel has a new parameter location
- Model KikChannel has a new parameter provisioning_state
- Model LineChannel has a new parameter etag
- Model LineChannel has a new parameter location
- Model LineChannel has a new parameter provisioning_state
- Model MsTeamsChannel has a new parameter etag
- Model MsTeamsChannel has a new parameter location
- Model MsTeamsChannel has a new parameter provisioning_state
- Model MsTeamsChannelProperties has a new parameter accepted_terms
- Model MsTeamsChannelProperties has a new parameter calling_webhook
- Model MsTeamsChannelProperties has a new parameter deployment_environment
- Model MsTeamsChannelProperties has a new parameter incoming_call_route
- Model Resource has a new parameter zones
- Model ServiceProviderParameter has a new parameter metadata
- Model SkypeChannel has a new parameter etag
- Model SkypeChannel has a new parameter location
- Model SkypeChannel has a new parameter provisioning_state
- Model SkypeChannelProperties has a new parameter incoming_call_route
- Model SlackChannel has a new parameter etag
- Model SlackChannel has a new parameter location
- Model SlackChannel has a new parameter provisioning_state
- Model SlackChannelProperties has a new parameter scopes
- Model SmsChannel has a new parameter etag
- Model SmsChannel has a new parameter location
- Model SmsChannel has a new parameter provisioning_state
- Model TelegramChannel has a new parameter etag
- Model TelegramChannel has a new parameter location
- Model TelegramChannel has a new parameter provisioning_state
- Model WebChatChannel has a new parameter etag
- Model WebChatChannel has a new parameter location
- Model WebChatChannel has a new parameter provisioning_state
### Breaking Changes
- Model BotProperties no longer has parameter is_isolated
- Model DirectLineSpeechChannelProperties no longer has parameter cognitive_services_subscription_id
- Model MsTeamsChannelProperties no longer has parameter calling_web_hook
- Model WebChatSite has a new required parameter is_webchat_preview_enabled
- Model WebChatSite no longer has parameter enable_preview
## 2.0.0b4 (2022-11-30)
### Features Added
- Added operation group EmailOperations
- Added operation group QnAMakerEndpointKeysOperations
- Model BotProperties has a new parameter tenant_id
- Model DirectLineChannelProperties has a new parameter extension_key1
- Model DirectLineChannelProperties has a new parameter extension_key2
- Model DirectLineSpeechChannelProperties has a new parameter cognitive_service_resource_id
- Model EmailChannelProperties has a new parameter auth_method
- Model EmailChannelProperties has a new parameter magic_code
- Model MsTeamsChannelProperties has a new parameter calling_webhook
### Breaking Changes
- Model MsTeamsChannelProperties no longer has parameter calling_web_hook
## 2.0.0b3 (2022-06-27)
**Bugfixes**
- Fix multi inheritance problem for Model `Site`
## 2.0.0b2 (2022-04-15)
**Features**
- Model ListChannelWithKeysResponse has a new parameter changed_time
- Model ListChannelWithKeysResponse has a new parameter entity_tag
- Model ListChannelWithKeysResponse has a new parameter provisioning_state
## 2.0.0b1 (2022-01-10)
**Features**
- Added operation group OperationResultsOperations
- Added operation group PrivateEndpointConnectionsOperations
- Added operation group PrivateLinkResourcesOperations
- Model AlexaChannel has a new parameter etag
- Model AlexaChannel has a new parameter location
- Model AlexaChannel has a new parameter provisioning_state
- Model Bot has a new parameter zones
- Model BotChannel has a new parameter zones
- Model BotProperties has a new parameter all_settings
- Model BotProperties has a new parameter app_password_hint
- Model BotProperties has a new parameter cmek_encryption_status
- Model BotProperties has a new parameter disable_local_auth
- Model BotProperties has a new parameter is_developer_app_insights_api_key_set
- Model BotProperties has a new parameter is_streaming_supported
- Model BotProperties has a new parameter manifest_url
- Model BotProperties has a new parameter migration_token
- Model BotProperties has a new parameter msa_app_msi_resource_id
- Model BotProperties has a new parameter msa_app_tenant_id
- Model BotProperties has a new parameter msa_app_type
- Model BotProperties has a new parameter open_with_hint
- Model BotProperties has a new parameter parameters
- Model BotProperties has a new parameter private_endpoint_connections
- Model BotProperties has a new parameter provisioning_state
- Model BotProperties has a new parameter public_network_access
- Model BotProperties has a new parameter publishing_credentials
- Model BotProperties has a new parameter storage_resource_id
- Model Channel has a new parameter etag
- Model Channel has a new parameter location
- Model Channel has a new parameter provisioning_state
- Model ConnectionSetting has a new parameter zones
- Model ConnectionSettingProperties has a new parameter id
- Model ConnectionSettingProperties has a new parameter name
- Model ConnectionSettingProperties has a new parameter provisioning_state
- Model DirectLineChannel has a new parameter etag
- Model DirectLineChannel has a new parameter location
- Model DirectLineChannel has a new parameter provisioning_state
- Model DirectLineChannelProperties has a new parameter direct_line_embed_code
- Model DirectLineSite has a new parameter is_block_user_upload_enabled
- Model DirectLineSpeechChannel has a new parameter etag
- Model DirectLineSpeechChannel has a new parameter location
- Model DirectLineSpeechChannel has a new parameter provisioning_state
- Model EmailChannel has a new parameter etag
- Model EmailChannel has a new parameter location
- Model EmailChannel has a new parameter provisioning_state
- Model FacebookChannel has a new parameter etag
- Model FacebookChannel has a new parameter location
- Model FacebookChannel has a new parameter provisioning_state
- Model KikChannel has a new parameter etag
- Model KikChannel has a new parameter location
- Model KikChannel has a new parameter provisioning_state
- Model LineChannel has a new parameter etag
- Model LineChannel has a new parameter location
- Model LineChannel has a new parameter provisioning_state
- Model MsTeamsChannel has a new parameter etag
- Model MsTeamsChannel has a new parameter location
- Model MsTeamsChannel has a new parameter provisioning_state
- Model MsTeamsChannelProperties has a new parameter accepted_terms
- Model MsTeamsChannelProperties has a new parameter deployment_environment
- Model MsTeamsChannelProperties has a new parameter incoming_call_route
- Model Resource has a new parameter zones
- Model ServiceProviderParameter has a new parameter metadata
- Model SkypeChannel has a new parameter etag
- Model SkypeChannel has a new parameter location
- Model SkypeChannel has a new parameter provisioning_state
- Model SkypeChannelProperties has a new parameter incoming_call_route
- Model SlackChannel has a new parameter etag
- Model SlackChannel has a new parameter location
- Model SlackChannel has a new parameter provisioning_state
- Model SlackChannelProperties has a new parameter scopes
- Model SmsChannel has a new parameter etag
- Model SmsChannel has a new parameter location
- Model SmsChannel has a new parameter provisioning_state
- Model TelegramChannel has a new parameter etag
- Model TelegramChannel has a new parameter location
- Model TelegramChannel has a new parameter provisioning_state
- Model WebChatChannel has a new parameter etag
- Model WebChatChannel has a new parameter location
- Model WebChatChannel has a new parameter provisioning_state
**Breaking changes**
- Model BotProperties no longer has parameter is_isolated
- Model DirectLineSpeechChannelProperties has a new required parameter cognitive_service_region
- Model DirectLineSpeechChannelProperties has a new required parameter cognitive_service_subscription_key
- Model DirectLineSpeechChannelProperties no longer has parameter cognitive_services_subscription_id
- Model WebChatSite has a new required parameter is_webchat_preview_enabled
- Model WebChatSite no longer has parameter enable_preview
## 1.0.0 (2021-05-20)
**Features**
- Model BotProperties has a new parameter schema_transformation_version
- Model BotProperties has a new parameter cmek_key_vault_url
- Model BotProperties has a new parameter is_isolated
- Model BotProperties has a new parameter is_cmek_enabled
- Added operation group HostSettingsOperations
## 1.0.0b1 (2020-11-20)
This is beta preview version.
This version uses a next-generation code generator that introduces important breaking changes, but also important new features (like unified authentication and async programming).
**General breaking changes**
- Credential system has been completly revamped:
- `azure.common.credentials` or `msrestazure.azure_active_directory` instances are no longer supported, use the `azure-identity` classes instead: https://pypi.org/project/azure-identity/
- `credentials` parameter has been renamed `credential`
- The `config` attribute no longer exists on a client, configuration should be passed as kwarg. Example: `MyClient(credential, subscription_id, enable_logging=True)`. For a complete set of
supported options, see the [parameters accept in init documentation of azure-core](https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/core/azure-core/CLIENT_LIBRARY_DEVELOPER.md#available-policies)
- You can't import a `version` module anymore, use `__version__` instead
- Operations that used to return a `msrest.polling.LROPoller` now returns a `azure.core.polling.LROPoller` and are prefixed with `begin_`.
- Exceptions tree have been simplified and most exceptions are now `azure.core.exceptions.HttpResponseError` (`CloudError` has been removed).
- Most of the operation kwarg have changed. Some of the most noticeable:
- `raw` has been removed. Equivalent feature can be found using `cls`, a callback that will give access to internal HTTP response for advanced user
- For a complete set of
supported options, see the [parameters accept in Request documentation of azure-core](https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/core/azure-core/CLIENT_LIBRARY_DEVELOPER.md#available-policies)
**General new features**
- Type annotations support using `typing`. SDKs are mypy ready.
- This client has now stable and official support for async. Check the `aio` namespace of your package to find the async client.
- This client now support natively tracing library like OpenCensus or OpenTelemetry. See this [tracing quickstart](https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/core/azure-core-tracing-opentelemetry) for an overview.
## 0.2.0 (2019-05-21)
**Features**
- Model DirectLineSite has a new parameter is_secure_site_enabled
- Model DirectLineSite has a new parameter trusted_origins
- Added operation group EnterpriseChannelsOperations
## 0.1.0 (2018-08-07)
- Initial Release
Raw data
{
"_id": null,
"home_page": "https://github.com/Azure/azure-sdk-for-python",
"name": "azure-mgmt-botservice",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.7",
"maintainer_email": "",
"keywords": "azure,azure sdk",
"author": "Microsoft Corporation",
"author_email": "azpysdkhelp@microsoft.com",
"download_url": "https://files.pythonhosted.org/packages/77/b5/a9dc9413e69e2e1b31885771173cb70018847a4c2bcd2f53c6e375ae1cad/azure-mgmt-botservice-2.0.0.zip",
"platform": null,
"description": "# Microsoft Azure SDK for Python\n\nThis is the Microsoft Azure Bot Service Client Library.\nThis package has been tested with Python 3.7+.\nFor a more complete view of Azure libraries, see the [azure sdk python release](https://aka.ms/azsdk/python/all).\n\n## _Disclaimer_\n\n_Azure SDK Python packages support for Python 2.7 has ended 01 January 2022. For more information and questions, please refer to https://github.com/Azure/azure-sdk-for-python/issues/20691_\n\n## Getting started\n\n### Prerequisites\n\n- Python 3.7+ is required to use this package.\n- [Azure subscription](https://azure.microsoft.com/free/)\n\n### Install the package\n\n```bash\npip install azure-mgmt-botservice\npip install azure-identity\n```\n\n### Authentication\n\nBy default, [Azure Active Directory](https://aka.ms/awps/aad) token authentication depends on correct configure of following environment variables.\n\n- `AZURE_CLIENT_ID` for Azure client ID.\n- `AZURE_TENANT_ID` for Azure tenant ID.\n- `AZURE_CLIENT_SECRET` for Azure client secret.\n\nIn addition, Azure subscription ID can be configured via environment variable `AZURE_SUBSCRIPTION_ID`.\n\nWith above configuration, client can be authenticated by following code:\n\n```python\nfrom azure.identity import DefaultAzureCredential\nfrom azure.mgmt.botservice import AzureBotService\nimport os\n\nsub_id = os.getenv(\"AZURE_SUBSCRIPTION_ID\")\nclient = AzureBotService(credential=DefaultAzureCredential(), subscription_id=sub_id)\n```\n\n## Examples\n\n\nCode samples for this package can be found at [Bot Service](https://docs.microsoft.com/samples/browse/?languages=python&term=Getting%20started%20-%20Managing&terms=Getting%20started%20-%20Managing) on docs.microsoft.com and [Samples Repo](https://aka.ms/azsdk/python/mgmt/samples)\n\n\n## Troubleshooting\n\n## Next steps\n\n## Provide Feedback\n\nIf you encounter any bugs or have suggestions, please file an issue in the\n[Issues](https://github.com/Azure/azure-sdk-for-python/issues)\nsection of the project. \n\n\n![Impressions](https://azure-sdk-impressions.azurewebsites.net/api/impressions/azure-sdk-for-python%2Fazure-mgmt-botservice%2FREADME.png)\n\n\n# Release History\n\n## 2.0.0 (2023-01-12)\n\n### Features Added\n\n - Added operation group EmailOperations\n - Added operation group OperationResultsOperations\n - Added operation group PrivateEndpointConnectionsOperations\n - Added operation group PrivateLinkResourcesOperations\n - Added operation group QnAMakerEndpointKeysOperations\n - Model AlexaChannel has a new parameter etag\n - Model AlexaChannel has a new parameter location\n - Model AlexaChannel has a new parameter provisioning_state\n - Model Bot has a new parameter zones\n - Model BotChannel has a new parameter zones\n - Model BotProperties has a new parameter all_settings\n - Model BotProperties has a new parameter app_password_hint\n - Model BotProperties has a new parameter cmek_encryption_status\n - Model BotProperties has a new parameter disable_local_auth\n - Model BotProperties has a new parameter is_developer_app_insights_api_key_set\n - Model BotProperties has a new parameter is_streaming_supported\n - Model BotProperties has a new parameter manifest_url\n - Model BotProperties has a new parameter migration_token\n - Model BotProperties has a new parameter msa_app_msi_resource_id\n - Model BotProperties has a new parameter msa_app_tenant_id\n - Model BotProperties has a new parameter msa_app_type\n - Model BotProperties has a new parameter open_with_hint\n - Model BotProperties has a new parameter parameters\n - Model BotProperties has a new parameter private_endpoint_connections\n - Model BotProperties has a new parameter provisioning_state\n - Model BotProperties has a new parameter public_network_access\n - Model BotProperties has a new parameter publishing_credentials\n - Model BotProperties has a new parameter storage_resource_id\n - Model BotProperties has a new parameter tenant_id\n - Model Channel has a new parameter etag\n - Model Channel has a new parameter location\n - Model Channel has a new parameter provisioning_state\n - Model CheckNameAvailabilityResponseBody has a new parameter abs_code\n - Model ConnectionSetting has a new parameter zones\n - Model ConnectionSettingProperties has a new parameter provisioning_state\n - Model DirectLineChannel has a new parameter etag\n - Model DirectLineChannel has a new parameter location\n - Model DirectLineChannel has a new parameter provisioning_state\n - Model DirectLineChannelProperties has a new parameter direct_line_embed_code\n - Model DirectLineChannelProperties has a new parameter extension_key1\n - Model DirectLineChannelProperties has a new parameter extension_key2\n - Model DirectLineSite has a new parameter is_block_user_upload_enabled\n - Model DirectLineSpeechChannel has a new parameter etag\n - Model DirectLineSpeechChannel has a new parameter location\n - Model DirectLineSpeechChannel has a new parameter provisioning_state\n - Model DirectLineSpeechChannelProperties has a new parameter cognitive_service_region\n - Model DirectLineSpeechChannelProperties has a new parameter cognitive_service_resource_id\n - Model DirectLineSpeechChannelProperties has a new parameter cognitive_service_subscription_key\n - Model EmailChannel has a new parameter etag\n - Model EmailChannel has a new parameter location\n - Model EmailChannel has a new parameter provisioning_state\n - Model EmailChannelProperties has a new parameter auth_method\n - Model EmailChannelProperties has a new parameter magic_code\n - Model FacebookChannel has a new parameter etag\n - Model FacebookChannel has a new parameter location\n - Model FacebookChannel has a new parameter provisioning_state\n - Model KikChannel has a new parameter etag\n - Model KikChannel has a new parameter location\n - Model KikChannel has a new parameter provisioning_state\n - Model LineChannel has a new parameter etag\n - Model LineChannel has a new parameter location\n - Model LineChannel has a new parameter provisioning_state\n - Model MsTeamsChannel has a new parameter etag\n - Model MsTeamsChannel has a new parameter location\n - Model MsTeamsChannel has a new parameter provisioning_state\n - Model MsTeamsChannelProperties has a new parameter accepted_terms\n - Model MsTeamsChannelProperties has a new parameter calling_webhook\n - Model MsTeamsChannelProperties has a new parameter deployment_environment\n - Model MsTeamsChannelProperties has a new parameter incoming_call_route\n - Model Resource has a new parameter zones\n - Model ServiceProviderParameter has a new parameter metadata\n - Model SkypeChannel has a new parameter etag\n - Model SkypeChannel has a new parameter location\n - Model SkypeChannel has a new parameter provisioning_state\n - Model SkypeChannelProperties has a new parameter incoming_call_route\n - Model SlackChannel has a new parameter etag\n - Model SlackChannel has a new parameter location\n - Model SlackChannel has a new parameter provisioning_state\n - Model SlackChannelProperties has a new parameter scopes\n - Model SmsChannel has a new parameter etag\n - Model SmsChannel has a new parameter location\n - Model SmsChannel has a new parameter provisioning_state\n - Model TelegramChannel has a new parameter etag\n - Model TelegramChannel has a new parameter location\n - Model TelegramChannel has a new parameter provisioning_state\n - Model WebChatChannel has a new parameter etag\n - Model WebChatChannel has a new parameter location\n - Model WebChatChannel has a new parameter provisioning_state\n\n### Breaking Changes\n\n - Model BotProperties no longer has parameter is_isolated\n - Model DirectLineSpeechChannelProperties no longer has parameter cognitive_services_subscription_id\n - Model MsTeamsChannelProperties no longer has parameter calling_web_hook\n - Model WebChatSite has a new required parameter is_webchat_preview_enabled\n - Model WebChatSite no longer has parameter enable_preview\n\n## 2.0.0b4 (2022-11-30)\n\n### Features Added\n\n - Added operation group EmailOperations\n - Added operation group QnAMakerEndpointKeysOperations\n - Model BotProperties has a new parameter tenant_id\n - Model DirectLineChannelProperties has a new parameter extension_key1\n - Model DirectLineChannelProperties has a new parameter extension_key2\n - Model DirectLineSpeechChannelProperties has a new parameter cognitive_service_resource_id\n - Model EmailChannelProperties has a new parameter auth_method\n - Model EmailChannelProperties has a new parameter magic_code\n - Model MsTeamsChannelProperties has a new parameter calling_webhook\n\n### Breaking Changes\n\n - Model MsTeamsChannelProperties no longer has parameter calling_web_hook\n\n## 2.0.0b3 (2022-06-27)\n\n**Bugfixes**\n\n - Fix multi inheritance problem for Model `Site`\n \n## 2.0.0b2 (2022-04-15)\n\n**Features**\n\n - Model ListChannelWithKeysResponse has a new parameter changed_time\n - Model ListChannelWithKeysResponse has a new parameter entity_tag\n - Model ListChannelWithKeysResponse has a new parameter provisioning_state\n\n## 2.0.0b1 (2022-01-10)\n\n**Features**\n\n - Added operation group OperationResultsOperations\n - Added operation group PrivateEndpointConnectionsOperations\n - Added operation group PrivateLinkResourcesOperations\n - Model AlexaChannel has a new parameter etag\n - Model AlexaChannel has a new parameter location\n - Model AlexaChannel has a new parameter provisioning_state\n - Model Bot has a new parameter zones\n - Model BotChannel has a new parameter zones\n - Model BotProperties has a new parameter all_settings\n - Model BotProperties has a new parameter app_password_hint\n - Model BotProperties has a new parameter cmek_encryption_status\n - Model BotProperties has a new parameter disable_local_auth\n - Model BotProperties has a new parameter is_developer_app_insights_api_key_set\n - Model BotProperties has a new parameter is_streaming_supported\n - Model BotProperties has a new parameter manifest_url\n - Model BotProperties has a new parameter migration_token\n - Model BotProperties has a new parameter msa_app_msi_resource_id\n - Model BotProperties has a new parameter msa_app_tenant_id\n - Model BotProperties has a new parameter msa_app_type\n - Model BotProperties has a new parameter open_with_hint\n - Model BotProperties has a new parameter parameters\n - Model BotProperties has a new parameter private_endpoint_connections\n - Model BotProperties has a new parameter provisioning_state\n - Model BotProperties has a new parameter public_network_access\n - Model BotProperties has a new parameter publishing_credentials\n - Model BotProperties has a new parameter storage_resource_id\n - Model Channel has a new parameter etag\n - Model Channel has a new parameter location\n - Model Channel has a new parameter provisioning_state\n - Model ConnectionSetting has a new parameter zones\n - Model ConnectionSettingProperties has a new parameter id\n - Model ConnectionSettingProperties has a new parameter name\n - Model ConnectionSettingProperties has a new parameter provisioning_state\n - Model DirectLineChannel has a new parameter etag\n - Model DirectLineChannel has a new parameter location\n - Model DirectLineChannel has a new parameter provisioning_state\n - Model DirectLineChannelProperties has a new parameter direct_line_embed_code\n - Model DirectLineSite has a new parameter is_block_user_upload_enabled\n - Model DirectLineSpeechChannel has a new parameter etag\n - Model DirectLineSpeechChannel has a new parameter location\n - Model DirectLineSpeechChannel has a new parameter provisioning_state\n - Model EmailChannel has a new parameter etag\n - Model EmailChannel has a new parameter location\n - Model EmailChannel has a new parameter provisioning_state\n - Model FacebookChannel has a new parameter etag\n - Model FacebookChannel has a new parameter location\n - Model FacebookChannel has a new parameter provisioning_state\n - Model KikChannel has a new parameter etag\n - Model KikChannel has a new parameter location\n - Model KikChannel has a new parameter provisioning_state\n - Model LineChannel has a new parameter etag\n - Model LineChannel has a new parameter location\n - Model LineChannel has a new parameter provisioning_state\n - Model MsTeamsChannel has a new parameter etag\n - Model MsTeamsChannel has a new parameter location\n - Model MsTeamsChannel has a new parameter provisioning_state\n - Model MsTeamsChannelProperties has a new parameter accepted_terms\n - Model MsTeamsChannelProperties has a new parameter deployment_environment\n - Model MsTeamsChannelProperties has a new parameter incoming_call_route\n - Model Resource has a new parameter zones\n - Model ServiceProviderParameter has a new parameter metadata\n - Model SkypeChannel has a new parameter etag\n - Model SkypeChannel has a new parameter location\n - Model SkypeChannel has a new parameter provisioning_state\n - Model SkypeChannelProperties has a new parameter incoming_call_route\n - Model SlackChannel has a new parameter etag\n - Model SlackChannel has a new parameter location\n - Model SlackChannel has a new parameter provisioning_state\n - Model SlackChannelProperties has a new parameter scopes\n - Model SmsChannel has a new parameter etag\n - Model SmsChannel has a new parameter location\n - Model SmsChannel has a new parameter provisioning_state\n - Model TelegramChannel has a new parameter etag\n - Model TelegramChannel has a new parameter location\n - Model TelegramChannel has a new parameter provisioning_state\n - Model WebChatChannel has a new parameter etag\n - Model WebChatChannel has a new parameter location\n - Model WebChatChannel has a new parameter provisioning_state\n\n**Breaking changes**\n\n - Model BotProperties no longer has parameter is_isolated\n - Model DirectLineSpeechChannelProperties has a new required parameter cognitive_service_region\n - Model DirectLineSpeechChannelProperties has a new required parameter cognitive_service_subscription_key\n - Model DirectLineSpeechChannelProperties no longer has parameter cognitive_services_subscription_id\n - Model WebChatSite has a new required parameter is_webchat_preview_enabled\n - Model WebChatSite no longer has parameter enable_preview\n\n## 1.0.0 (2021-05-20)\n\n**Features**\n\n - Model BotProperties has a new parameter schema_transformation_version\n - Model BotProperties has a new parameter cmek_key_vault_url\n - Model BotProperties has a new parameter is_isolated\n - Model BotProperties has a new parameter is_cmek_enabled\n - Added operation group HostSettingsOperations\n\n## 1.0.0b1 (2020-11-20)\n\nThis is beta preview version.\n\nThis version uses a next-generation code generator that introduces important breaking changes, but also important new features (like unified authentication and async programming).\n\n**General breaking changes**\n\n- Credential system has been completly revamped:\n\n - `azure.common.credentials` or `msrestazure.azure_active_directory` instances are no longer supported, use the `azure-identity` classes instead: https://pypi.org/project/azure-identity/\n - `credentials` parameter has been renamed `credential`\n\n- The `config` attribute no longer exists on a client, configuration should be passed as kwarg. Example: `MyClient(credential, subscription_id, enable_logging=True)`. For a complete set of\n supported options, see the [parameters accept in init documentation of azure-core](https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/core/azure-core/CLIENT_LIBRARY_DEVELOPER.md#available-policies)\n- You can't import a `version` module anymore, use `__version__` instead\n- Operations that used to return a `msrest.polling.LROPoller` now returns a `azure.core.polling.LROPoller` and are prefixed with `begin_`.\n- Exceptions tree have been simplified and most exceptions are now `azure.core.exceptions.HttpResponseError` (`CloudError` has been removed).\n- Most of the operation kwarg have changed. Some of the most noticeable:\n\n - `raw` has been removed. Equivalent feature can be found using `cls`, a callback that will give access to internal HTTP response for advanced user\n - For a complete set of\n supported options, see the [parameters accept in Request documentation of azure-core](https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/core/azure-core/CLIENT_LIBRARY_DEVELOPER.md#available-policies)\n\n**General new features**\n\n- Type annotations support using `typing`. SDKs are mypy ready.\n- This client has now stable and official support for async. Check the `aio` namespace of your package to find the async client.\n- This client now support natively tracing library like OpenCensus or OpenTelemetry. See this [tracing quickstart](https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/core/azure-core-tracing-opentelemetry) for an overview.\n\n## 0.2.0 (2019-05-21)\n\n**Features**\n\n - Model DirectLineSite has a new parameter is_secure_site_enabled\n - Model DirectLineSite has a new parameter trusted_origins\n - Added operation group EnterpriseChannelsOperations\n\n## 0.1.0 (2018-08-07)\n\n - Initial Release\n",
"bugtrack_url": null,
"license": "MIT License",
"summary": "Microsoft Azure Bot Service Client Library for Python",
"version": "2.0.0",
"split_keywords": [
"azure",
"azure sdk"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "a4ad3a3669a6b9ae3b1c9d828e286ac2867e3f107ff2ffa337a559e0d1981077",
"md5": "86514ffbd774c60fb6c796f194096c82",
"sha256": "d78d2d153ff26d32ac3498c0395b4d084e9bd2e63897363b58aec943caca05ea"
},
"downloads": -1,
"filename": "azure_mgmt_botservice-2.0.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "86514ffbd774c60fb6c796f194096c82",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.7",
"size": 126539,
"upload_time": "2023-01-17T08:18:19",
"upload_time_iso_8601": "2023-01-17T08:18:19.957063Z",
"url": "https://files.pythonhosted.org/packages/a4/ad/3a3669a6b9ae3b1c9d828e286ac2867e3f107ff2ffa337a559e0d1981077/azure_mgmt_botservice-2.0.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "77b5a9dc9413e69e2e1b31885771173cb70018847a4c2bcd2f53c6e375ae1cad",
"md5": "d3edd8182b44a7292f0fa8b2340a2c0c",
"sha256": "86c04d27c527c19d9600a88215fae2ba524dc674455387b0d0e51722b5a6d6ba"
},
"downloads": -1,
"filename": "azure-mgmt-botservice-2.0.0.zip",
"has_sig": false,
"md5_digest": "d3edd8182b44a7292f0fa8b2340a2c0c",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.7",
"size": 144080,
"upload_time": "2023-01-17T08:18:22",
"upload_time_iso_8601": "2023-01-17T08:18:22.337632Z",
"url": "https://files.pythonhosted.org/packages/77/b5/a9dc9413e69e2e1b31885771173cb70018847a4c2bcd2f53c6e375ae1cad/azure-mgmt-botservice-2.0.0.zip",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-01-17 08:18:22",
"github": true,
"gitlab": false,
"bitbucket": false,
"github_user": "Azure",
"github_project": "azure-sdk-for-python",
"travis_ci": false,
"coveralls": true,
"github_actions": true,
"lcname": "azure-mgmt-botservice"
}