|
7 | 7 | RootModule = '.\DFIR-O365RC.psm1' |
8 | 8 |
|
9 | 9 | # Version number of this module. |
10 | | - ModuleVersion = '2.2.2' |
| 10 | + ModuleVersion = '2.3.0' |
11 | 11 |
|
12 | 12 | # Supported PSEditions |
13 | 13 | CompatiblePSEditions = 'Core', 'Desktop' |
|
29 | 29 |
|
30 | 30 | # Modules that must be imported into the global environment prior to importing this module |
31 | 31 | RequiredModules = @( |
32 | | - @{ModuleName = 'Az.Accounts'; ModuleVersion = '3.0.2'; } |
33 | | - @{ModuleName = 'Az.Monitor'; ModuleVersion = '5.2.1'; } |
34 | | - @{ModuleName = 'Az.Resources'; ModuleVersion = '7.2.0'; } |
35 | | - @{ModuleName = 'ExchangeOnlineManagement'; ModuleVersion = '3.5.1'; } |
36 | | - @{ModuleName = 'Microsoft.Graph.Authentication'; ModuleVersion = '2.20.0'; } |
37 | | - @{ModuleName = 'Microsoft.Graph.Applications'; ModuleVersion = '2.20.0'; } |
38 | | - @{ModuleName = 'Microsoft.Graph.Beta.Identity.SignIns'; ModuleVersion = '2.20.0'; } |
39 | | - @{ModuleName = 'Microsoft.Graph.Beta.Reports'; ModuleVersion = '2.20.0'; } |
40 | | - @{ModuleName = 'Microsoft.Graph.Beta.Security'; ModuleVersion = '2.20.0'; } |
41 | | - @{ModuleName = 'Microsoft.Graph.Identity.DirectoryManagement'; ModuleVersion = '2.20.0'; } |
42 | | - @{ModuleName = 'Microsoft.Graph.Users'; ModuleVersion = '2.20.0'; } |
| 32 | + @{ModuleName = 'Az.Accounts'; ModuleVersion = '5.2.0'; } |
| 33 | + @{ModuleName = 'Az.Monitor'; ModuleVersion = '6.0.3'; } |
| 34 | + @{ModuleName = 'Az.Resources'; ModuleVersion = '8.1.0'; } |
| 35 | + @{ModuleName = 'ExchangeOnlineManagement'; ModuleVersion = '3.9.0'; } |
| 36 | + @{ModuleName = 'Microsoft.Graph.Authentication'; ModuleVersion = '2.30.0'; } |
| 37 | + @{ModuleName = 'Microsoft.Graph.Applications'; ModuleVersion = '2.30.0'; } |
| 38 | + @{ModuleName = 'Microsoft.Graph.Beta.Identity.SignIns'; ModuleVersion = '2.30.0'; } |
| 39 | + @{ModuleName = 'Microsoft.Graph.Beta.Reports'; ModuleVersion = '2.30.0'; } |
| 40 | + @{ModuleName = 'Microsoft.Graph.Beta.Security'; ModuleVersion = '2.30.0'; } |
| 41 | + @{ModuleName = 'Microsoft.Graph.Identity.DirectoryManagement'; ModuleVersion = '2.30.0'; } |
| 42 | + @{ModuleName = 'Microsoft.Graph.Users'; ModuleVersion = '2.30.0'; } |
43 | 43 | @{ModuleName = 'PoshRSJob'; ModuleVersion = '1.7.4.4'; } |
44 | 44 | ) |
45 | 45 |
|
|
111 | 111 | 2.2.0 - Get Purview results using Graph instead of PowerShell. Use ToJsonString() to fix case. Recover deleted items |
112 | 112 | 2.2.1 - Fix PSGallery CI |
113 | 113 | 2.2.1 - Files are now written in the function where they are collected. This will change case somehow. |
| 114 | + 2.3.0 - Add Update-Application -permissions. Minor fixes. Bump dependencies |
114 | 115 | ' |
115 | 116 | } # End of PSData hashtable |
116 | 117 | } # End of PrivateData hashtable |
|
0 commit comments