-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathJumpCloud.SDK.V1.yaml
55 lines (51 loc) · 1.73 KB
/
JumpCloud.SDK.V1.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
debug: true
verbose: true
# Values
# azure: false
powershell: true
branch: master
metadata:
authors: JumpCloud
owners: JumpCloud
description: The JumpCloud V1 PowerShell SDK
copyright: (c) JumpCloud. All rights reserved.
companyName: JumpCloud
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.V1/
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.V1
base-folder: '..'
input-file:
- SwaggerSpecs/JumpCloud.SDK.V1.json
# title: JumpCloud.SDK.V1
module-name: JumpCloud.SDK.V1
namespace: JumpCloud.SDK.V1
sample-generation: true
module-version: 0.0.44
dll-name: JumpCloud.SDK.V1.private
directive:
# update search command results system property to be systemID
- from: swagger-document
where: "$.definitions.commandresultssearchlist.properties.results.items.properties.system"
transform: >-
$["x-ms-client-name"] = "systemId";
# update get command {id} results system property to be systemID
- from: swagger-document
where: "$.definitions.commandresultbycommandid.properties.system"
transform: >-
$["x-ms-client-name"] = "systemId";
- from: swagger-document
where:
prefix: JcSdk
hide: true
# Prevent response flattening: https://github.com/Azure/autorest.powershell/issues/743
# inlining-threshold: 0