diff --git a/packages/grafana-runtime/src/utils/DataSourceWithBackend.ts b/packages/grafana-runtime/src/utils/DataSourceWithBackend.ts index 270772f0e2a..03dbfd7e655 100644 --- a/packages/grafana-runtime/src/utils/DataSourceWithBackend.ts +++ b/packages/grafana-runtime/src/utils/DataSourceWithBackend.ts @@ -129,6 +129,11 @@ export class DataSourceWithBackend< /** * Optionally augment the response before returning the results to the + * + * NOTE: this was added in 7.1 for azure, and will be removed in 7.2 + * when the entire response pipeline is Observable + * + * @internal */ processResponse?(res: DataQueryResponse): Promise;