kernel-memory
kernel-memory copied to clipboard
Rename pipeline status methods for clarity and consistency
Motivation and Context (Why the change? What's the scenario?)
- The ReadPipelineStatusAsync returns a DataPipeline instead of a DataPipelineStatus.
- The ReadPipelineSummaryAsync returns a DataPipelineStatus instead of Summary (I guess Status was called Summary before).
High level description (Approach, Design)
- ReadPipelineStatusAsync renamed to GetPipelineAsync.
- ReadPipelineSummaryAsync renamed to GetPipelineStatusAsync.
The references to those methods have been changed accordingly.
@microsoft-github-policy-service agree
Closing as part of repository maintenance - no further action planned on this issue.