Skip to content

Commit 100222f

Browse files
committed
Removed unused types from directory namespace, Outlook API refactorings
1 parent 9769cdc commit 100222f

43 files changed

Lines changed: 76 additions & 1246 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

generator/Settings.MicrosoftGraph.json

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,26 @@
8989
"Microsoft.Graph.OrgContact",
9090
"Microsoft.Graph.PhysicalOfficeAddress",
9191
"Microsoft.Graph.PrivacyProfile",
92-
"Microsoft.Graph.VerifiedDomain"
92+
"Microsoft.Graph.VerifiedDomain",
93+
"Microsoft.Graph.FileSecurityState",
94+
"Microsoft.Graph.CloudAppSecurityState",
95+
"Microsoft.Graph.SecureScoreControlStateUpdate",
96+
"Microsoft.Graph.SecureScoreControlProfile",
97+
"Microsoft.Graph.AverageComparativeScore",
98+
"Microsoft.Graph.ControlScore",
99+
"Microsoft.Graph.HostSecurityState",
100+
"Microsoft.Graph.RegistryKeyState",
101+
"Microsoft.Graph.NetworkConnection",
102+
"Microsoft.Graph.VulnerabilityState",
103+
"Microsoft.Graph.AlertHistoryState",
104+
"Microsoft.Graph.Security",
105+
"Microsoft.Graph.Alert",
106+
"Microsoft.Graph.AlertTrigger",
107+
"Microsoft.Graph.SecurityVendorInformation",
108+
"Microsoft.Graph.SecureScore",
109+
"Microsoft.Graph.MalwareState",
110+
"Microsoft.Graph.ComplianceInformation",
111+
"Microsoft.Graph.Contract"
93112
],
94113
"ignoredProperties": [
95114
],
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/**
44
* Modified: 2020-05-29T07:19:37+00:00
55
*/
6-
namespace Office365\Teams;
6+
namespace Office365\Communications;
77

88
use Office365\Runtime\ClientValue;
99
class CallRoute extends ClientValue

src/Directory/Security/Alert.php

Lines changed: 0 additions & 253 deletions
This file was deleted.

src/Directory/Security/AlertHistoryState.php

Lines changed: 0 additions & 27 deletions
This file was deleted.

src/Directory/Security/AlertTrigger.php

Lines changed: 0 additions & 23 deletions
This file was deleted.

src/Directory/Security/AverageComparativeScore.php

Lines changed: 0 additions & 19 deletions
This file was deleted.

src/Directory/Security/CloudAppSecurityState.php

Lines changed: 0 additions & 23 deletions
This file was deleted.

0 commit comments

Comments
 (0)