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 3115481 commit 537ece3Copy full SHA for 537ece3
tools/azure-sdk-tools/packaging_tools/sdk_package.py
@@ -73,7 +73,7 @@ def main(generate_input, generate_output):
73
if "_python.json" in file and package_name in file:
74
package["apiViewArtifact"] = str(Path(package_path, file))
75
except Exception as e:
76
- _LOGGER.error(f"Fail to generate ApiView token file for {package_name}: {e}")
+ _LOGGER.info(f"Fail to generate ApiView token file for {package_name}: {e}")
77
# Installation package
78
package["installInstructions"] = {
79
"full": "You can install the use using pip install of the artifacts.",
0 commit comments