You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These options may be applied as additional-properties (cli) or configOptions (plugins). Refer to configuration docs for more details.
Option
Description
Values
Default
apiNamePrefix
Prefix that will be appended to all PS objects. Default: empty string. e.g. Pet => PSPet.
null
commonVerbs
PS common verb mappings. e.g. Delete=Remove:Patch=Update to map Delete with Remove and Patch with Update accordingly.
null
disallowAdditionalPropertiesIfNotPresent
If false, the 'additionalProperties' implementation (set to true by default) is compliant with the OAS and JSON schema specifications. If true (default), keep the old (incorrect) behaviour that 'additionalProperties' is set to false by default.
false
The 'additionalProperties' implementation is compliant with the OAS and JSON schema specifications.
true
Keep the old (incorrect) behaviour that 'additionalProperties' is set to false by default.
true
discardReadOnly
Set discardReadonly to true to generate the Initialize cmdlet without readonly parameters
null
iconUri
A URL to an icon representing the generated PowerShell module
null
licenseUri
A URL to the license for the generated PowerShell module
null
modelsCmdletVerb
Verb to be used when generating the Models cmdlets in the examples.
Initialize
packageGuid
GUID for PowerShell module (e.g. a27b908d-2a20-467f-bc32-af6f3a654ac5). A random GUID will be generated by default.
Set skipVerbParsing to not try get powershell verbs of operation names
null
tags
Tags applied to the generated PowerShell module. These help with module discovery in online galleries
null
useClassNameInModelsExamples
Use classname instead of name when generating the Models cmdlets in the examples.
true
useOneOfDiscriminatorLookup
Use the discriminator's mapping in oneOf to speed up the model lookup. IMPORTANT: Validation (e.g. one and only one match in oneOf's schemas) will be skipped.