-
Notifications
You must be signed in to change notification settings - Fork 6
Access Requests SDK Functions #95
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
f539bbb
ApiTransform changes
jworkmanjc b4d696a
apiTransform changes for workflows
jworkmanjc 15675a8
v2 sdk generated v0.2.0
jworkmanjc 930e8e9
v2 sdk generated
jworkmanjc 1443e1b
changelog date
jworkmanjc eb17a90
get examples [skip ci]
jworkmanjc 351036d
update gitLeaks
jworkmanjc af59499
remove "new" functions
jworkmanjc da897e6
examples on generated
jworkmanjc 45a1af3
get function tests
jworkmanjc 6691fad
changelog date
jworkmanjc 042457b
update key test
jworkmanjc ac919f7
fix for SSH key tests
jworkmanjc cf0a659
Workflow -> ApprovalFlow
jworkmanjc 64885c7
examples generated for Get endpoints
jworkmanjc 6872200
examples
jworkmanjc fb5fd08
changelog date
jworkmanjc 55ae191
New-jcSDKApprovalWorkflow example
jworkmanjc cdde8f0
generated examples
jworkmanjc a990763
CI v1, v2 triggers
jworkmanjc 110d1ab
changeLog date
jworkmanjc 8d99e39
Tests updated for Set-JcSdkApprovalflow
shashisinghjc abe8f4c
changelog updated for v2
shashisinghjc 9f4a1d8
Tests updated for New-JcSdkApprovalFlow
shashisinghjc 63a26eb
Remove-JcSdkApprovalFlow & New-JcSdkApprovalFlow test updated.
shashisinghjc 0c4d441
changelog address & CI permission
jworkmanjc 53855ad
Merge branch 'CUT-4022_AccessRequests' of ssh://github.com/TheJumpClo…
jworkmanjc 96a17f9
trim datetime moduleValidation tests
jworkmanjc c1e4cfb
generate /w docs from master branch
jworkmanjc 0cd2712
date
jworkmanjc File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
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
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
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,44 +1,33 @@ | ||
| customFunctionPrefix: JcSdk | ||
| prefix: JcSdkInternal | ||
| debug: true | ||
| verbose: true | ||
| # Values | ||
| # azure: false | ||
| powershell: true | ||
| help-link-prefix: https://github.com/TheJumpCloud/jcapi-powershell/tree/$(branch)/SDKs/PowerShell/ | ||
| sample-generation: true | ||
| clear-output-folder: true | ||
| input-file: | ||
| - SwaggerSpecs/JumpCloud.SDK.V2.json | ||
| directive: | ||
| - hide: true | ||
| where: | ||
| prefix: JcSdk | ||
| branch: master | ||
| namespace: JumpCloud.SDK.V2 | ||
| metadata: | ||
| authors: JumpCloud | ||
| owners: JumpCloud | ||
| description: The JumpCloud V2 PowerShell SDK | ||
| copyright: (c) JumpCloud. All rights reserved. | ||
| companyName: JumpCloud | ||
| formatsToProcess: [] | ||
| tags: JumpCloud, DaaS, Jump, Cloud, Directory | ||
| requireLicenseAcceptance: false | ||
| licenseUri: https://github.com/TheJumpCloud/jcapi-powershell/tree/$(branch)/LICENSE | ||
| projectUri: https://github.com/TheJumpCloud/jcapi-powershell/tree/$(branch)/SDKs/PowerShell/JumpCloud.SDK.V2/ | ||
| owners: JumpCloud | ||
| iconUri: https://console.jumpcloud.com/img/login-viewport-logo.png | ||
| tags: JumpCloud, DaaS, Jump, Cloud, Directory | ||
| formatsToProcess: [] | ||
|
|
||
| # Names | ||
| prefix: JcSdkInternal | ||
| customFunctionPrefix: JcSdk | ||
| help-link-prefix: https://github.com/TheJumpCloud/jcapi-powershell/tree/$(branch)/SDKs/PowerShell/ | ||
|
|
||
| # Folders | ||
| clear-output-folder: true | ||
| output-folder: SDKs/PowerShell/JumpCloud.SDK.V2 | ||
| base-folder: '..' | ||
|
|
||
| input-file: | ||
| - SwaggerSpecs/JumpCloud.SDK.V2.json | ||
| # title: JumpCloud.SDK.V2 | ||
| authors: JumpCloud | ||
| projectUri: https://github.com/TheJumpCloud/jcapi-powershell/tree/$(branch)/SDKs/PowerShell/JumpCloud.SDK.V2/ | ||
| verbose: true | ||
| module-name: JumpCloud.SDK.V2 | ||
| namespace: JumpCloud.SDK.V2 | ||
| sample-generation: true | ||
| module-version: 0.1.2 | ||
| output-folder: SDKs/PowerShell/JumpCloud.SDK.V2 | ||
| dll-name: JumpCloud.SDK.V2.private | ||
|
|
||
| directive: | ||
| - where: | ||
| prefix: JcSdk | ||
| hide: true | ||
| # Prevent response flattening: https://github.com/Azure/autorest.powershell/issues/743 | ||
| # inlining-threshold: 0 | ||
| module-version: 0.2.0 | ||
| powershell: true | ||
| base-folder: .. |
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.