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
nullable: true
type: object
required:
- durationMinutes

View File

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

View File

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

View File

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

View File

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