Skip to content

Commit 0bae29a

Browse files
committed
Update module manifest files.
1 parent 36964e5 commit 0bae29a

File tree

7 files changed

+958
-315
lines changed

7 files changed

+958
-315
lines changed

src/Applications/Applications/Microsoft.Graph.Applications.psd1

Lines changed: 60 additions & 61 deletions
Large diffs are not rendered by default.

src/DirectoryObjects/DirectoryObjects/Microsoft.Graph.DirectoryObjects.psd1

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Generated by: Microsoft Corporation
55
#
6-
# Generated on: 8/25/2020
6+
# Generated on: 6/17/2022
77
#
88

99
@{
@@ -12,13 +12,13 @@
1212
RootModule = './Microsoft.Graph.DirectoryObjects.psm1'
1313

1414
# Version number of this module.
15-
ModuleVersion = '0.9.2'
15+
ModuleVersion = '1.9.6'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Core', 'Desktop'
1919

2020
# ID used to uniquely identify this module
21-
GUID = 'f6891913-1aa0-4589-83fe-73cf201079d3'
21+
GUID = '8c8c7c20-a33e-4ec2-a242-ab54f93303b9'
2222

2323
# Author of this module
2424
Author = 'Microsoft Corporation'
@@ -51,7 +51,7 @@ DotNetFrameworkVersion = '4.7.2'
5151
# ProcessorArchitecture = ''
5252

5353
# Modules that must be imported into the global environment prior to importing this module
54-
RequiredModules = @(@{ModuleName = 'Microsoft.Graph.Authentication'; ModuleVersion = '0.9.1'; })
54+
RequiredModules = @(@{ModuleName = 'Microsoft.Graph.Authentication'; ModuleVersion = '1.9.6'; })
5555

5656
# Assemblies that must be loaded prior to importing this module
5757
RequiredAssemblies = './bin/Microsoft.Graph.DirectoryObjects.private.dll'
@@ -74,10 +74,9 @@ FunctionsToExport = 'Confirm-MgDirectoryObjectMemberGroup',
7474
'Get-MgDirectoryObjectAvailableExtensionProperty',
7575
'Get-MgDirectoryObjectById', 'Get-MgDirectoryObjectMemberGroup',
7676
'Get-MgDirectoryObjectMemberObject',
77-
'Get-MgDirectoryObjectMicrosoftGraphAdministrativeUnitDelta',
7877
'Get-MgDirectoryObjectUserOwnedObject', 'New-MgDirectoryObject',
79-
'Remove-MgDirectoryObject', 'Restore-MgDirectoryObject',
80-
'Test-MgDirectoryObjectProperty', 'Update-MgDirectoryObject'
78+
'Remove-MgDirectoryObject', 'Test-MgDirectoryObjectProperty',
79+
'Update-MgDirectoryObject'
8180

8281
# Cmdlets to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no cmdlets to export.
8382
CmdletsToExport = @()
@@ -115,7 +114,7 @@ PrivateData = @{
115114
ProjectUri = 'https://github.com/microsoftgraph/msgraph-sdk-powershell'
116115

117116
# A URL to an icon representing this module.
118-
IconUri = 'https://raw.githubusercontent.com/microsoftgraph/g-raph/master/g-raph.png'
117+
IconUri = 'https://raw.githubusercontent.com/microsoftgraph/msgraph-sdk-powershell/master/documentation/images/graph_color256.png'
119118

120119
# ReleaseNotes of this module
121120
ReleaseNotes = 'See https://aka.ms/GraphPowerShell-Release.'

src/Groups/Groups/Microsoft.Graph.Groups.psd1

Lines changed: 169 additions & 57 deletions
Large diffs are not rendered by default.

src/Identity.DirectoryManagement/Identity.DirectoryManagement/Microsoft.Graph.Identity.DirectoryManagement.psd1

Lines changed: 154 additions & 68 deletions
Large diffs are not rendered by default.

src/Identity.Governance/Identity.Governance/Microsoft.Graph.Identity.Governance.psd1

Lines changed: 255 additions & 30 deletions
Large diffs are not rendered by default.

src/Teams/Teams/Microsoft.Graph.Teams.psd1

Lines changed: 311 additions & 84 deletions
Large diffs are not rendered by default.

src/Users.Actions/Users.Actions/Microsoft.Graph.Users.Actions.psd1

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ModuleVersion = '1.9.6'
1818
CompatiblePSEditions = 'Core', 'Desktop'
1919

2020
# ID used to uniquely identify this module
21-
GUID = '539883ba-63ef-4926-8a0f-5bbaf11b97aa'
21+
GUID = 'a33e9183-09bc-48a6-8db0-3fb9c9e97e69'
2222

2323
# Author of this module
2424
Author = 'Microsoft Corporation'
@@ -235,12 +235,7 @@ FunctionsToExport = 'Add-MgUserChatMember', 'Add-MgUserDriveListContentTypeCopy'
235235
'Reset-MgUserManagedDevicePasscode',
236236
'Reset-MgUserPendingAccessReviewInstanceDecision',
237237
'Resize-MgUserManagedDeviceCloudPc', 'Restart-MgUserCloudPc',
238-
'Restart-MgUserManagedDeviceNow', 'Restore-MgUser',
239-
'Restore-MgUserAuthenticationMicrosoftAuthenticatorMethodDevice',
240-
'Restore-MgUserAuthenticationPasswordlessMicrosoftAuthenticatorMethodDevice',
241-
'Restore-MgUserAuthenticationWindowHelloForBusinessMethodDevice',
242-
'Restore-MgUserChatPermissionGrant', 'Restore-MgUserDevice',
243-
'Restore-MgUserDriveItem',
238+
'Restart-MgUserManagedDeviceNow', 'Restore-MgUserDriveItem',
244239
'Restore-MgUserDriveItemListItemDocumentSetVersion',
245240
'Restore-MgUserDriveItemListItemVersion',
246241
'Restore-MgUserDriveItemVersion',

0 commit comments

Comments
 (0)