From 0c29f35c30a94d56e11d91c564e3bc30854a99df Mon Sep 17 00:00:00 2001 From: Swamita Gupta <55314843+swamitagupta@users.noreply.github.com> Date: Thu, 27 Feb 2025 22:22:37 +0530 Subject: [PATCH] Update PrivateCloud documentation to include the expected stretch cluster location format (#13208) --- mmv1/products/vmwareengine/PrivateCloud.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mmv1/products/vmwareengine/PrivateCloud.yaml b/mmv1/products/vmwareengine/PrivateCloud.yaml index d4549f0b2995..44e691a2728e 100644 --- a/mmv1/products/vmwareengine/PrivateCloud.yaml +++ b/mmv1/products/vmwareengine/PrivateCloud.yaml @@ -209,10 +209,12 @@ properties: type: String description: | Zone that will remain operational when connection between the two zones is lost. + Specify the zone in the following format: projects/{project}/locations/{location}. - name: 'secondaryLocation' type: String description: | Additional zone for a higher level of availability and load balancing. + Specify the zone in the following format: projects/{project}/locations/{location}. - name: 'autoscalingSettings' type: NestedObject description: |