|
121 | 121 | <Compile Include="AzureBackupClientAdapter\ItemAdapter.cs" />
|
122 | 122 | <Compile Include="AzureBackupClientAdapter\JobAdapter.cs" />
|
123 | 123 | <Compile Include="AzureBackupClientAdapter\OperationStatusAdapter.cs" />
|
124 |
| - <Compile Include="AzureBackupClientAdapter\PolicyAdapter.cs" /> |
125 | 124 | <Compile Include="AzureBackupClientAdapter\VaultAdapter.cs" />
|
126 | 125 | <Compile Include="AzureBackupContainerCmdletBase.cs" />
|
127 | 126 | <Compile Include="AzureBackupDSCmdletBase.cs" />
|
128 | 127 | <Compile Include="AzureBackupItemCmdletBase.cs" />
|
129 |
| - <Compile Include="AzureBackupPolicyCmdletBase.cs"> |
130 |
| - <SubType>Code</SubType> |
131 |
| - </Compile> |
132 | 128 | <Compile Include="AzureBackUpRestoreBase.cs" />
|
133 | 129 | <Compile Include="AzureBackupVaultCmdletBase.cs" />
|
134 | 130 | <Compile Include="AzureBackupCmdletBase.cs" />
|
|
138 | 134 | <Compile Include="Cmdlets\Container\GetAzureBackupContainer.cs" />
|
139 | 135 | <Compile Include="Cmdlets\Container\RegisterAzureBackupContainer.cs" />
|
140 | 136 | <Compile Include="Cmdlets\Container\UnregisterAzureBackupContainer.cs" />
|
141 |
| - <Compile Include="Cmdlets\Item\Disable-AzureBackupProtection .cs" /> |
142 |
| - <Compile Include="Cmdlets\Item\Enable-AzureBackupProtection .cs"> |
143 |
| - <SubType>Code</SubType> |
144 |
| - </Compile> |
145 |
| - <Compile Include="Cmdlets\Item\GetAzureBackupItem.cs" /> |
146 | 137 | <Compile Include="Cmdlets\Jobs\AzureBackupJobHelper.cs" />
|
147 | 138 | <Compile Include="Cmdlets\Jobs\GetAzureBackupJob.cs" />
|
148 | 139 | <Compile Include="Cmdlets\Jobs\GetAzureBackupJobDetails.cs" />
|
149 | 140 | <Compile Include="Cmdlets\Jobs\StopAzureBackukpJob.cs" />
|
150 | 141 | <Compile Include="Cmdlets\Jobs\WaitAzureBackupJob.cs" />
|
151 |
| - <Compile Include="Cmdlets\ProtectionPolicy\GetAzureBackupProtectionPolicy.cs" /> |
152 |
| - <Compile Include="Cmdlets\ProtectionPolicy\NewAzureBackupProtectionPolicy.cs" /> |
153 |
| - <Compile Include="Cmdlets\ProtectionPolicy\RemoveAzureBackupProtectionPolicy.cs" /> |
154 |
| - <Compile Include="Cmdlets\ProtectionPolicy\SetAzureBackupProtectionPolicy.cs"> |
155 |
| - <SubType>Code</SubType> |
156 |
| - </Compile> |
157 | 142 | <Compile Include="Cmdlets\RecoveryPoint\GetAzureBackupRecoveryPoint.cs" />
|
158 | 143 | <Compile Include="Cmdlets\Restore\TriggerRestore.cs" />
|
159 | 144 | <Compile Include="Cmdlets\VaultCredentials\GetAzureBackupVaultCredentials.cs" />
|
|
162 | 147 | <Compile Include="Cmdlets\Vault\SetAzureBackupVault.cs" />
|
163 | 148 | <Compile Include="Cmdlets\Vault\NewAzureBackupVault.cs" />
|
164 | 149 | <Compile Include="Helpers\ContainerHelpers.cs" />
|
165 |
| - <Compile Include="Helpers\ProtectionPolicyHelpers.cs" /> |
166 | 150 | <Compile Include="Helpers\VaultHelpers.cs" />
|
167 | 151 | <Compile Include="Library\CertUtils.cs" />
|
168 | 152 | <Compile Include="Models\AzureBackupBaseObjects.cs" />
|
|
173 | 157 | <Compile Include="Models\AzurePSBackupVault.cs" />
|
174 | 158 | <Compile Include="Models\JobObjects.cs" />
|
175 | 159 | <Compile Include="Models\ListContainerQueryParameter.cs" />
|
176 |
| - <Compile Include="Models\ProtectionPolicy.cs" /> |
177 | 160 | <Compile Include="Models\VaultCredentials.cs" />
|
178 | 161 | <Compile Include="Properties\Resources.Designer.cs">
|
179 | 162 | <AutoGen>True</AutoGen>
|
|
0 commit comments