diff --git a/README.md b/README.md index 4f4ac44..19e9b21 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ Samples: - [HDInsight](https://github.com/Azure-Samples/azure-samples-python-management/tree/main/samples/hdinsight) - [Iot Hub](https://github.com/Azure-Samples/azure-samples-python-management/tree/main/samples/iothub) - [KeyVault](https://github.com/Azure-Samples/azure-samples-python-management/tree/main/samples/keyvault) -- [Loadtest Service](https://github.com/Azure-Samples/azure-samples-python-management/tree/main/samples/loadtestservice) +- [Loadtesting](https://github.com/Azure-Samples/azure-samples-python-management/tree/main/samples/loadtesting) - [Logic](https://github.com/Azure-Samples/azure-samples-python-management/tree/main/samples/logic) - [Machine Learning](https://github.com/Azure-Samples/azure-samples-python-management/tree/main/samples/machinelearningservices) - [Marketplace Ordering](https://github.com/Azure-Samples/azure-samples-python-management/tree/main/samples/marketplaceordering) diff --git a/samples/loadtestservice/README.md b/samples/loadtesting/README.md similarity index 96% rename from samples/loadtestservice/README.md rename to samples/loadtesting/README.md index 306a023..9301d3f 100644 --- a/samples/loadtestservice/README.md +++ b/samples/loadtesting/README.md @@ -5,7 +5,7 @@ languages: products: - azure description: "These code samples will show you how to manage Azure Load Testing resources using Azure SDK for Python." -urlFragment: loadtestservice +urlFragment: loadtesting --- # Getting started - Managing Consumption using Azure Python SDK @@ -61,7 +61,7 @@ export SUBSCRIPTION_ID="xxx" 2. Install the dependencies using pip. ``` - cd azure-samples-python-management/samples/loadtestservice + cd azure-samples-python-management/samples/loadtesting pip install -r requirements.txt ``` diff --git a/samples/loadtestservice/manage_load_test_resource.py b/samples/loadtesting/manage_load_test_resource.py similarity index 100% rename from samples/loadtestservice/manage_load_test_resource.py rename to samples/loadtesting/manage_load_test_resource.py diff --git a/samples/loadtestservice/requirements.txt b/samples/loadtesting/requirements.txt similarity index 100% rename from samples/loadtestservice/requirements.txt rename to samples/loadtesting/requirements.txt