diff --git a/sdk/keyvault/azure-mgmt-keyvault/LICENSE.txt b/sdk/keyvault/azure-mgmt-keyvault/LICENSE.txt new file mode 100644 index 000000000000..2d3163745319 --- /dev/null +++ b/sdk/keyvault/azure-mgmt-keyvault/LICENSE.txt @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) 2021 Microsoft + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/sdk/keyvault/azure-mgmt-keyvault/MANIFEST.in b/sdk/keyvault/azure-mgmt-keyvault/MANIFEST.in index 3a9b6517412b..ceca2422f05f 100644 --- a/sdk/keyvault/azure-mgmt-keyvault/MANIFEST.in +++ b/sdk/keyvault/azure-mgmt-keyvault/MANIFEST.in @@ -1,6 +1,5 @@ -include _meta.json recursive-include tests *.py *.yaml include *.md include azure/__init__.py include azure/mgmt/__init__.py - +include LICENSE.txt diff --git a/sdk/keyvault/azure-mgmt-keyvault/README.md b/sdk/keyvault/azure-mgmt-keyvault/README.md index 090efc7de267..1c9561577714 100644 --- a/sdk/keyvault/azure-mgmt-keyvault/README.md +++ b/sdk/keyvault/azure-mgmt-keyvault/README.md @@ -1,21 +1,27 @@ # Microsoft Azure SDK for Python This is the Microsoft Azure Keyvault Management Client Library. -This package has been tested with Python 2.7, 3.5, 3.6, 3.7 and 3.8. +This package has been tested with Python 2.7, 3.6+. For a more complete view of Azure libraries, see the [azure sdk python release](https://aka.ms/azsdk/python/all). # Usage -For code examples, see [Keyvault Management](https://docs.microsoft.com/python/api/overview/azure/?view=azure-python-preview) -on docs.microsoft.com. + +To learn how to use this package, see the [quickstart guide](https://aka.ms/azsdk/python/mgmt) + + + +For docs and references, see [Python SDK References](https://docs.microsoft.com/python/api/overview/azure/?view=azure-python-preview) +Code samples for this package can be found at [Keyvault Management](https://docs.microsoft.com/samples/browse/?languages=python&term=Getting%20started%20-%20Managing&terms=Getting%20started%20-%20Managing) on docs.microsoft.com. +Additional code samples for different Azure services are available at [Samples Repo](https://aka.ms/azsdk/python/mgmt/samples) # Provide Feedback If you encounter any bugs or have suggestions, please file an issue in the [Issues](https://github.com/Azure/azure-sdk-for-python/issues) -section of the project. +section of the project. ![Impressions](https://azure-sdk-impressions.azurewebsites.net/api/impressions/azure-sdk-for-python%2Fazure-mgmt-keyvault%2FREADME.png) diff --git a/sdk/keyvault/azure-mgmt-keyvault/azure/__init__.py b/sdk/keyvault/azure-mgmt-keyvault/azure/__init__.py index 0260537a02bb..8db66d3d0f0f 100644 --- a/sdk/keyvault/azure-mgmt-keyvault/azure/__init__.py +++ b/sdk/keyvault/azure-mgmt-keyvault/azure/__init__.py @@ -1 +1 @@ -__path__ = __import__('pkgutil').extend_path(__path__, __name__) \ No newline at end of file +__path__ = __import__("pkgutil").extend_path(__path__, __name__) diff --git a/sdk/keyvault/azure-mgmt-keyvault/azure/mgmt/__init__.py b/sdk/keyvault/azure-mgmt-keyvault/azure/mgmt/__init__.py index 0260537a02bb..8db66d3d0f0f 100644 --- a/sdk/keyvault/azure-mgmt-keyvault/azure/mgmt/__init__.py +++ b/sdk/keyvault/azure-mgmt-keyvault/azure/mgmt/__init__.py @@ -1 +1 @@ -__path__ = __import__('pkgutil').extend_path(__path__, __name__) \ No newline at end of file +__path__ = __import__("pkgutil").extend_path(__path__, __name__) diff --git a/sdk/keyvault/azure-mgmt-keyvault/setup.py b/sdk/keyvault/azure-mgmt-keyvault/setup.py index 11163b5ceeb8..502b7f86ba1a 100644 --- a/sdk/keyvault/azure-mgmt-keyvault/setup.py +++ b/sdk/keyvault/azure-mgmt-keyvault/setup.py @@ -66,10 +66,10 @@ 'Programming Language :: Python :: 2', 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 3', - 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.8', + 'Programming Language :: Python :: 3.9', 'License :: OSI Approved :: MIT License', ], zip_safe=False, diff --git a/sdk/keyvault/azure-mgmt-keyvault/tests.yml b/sdk/keyvault/azure-mgmt-keyvault/tests.yml index ab7cf24f252e..470bf0c47733 100644 --- a/sdk/keyvault/azure-mgmt-keyvault/tests.yml +++ b/sdk/keyvault/azure-mgmt-keyvault/tests.yml @@ -5,7 +5,7 @@ stages: parameters: ServiceDirectory: keyvault BuildTargetingString: azure-mgmt-keyvault - AllocateResourceGroup: true + AllocateResourceGroup: false EnvVars: AZURE_TEST_RUN_LIVE: true AZURE_SUBSCRIPTION_ID: $(azure-subscription-id) diff --git a/sdk/keyvault/tests.yml b/sdk/keyvault/tests.yml index dc3c3eb24f37..436514c2094a 100644 --- a/sdk/keyvault/tests.yml +++ b/sdk/keyvault/tests.yml @@ -17,7 +17,7 @@ stages: BuildTargetingString: ${{ service }} JobName: ${{ replace(service, '-', '_') }} DeployArmTemplate: true - AllocateResourceGroup: true + AllocateResourceGroup: false TestTimeoutInMinutes: 240 ${{ if or(eq(service, 'azure-keyvault-keys'), eq(service, 'azure-keyvault-administration')) }}: AdditionalMatrixConfigs: