File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed
src/ResourceManager/AzureBackup/Commands.AzureBackup/Cmdlets Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -49,9 +49,8 @@ public override void ExecuteCmdlet()
49
49
item . DataSourceId ,
50
50
CmdletCancellationToken ) . Result ;
51
51
52
- WriteVerbose ( "Received policy response" ) ;
53
- WriteVerbose ( "Received policy response2" ) ;
54
-
52
+ WriteVerbose ( "Received backup response" ) ;
53
+
55
54
WriteVerbose ( "Converting response" ) ;
56
55
WriteAzureBackupOperationId ( triggerBackUpInfo ) ;
57
56
} ) ;
Original file line number Diff line number Diff line change @@ -46,8 +46,8 @@ public override void ExecuteCmdlet()
46
46
item . DataSourceId ,
47
47
CmdletCancellationToken ) . Result ;
48
48
49
- WriteVerbose ( "Received policy response" ) ;
50
- WriteVerbose ( "Received policy response2" ) ;
49
+ WriteVerbose ( "Received recovery point response" ) ;
50
+
51
51
IEnumerable < RecoveryPointInfo > recoveryPointObjects = null ;
52
52
if ( Id != null )
53
53
{
You can’t perform that action at this time.
0 commit comments