From e696bf372f13fb09ec304dd33ee1f2bc9eaeffab Mon Sep 17 00:00:00 2001 From: Jiefeng Chen <51037443+BigCat20196@users.noreply.github.com> Date: Thu, 18 Aug 2022 10:53:09 +0800 Subject: [PATCH 1/3] Update README.md --- sdk/containerregistry/azure-mgmt-containerregistry/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/sdk/containerregistry/azure-mgmt-containerregistry/README.md b/sdk/containerregistry/azure-mgmt-containerregistry/README.md index 29250bb25084..baefc7e7d14b 100644 --- a/sdk/containerregistry/azure-mgmt-containerregistry/README.md +++ b/sdk/containerregistry/azure-mgmt-containerregistry/README.md @@ -28,3 +28,4 @@ section of the project. ![Impressions](https://azure-sdk-impressions.azurewebsites.net/api/impressions/azure-sdk-for-python%2Fazure-mgmt-containerregistry%2FREADME.png) + From 90abdaa12aa66d8f9c62688422b0bf40e9cb0d19 Mon Sep 17 00:00:00 2001 From: Azure SDK Bot Date: Thu, 18 Aug 2022 02:58:53 +0000 Subject: [PATCH 2/3] Packaging update of azure-mgmt-containerregistry --- .../azure-mgmt-containerregistry/MANIFEST.in | 2 +- .../azure-mgmt-containerregistry/README.md | 3 +-- .../azure-mgmt-containerregistry/setup.py | 7 +++---- 3 files changed, 5 insertions(+), 7 deletions(-) diff --git a/sdk/containerregistry/azure-mgmt-containerregistry/MANIFEST.in b/sdk/containerregistry/azure-mgmt-containerregistry/MANIFEST.in index e4fd1eaab7a4..2544a92f8cfd 100644 --- a/sdk/containerregistry/azure-mgmt-containerregistry/MANIFEST.in +++ b/sdk/containerregistry/azure-mgmt-containerregistry/MANIFEST.in @@ -1,5 +1,5 @@ include _meta.json -recursive-include tests *.py *.yaml +recursive-include tests *.py *.json include *.md include azure/__init__.py include azure/mgmt/__init__.py diff --git a/sdk/containerregistry/azure-mgmt-containerregistry/README.md b/sdk/containerregistry/azure-mgmt-containerregistry/README.md index baefc7e7d14b..1077342de0f1 100644 --- a/sdk/containerregistry/azure-mgmt-containerregistry/README.md +++ b/sdk/containerregistry/azure-mgmt-containerregistry/README.md @@ -1,7 +1,7 @@ # Microsoft Azure SDK for Python This is the Microsoft Azure Container Registry Client Library. -This package has been tested with Python 3.6+. +This package has been tested with Python 3.7+. For a more complete view of Azure libraries, see the [azure sdk python release](https://aka.ms/azsdk/python/all). ## _Disclaimer_ @@ -28,4 +28,3 @@ section of the project. ![Impressions](https://azure-sdk-impressions.azurewebsites.net/api/impressions/azure-sdk-for-python%2Fazure-mgmt-containerregistry%2FREADME.png) - diff --git a/sdk/containerregistry/azure-mgmt-containerregistry/setup.py b/sdk/containerregistry/azure-mgmt-containerregistry/setup.py index 1d754301e8bc..95766c4ca93b 100644 --- a/sdk/containerregistry/azure-mgmt-containerregistry/setup.py +++ b/sdk/containerregistry/azure-mgmt-containerregistry/setup.py @@ -51,7 +51,6 @@ 'Programming Language :: Python', 'Programming Language :: Python :: 3 :: Only', 'Programming Language :: Python :: 3', - 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.8', 'Programming Language :: Python :: 3.9', @@ -70,9 +69,9 @@ 'pytyped': ['py.typed'], }, install_requires=[ - 'msrest>=0.6.21', + 'msrest>=0.7.1', 'azure-common~=1.1', - 'azure-mgmt-core>=1.3.0,<2.0.0', + 'azure-mgmt-core>=1.3.2,<2.0.0', ], - python_requires=">=3.6" + python_requires=">=3.7" ) From 81db5abb27dc23b2ed892a8dfd7cccb535c3c321 Mon Sep 17 00:00:00 2001 From: Jiefeng Chen <51037443+BigCat20196@users.noreply.github.com> Date: Thu, 18 Aug 2022 11:23:56 +0800 Subject: [PATCH 3/3] Update shared_requirements.txt --- shared_requirements.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/shared_requirements.txt b/shared_requirements.txt index 442be2f339ee..f13f76a581c7 100644 --- a/shared_requirements.txt +++ b/shared_requirements.txt @@ -263,6 +263,8 @@ opentelemetry-sdk<2.0.0,>=1.5.0,!=1.10a0 #override azure-mgmt-iothub msrest>=0.6.21 #override azure-mgmt-resource msrest>=0.6.21 #override azure-mgmt-containerservice msrest>=0.6.21 +#override azure-mgmt-containerregistry msrest>=0.7.1 +#override azure-mgmt-containerregistry azure-mgmt-core>=1.3.2,<2.0.0 #override azure-mgmt-storage msrest>=0.6.21 #override azure-mgmt-batch msrest>=0.6.21 #override azure-mgmt-appconfiguration msrest>=0.6.21