Skip to content

Commit 64b391b

Browse files
authored
Update API type definition for deployImage (#851)
1 parent a033208 commit 64b391b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/commands/api/vscode-azurecontainerapps.api.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55

66
export interface AzureContainerAppsExtensionApi {
77
apiVersion: string;
8+
deployImage(options: DeployImageToAcaOptionsContract): Promise<void>;
89
deployWorkspaceProject(options: DeployWorkspaceProjectOptionsContract): Promise<DeployWorkspaceProjectResults>;
910
}
1011

0 commit comments

Comments
 (0)