Skip to content

Commit 56c10d4

Browse files
author
SDKAuto
committed
CodeGen from PR 34006 in Azure/azure-rest-api-specs
Merge 6cc659de67576bdedf53855ec4dcad2ed42a03ed into 877f166d9819e61625338a9ebb9922e1fc646636
1 parent 90ca562 commit 56c10d4

File tree

2 files changed

+9
-13
lines changed

2 files changed

+9
-13
lines changed

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

Lines changed: 3 additions & 6 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 Authorization Management Client Library.
4-
This package has been tested with Python 3.7+.
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.7+ 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.
@@ -59,6 +59,3 @@ Code samples for this package can be found at:
5959
If you encounter any bugs or have suggestions, please file an issue in the
6060
[Issues](https://github.com/Azure/azure-sdk-for-python/issues)
6161
section of the project.
62-
63-
64-

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

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,10 @@
5353
"Programming Language :: Python",
5454
"Programming Language :: Python :: 3 :: Only",
5555
"Programming Language :: Python :: 3",
56-
"Programming Language :: Python :: 3.7",
57-
"Programming Language :: Python :: 3.8",
5856
"Programming Language :: Python :: 3.9",
5957
"Programming Language :: Python :: 3.10",
6058
"Programming Language :: Python :: 3.11",
59+
"Programming Language :: Python :: 3.12",
6160
"License :: OSI Approved :: MIT License",
6261
],
6362
zip_safe=False,
@@ -74,10 +73,10 @@
7473
"pytyped": ["py.typed"],
7574
},
7675
install_requires=[
77-
"isodate<1.0.0,>=0.6.1",
78-
"azure-common~=1.1",
79-
"azure-mgmt-core>=1.3.2,<2.0.0",
80-
"typing-extensions>=4.3.0; python_version<'3.8.0'",
76+
"isodate>=0.6.1",
77+
"typing-extensions>=4.6.0",
78+
"azure-common>=1.1",
79+
"azure-mgmt-core>=1.5.0",
8180
],
82-
python_requires=">=3.7",
81+
python_requires=">=3.9",
8382
)

0 commit comments

Comments
 (0)