Skip to content

Commit 463a8ec

Browse files
committed
Update docs metadata
1 parent 8dad7ce commit 463a8ec

File tree

2 files changed

+33
-44
lines changed

2 files changed

+33
-44
lines changed
Lines changed: 19 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -1,49 +1,22 @@
11
---
22
title:
3-
keywords: Azure, python, SDK, API, azure-mgmt-logic, logicapps
4-
author: ramya-rao-a
5-
ms.author: ramyar
6-
ms.date: 01/04/2021
3+
keywords: Azure, python, SDK, API, azure-mgmt-logic, logic
4+
author: lmazuel
5+
ms.author: lmazuel
6+
ms.date: 06/13/2022
77
ms.topic: reference
8-
ms.prod: azure
9-
ms.technology: azure
108
ms.devlang: python
11-
ms.service: logicapps
9+
ms.service: logic
1210
---
11+
# Microsoft Azure SDK for Python
1312

14-
## Microsoft Azure SDK for Python
15-
1613
This is the Microsoft Azure Logic Apps Management Client Library.
14+
This package has been tested with Python 3.6+.
15+
For a more complete view of Azure libraries, see the [azure sdk python release](https://aka.ms/azsdk/python/all).
1716

18-
Azure Resource Manager (ARM) is the next generation of management APIs
19-
that replace the old Azure Service Management (ASM).
17+
## _Disclaimer_
2018

21-
This package has been tested with Python 2.7, 3.4, 3.5, 3.6 and 3.7.
22-
23-
For the older Azure Service Management (ASM) libraries, see
24-
[azure-servicemanagement-legacy](https://pypi.python.org/pypi/azure-servicemanagement-legacy)
25-
library.
26-
27-
For a more complete set of Azure libraries, see the
28-
[azure sdk python release](https://aka.ms/azsdk/python/all).
29-
30-
## Compatibility
31-
32-
**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_
4720

4821
# Usage
4922

@@ -52,15 +25,17 @@ To learn how to use this package, see the [quickstart guide](https://aka.ms/azsd
5225

5326

5427

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.
5730
Additional code samples for different Azure services are available at [Samples Repo](https://aka.ms/azsdk/python/mgmt/samples)
5831

59-
## Provide Feedback
6032

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
36+
[Issues](https://github.com/Azure/azure-sdk-for-python/issues)
37+
section of the project.
38+
6439

65-
![image](https://azure-sdk-impressions.azurewebsites.net/api/impressions/azure-sdk-for-python%2Fazure-mgmt-logic%2FREADME.png)
40+
![Impressions](https://azure-sdk-impressions.azurewebsites.net/api/impressions/azure-sdk-for-python%2Fazure-mgmt-logic%2FREADME.png)
6641

metadata/latest/azure-mgmt-logic.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"Name": "azure-mgmt-logic",
3+
"Version": "10.0.0",
4+
"DevVersion": null,
5+
"DirectoryPath": "sdk/logic/azure-mgmt-logic",
6+
"ServiceDirectory": "logic",
7+
"ReadMePath": "sdk/logic/azure-mgmt-logic/README.md",
8+
"ChangeLogPath": "sdk/logic/azure-mgmt-logic/CHANGELOG.md",
9+
"Group": null,
10+
"SdkType": "mgmt",
11+
"IsNewSdk": true,
12+
"ArtifactName": "azure-mgmt-logic",
13+
"ReleaseStatus": "2022-06-06"
14+
}

0 commit comments

Comments
 (0)