Skip to content

Commit 49fab66

Browse files
committed
2 parents 03d5392 + f445b53 commit 49fab66

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/Github2Gallery.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ jobs:
1515
shell: pwsh
1616
run: |
1717
Set-PSRepository psgallery -InstallationPolicy trusted
18-
Install-Module ImportExcel, ExchangeOnlineManagement, Microsoft.Graph.Users, Microsoft.Graph.Groups, Microsoft.Graph.Identity.DirectoryManagement, Microsoft.Graph.Users.Actions, PSFramework, PnP.PowerShell, Microsoft.Identity.Client -confirm:$false -force
18+
Install-Module ImportExcel, ExchangeOnlineManagement, Microsoft.Graph.Users, Microsoft.Graph.Groups, Microsoft.Graph.Identity.DirectoryManagement, Microsoft.Graph.Users.Actions, PSFramework, PnP.PowerShell -confirm:$false -force
1919
Publish-Module -Path ./ -NuGetApiKey $env:NUGET_KEY -Verbose

365AutomatedLab.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ RequiredModules = @(
5959
@{ ModuleName='Microsoft.Graph.Identity.DirectoryManagement'; ModuleVersion='2.25.0' }
6060
@{ ModuleName='Microsoft.Graph.Users.Actions'; ModuleVersion='2.25.0' }
6161
@{ ModuleName='PSFramework'; ModuleVersion='1.8.289' }
62-
@{ ModuleName='PnP.PowerShell'; ModuleVersion='2.99.139' }
62+
@{ ModuleName='PnP.PowerShell'; ModuleVersion='2.12.0' }
6363
)
6464

6565
# Assemblies that must be loaded prior to importing this module

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
![Alt 365AutomatedLab Logo](https://github.com/DevClate/365AutomatedLab/blob/main/Static/365automatedlab.png?raw=true)
22

33
# 365AutomatedLab
4+
![PowerShell Gallery](https://img.shields.io/powershellgallery/dt/365AutomatedLab?label=Downloads&style=flat-square)
45

56
This module will create a Microsoft 365 Test Environment using an excel workbook
67

0 commit comments

Comments
 (0)