Skip to content

Commit

Permalink
[sonic-mgmt]: Install the latest Microsoft Azure Kusto Library for Py…
Browse files Browse the repository at this point in the history
…thon (#1756)

https://github.com/Azure/azure-kusto-python

azure-kusto-data Package provides the capability to query Kusto clusters with Python.
azure-kusto-ingest Package allows sending data to Kusto service - i.e. ingest data.

The removed package adal is a dependent of the Azure Kusto Library.
The removed azure-storage is deprecated and being replaced with new packages that are
also the dependents of the Azure Kusto Library. (https://github.com/Azure/azure-storage-python)

Signed-off-by: Shu0T1an ChenG <[email protected]>
  • Loading branch information
Shuotian Cheng authored Jun 1, 2018
1 parent e7d17c0 commit b58a94d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions dockers/docker-sonic-mgmt/Dockerfile.j2
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ RUN pip install ipaddr \
pysnmp==4.2.5 \
jinja2==2.7.2 \
cffi==1.10.0 \
paramiko==2.1.2 \
adal
paramiko==2.1.2

# Install Azure Storage package
RUN pip install azure-storage
# Install Microsoft Azure Kusto Library for Python
RUN pip install azure-kusto-data \
azure-kusto-ingest

## Copy and install sonic-mgmt docker dependencies
COPY \
Expand Down

0 comments on commit b58a94d

Please sign in to comment.