Skip to content

Commit cdb0581

Browse files
committed
Removing no longer used Graph usings
1 parent 96d094b commit cdb0581

File tree

3 files changed

+27
-9
lines changed

3 files changed

+27
-9
lines changed

src/ALC/ALC.sln

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
2+
Microsoft Visual Studio Solution File, Format Version 12.00
3+
# Visual Studio Version 17
4+
VisualStudioVersion = 17.5.002.0
5+
MinimumVisualStudioVersion = 10.0.40219.1
6+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PnP.PowerShell.ALC", "PnP.PowerShell.ALC.csproj", "{0BFB8F61-512F-405A-BC8A-7D2C804A5963}"
7+
EndProject
8+
Global
9+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
10+
Debug|Any CPU = Debug|Any CPU
11+
Release|Any CPU = Release|Any CPU
12+
EndGlobalSection
13+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
14+
{0BFB8F61-512F-405A-BC8A-7D2C804A5963}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
15+
{0BFB8F61-512F-405A-BC8A-7D2C804A5963}.Debug|Any CPU.Build.0 = Debug|Any CPU
16+
{0BFB8F61-512F-405A-BC8A-7D2C804A5963}.Release|Any CPU.ActiveCfg = Release|Any CPU
17+
{0BFB8F61-512F-405A-BC8A-7D2C804A5963}.Release|Any CPU.Build.0 = Release|Any CPU
18+
EndGlobalSection
19+
GlobalSection(SolutionProperties) = preSolution
20+
HideSolutionNode = FALSE
21+
EndGlobalSection
22+
GlobalSection(ExtensibilityGlobals) = postSolution
23+
SolutionGuid = {B34EA9CD-BE09-4B3E-ADF7-CC08EB6BDA39}
24+
EndGlobalSection
25+
EndGlobal

src/Commands/Base/ConnectOnline.cs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
using Microsoft.Graph;
2-
using Microsoft.SharePoint.Client;
1+
using Microsoft.SharePoint.Client;
32
using PnP.Framework;
4-
using PnP.PowerShell.Commands.Apps;
53
using PnP.PowerShell.Commands.Base.PipeBinds;
64
using PnP.PowerShell.Commands.Enums;
75
using PnP.PowerShell.Commands.Model;

src/Commands/Model/SharePoint/SPConsumingTenantContainersByOwningAppId.cs

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,7 @@
1-
using Microsoft.Graph;
2-
using Microsoft.Online.SharePoint.TenantAdministration;
1+
using Microsoft.Online.SharePoint.TenantAdministration;
32
using Microsoft.Online.SharePoint.TenantManagement;
43
using System;
54
using System.Collections.Generic;
6-
using System.Linq;
7-
using System.Runtime.Serialization;
8-
using System.Text;
9-
using System.Threading.Tasks;
105

116
namespace PnP.PowerShell.Commands.Model.SharePoint
127
{

0 commit comments

Comments
 (0)