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
**IMPORTANT**: If you have an earlier version of the azure package
33
-
(version < 1.0), you should uninstall it before installing this
34
-
package.
35
-
36
-
You can check the version using pip:
37
-
38
-
```shell
39
-
pip freeze
40
-
```
41
-
42
-
If you see azure==0.11.0 (or any version below 1.0), uninstall it first:
43
-
44
-
```shell
45
-
pip uninstall azure
46
-
```
19
+
_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_
47
20
48
21
# Usage
49
22
@@ -52,15 +25,17 @@ To learn how to use this package, see the [quickstart guide](https://aka.ms/azsd
52
25
53
26
54
27
55
-
For docs and references, see [Python SDK References](https://docs.microsoft.com/python/api/overview/azure/)
56
-
Code samples for this package can be found at [Logic Management](https://docs.microsoft.com/samples/browse/?languages=python&term=Getting%20started%20-%20Managing&terms=Getting%20started%20-%20Managing) on docs.microsoft.com.
28
+
For docs and references, see [Python SDK References](/python/api/overview/azure/logic-apps)
29
+
Code samples for this package can be found at [Logic Apps Management](/samples/browse/?languages=python&term=Getting%20started%20-%20Managing&terms=Getting%20started%20-%20Managing) on docs.microsoft.com.
57
30
Additional code samples for different Azure services are available at [Samples Repo](https://aka.ms/azsdk/python/mgmt/samples)
58
31
59
-
## Provide Feedback
60
32
61
-
If you encounter any bugs or have suggestions, please file an issue in
62
-
the [Issues](https://github.com/Azure/azure-sdk-for-python/issues)
63
-
section of the project.
33
+
# Provide Feedback
34
+
35
+
If you encounter any bugs or have suggestions, please file an issue in the
0 commit comments