From 17a71854064cf002fd50d0c5da107a98d406d5c2 Mon Sep 17 00:00:00 2001 From: Brendan Bergen <> Date: Mon, 11 Jul 2022 13:26:46 -0600 Subject: [PATCH] make generate --- .../stable/2022-09-04/redhatopenshift.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/swagger/redhatopenshift/resource-manager/Microsoft.RedHatOpenShift/stable/2022-09-04/redhatopenshift.json b/swagger/redhatopenshift/resource-manager/Microsoft.RedHatOpenShift/stable/2022-09-04/redhatopenshift.json index 3015815f0..6218a10eb 100644 --- a/swagger/redhatopenshift/resource-manager/Microsoft.RedHatOpenShift/stable/2022-09-04/redhatopenshift.json +++ b/swagger/redhatopenshift/resource-manager/Microsoft.RedHatOpenShift/stable/2022-09-04/redhatopenshift.json @@ -629,7 +629,7 @@ "properties": { "softwareDefinedNetwork": { "$ref": "#/definitions/SoftwareDefinedNetwork", - "description": "The Software Defined Network (SDN) type to use when installing the cluster." + "description": "The SDN type used for OpenShift/Kubernetes Pods." }, "podCidr": { "description": "The CIDR used for OpenShift/Kubernetes Pods.", @@ -839,7 +839,7 @@ } }, "SoftwareDefinedNetwork": { - "description": "SoftwareDefinedNetwork constants.", + "description": "SoftwareDefinedNetwork is a choice of network used for Pods.", "enum": [ "OVNKubernetes", "OpenShiftSDN"