Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
gweinjc committed May 13, 2024
1 parent 02ee502 commit d65d8b1
Show file tree
Hide file tree
Showing 8 changed files with 29 additions and 15 deletions.
14 changes: 7 additions & 7 deletions SDKs/PowerShell/JumpCloud.SDK.DirectoryInsights/test-module.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -252,11 +252,11 @@ If ($moduleName -eq 'JumpCloud.SDK.V2' -and "MTP" -notin $Env:IncludeTagList)
ExternallyManaged = $false
JobTitle = 'bulk'
LdapBindingUser = $false
Location = 'dingapore'
Location = 'Singapore'
ManagedAppleId = '[email protected]'
Manager = $(Get-JCSdkUser | Select-Object -First 1).Id
MfaConfigured = $true
MfaExclusionDays = 5
MfaExclusion = $true
MfaExclusionDays = ((Get-Date).AddDays(+7))
Password = 'T#st1234'
PasswordNeverExpires = $false
PasswordlessSudo = $false
Expand All @@ -280,7 +280,7 @@ If ($moduleName -eq 'JumpCloud.SDK.V2' -and "MTP" -notin $Env:IncludeTagList)
Lastname = $global:pesterDefBulkUpdateUsername; ;
Username = $global:pesterDefBulkUpdateUsername; ;
AccountLocked = $false
Activated = $true
State = "SUSPENDED"
Addresses = @(
@{
streetAddress = "8080 Testing Ave"
Expand All @@ -307,11 +307,11 @@ If ($moduleName -eq 'JumpCloud.SDK.V2' -and "MTP" -notin $Env:IncludeTagList)
ExternallyManaged = $false
JobTitle = 'bulk'
LdapBindingUser = $false
Location = 'dingapore'
Location = 'Singapore'
ManagedAppleId = '[email protected]'
Manager = $(Get-JCSdkUser | Select-Object -First 1).Id
MfaConfigured = $true
MfaExclusionDays = 5
MfaExclusion = $true
MfaExclusionUntil = ((Get-Date).AddDays(+7))
Password = 'T#st1234'
PasswordNeverExpires = $false
PasswordlessSudo = $false
Expand Down
14 changes: 7 additions & 7 deletions SDKs/PowerShell/JumpCloud.SDK.V1/test-module.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -252,11 +252,11 @@ If ($moduleName -eq 'JumpCloud.SDK.V2' -and "MTP" -notin $Env:IncludeTagList)
ExternallyManaged = $false
JobTitle = 'bulk'
LdapBindingUser = $false
Location = 'dingapore'
Location = 'Singapore'
ManagedAppleId = '[email protected]'
Manager = $(Get-JCSdkUser | Select-Object -First 1).Id
MfaConfigured = $true
MfaExclusionDays = 5
MfaExclusion = $true
MfaExclusionDays = ((Get-Date).AddDays(+7))
Password = 'T#st1234'
PasswordNeverExpires = $false
PasswordlessSudo = $false
Expand All @@ -280,7 +280,7 @@ If ($moduleName -eq 'JumpCloud.SDK.V2' -and "MTP" -notin $Env:IncludeTagList)
Lastname = $global:pesterDefBulkUpdateUsername; ;
Username = $global:pesterDefBulkUpdateUsername; ;
AccountLocked = $false
Activated = $true
State = "SUSPENDED"
Addresses = @(
@{
streetAddress = "8080 Testing Ave"
Expand All @@ -307,11 +307,11 @@ If ($moduleName -eq 'JumpCloud.SDK.V2' -and "MTP" -notin $Env:IncludeTagList)
ExternallyManaged = $false
JobTitle = 'bulk'
LdapBindingUser = $false
Location = 'dingapore'
Location = 'Singapore'
ManagedAppleId = '[email protected]'
Manager = $(Get-JCSdkUser | Select-Object -First 1).Id
MfaConfigured = $true
MfaExclusionDays = 5
MfaExclusion = $true
MfaExclusionUntil = ((Get-Date).AddDays(+7))
Password = 'T#st1234'
PasswordNeverExpires = $false
PasswordlessSudo = $false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1692,6 +1692,9 @@
<TableColumnHeader>
<Label>PasswordNeverExpires</Label>
</TableColumnHeader>
<TableColumnHeader>
<Label>PasswordlessSudo</Label>
</TableColumnHeader>
<TableColumnHeader>
<Label>PublicKey</Label>
</TableColumnHeader>
Expand Down Expand Up @@ -1810,6 +1813,9 @@
<TableColumnItem>
<PropertyName>PasswordNeverExpires</PropertyName>
</TableColumnItem>
<TableColumnItem>
<PropertyName>PasswordlessSudo</PropertyName>
</TableColumnItem>
<TableColumnItem>
<PropertyName>PublicKey</PropertyName>
</TableColumnItem>
Expand Down
3 changes: 3 additions & 0 deletions SDKs/PowerShell/JumpCloud.SDK.V2/custom/JumpCloud.SDK.V2.json
Original file line number Diff line number Diff line change
Expand Up @@ -4616,6 +4616,9 @@
"password_never_expires": {
"type": "boolean"
},
"passwordless_sudo": {
"type": "boolean"
},
"phoneNumbers": {
"items": {
"properties": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ BODY <IBulkUserUpdate[]>:
[Organization <String>]: Organization object id of the user
[Password <String>]:
[PasswordNeverExpires <Boolean?>]:
[PasswordlessSudo <Boolean?>]:
[PhoneNumbers <IBulkUserUpdatePhoneNumbersItem[]>]:
[Number <String>]:
[Type <String>]:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,7 @@ BODY <IBulkUserUpdate[]>: Array of bulk-user-update
- `[Organization <String>]`: Organization object id of the user
- `[Password <String>]`:
- `[PasswordNeverExpires <Boolean?>]`:
- `[PasswordlessSudo <Boolean?>]`:
- `[PhoneNumbers <IBulkUserUpdatePhoneNumbersItem[]>]`:
- `[Number <String>]`:
- `[Type <String>]`:
Expand Down
2 changes: 1 addition & 1 deletion SDKs/PowerShell/JumpCloud.SDK.V2/test-module.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ If ($moduleName -eq 'JumpCloud.SDK.V2' -and "MTP" -notin $Env:IncludeTagList)
Lastname = $global:pesterDefBulkUpdateUsername; ;
Username = $global:pesterDefBulkUpdateUsername; ;
AccountLocked = $false
State = "SUSPENDED"
State = "SUSPENDED"
Addresses = @(
@{
streetAddress = "8080 Testing Ave"
Expand Down
3 changes: 3 additions & 0 deletions SwaggerSpecs/JumpCloud.SDK.V2.json
Original file line number Diff line number Diff line change
Expand Up @@ -4616,6 +4616,9 @@
"password_never_expires": {
"type": "boolean"
},
"passwordless_sudo": {
"type": "boolean"
},
"phoneNumbers": {
"items": {
"properties": {
Expand Down

0 comments on commit d65d8b1

Please sign in to comment.