Freshness pass on sdk docs - #55227
Open
alexwolfmsft wants to merge 1 commit into
Open
Conversation
alexwolfmsft
requested review from
a team,
ArthurMa1978,
JoshLove-msft,
jsquire and
m-nash
as code owners
August 4, 2026 20:28
Contributor
There was a problem hiding this comment.
Pull request overview
This pull request refreshes Azure SDK for .NET documentation by updating page metadata and correcting several .NET code examples and snippet references to better align with current SDK usage.
Changes:
- Updated
ms.datemetadata and addedai-usage: ai-assistedfrontmatter to the edited articles. - Corrected multiple C# examples in the resource management guidance (type name fix, async/await precedence fix, variable name fix, and updated
CreateOrUpdateAsyncsignature usage). - Fixed the
:::codesnippet references for the exception-handling tabs so each tab points to the correct snippet file.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| docs/azure/sdk/thread-safety.md | Updates metadata and fixes a C# code block’s closing syntax for correctness/readability. |
| docs/azure/sdk/resource-management.md | Updates metadata and corrects several SDK usage examples (identifiers, async usage, and method signatures). |
| docs/azure/sdk/protocol-convenience-methods.md | Updates metadata and corrects exception-handling snippet references per tab. |
gewarren
approved these changes
Aug 4, 2026
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.
This pull request updates several Azure SDK for .NET documentation files to improve clarity, correct code samples, and update metadata. The most important changes include fixing code examples, correcting parameter names, and updating metadata fields such as dates and AI usage annotations.
Internal previews