Skip to content

Update doc comments for AsyncPageable rename#35

Closed
daviburg wants to merge 1 commit intomainfrom
feature/async-pageable
Closed

Update doc comments for AsyncPageable rename#35
daviburg wants to merge 1 commit intomainfrom
feature/async-pageable

Conversation

@daviburg
Copy link
Copy Markdown
Member

@daviburg daviburg commented May 6, 2026

Update XML doc comments referencing \ConnectorPageable\ to \AsyncPageable.

Companion to Azure/Connectors-NET-SDK#102 / Azure/Connectors-NET-SDK#105.

Companion to Connectors-NET-SDK#102
Copilot AI review requested due to automatic review settings May 6, 2026 20:48
@daviburg daviburg requested a review from a team as a code owner May 6, 2026 20:48
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Updates XML documentation comments in the DirectConnector samples to reflect the SDK rename from ConnectorPageable to AsyncPageable, aligning the samples’ docs with the newer paging abstraction referenced in the companion SDK PRs.

Changes:

  • Updated Teams channel messages pagination remark to reference AsyncPageable.
  • Updated Azure Log Analytics subscriptions pagination summary to reference AsyncPageable.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
DirectConnector/ConnectorFunctions.cs Updates XML remarks for the Teams messages paging example to reference AsyncPageable.
DirectConnector/AzureLogAnalyticsFunctions.cs Updates XML summary comment for the subscriptions paging example to reference AsyncPageable.

/// <remarks>
/// Demonstrates <see cref="IAsyncEnumerable{T}"/> pagination: <c>GetMessagesFromChannelAsync</c>
/// returns a <c>ConnectorPageable</c> that follows <c>@odata.nextLink</c> automatically.
/// returns a <c>AsyncPageable</c> that follows <c>@odata.nextLink</c> automatically.
@daviburg
Copy link
Copy Markdown
Member Author

daviburg commented May 8, 2026

Closing — superseded by #40 which consolidates all SDK v0.9.0-preview.1 breaking changes, namespace migrations, and new features into a single PR.

@daviburg daviburg closed this May 8, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants