diff --git a/sdk/template/azure-template/setup.py b/sdk/template/azure-template/setup.py index b711c6152399..8b52e3b11bf2 100644 --- a/sdk/template/azure-template/setup.py +++ b/sdk/template/azure-template/setup.py @@ -48,10 +48,10 @@ 'Programming Language :: Python :: 2', 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 3', - 'Programming Language :: Python :: 3.4', - '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', ], packages=find_packages(exclude=[ diff --git a/sdk/template/tests.yml b/sdk/template/tests.yml index 73f9082ac911..914827275e1f 100644 --- a/sdk/template/tests.yml +++ b/sdk/template/tests.yml @@ -11,4 +11,5 @@ stages: AZURE_CLIENT_ID: $(aad-azure-sdk-test-client-id) AZURE_CLIENT_SECRET: $(aad-azure-sdk-test-client-secret) AZURE_TENANT_ID: $(aad-azure-sdk-test-tenant-id) - TEST_MODE: 'RunLiveNoRecord' + TEST_MODE: 'RunLiveNoRecord' # use when allowing preparers to create the rgs for you + AZURE_TEST_RUN_LIVE: 'true' # use when utilizing the New-TestResources Script \ No newline at end of file