We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
deployImage
1 parent a033208 commit 64b391bCopy full SHA for 64b391b
src/commands/api/vscode-azurecontainerapps.api.d.ts
@@ -5,6 +5,7 @@
5
6
export interface AzureContainerAppsExtensionApi {
7
apiVersion: string;
8
+ deployImage(options: DeployImageToAcaOptionsContract): Promise<void>;
9
deployWorkspaceProject(options: DeployWorkspaceProjectOptionsContract): Promise<DeployWorkspaceProjectResults>;
10
}
11
0 commit comments