Skip to content

Commit f25f309

Browse files
authored
remove word (Azure#35009)
1 parent 608d1dc commit f25f309

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tools/azure-sdk-tools/packaging_tools/sdk_package.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,6 @@ def main(generate_input, generate_output):
6060
"full": "You can install the use using pip install of the artifacts.",
6161
"lite": f"pip install {package_name}",
6262
}
63-
# to distinguish with track1
64-
if "azure-mgmt-" in package_name:
65-
package["packageName"] = "track2_" + package["packageName"]
6663
for artifact in package["artifacts"]:
6764
if ".whl" in artifact:
6865
package["language"] = "Python"

0 commit comments

Comments
 (0)