mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-20 11:22:15 +00:00
fix(Venafi TLS Protect Cloud Node): Remove parameter Application Server Type (#8325)
## Summary Parameter was removed from the API. ## Review / Merge checklist - [x] PR title and summary are descriptive. **Remember, the title automatically goes into the changelog. Use `(no-changelog)` otherwise.** ([conventions](https://github.com/n8n-io/n8n/blob/master/.github/pull_request_title_conventions.md))
This commit is contained in:
@@ -86,24 +86,6 @@ export const certificateRequestFields: INodeProperties[] = [
|
||||
},
|
||||
default: false,
|
||||
},
|
||||
{
|
||||
displayName: 'Application Server Type Name or ID',
|
||||
name: 'applicationServerTypeId',
|
||||
type: 'options',
|
||||
description:
|
||||
'Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code-examples/expressions/">expression</a>',
|
||||
typeOptions: {
|
||||
loadOptionsMethod: 'getApplicationServerTypes',
|
||||
},
|
||||
displayOptions: {
|
||||
show: {
|
||||
operation: ['create'],
|
||||
resource: ['certificateRequest'],
|
||||
generateCsr: [true],
|
||||
},
|
||||
},
|
||||
default: '',
|
||||
},
|
||||
{
|
||||
displayName: 'Common Name',
|
||||
name: 'commonName',
|
||||
|
||||
Reference in New Issue
Block a user