Skip to content

Commit 10d8825

Browse files
authored
Merge pull request #193 from microsoft/daveta-appinsights-sample
Flask Application Insights Sample
2 parents ac4fa17 + 76b341f commit 10d8825

30 files changed

+1718
-563
lines changed
Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
1-
# Copyright (c) Microsoft Corporation. All rights reserved.
2-
# Licensed under the MIT License.
3-
4-
import os
5-
6-
__title__ = 'botbuilder-applicationinsights'
7-
__version__ = os.environ["packageVersion"] if "packageVersion" in os.environ else "4.4.0b1"
8-
__uri__ = 'https://www.github.com/Microsoft/botbuilder-python'
9-
__author__ = 'Microsoft'
10-
__description__ = 'Microsoft Bot Framework Bot Builder'
11-
__summary__ = 'Microsoft Bot Framework Bot Builder SDK for Python.'
12-
__license__ = 'MIT'
1+
# Copyright (c) Microsoft Corporation. All rights reserved.
2+
# Licensed under the MIT License.
3+
"""Bot Framework Application Insights integration package info."""
4+
5+
import os
6+
7+
__title__ = 'botbuilder-applicationinsights'
8+
__version__ = os.environ["packageVersion"] if "packageVersion" in os.environ else "4.4.0b1"
9+
__uri__ = 'https://www.github.com/Microsoft/botbuilder-python'
10+
__author__ = 'Microsoft'
11+
__description__ = 'Microsoft Bot Framework Bot Builder'
12+
__summary__ = 'Microsoft Bot Framework Bot Builder SDK for Python.'
13+
__license__ = 'MIT'

libraries/botbuilder-applicationinsights/botbuilder/applicationinsights/appinsights_bot_telemetry_client.py

Lines changed: 0 additions & 123 deletions
This file was deleted.

0 commit comments

Comments
 (0)