You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .azure-pipelines/client.yml
+35-32
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
-
# Variables:
1
+
# Variables:
2
2
# 'build_targeting_string' comma separated glob strings selecting the packages that should be built. EG: "azure-keyvault,azure-mgmt-batch" or "azure-*"
3
3
# 'codecov-python-repository-token' Is the codecov.io repository token.
4
-
# 'long_running_tests' Is a boolean indicating that the long-running tests should be executed.
4
+
# 'long_running_tests' Is a boolean indicating that the long-running tests should be executed.
Copy file name to clipboardExpand all lines: azure-cognitiveservices-knowledge-nspkg/README.rst
+2-1
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,8 @@ This is the Microsoft Azure Cognitive Services Knowledge namespace package.
5
5
6
6
This package is not intended to be installed directly by the end user.
7
7
8
-
Since version 3.0, this is Python 2 package only, Python 3.x SDKs will use `PEP420 <https://www.python.org/dev/peps/pep-0420/>` as namespace package strategy. To avoid issues with package servers that does not support python_requires, a Python 3 package is installed but is empty.
8
+
Since version 3.0, this is Python 2 package only, Python 3.x SDKs will use `PEP420 <https://www.python.org/dev/peps/pep-0420/>` as namespace package strategy.
9
+
To avoid issues with package servers that does not support python_requires, a Python 3 package is installed but is empty.
9
10
10
11
It provides the necessary files for other packages to extend the azure.cognitiveservices.knowledge namespace.
Copy file name to clipboardExpand all lines: azure-cognitiveservices-language-nspkg/README.rst
+1-1
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ This is the Microsoft Azure Cognitive Services Language namespace package.
6
6
This package is not intended to be installed directly by the end user.
7
7
8
8
Since version 3.0, this is Python 2 package only, Python 3.x SDKs will use `PEP420 <https://www.python.org/dev/peps/pep-0420/>` as namespace package strategy.
9
-
This package will use `python_requires` to enforce Python 2 installation. This implies that you might see this package on Python 3 environment if you have pip < 9.0 or setuptools < 24.2.0.
9
+
To avoid issues with package servers that does not support `python_requires`, a Python 3 package is installed but is empty.
10
10
11
11
It provides the necessary files for other packages to extend the azure.cognitiveservices.language namespace.
Copy file name to clipboardExpand all lines: azure-cognitiveservices-nspkg/README.rst
+1-1
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ This is the Microsoft Azure Cognitive Services namespace package.
6
6
This package is not intended to be installed directly by the end user.
7
7
8
8
Since version 3.0, this is Python 2 package only, Python 3.x SDKs will use `PEP420 <https://www.python.org/dev/peps/pep-0420/>` as namespace package strategy.
9
-
This package will use `python_requires` to enforce Python 2 installation. This implies that you might see this package on Python 3 environment if you have pip < 9.0 or setuptools < 24.2.0.
9
+
To avoid issues with package servers that does not support `python_requires`, a Python 3 package is installed but is empty.
10
10
11
11
It provides the necessary files for other packages to extend the azure.cognitiveservices namespace.
Copy file name to clipboardExpand all lines: azure-cognitiveservices-search-nspkg/README.rst
+1-1
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ This is the Microsoft Azure Cognitive Services Search namespace package.
6
6
This package is not intended to be installed directly by the end user.
7
7
8
8
Since version 3.0, this is Python 2 package only, Python 3.x SDKs will use `PEP420 <https://www.python.org/dev/peps/pep-0420/>` as namespace package strategy.
9
-
This package will use `python_requires` to enforce Python 2 installation. This implies that you might see this package on Python 3 environment if you have pip < 9.0 or setuptools < 24.2.0.
9
+
To avoid issues with package servers that does not support `python_requires`, a Python 3 package is installed but is empty.
10
10
11
11
It provides the necessary files for other packages to extend the azure.cognitiveservices.search namespace.
Copy file name to clipboardExpand all lines: azure-cognitiveservices-vision-nspkg/README.rst
+1-1
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ This is the Microsoft Azure Cognitive Services Vision namespace package.
6
6
This package is not intended to be installed directly by the end user.
7
7
8
8
Since version 3.0, this is Python 2 package only, Python 3.x SDKs will use `PEP420 <https://www.python.org/dev/peps/pep-0420/>` as namespace package strategy.
9
-
This package will use `python_requires` to enforce Python 2 installation. This implies that you might see this package on Python 3 environment if you have pip < 9.0 or setuptools < 24.2.0.
9
+
To avoid issues with package servers that does not support `python_requires`, a Python 3 package is installed but is empty.
10
10
11
11
It provides the necessary files for other packages to extend the azure.cognitiveservices.vision namespace.
0 commit comments