From 8d14f8fc1b3c5fe1eb4f8dac940bd6f35b32caf5 Mon Sep 17 00:00:00 2001 From: Joe Workman Date: Tue, 14 Nov 2023 13:52:35 -0700 Subject: [PATCH] cleanup + codeowners --- .github/CODEOWNERS | 3 +++ .github/workflows/jcapi-powershell-release.yml | 1 - ApiTransform.ps1 | 1 - JumpCloud.SDK.V1.md | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 000000000..86279c6a3 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,3 @@ +# jcapi-powershell Code Owners + +* @TheJumpCloud/solutions-architecture \ No newline at end of file diff --git a/.github/workflows/jcapi-powershell-release.yml b/.github/workflows/jcapi-powershell-release.yml index 7f3b39da4..acc8acb6a 100644 --- a/.github/workflows/jcapi-powershell-release.yml +++ b/.github/workflows/jcapi-powershell-release.yml @@ -96,7 +96,6 @@ jobs: gh run --repo ${{ github.repository }} download ${RUN_ID} -n ${ARTIFACT_NAME} # List the artifiact directory/files ls -lR - #TODO: extract and list unzip ${{ matrix.SDKName }}.zip env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/ApiTransform.ps1 b/ApiTransform.ps1 index 324663823..44bb9073a 100644 --- a/ApiTransform.ps1 +++ b/ApiTransform.ps1 @@ -140,7 +140,6 @@ $TransformConfig = [Ordered]@{ '"format":"uint32"' = '"format":"int64"' # SI code uses uint32 which is larger than int32 . Swagger 2 doesnt have a concept of uint32 . AutoRest defaults to int32 when it sees a type of integer. '"produces":\["text\/html"\]' = '' # produces text/html is not valid, just remove # Filter Customizations (define filter as list) - # '"in":"query","items":{"type":"string"},"name":"filter","type":"array"},"trait:folderId:folderId":' = '"in":"query","items":{"type":"string"},"name":"filter","type":"array","collectionFormat":"multi","x-ms-skip-url-encoding":true},"trait:folderId:folderId":' # Custom Tweaks '"operationId":"gsuites_listImportUsers","parameters":\[{"\$ref":"#\/parameters\/trait:limit:limit"},{"\$ref":"#\/parameters\/trait:gsuite:maxResults"},' = '"operationId":"gsuites_listImportUsers","parameters":[{"$ref":"#/parameters/trait:gsuite:maxResults"},' # Get-JCsdkGsuiteUsersToImport does not require a limit parameter '"responses":{"201":{"description":"","schema":{"\$ref":"#\/definitions\/job-id"}}' = '"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/job-id"}}'; # Workaround incorrectly defined 201 response in swagger should be 200; affects New-JcSdkBulkUser diff --git a/JumpCloud.SDK.V1.md b/JumpCloud.SDK.V1.md index 136c373a2..dcb4808c1 100644 --- a/JumpCloud.SDK.V1.md +++ b/JumpCloud.SDK.V1.md @@ -2,7 +2,7 @@ Release Date: November 14, 2023 #### RELEASE NOTES ``` -This is a rollup release for the DI module, no functional changes were made +This release includes a new funcion `Start-JCSdkCommand` which can be used to ad-hoc invoke commands on a list of systems ``` #### FEATURES: NA