Skip to content

Commit fdad7b4

Browse files
author
SDKAuto
committed
CodeGen from PR 34482 in Azure/azure-rest-api-specs
Merge 131275261d09bebef4a94403d2d9c146b16bc516 into b1f4d539964453ce8008e4b069e59885e12ba441
1 parent d5b00d7 commit fdad7b4

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

sdk/largeinstance/azure-mgmt-largeinstance/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Microsoft Azure SDK for Python
22

33
This is the Microsoft Azure Largeinstance Management Client Library.
4-
This package has been tested with Python 3.8+.
4+
This package has been tested with Python 3.9+.
55
For a more complete view of Azure libraries, see the [azure sdk python release](https://aka.ms/azsdk/python/all).
66

77
## _Disclaimer_
@@ -12,7 +12,7 @@ _Azure SDK Python packages support for Python 2.7 has ended 01 January 2022. For
1212

1313
### Prerequisites
1414

15-
- Python 3.8+ is required to use this package.
15+
- Python 3.9+ is required to use this package.
1616
- [Azure subscription](https://azure.microsoft.com/free/)
1717

1818
### Install the package
@@ -24,7 +24,7 @@ pip install azure-identity
2424

2525
### Authentication
2626

27-
By default, [Azure Active Directory](https://aka.ms/awps/aad) token authentication depends on correct configure of following environment variables.
27+
By default, [Azure Active Directory](https://aka.ms/awps/aad) token authentication depends on correct configuration of the following environment variables.
2828

2929
- `AZURE_CLIENT_ID` for Azure client ID.
3030
- `AZURE_TENANT_ID` for Azure tenant ID.

sdk/largeinstance/azure-mgmt-largeinstance/setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@
5353
"Programming Language :: Python",
5454
"Programming Language :: Python :: 3 :: Only",
5555
"Programming Language :: Python :: 3",
56-
"Programming Language :: Python :: 3.8",
5756
"Programming Language :: Python :: 3.9",
5857
"Programming Language :: Python :: 3.10",
5958
"Programming Language :: Python :: 3.11",
@@ -75,8 +74,9 @@
7574
},
7675
install_requires=[
7776
"isodate>=0.6.1",
77+
"typing-extensions>=4.6.0",
7878
"azure-common>=1.1",
79-
"azure-mgmt-core>=1.3.2",
79+
"azure-mgmt-core>=1.5.0",
8080
],
81-
python_requires=">=3.8",
81+
python_requires=">=3.9",
8282
)

0 commit comments

Comments
 (0)