diff --git a/sdk/appcontainers/azure-mgmt-appcontainers/assets.json b/sdk/appcontainers/azure-mgmt-appcontainers/assets.json deleted file mode 100644 index 7d38fc77ca27..000000000000 --- a/sdk/appcontainers/azure-mgmt-appcontainers/assets.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "AssetsRepo": "Azure/azure-sdk-assets", - "AssetsRepoPrefixPath": "python", - "TagPrefix": "python/appcontainers/azure-mgmt-appcontainers", - "Tag": "python/appcontainers/azure-mgmt-appcontainers_61b453d1ec" -} diff --git a/sdk/appcontainers/azure-mgmt-appcontainers/tests/test_container_apps_api_container_apps_operations_async_test.py b/sdk/appcontainers/azure-mgmt-appcontainers/tests/test_container_apps_api_container_apps_operations_async_test.py index dc9d7abaf11e..44596435c048 100644 --- a/sdk/appcontainers/azure-mgmt-appcontainers/tests/test_container_apps_api_container_apps_operations_async_test.py +++ b/sdk/appcontainers/azure-mgmt-appcontainers/tests/test_container_apps_api_container_apps_operations_async_test.py @@ -14,7 +14,7 @@ AZURE_LOCATION = "eastus" - +@pytest.mark.live_test_only class TestContainerAppsAPIContainerAppsOperationsAsync(AzureMgmtRecordedTestCase): def setup_method(self, method): self.client = self.create_mgmt_client(ContainerAppsAPIClient, is_async=True) diff --git a/sdk/appcontainers/azure-mgmt-appcontainers/tests/test_container_apps_api_container_apps_operations_test.py b/sdk/appcontainers/azure-mgmt-appcontainers/tests/test_container_apps_api_container_apps_operations_test.py index 75fb88b695a2..f1577648cdac 100644 --- a/sdk/appcontainers/azure-mgmt-appcontainers/tests/test_container_apps_api_container_apps_operations_test.py +++ b/sdk/appcontainers/azure-mgmt-appcontainers/tests/test_container_apps_api_container_apps_operations_test.py @@ -13,7 +13,7 @@ AZURE_LOCATION = "eastus" - +@pytest.mark.live_test_only class TestContainerAppsAPIContainerAppsOperations(AzureMgmtRecordedTestCase): def setup_method(self, method): self.client = self.create_mgmt_client(ContainerAppsAPIClient) diff --git a/sdk/appcontainers/azure-mgmt-appcontainers/tests/test_container_apps_api_operations_async_test.py b/sdk/appcontainers/azure-mgmt-appcontainers/tests/test_container_apps_api_operations_async_test.py index 583c85245d90..e7203bf24f9d 100644 --- a/sdk/appcontainers/azure-mgmt-appcontainers/tests/test_container_apps_api_operations_async_test.py +++ b/sdk/appcontainers/azure-mgmt-appcontainers/tests/test_container_apps_api_operations_async_test.py @@ -14,7 +14,7 @@ AZURE_LOCATION = "eastus" - +@pytest.mark.live_test_only class TestContainerAppsAPIOperationsAsync(AzureMgmtRecordedTestCase): def setup_method(self, method): self.client = self.create_mgmt_client(ContainerAppsAPIClient, is_async=True) diff --git a/sdk/appcontainers/azure-mgmt-appcontainers/tests/test_container_apps_api_operations_test.py b/sdk/appcontainers/azure-mgmt-appcontainers/tests/test_container_apps_api_operations_test.py index b0001a125a6e..32551e3b59b1 100644 --- a/sdk/appcontainers/azure-mgmt-appcontainers/tests/test_container_apps_api_operations_test.py +++ b/sdk/appcontainers/azure-mgmt-appcontainers/tests/test_container_apps_api_operations_test.py @@ -13,7 +13,7 @@ AZURE_LOCATION = "eastus" - +@pytest.mark.live_test_only class TestContainerAppsAPIOperations(AzureMgmtRecordedTestCase): def setup_method(self, method): self.client = self.create_mgmt_client(ContainerAppsAPIClient)