kernel-memory icon indicating copy to clipboard operation
kernel-memory copied to clipboard

Rename pipeline status methods for clarity and consistency

Open MortenTobiasNielsen opened this issue 9 months ago • 1 comments

Motivation and Context (Why the change? What's the scenario?)

  1. The ReadPipelineStatusAsync returns a DataPipeline instead of a DataPipelineStatus.
  2. The ReadPipelineSummaryAsync returns a DataPipelineStatus instead of Summary (I guess Status was called Summary before).

High level description (Approach, Design)

  1. ReadPipelineStatusAsync renamed to GetPipelineAsync.
  2. ReadPipelineSummaryAsync renamed to GetPipelineStatusAsync.

The references to those methods have been changed accordingly.

MortenTobiasNielsen avatar Mar 02 '25 10:03 MortenTobiasNielsen

@microsoft-github-policy-service agree

MortenTobiasNielsen avatar Mar 02 '25 10:03 MortenTobiasNielsen

Closing as part of repository maintenance - no further action planned on this issue.

dluc avatar Nov 03 '25 18:11 dluc