We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b3181ea + d1ddbd4 commit d440ac6Copy full SHA for d440ac6
src/ResourceManager/AzureBackup/Commands.AzureBackup/Cmdlets/Restore/RestoreAzureRMBackupItem.cs
@@ -41,9 +41,6 @@ public override void ExecuteCmdlet()
41
ExecutionBlock(() =>
42
{
43
WriteDebug("Making client call");
44
- Guid jobId = Guid.NewGuid();
45
- WriteDebug("Triggered Restore. Converting response");
46
-
47
AzureIaaSVMRecoveryInputsCSMObject azureIaaSVMRecoveryInputsCSMObject = new AzureIaaSVMRecoveryInputsCSMObject()
48
49
CloudServiceName = string.Empty,
0 commit comments