Remove obsolete items - SshKey

- SshKeysClient
- SshKey
- SshKeyInfo
- SshKeyUpdate
This commit is contained in:
Ryan Gribble
2016-07-16 22:44:56 +10:00
parent 2cc2ccda62
commit 9d8e8ae8af
27 changed files with 0 additions and 776 deletions

View File

@@ -420,7 +420,6 @@
<Compile Include="Authentication\AnonymousAuthenticator.cs" />
<Compile Include="Authentication\Authenticator.cs" />
<Compile Include="Clients\ReleasesClient.cs" />
<Compile Include="Clients\SshKeysClient.cs" />
<Compile Include="Exceptions\ApiValidationException.cs" />
<Compile Include="Exceptions\ForbiddenException.cs" />
<Compile Include="Exceptions\LoginAttemptsExceededException.cs" />
@@ -444,7 +443,6 @@
<Compile Include="Clients\IMiscellaneousClient.cs" />
<Compile Include="Clients\IReleasesClient.cs" />
<Compile Include="Clients\INotificationsClient.cs" />
<Compile Include="Clients\ISshKeysClient.cs" />
<Compile Include="Clients\IOrganizationsClient.cs" />
<Compile Include="Helpers\IReadOnlyPagedCollection.cs" />
<Compile Include="Clients\IRepositoriesClient.cs" />
@@ -475,7 +473,6 @@
<Compile Include="Http\IRequest.cs" />
<Compile Include="Http\IResponse.cs" />
<Compile Include="Http\Request.cs" />
<Compile Include="Helpers\ModelExtensions.cs" />
<Compile Include="Models\Response\Authorization.cs" />
<Compile Include="Models\Request\AuthorizationUpdate.cs" />
<Compile Include="Models\Request\NewAuthorization.cs" />
@@ -488,9 +485,6 @@
<Compile Include="Models\Response\ReleaseAsset.cs" />
<Compile Include="Models\Request\ReleaseUpdate.cs" />
<Compile Include="Models\Response\Repository.cs" />
<Compile Include="Models\Response\SshKey.cs" />
<Compile Include="Models\Response\SshKeyInfo.cs" />
<Compile Include="Models\Request\SshKeyUpdate.cs" />
<Compile Include="Models\Response\User.cs" />
<Compile Include="Models\Request\UserUpdate.cs" />
<Compile Include="Helpers\StringExtensions.cs" />