SQL Project Deploy to docker container - Adding a UI for user to select docker image tag (#19297)

This commit is contained in:
Leila Lali
2022-05-11 11:29:11 -07:00
committed by GitHub
parent 65ef41d53d
commit e10b1eb5a9
10 changed files with 301 additions and 30 deletions

View File

@@ -53,7 +53,9 @@ export interface ISqlConnectionProperties {
export interface DockerImageInfo {
name: string,
displayName: string,
agreementInfo: AgreementInfo
agreementInfo: AgreementInfo,
tagsUrl: string,
defaultTag: string
}
export interface AgreementInfo {
link: azdataType.LinkArea;