|
1 | 1 | ---
|
2 | 2 | title:
|
3 | 3 | keywords: Azure, python, SDK, API, azure-mgmt-reservations, reservations
|
4 |
| -author: ramya-rao-a |
5 |
| -ms.author: ramyar |
6 |
| -ms.date: 05/20/2021 |
| 4 | +author: lmazuel |
| 5 | +ms.author: lmazuel |
| 6 | +ms.date: 04/22/2022 |
7 | 7 | ms.topic: reference
|
8 | 8 | ms.prod: azure
|
9 | 9 | ms.technology: azure
|
10 | 10 | ms.devlang: python
|
11 | 11 | ms.service: reservations
|
12 | 12 | ---
|
13 |
| - |
14 |
| -## Microsoft Azure SDK for Python |
| 13 | +# Microsoft Azure SDK for Python |
15 | 14 |
|
16 | 15 | This is the Microsoft Azure Reservations Client Library.
|
| 16 | +This package has been tested with Python 3.6+. |
| 17 | +For a more complete view of Azure libraries, see the [azure sdk python release](https://aka.ms/azsdk/python/all). |
17 | 18 |
|
18 |
| -Azure Resource Manager (ARM) is the next generation of management APIs |
19 |
| -that replace the old Azure Service Management (ASM). |
20 |
| - |
21 |
| -This package has been tested with Python 2.7, 3.5, 3.6, 3.7 and 3.8. |
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. |
| 19 | +## _Disclaimer_ |
26 | 20 |
|
27 |
| -For a more complete set of Azure libraries, see the |
28 |
| -[azure sdk python release](https://aka.ms/azsdk/python/all). |
| 21 | +_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_ |
29 | 22 |
|
30 |
| -## Usage |
| 23 | +# Usage |
31 | 24 |
|
32 | 25 |
|
33 | 26 | To learn how to use this package, see the [quickstart guide](https://aka.ms/azsdk/python/mgmt)
|
34 | 27 |
|
35 | 28 |
|
36 |
| - |
| 29 | + |
37 | 30 | For docs and references, see [Python SDK References](https://docs.microsoft.com/python/api/overview/azure/)
|
38 |
| -Code samples for this package can be found at [Capacity Management](https://docs.microsoft.com/samples/browse/?languages=python&term=Getting%20started%20-%20Managing&terms=Getting%20started%20-%20Managing) on docs.microsoft.com. |
| 31 | +Code samples for this package can be found at [Reservations](https://docs.microsoft.com/samples/browse/?languages=python&term=Getting%20started%20-%20Managing&terms=Getting%20started%20-%20Managing) on docs.microsoft.com. |
39 | 32 | Additional code samples for different Azure services are available at [Samples Repo](https://aka.ms/azsdk/python/mgmt/samples)
|
40 | 33 |
|
41 | 34 |
|
42 |
| -## Provide Feedback |
| 35 | +# Provide Feedback |
| 36 | + |
| 37 | +If you encounter any bugs or have suggestions, please file an issue in the |
| 38 | +[Issues](https://github.com/Azure/azure-sdk-for-python/issues) |
| 39 | +section of the project. |
43 | 40 |
|
44 |
| -If you encounter any bugs or have suggestions, please file an issue in |
45 |
| -the [Issues](https://github.com/Azure/azure-sdk-for-python/issues) |
46 |
| -section of the project. |
47 | 41 |
|
48 |
| - |
| 42 | + |
49 | 43 |
|
0 commit comments