materialzied -> materialized (#16411)

This commit is contained in:
Tony Xia
2021-07-24 01:34:58 +10:00
committed by GitHub
parent c0dd781d77
commit c2d45fa01f

View File

@@ -430,17 +430,17 @@ export abstract class ExtHostDataProtocolShape {
$deleteNotebook(handle: number, ownerUri: string, notebook: azdata.AgentNotebookInfo): Thenable<azdata.ResultStatus> { throw ni(); }
/**
* Update materialzied Notebook Name
* Update materialized Notebook Name
*/
$updateNotebookMaterializedName(handle: number, ownerUri: string, agentNotebookHistory: azdata.AgentNotebookHistoryInfo, targetDatabase: string, name: string): Thenable<azdata.ResultStatus> { throw ni(); }
/**
* Update materialzied Notebook Name
* Update materialized Notebook Name
*/
$deleteMaterializedNotebook(handle: number, ownerUri: string, agentNotebookHistory: azdata.AgentNotebookHistoryInfo, targetDatabase: string): Thenable<azdata.ResultStatus> { throw ni(); }
/**
* Update materialzied Notebook Pin
* Update materialized Notebook Pin
*/
$updateNotebookMaterializedPin(handle: number, ownerUri: string, agentNotebookHistory: azdata.AgentNotebookHistoryInfo, targetDatabase: string, pin: boolean): Thenable<azdata.ResultStatus> { throw ni(); }