File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/ResourceManager/Websites/Commands.Websites/Cmdlets/BackupRestore Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ public class AzureWebAppBackup
48
48
public string BlobName { get ; set ; }
49
49
50
50
/// <summary>
51
- /// Databases that are included in this backup
51
+ /// Databases backed up along with the web app
52
52
/// </summary>
53
53
public DatabaseBackupSetting [ ] Databases { get ; set ; }
54
54
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ public class AzureWebAppBackupConfiguration
58
58
public DateTime ? StartTime { get ; set ; }
59
59
60
60
/// <summary>
61
- /// The databases to be backed up automatically along with the website
61
+ /// The databases to be backed up automatically along with the web app
62
62
/// </summary>
63
63
public DatabaseBackupSetting [ ] Databases { get ; set ; }
64
64
You can’t perform that action at this time.
0 commit comments