From fb8abd2ee4dec48e734ffe4ea6b90101b4740787 Mon Sep 17 00:00:00 2001 From: GitHub Action Bot Date: Fri, 21 Apr 2023 20:08:28 +0000 Subject: [PATCH] Automated commit by github action: 4768438504 --- static/api-specs/idn/beta/schemas/ClientLogConfiguration.yaml | 1 + static/api-specs/idn/beta/schemas/ManagedClientType.yaml | 2 ++ static/api-specs/idn/beta/schemas/ManagedCluster.yaml | 3 +++ .../api-specs/idn/beta/schemas/ManagedClusterAttributes.yaml | 1 + static/api-specs/idn/beta/schemas/ManagedClusterKeyPair.yaml | 3 +++ 5 files changed, 10 insertions(+) diff --git a/static/api-specs/idn/beta/schemas/ClientLogConfiguration.yaml b/static/api-specs/idn/beta/schemas/ClientLogConfiguration.yaml index 834216b7e..4d40e87c3 100644 --- a/static/api-specs/idn/beta/schemas/ClientLogConfiguration.yaml +++ b/static/api-specs/idn/beta/schemas/ClientLogConfiguration.yaml @@ -1,4 +1,5 @@ description: Client Runtime Logging Configuration +nullable: true type: object required: - durationMinutes diff --git a/static/api-specs/idn/beta/schemas/ManagedClientType.yaml b/static/api-specs/idn/beta/schemas/ManagedClientType.yaml index ce0db9035..25da9a632 100644 --- a/static/api-specs/idn/beta/schemas/ManagedClientType.yaml +++ b/static/api-specs/idn/beta/schemas/ManagedClientType.yaml @@ -1,7 +1,9 @@ description: Managed Client type type: string example: CCG +nullable: true enum: - CCG - VA - INTERNAL + - null diff --git a/static/api-specs/idn/beta/schemas/ManagedCluster.yaml b/static/api-specs/idn/beta/schemas/ManagedCluster.yaml index 626ea72cd..6c77cef96 100644 --- a/static/api-specs/idn/beta/schemas/ManagedCluster.yaml +++ b/static/api-specs/idn/beta/schemas/ManagedCluster.yaml @@ -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----- diff --git a/static/api-specs/idn/beta/schemas/ManagedClusterAttributes.yaml b/static/api-specs/idn/beta/schemas/ManagedClusterAttributes.yaml index 4588bfad2..5f43e0db1 100644 --- a/static/api-specs/idn/beta/schemas/ManagedClusterAttributes.yaml +++ b/static/api-specs/idn/beta/schemas/ManagedClusterAttributes.yaml @@ -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 diff --git a/static/api-specs/idn/beta/schemas/ManagedClusterKeyPair.yaml b/static/api-specs/idn/beta/schemas/ManagedClusterKeyPair.yaml index e6492315b..ac85775d7 100644 --- a/static/api-specs/idn/beta/schemas/ManagedClusterKeyPair.yaml +++ b/static/api-specs/idn/beta/schemas/ManagedClusterKeyPair.yaml @@ -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-----