-
Notifications
You must be signed in to change notification settings - Fork 2.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Setup strict phinx mode, fixed all phinx warnings #34960
Conversation
API change check API changes are not detected in this pull request. |
Hi @jakublehotsky. Thank you for your interest in helping to improve the Azure SDK experience and for your contribution. We've noticed that there hasn't been recent engagement on this pull request. If this is still an active work stream, please let us know by pushing some changes or leaving a comment. Otherwise, we'll close this out in 7 days. |
Trying to identify a reason for failing a single unit test on ubuntu where it throws in timer which doesn't seem related with my changes at all. |
Hi @jakublehotsky. Thank you for your contribution. Since there hasn't been recent engagement, we're going to close this out. Feel free to respond with a comment containing |
/reopen |
* Removal of the devops release PAT * Don't pass in the access token, just use the AzureCLI task and do everything in the scripts * Updates for feedback --------- Co-authored-by: James Suplizio <[email protected]>
Co-authored-by: Catalina Peralta <[email protected]>
* update codeowner * update
This is the result of `npm audit fix` to address vulnerability in older versions of `braces`. Co-authored-by: Jeremy Meng <[email protected]>
* Update release date * Add codeowners to dev center * Update to github alias * Fix label name
Signed-off-by: Paul Van Eck <[email protected]>
…geUrl.load() method. Add sample and test. (#36042)
…ure/azure-sdk-for-python into python-docstring-warnings-fix
…ure/azure-sdk-for-python into python-docstring-warnings-fix
This issue was resolved by #36111 |
Description
This patch fixes the warnings generated by sphinx python docstring tool when run in strict mode. It fixes the automatically generated documentation in a couple of places, removing obsolete anchors to samples and fixing links and dedent for linked samples for sync and sync version of communication client.
It also introduces the default sphinx = true option as requested in the original issue.
closes #33567
All SDK Contribution checklist:
General Guidelines and Best Practices
Testing Guidelines