Skip to content

Commit 8bca3da

Browse files
committed
csproj
1 parent 05498e6 commit 8bca3da

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/ResourceManager/AzureBackup/Commands.AzureBackup/Commands.AzureBackup.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131
<Compile Include="AzureBackupVaultCmdletBase.cs" />
132132
<Compile Include="AzureBackupCmdletBase.cs" />
133133
<Compile Include="AzureBackupCmdletHelpMessage.cs" />
134-
<Compile Include="Cmdlets\Backup\TriggerBackUp.cs" />
134+
<Compile Include="Cmdlets\Backup\BackupAzureRMBackupItem.cs" />
135135
<Compile Include="Cmdlets\Container\EnableAzureBackupContainerReregistration.cs" />
136136
<Compile Include="Cmdlets\Container\GetAzureBackupContainer.cs" />
137137
<Compile Include="Cmdlets\Container\RegisterAzureRMBackupContainer.cs" />
@@ -149,8 +149,8 @@
149149
<Compile Include="Cmdlets\ProtectionPolicy\NewAzureBackupRetentionPolicyObject.cs" />
150150
<Compile Include="Cmdlets\ProtectionPolicy\RemoveAzureBackupProtectionPolicy.cs" />
151151
<Compile Include="Cmdlets\ProtectionPolicy\SetAzureBackupProtectionPolicy.cs" />
152-
<Compile Include="Cmdlets\RecoveryPoint\GetAzureBackupRecoveryPoint.cs" />
153-
<Compile Include="Cmdlets\Restore\TriggerRestore.cs" />
152+
<Compile Include="Cmdlets\RecoveryPoint\GetAzureRMBackupRecoveryPoint.cs" />
153+
<Compile Include="Cmdlets\Restore\RestoreAzureRMBackupItem.cs" />
154154
<Compile Include="Cmdlets\VaultCredentials\GetAzureBackupVaultCredentials.cs" />
155155
<Compile Include="Cmdlets\Vault\RemoveAzureBackupVault.cs" />
156156
<Compile Include="Cmdlets\Vault\GetAzureBackupVault.cs" />

0 commit comments

Comments
 (0)