Automated commit by github action: 4768438504

This commit is contained in:
GitHub Action Bot
2023-04-21 20:08:28 +00:00
parent 1b1e13e2ee
commit fb8abd2ee4
5 changed files with 10 additions and 0 deletions

View File

@@ -1,4 +1,5 @@
description: Client Runtime Logging Configuration description: Client Runtime Logging Configuration
nullable: true
type: object type: object
required: required:
- durationMinutes - durationMinutes

View File

@@ -1,7 +1,9 @@
description: Managed Client type description: Managed Client type
type: string type: string
example: CCG example: CCG
nullable: true
enum: enum:
- CCG - CCG
- VA - VA
- INTERNAL - INTERNAL
- null

View File

@@ -74,14 +74,17 @@ properties:
type: string type: string
example: NORMAL example: NORMAL
publicKeyCertificate: publicKeyCertificate:
nullable: true
description: Public key certificate description: Public key certificate
type: string type: string
example: -----BEGIN CERTIFICATE-----TCCAb2gAwIBAgIBADANBgkqhkiG9w0BAQsFADAuMQ0wCwYDVQQD-----END CERTIFICATE----- example: -----BEGIN CERTIFICATE-----TCCAb2gAwIBAgIBADANBgkqhkiG9w0BAQsFADAuMQ0wCwYDVQQD-----END CERTIFICATE-----
publicKeyThumbprint: publicKeyThumbprint:
nullable: true
description: Public key thumbprint description: Public key thumbprint
type: string type: string
example: obc6pLiulGbtZ example: obc6pLiulGbtZ
publicKey: publicKey:
nullable: true
description: Public key description: Public key
type: string type: string
example: -----BEGIN PUBLIC KEY-----jANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA3WgnsxP52MDgBTfHR+5n4-----END PUBLIC KEY----- example: -----BEGIN PUBLIC KEY-----jANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA3WgnsxP52MDgBTfHR+5n4-----END PUBLIC KEY-----

View File

@@ -5,6 +5,7 @@ properties:
description: ManagedCluster keystore for sqsCluster type description: ManagedCluster keystore for sqsCluster type
$ref: './ManagedClusterQueue.yaml' $ref: './ManagedClusterQueue.yaml'
keystore: keystore:
nullable: true
description: ManagedCluster keystore for spConnectCluster type description: ManagedCluster keystore for spConnectCluster type
type: string type: string
example: /u3+7QAAAAIAAAABAAAAAQAvL3Byb3h5LWNsdXN0ZXIvMmM5MTgwODc3Yjg3MW example: /u3+7QAAAAIAAAABAAAAAQAvL3Byb3h5LWNsdXN0ZXIvMmM5MTgwODc3Yjg3MW

View File

@@ -2,14 +2,17 @@ description: Managed Cluster key pair for Cluster
type: object type: object
properties: properties:
publicKey: publicKey:
nullable: true
description: ManagedCluster publicKey description: ManagedCluster publicKey
type: string type: string
example: -----BEGIN PUBLIC KEY-----******-----END PUBLIC KEY----- example: -----BEGIN PUBLIC KEY-----******-----END PUBLIC KEY-----
publicKeyThumbprint: publicKeyThumbprint:
nullable: true
description: ManagedCluster publicKeyThumbprint description: ManagedCluster publicKeyThumbprint
type: string type: string
example: 6CMlaJIV44-xJxcB3CJBjDUUn54 example: 6CMlaJIV44-xJxcB3CJBjDUUn54
publicKeyCertificate: publicKeyCertificate:
nullable: true
description: ManagedCluster publicKeyCertificate description: ManagedCluster publicKeyCertificate
type: string type: string
example: -----BEGIN CERTIFICATE-----****-----END CERTIFICATE----- example: -----BEGIN CERTIFICATE-----****-----END CERTIFICATE-----