Skip to content

Conversation

@captainsafia
Copy link
Member

Update sample to use actual APIs.

Copilot AI review requested due to automatic review settings November 17, 2025 16:07
Copilot finished reviewing on behalf of captainsafia November 17, 2025 16:08
Copy link
Contributor

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

This PR updates a code sample for custom deployment validation setup to use the current pipeline API (builder.Pipeline.AddStep) instead of the deprecated service configuration approach (builder.Services.Configure<DistributedApplicationPipelineOptions>).

Key Changes

  • Replaced builder.Services.Configure<DistributedApplicationPipelineOptions> with direct builder.Pipeline.AddStep API call
  • Changed parameter name from DependsOn to requiredBy to match current API
  • Removed trailing whitespace on line 347

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Co-authored-by: David Pine <david.pine@microsoft.com>
@IEvangelist IEvangelist merged commit e399a45 into main Nov 17, 2025
7 checks passed
@IEvangelist IEvangelist deleted the safia/update-code-sample branch November 18, 2025 20:35
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.

3 participants