***NO_CI*** [Doc] Update references to wiki pages #46169
Merged
pvaneck merged 1 commit intoAzure:mainfrom Apr 7, 2026
Merged
Conversation
Signed-off-by: Paul Van Eck <paulvaneck@microsoft.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Updates documentation across the repo to replace deprecated GitHub wiki links with their corresponding in-repo markdown documents, plus minor whitespace/formatting cleanups to keep markdown consistent.
Changes:
- Replaced
azure-sdk-for-python/wiki/*links (version support policy, packaging, testing) withdoc/...markdown equivalents. - Cleaned up trailing whitespace and minor markdown formatting issues in several READMEs/CHANGELOGs.
- Updated quickstart tooling templates and devtools test utils references to point at current docs.
Reviewed changes
Copilot reviewed 39 out of 39 changed files in this pull request and generated 5 comments.
Show a summary per file
| File | Description |
|---|---|
| sdk/textanalytics/azure-ai-textanalytics/CHANGELOG.md | Update version policy link; minor formatting cleanup |
| sdk/storage/azure-storage-queue/README.md | Update version policy link; trim whitespace |
| sdk/storage/azure-storage-file-share/README.md | Update version policy link; trim whitespace |
| sdk/storage/azure-storage-file-datalake/README.md | Update version policy link; trim whitespace |
| sdk/storage/azure-storage-extensions/README.md | Update version policy link |
| sdk/storage/azure-storage-blob/README.md | Update version policy link; trim whitespace |
| sdk/storage/azure-storage-blob-changefeed/README.md | Update version policy link; trim whitespace |
| sdk/servicebus/azure-servicebus/CLIENT_DEVELOPER.md | Update version policy link; whitespace cleanup |
| sdk/schemaregistry/azure-schemaregistry/CLIENT_DEVELOPER.md | Update version policy link; whitespace cleanup |
| sdk/personalizer/azure-ai-personalizer/setup.py | Replace deprecated packaging wiki link with doc/dev/packaging.md |
| sdk/monitor/azure-monitor-query/CHANGELOG.md | Update version policy link |
| sdk/keyvault/azure-keyvault/README.md | Update version policy link |
| sdk/keyvault/azure-keyvault-secrets/README.md | Update version policy link |
| sdk/keyvault/azure-keyvault-keys/README.md | Update version policy link |
| sdk/keyvault/azure-keyvault-certificates/README.md | Update version policy link |
| sdk/keyvault/azure-keyvault-administration/README.md | Update version policy link |
| sdk/iothub/azure-iot-deviceprovisioning/README.md | Update version policy link; trim whitespace |
| sdk/identity/azure-identity/CHANGELOG.md | Update version policy link |
| sdk/eventhub/azure-eventhub/CLIENT_DEVELOPER.md | Update version policy link; whitespace cleanup |
| sdk/core/azure-core/CHANGELOG.md | Update version policy link |
| sdk/communication/azure-communication-sms/setup.py | Replace deprecated packaging wiki link with doc/dev/packaging.md |
| sdk/communication/azure-communication-sms/CHANGELOG.md | Update version policy link |
| sdk/communication/azure-communication-rooms/setup.py | Replace deprecated packaging wiki link with doc/dev/packaging.md |
| sdk/communication/azure-communication-rooms/CHANGELOG.md | Update version policy link |
| sdk/communication/azure-communication-phonenumbers/setup.py | Replace deprecated packaging wiki link with doc/dev/packaging.md |
| sdk/communication/azure-communication-phonenumbers/CHANGELOG.md | Update version policy link |
| sdk/communication/azure-communication-jobrouter/README.md | Update version policy link |
| sdk/communication/azure-communication-identity/setup.py | Replace deprecated packaging wiki link with doc/dev/packaging.md |
| sdk/communication/azure-communication-identity/CHANGELOG.md | Update version policy link |
| sdk/communication/azure-communication-email/CHANGELOG.md | Update version policy link |
| sdk/communication/azure-communication-chat/setup.py | Replace deprecated packaging wiki link with doc/dev/packaging.md |
| sdk/communication/azure-communication-chat/CHANGELOG.md | Update version policy link |
| sdk/communication/azure-communication-callautomation/setup.py | Replace deprecated packaging wiki link with doc/dev/packaging.md |
| sdk/cognitivelanguage/azure-ai-textanalytics/CHANGELOG.md | Update version policy link; minor formatting cleanup |
| sdk/cognitivelanguage/azure-ai-language-questionanswering/CHANGELOG.md | Update version policy link; minor formatting cleanup |
| sdk/batch/azure-batch/README.md | Update version policy link; trim whitespace |
| scripts/quickstart_tooling_dpg/template_tests/test_smoke.py | Replace deprecated wiki testing link with doc/dev/tests.md |
| scripts/quickstart_tooling_dpg/template_tests/test_smoke_async.py | Replace deprecated wiki testing link with doc/dev/tests.md |
| eng/tools/azure-sdk-tools/devtools_testutils/mgmt_settings_fake.py | Replace deprecated tests wiki link with doc/dev/mgmt/tests.md |
mccoyp
approved these changes
Apr 7, 2026
Member
Author
|
/check-enforcer override |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Since the wiki is deprecated, this updates any references to the wiki with a corresponding markdown document.
NO_CI