Adding support for blob containers in migration extension (#15516)

* Adding support for blob containers and infoboxes

* vbumping migration for May month release.

* setting resotered count to 0 when the active backupsets is empty.

* Removing unnecessary !

* Excluding readme gif from the vsix package

* Removing info box as it not needed now.

* Removing all the changes to migration mode page for the infobox
This commit is contained in:
Aasim Khan
2021-05-19 21:50:08 -07:00
committed by GitHub
parent 22093ec406
commit 932fc44566
10 changed files with 48 additions and 23 deletions

View File

@@ -115,7 +115,6 @@ export class DatabaseBackupPage extends MigrationWizardPage {
.withProps({
name: buttonGroup,
label: constants.DATABASE_BACKUP_NC_BLOB_STORAGE_RADIO_LABEL,
enabled: false,
CSSStyles: {
'font-size': '13px'
}