Skip to content

Commit a4cf584

Browse files
committed
Add provider links in comment
1 parent 6436c7b commit a4cf584

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/commands/api/getAzureContainerAppsApiProvider.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,10 @@ import { callWithTelemetryAndErrorHandling, createApiProvider, type IActionConte
77
import { deployWorkspaceProjectApi } from "./deployWorkspaceProjectApi";
88
import type * as api from "./vscode-azurecontainerapps.api";
99

10-
// Add links to changelog and type interface
10+
/**
11+
* @changelog https://github.com/microsoft/vscode-azurecontainerapps/blob/main/src/commands/api/getAzureContainerAppsApiProvider.ts
12+
* @api https://github.com/microsoft/vscode-azurecontainerapps/blob/main/src/commands/api/vscode-azurecontainerapps.api.d.ts
13+
*/
1114
export function getAzureContainerAppsApiProvider(): apiUtils.AzureExtensionApiProvider {
1215
return createApiProvider([<api.AzureContainerAppsExtensionApi>{
1316
apiVersion: '0.0.1',

0 commit comments

Comments
 (0)