Skip to content

Commit

Permalink
build & update changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
gweinjc committed Jun 6, 2024
1 parent 29943e3 commit 54de85c
Show file tree
Hide file tree
Showing 19 changed files with 514 additions and 3,406 deletions.
2 changes: 1 addition & 1 deletion Configs/JumpCloud.SDK.V1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ input-file:
module-name: JumpCloud.SDK.V1
namespace: JumpCloud.SDK.V1
sample-generation: true
module-version: 0.0.42
module-version: 0.0.43
dll-name: JumpCloud.SDK.V1.private

directive:
Expand Down
2 changes: 1 addition & 1 deletion Configs/JumpCloud.SDK.V2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ input-file:
module-name: JumpCloud.SDK.V2
namespace: JumpCloud.SDK.V2
sample-generation: true
module-version: 0.0.46
module-version: 0.0.47
dll-name: JumpCloud.SDK.V2.private

directive:
Expand Down
32 changes: 32 additions & 0 deletions JumpCloud.SDK.DirectoryInsights.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,35 @@
## JumpCloud.SDK.DirectoryInsights-0.0.31
Release Date: June 06, 2024
#### RELEASE NOTES
```
Added the Limit parameter to Get-JcSdkEvent function
```
#### FEATURES:
Added the Limit parameter to Get-JcSdkEvent function
#### IMPROVEMENTS:
NA
#### BUG FIXES:
NA
#### Generated Changes:

<details>
<summary>Functions Added</summary>

No changes
</details>

<details>
<summary>Functions Modified</summary>

No changes
</details>

<details>
<summary>Functions Removed</summary>

No changes
</details>

## JumpCloud.SDK.DirectoryInsights-0.0.30
Release Date: May 15, 2024
#### RELEASE NOTES
Expand Down
32 changes: 32 additions & 0 deletions JumpCloud.SDK.V1.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,35 @@
## JumpCloud.SDK.V1-0.0.43
Release Date: June 06, 2024
#### RELEASE NOTES
```
This is a rollup release of the DirectoryInsights Module, no functional changes have been made
```
#### FEATURES:
NA
#### IMPROVEMENTS:
NA
#### BUG FIXES:
NA
#### Generated Changes:

<details>
<summary>Functions Added</summary>

No changes
</details>

<details>
<summary>Functions Modified</summary>

No changes
</details>

<details>
<summary>Functions Removed</summary>

No changes
</details>

## JumpCloud.SDK.V1-0.0.42
Release Date: May 15, 2024
#### RELEASE NOTES
Expand Down
32 changes: 32 additions & 0 deletions JumpCloud.SDK.V2.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,35 @@
## JumpCloud.SDK.V2-0.0.47
Release Date: June 06, 2024
#### RELEASE NOTES
```
This is a rollup release of the DirectoryInsights Module, no functional changes have been made
```
#### FEATURES:
NA
#### IMPROVEMENTS:
NA
#### BUG FIXES:
NA
#### Generated Changes:

<details>
<summary>Functions Added</summary>

No changes
</details>

<details>
<summary>Functions Modified</summary>

No changes
</details>

<details>
<summary>Functions Removed</summary>

No changes
</details>

## JumpCloud.SDK.V2-0.0.46
Release Date: May 15, 2024
#### RELEASE NOTES
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# Generated by: JumpCloud
#
# Generated on: 6/5/2024
# Generated on: 6/6/2024
#

@{
Expand Down Expand Up @@ -69,7 +69,7 @@ RequiredAssemblies = './bin/JumpCloud.SDK.DirectoryInsights.private.dll'
# NestedModules = @()

# Functions to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no functions to export.
FunctionsToExport = 'Get-JcSdkEvent', 'Get-JcSdkEventCount', 'Get-JcSdkEventDistinct',
FunctionsToExport = 'Get-JcSdkEvent', 'Get-JcSdkEventCount', 'Get-JcSdkEventDistinct',
'Get-JcSdkEventInterval', 'Get-JcSdkReport', 'New-JcSdkReport'

# Cmdlets to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no cmdlets to export.
Expand Down
2 changes: 1 addition & 1 deletion SDKs/PowerShell/JumpCloud.SDK.V1/JumpCloud.SDK.V1.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Version>0.0.42</Version>
<Version>0.0.43</Version>
<LangVersion>7.1</LangVersion>
<TargetFramework>netstandard2.0</TargetFramework>
<OutputType>Library</OutputType>
Expand Down
2 changes: 1 addition & 1 deletion SDKs/PowerShell/JumpCloud.SDK.V1/JumpCloud.SDK.V1.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>JumpCloud.SDK.V1</id>
<version>0.0.42</version>
<version>0.0.43</version>
<authors>JumpCloud</authors>
<owners>JumpCloud</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
Expand Down
44 changes: 22 additions & 22 deletions SDKs/PowerShell/JumpCloud.SDK.V1/JumpCloud.SDK.V1.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# Generated by: JumpCloud
#
# Generated on: 5/15/2024
# Generated on: 6/6/2024
#

@{
Expand All @@ -12,7 +12,7 @@
RootModule = './JumpCloud.SDK.V1.psm1'

# Version number of this module.
ModuleVersion = '0.0.42'
ModuleVersion = '0.0.43'

# Supported PSEditions
CompatiblePSEditions = 'Core', 'Desktop'
Expand Down Expand Up @@ -69,26 +69,26 @@ RequiredAssemblies = './bin/JumpCloud.SDK.V1.private.dll'
# NestedModules = @()

# Functions to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no functions to export.
FunctionsToExport = 'Clear-JcSdkSystem', 'Get-JcSdkApplication',
'Get-JcSdkApplicationTemplate', 'Get-JcSdkCommand',
'Get-JcSdkCommandFile', 'Get-JcSdkCommandResult',
'Get-JcSdkCommandResultByCommandId', 'Get-JcSdkOrganization',
'Get-JcSdkRadiusServer', 'Get-JcSdkSystem', 'Get-JcSdkUser',
'Get-JcSdkUserSshKey', 'Initialize-JcSdkUserState',
'Invoke-JcSdkCommandTrigger', 'Invoke-JcSdkExpireUserPassword',
'Lock-JcSdkSystem', 'New-JcSdkApplication', 'New-JcSdkCommand',
'New-JcSdkRadiusServer', 'New-JcSdkUser', 'New-JcSdkUserSshKey',
'Remove-JcSdkApplication', 'Remove-JcSdkCommand',
'Remove-JcSdkCommandResult', 'Remove-JcSdkRadiusServer',
'Remove-JcSdkSystem', 'Remove-JcSdkUser', 'Remove-JcSdkUserSshKey',
'Reset-JcSdkAdministratorUserActivation',
'Reset-JcSdkAdministratorUserTotp', 'Reset-JcSdkUserMfa',
'Restart-JcSdkSystem', 'Search-JcSdkCommand',
'Search-JcSdkCommandResult', 'Search-JcSdkOrganization',
'Search-JcSdkSystem', 'Search-JcSdkUser',
'Set-JcSdkAdministratorUser', 'Set-JcSdkApplication',
'Set-JcSdkCommand', 'Set-JcSdkOrganization', 'Set-JcSdkRadiusServer',
'Set-JcSdkSystem', 'Set-JcSdkUser', 'Start-JcSdkCommand',
FunctionsToExport = 'Clear-JcSdkSystem', 'Get-JcSdkApplication',
'Get-JcSdkApplicationTemplate', 'Get-JcSdkCommand',
'Get-JcSdkCommandFile', 'Get-JcSdkCommandResult',
'Get-JcSdkCommandResultByCommandId', 'Get-JcSdkOrganization',
'Get-JcSdkRadiusServer', 'Get-JcSdkSystem', 'Get-JcSdkUser',
'Get-JcSdkUserSshKey', 'Initialize-JcSdkUserState',
'Invoke-JcSdkCommandTrigger', 'Invoke-JcSdkExpireUserPassword',
'Lock-JcSdkSystem', 'New-JcSdkApplication', 'New-JcSdkCommand',
'New-JcSdkRadiusServer', 'New-JcSdkUser', 'New-JcSdkUserSshKey',
'Remove-JcSdkApplication', 'Remove-JcSdkCommand',
'Remove-JcSdkCommandResult', 'Remove-JcSdkRadiusServer',
'Remove-JcSdkSystem', 'Remove-JcSdkUser', 'Remove-JcSdkUserSshKey',
'Reset-JcSdkAdministratorUserActivation',
'Reset-JcSdkAdministratorUserTotp', 'Reset-JcSdkUserMfa',
'Restart-JcSdkSystem', 'Search-JcSdkCommand',
'Search-JcSdkCommandResult', 'Search-JcSdkOrganization',
'Search-JcSdkSystem', 'Search-JcSdkUser',
'Set-JcSdkAdministratorUser', 'Set-JcSdkApplication',
'Set-JcSdkCommand', 'Set-JcSdkOrganization', 'Set-JcSdkRadiusServer',
'Set-JcSdkSystem', 'Set-JcSdkUser', 'Start-JcSdkCommand',
'Stop-JcSdkSystem', 'Sync-JcSdkUserMfa', 'Unlock-JcSdkUser'

# Cmdlets to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no cmdlets to export.
Expand Down

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions SDKs/PowerShell/JumpCloud.SDK.V1/custom/Module.cs
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,10 @@ protected async Task<HttpResponseMessage> AddAuthHeaders(HttpRequestMessage requ
request.Headers.Add("Accept", "application/json");
}
// If headers do not contain an "UserAgent" with the correct value fix it
if (request.Headers.UserAgent.ToString() != "JumpCloud_JumpCloud.PowerShell.SDK.V1/0.0.42")
if (request.Headers.UserAgent.ToString() != "JumpCloud_JumpCloud.PowerShell.SDK.V1/0.0.43")
{
request.Headers.UserAgent.Clear();
request.Headers.UserAgent.ParseAdd("JumpCloud_JumpCloud.PowerShell.SDK.V1/0.0.42");
request.Headers.UserAgent.ParseAdd("JumpCloud_JumpCloud.PowerShell.SDK.V1/0.0.43");
}
// // request.Headers.Add("Content-Type", "application/json");
System.Net.Http.HttpResponseMessage response = await next.SendAsync(request, callback);
Expand Down
2 changes: 1 addition & 1 deletion SDKs/PowerShell/JumpCloud.SDK.V2/JumpCloud.SDK.V2.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Version>0.0.46</Version>
<Version>0.0.47</Version>
<LangVersion>7.1</LangVersion>
<TargetFramework>netstandard2.0</TargetFramework>
<OutputType>Library</OutputType>
Expand Down
Loading

0 comments on commit 54de85c

Please sign in to comment.