We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 608d1dc commit f25f309Copy full SHA for f25f309
tools/azure-sdk-tools/packaging_tools/sdk_package.py
@@ -60,9 +60,6 @@ def main(generate_input, generate_output):
60
"full": "You can install the use using pip install of the artifacts.",
61
"lite": f"pip install {package_name}",
62
}
63
- # to distinguish with track1
64
- if "azure-mgmt-" in package_name:
65
- package["packageName"] = "track2_" + package["packageName"]
66
for artifact in package["artifacts"]:
67
if ".whl" in artifact:
68
package["language"] = "Python"
0 commit comments