add preview for publish to Azure development container (#21199)

This commit is contained in:
Kim Santiago
2022-11-10 13:25:54 -08:00
committed by GitHub
parent 667f125cbd
commit 2a933d43c4
2 changed files with 2 additions and 1 deletions

View File

@@ -405,7 +405,7 @@ export class PublishDatabaseDialog {
this.dockerServerRadioButton = view.modelBuilder.radioButton()
.withProps({
name: 'publishType',
label: constants.publishToDockerContainer(name)
label: name === constants.AzureSqlServerName ? constants.publishToDockerContainerPreview(name) : constants.publishToDockerContainer(name)
}).component();
this.dockerServerRadioButton.onDidChangeCheckedState((checked) => {