Skip to content

Commit 6b928bc

Browse files
authored
add teams support link (#44337)
1 parent 14cb03a commit 6b928bc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

eng/tools/azure-sdk-tools/packaging_tools/sdk_generator.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,8 @@ def main(generate_input, generate_output):
146146
"======================================= What Can I do (begin) ========================================================================",
147147
f"Fail to generate sdk for {readme_or_tsp}. If you are from service team, please first check if the failure happens only to Python automation, or for all SDK automations. ",
148148
"If it happens for all SDK automations, please double check your Swagger / Typespec, and check whether there is error in ModelValidation and LintDiff. ",
149-
"If it happens to Python alone, you can open an issue to https://github.com/microsoft/typespec/issues. Please include the link of this Pull Request in the issue.",
149+
"If it happens to Python alone, you can seek support in teams channel https://aka.ms/azsdk/support/python-teams-channel or open an issue in ",
150+
"https://github.com/microsoft/typespec/issues. Please include the link of this Pull Request in the issue.",
150151
"======================================= What Can I do (end) =========================================================================",
151152
]:
152153
_LOGGER.error(hint_message)

0 commit comments

Comments
 (0)