Skip to content

Commit b32851f

Browse files
authored
Remove broken link (#43574)
1 parent 785fd4e commit b32851f

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

doc/dev/issues/resolve_issues_effectively.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,16 @@ If you are not familiar with the SDK usage of a service, you can find relevant e
1313

1414
For some common errors, you can check [here](#summary-of-common-errors).
1515

16-
## Feature Request(For users)
16+
## Feature Request (For users)
1717

18-
See [here][request_a_feature] for more details.
18+
Python SDKs are automatically generated based on REST API, so we generally do not recommend modifying SDK code manually. If you need a new function, but the SDK does not provide it, you need to open an issue in the [REST API repository](https://github.com/Azure/azure-rest-api-specs/issues) to describe clearly the feature you want.
1919

2020
## Bug Report (For users)
2121

2222
Please describe the bug in as much detail as possible, such as listing the SDK package name, version and operating system info you use.
2323

2424
If you can provide detailed reproduction steps, it will help us locate and solve the issue.
2525

26-
<hr/>
27-
2826
## Summary Of Common Errors
2927

3028
### Error from Track1 to Track2
@@ -73,7 +71,6 @@ When this error occurs, you can check the version of `msrest` and upgrade it to
7371

7472

7573
[sample repo]: https://github.com/Azure-Samples/azure-samples-python-management
76-
[request_a_feature]: https://github.com/Azure/azure-sdk-for-python/blob/main/doc/dev/how_to_request_a_feature_in_sdk.md
7774
[rest API]: https://github.com/Azure/azure-rest-api-specs
7875
[rest issue]: https://github.com/Azure/azure-rest-api-specs/issues
7976
[SDK dependency]: https://github.com/Azure/azure-sdk-for-python/blob/main/shared_requirements.txt

0 commit comments

Comments
 (0)