Merged
Conversation
SDKs/PowerShell/JumpCloud.SDK.V1/test/New-JcSdkUserSshKey.Tests.ps1
Outdated
Show resolved
Hide resolved
…ud/jcapi-powershell into CUT-4022_AccessRequests
jworkmanjc
commented
Feb 26, 2026
Contributor
Author
jworkmanjc
left a comment
There was a problem hiding this comment.
Tested with new functions, approving for now. I did clean up the docs to point to master branch so things to look at here should just be the new test functions, newly generated functions, docs + examples of new functions. IMO we can release this.
Contributor
Author
There was a problem hiding this comment.
There was a change in the v1 API for ssh keys, a new requirement was added to require the publicKey param. This is added to the test
kmaranionjc
approved these changes
Feb 27, 2026
shashisinghjc
approved these changes
Mar 2, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Issues
What does this solve?
This release adds several new functions to modify AccessRequest Workflows and modify/ approve/ deny User Access Requests.
Is there anything particularly tricky?
How should this be tested?
Screenshots
Note
Medium Risk
Touches CI/release workflows and changes the V2 module’s exported command surface and versioning, which can affect publishing and downstream consumers if label gating or generated cmdlets are incorrect.
Overview
Adds new V2 PowerShell SDK surface area for Access Requests and approval workflows by introducing new operation name mappings in
ApiTransform.ps1and exporting new cmdlets (e.g.,*-JcSdkAccessRequest*,*-JcSdkApprovalFlow*) fromJumpCloud.SDK.V2.psd1.Bumps
JumpCloud.SDK.V2to0.2.0(config, manifest, csproj, nuspec, changelog) and updates PowerShell formatting metadata to display newly generated model properties.Tightens GitHub Actions workflows: declares explicit
permissions, changes V1 build/test jobs to run only onv1labels, and splits V2 tests into “V2-only” vs “V2-with-V1” jobs to avoid cross-version dependency; also tweaks V1 SSH key Pester test data setup and expands thegitleaksallowlist regexes.Written by Cursor Bugbot for commit 0cd2712. This will update automatically on new commits. Configure here.