Skip to content

Commit f0030d4

Browse files
authored
Default to single revision mode when creating a container app (#300)
1 parent 8145ee0 commit f0030d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands/createContainerApp/ContainerAppCreateStep.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ export class ContainerAppCreateStep extends AzureWizardExecuteStep<IContainerApp
4545
ingress,
4646
secrets: context.secrets,
4747
registries: context.registries,
48-
activeRevisionsMode: KnownActiveRevisionsMode.Multiple,
48+
activeRevisionsMode: KnownActiveRevisionsMode.Single,
4949
},
5050
template: {
5151
containers: [

0 commit comments

Comments
 (0)