Skip to content

Commit e3cf2e6

Browse files
authored
Merge pull request #361 from KelvinTegelaar/dev
[pull] dev from KelvinTegelaar:dev
2 parents c2258f7 + f0e5936 commit e3cf2e6

File tree

7 files changed

+2
-218
lines changed

7 files changed

+2
-218
lines changed

Modules/CIPPCore/Public/New-CIPPBackupTask.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ function New-CIPPBackupTask {
4545
'https://graph.microsoft.com/beta/deviceManagement/windowsQualityUpdateProfiles'
4646
)
4747

48-
$Policies = foreach ($url in $GraphURLS) {
48+
foreach ($url in $GraphURLS) {
4949
try {
5050
$Policies = New-GraphGetRequest -uri "$($url)" -tenantid $TenantFilter
5151
$URLName = (($url).split('?') | Select-Object -First 1) -replace 'https://graph.microsoft.com/beta/deviceManagement/', ''

Modules/CIPPCore/Public/New-CIPPIntuneTemplate.ps1

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ function New-CIPPIntuneTemplate {
77
$CIPPURL,
88
$ODataType
99
)
10-
Write-Host "These are all bound params: $urlname, $id, $TenantFilter, $ActionResults, $CIPPURL, $ODataType"
1110
if ($ODataType) {
1211
switch -wildcard ($ODataType) {
1312
'*CompliancePolicy' {

add-teams-license-test.ps1

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

fix-license-test.ps1

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

teams-standards.txt

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

update-license-test.ps1

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

version_latest.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
8.1.1
1+
8.2.0

0 commit comments

Comments
 (0)