Skip to content

Commit b3bb7ad

Browse files
committed
More
1 parent d80b108 commit b3bb7ad

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/commands/image/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
- `deployImageApi` - A command shared with the `vscode-docker` extension. It uses our old `deployImage` command flow which immediately tries to deploy the image to a container app without creating a draft. This command cannot be used to bundle template changes.
44

55
<!-- Todo: Add this back in when update image command is added in follow-up PR -->
6-
<!-- - `updateImage` - An ACA only command that updates the container app or revision's container image through a revision draft. The draft must be deployed for the changes to become permanent and can be used to bundle template changes. -->
6+
<!-- - `updateContainerImage` - An ACA exclusive command that updates the container app or revision's container image through updates to a revision draft. The draft must be deployed for the changes to take effect and can be used to bundle together `Template` changes. -->

src/commands/image/deployImageApi/deployImage.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
* Copyright (c) Microsoft Corporation. All rights reserved.
33
* Licensed under the MIT License. See License.md in the project root for license information.
44
*--------------------------------------------------------------------------------------------*/
5+
56
import { VerifyProvidersStep } from "@microsoft/vscode-azext-azureutils";
67
import { AzureWizard, AzureWizardExecuteStep, AzureWizardPromptStep, IActionContext, createSubscriptionContext } from "@microsoft/vscode-azext-utils";
78
import { webProvider } from "../../../constants";

0 commit comments

Comments
 (0)