Skip to content

[docs] Fix documentation inconsistencies in doc folder - #48561

Open
Hashim Khan (Hashim1999164) wants to merge 1 commit into
Azure:mainfrom
Hashim1999164:docs/fix-documentation-inconsistencies-48507
Open

[docs] Fix documentation inconsistencies in doc folder#48561
Hashim Khan (Hashim1999164) wants to merge 1 commit into
Azure:mainfrom
Hashim1999164:docs/fix-documentation-inconsistencies-48507

Conversation

@Hashim1999164

@Hashim1999164 Hashim Khan (Hashim1999164) commented Aug 12, 2026

Copy link
Copy Markdown

Summary

Updates contributor docs so they match the current repository and public documentation URLs.

Notable fixes:

  1. doc/dev/dev_setup.md title is now Developer Setup
  2. Windows Store / learn.microsoft.com / keyvault test-resources.bicep links in doc/dev/tests.md
  3. docs.microsoft.comlearn.microsoft.com in mgmt tests, docstring, request builders, and send_request docs
  4. Deprecated python setup.py bdist_wheelpython -m build --wheel
  5. Packaging example uses README.md / CHANGELOG.md and adds the Python 3.13 classifier

Fixes #48507

Test plan

  1. Spot check each updated file for the old domains and filenames
  2. Confirm keyvault links resolve to sdk/keyvault/test-resources.bicep on main

Correct outdated titles, migrated learn.microsoft.com links, keyvault
test-resources references, packaging examples, and deprecated wheel
build guidance so contributor docs match the current repo.
Fixes Azure#48507.
Copilot AI balanced review requested due to automatic review settings August 12, 2026 23:37
@github-actions github-actions Bot added Community Contribution Community members are working on the issue customer-reported Issues that are reported by GitHub users external to the Azure organization. labels Aug 12, 2026
@github-actions

Copy link
Copy Markdown
Contributor

Thank you for your contribution Hashim Khan (@Hashim1999164)! We will review the pull request and get back to you soon.

@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines:
Successfully started running 1 pipeline(s).
7 pipeline(s) were filtered out due to trigger conditions.
There may be pipelines that require an authorized user to comment /azp run to run.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates contributor documentation to match current repository paths, tooling, packaging, and Microsoft Learn URLs.

Changes:

  • Updates obsolete documentation links and Key Vault resource references.
  • Modernizes wheel-building and packaging examples.
  • Corrects the developer setup title and Python classifiers.

Reviewed changes

Copilot reviewed 8 out of 8 changed files in this pull request and generated 4 comments.

Show a summary per file
File Description
doc/dev/dev_setup.md Corrects the page title.
doc/dev/docstring.md Updates Form Recognizer links.
doc/dev/mgmt/generation.md Modernizes the wheel build command.
doc/dev/mgmt/tests.md Updates Microsoft Learn links.
doc/dev/packaging.md Modernizes packaging examples and classifiers.
doc/dev/tests.md Updates setup and test-resource links.
doc/request_builders.md Migrates reference links to Microsoft Learn.
doc/send_request.md Migrates reference links to Microsoft Learn.

💡 Add a code-review agent skill for context-aware, tailored reviews. Learn more in the docs.

Comment thread doc/dev/packaging.md
Comment on lines +99 to +101
with open('README.md', encoding='utf-8') as f:
readme = f.read()
with open('HISTORY.rst', encoding='utf-8') as f:
with open('CHANGELOG.md', encoding='utf-8') as f:
Comment thread doc/dev/packaging.md
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12',
'Programming Language :: Python :: 3.13',
And that's it! You should now have Python code ready to test. Note that this generation is for testing only and should not be sent to a customer or published to PyPI.

This command generate code only. If you want to generate a [wheel](https://pythonwheels.com/) file to share this code, add the `--basic-setup-py` option to generate a basic `setup.py` file and call `python setup.py bdist_wheel`.
This command generate code only. If you want to generate a [wheel](https://pythonwheels.com/) file to share this code, add the `--basic-setup-py` option to generate a basic `setup.py` file and call `python -m build --wheel`.
Comment thread doc/dev/tests.md
Comment on lines +589 to +590
[kv_test_resources_outputs]: https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/keyvault/test-resources.bicep
[kv_test_resources_resources]: https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/keyvault/test-resources.bicep
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Community Contribution Community members are working on the issue customer-reported Issues that are reported by GitHub users external to the Azure organization.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[docs] Fix documentation inconsistencies in doc/ folder

2 participants