diff --git a/tools/azure-sdk-tools/packaging_tools/sdk_package.py b/tools/azure-sdk-tools/packaging_tools/sdk_package.py index c61afe726b7c..54f31c866284 100644 --- a/tools/azure-sdk-tools/packaging_tools/sdk_package.py +++ b/tools/azure-sdk-tools/packaging_tools/sdk_package.py @@ -60,9 +60,6 @@ def main(generate_input, generate_output): "full": "You can install the use using pip install of the artifacts.", "lite": f"pip install {package_name}", } - # to distinguish with track1 - if "azure-mgmt-" in package_name: - package["packageName"] = "track2_" + package["packageName"] for artifact in package["artifacts"]: if ".whl" in artifact: package["language"] = "Python"