Skip to content

Commit

Permalink
rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
gweinjc committed May 14, 2024
1 parent 98d95f0 commit f636887
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -255,8 +255,8 @@ If ($moduleName -eq 'JumpCloud.SDK.V2' -and "MTP" -notin $Env:IncludeTagList)
Location = 'Singapore'
ManagedAppleId = 'bulkUser11234@alderaan2.org'
Manager = $(Get-JCSdkUser | Select-Object -First 1).Id
MfaExclusion = $true
MfaExclusionDays = ((Get-Date).AddDays(+7))
#MfaExclusion = $true
#MfaExclusionDays = ((Get-Date).AddDays(+7))
Password = 'T#st1234'
PasswordNeverExpires = $false
PasswordlessSudo = $false
Expand Down Expand Up @@ -310,8 +310,8 @@ If ($moduleName -eq 'JumpCloud.SDK.V2' -and "MTP" -notin $Env:IncludeTagList)
Location = 'Singapore'
ManagedAppleId = 'bulkUser11234@alderaan2.org'
Manager = $(Get-JCSdkUser | Select-Object -First 1).Id
MfaExclusion = $true
MfaExclusionUntil = ((Get-Date).AddDays(+7))
#MfaExclusion = $true
#MfaExclusionUntil = ((Get-Date).AddDays(+7))
Password = 'T#st1234'
PasswordNeverExpires = $false
PasswordlessSudo = $false
Expand Down
8 changes: 4 additions & 4 deletions SDKs/PowerShell/JumpCloud.SDK.V1/test-module.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -255,8 +255,8 @@ If ($moduleName -eq 'JumpCloud.SDK.V2' -and "MTP" -notin $Env:IncludeTagList)
Location = 'Singapore'
ManagedAppleId = 'bulkUser11234@alderaan2.org'
Manager = $(Get-JCSdkUser | Select-Object -First 1).Id
MfaExclusion = $true
MfaExclusionDays = ((Get-Date).AddDays(+7))
#MfaExclusion = $true
#MfaExclusionDays = ((Get-Date).AddDays(+7))
Password = 'T#st1234'
PasswordNeverExpires = $false
PasswordlessSudo = $false
Expand Down Expand Up @@ -310,8 +310,8 @@ If ($moduleName -eq 'JumpCloud.SDK.V2' -and "MTP" -notin $Env:IncludeTagList)
Location = 'Singapore'
ManagedAppleId = 'bulkUser11234@alderaan2.org'
Manager = $(Get-JCSdkUser | Select-Object -First 1).Id
MfaExclusion = $true
MfaExclusionUntil = ((Get-Date).AddDays(+7))
#MfaExclusion = $true
#MfaExclusionUntil = ((Get-Date).AddDays(+7))
Password = 'T#st1234'
PasswordNeverExpires = $false
PasswordlessSudo = $false
Expand Down
8 changes: 4 additions & 4 deletions SDKs/PowerShell/JumpCloud.SDK.V2/test-module.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -255,8 +255,8 @@ If ($moduleName -eq 'JumpCloud.SDK.V2' -and "MTP" -notin $Env:IncludeTagList)
Location = 'Singapore'
ManagedAppleId = 'bulkUser11234@alderaan2.org'
Manager = $(Get-JCSdkUser | Select-Object -First 1).Id
MfaExclusion = $true
MfaExclusionDays = ((Get-Date).AddDays(+7))
#MfaExclusion = $true
#MfaExclusionDays = ((Get-Date).AddDays(+7))
Password = 'T#st1234'
PasswordNeverExpires = $false
PasswordlessSudo = $false
Expand Down Expand Up @@ -310,8 +310,8 @@ If ($moduleName -eq 'JumpCloud.SDK.V2' -and "MTP" -notin $Env:IncludeTagList)
Location = 'Singapore'
ManagedAppleId = 'bulkUser11234@alderaan2.org'
Manager = $(Get-JCSdkUser | Select-Object -First 1).Id
MfaExclusion = $true
MfaExclusionUntil = ((Get-Date).AddDays(+7))
#MfaExclusion = $true
#MfaExclusionUntil = ((Get-Date).AddDays(+7))
Password = 'T#st1234'
PasswordNeverExpires = $false
PasswordlessSudo = $false
Expand Down

0 comments on commit f636887

Please sign in to comment.