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()
4949 item . DataSourceId ,
5050 CmdletCancellationToken ) . Result ;
5151
52- WriteVerbose ( "Received policy response" ) ;
53- WriteVerbose ( "Received policy response2" ) ;
54-
52+ WriteVerbose ( "Received backup response" ) ;
53+
5554 WriteVerbose ( "Converting response" ) ;
5655 WriteAzureBackupOperationId ( triggerBackUpInfo ) ;
5756 } ) ;
Original file line number Diff line number Diff line change @@ -46,8 +46,8 @@ public override void ExecuteCmdlet()
4646 item . DataSourceId ,
4747 CmdletCancellationToken ) . Result ;
4848
49- WriteVerbose ( "Received policy response" ) ;
50- WriteVerbose ( "Received policy response2" ) ;
49+ WriteVerbose ( "Received recovery point response" ) ;
50+
5151 IEnumerable < RecoveryPointInfo > recoveryPointObjects = null ;
5252 if ( Id != null )
5353 {
You can’t perform that action at this time.
0 commit comments