From cfc3b4838cd6c9c649f0736fea7d87d946b9f931 Mon Sep 17 00:00:00 2001 From: "Bob \"Wombat\" Hogg" Date: Tue, 26 Mar 2024 16:43:26 -0400 Subject: [PATCH] docs: Correct google_firestore_backup_schedule recurrence descriptions (#10295) --- mmv1/products/firestore/BackupSchedule.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mmv1/products/firestore/BackupSchedule.yaml b/mmv1/products/firestore/BackupSchedule.yaml index a666bdec24b..9bd28b0b466 100644 --- a/mmv1/products/firestore/BackupSchedule.yaml +++ b/mmv1/products/firestore/BackupSchedule.yaml @@ -86,7 +86,7 @@ properties: - !ruby/object:Api::Type::NestedObject name: dailyRecurrence description: | - For a schedule that runs daily at a specified time. + For a schedule that runs daily. exactly_one_of: - daily_recurrence - weekly_recurrence @@ -97,7 +97,7 @@ properties: - !ruby/object:Api::Type::NestedObject name: weeklyRecurrence description: | - For a schedule that runs weekly on a specific day and time. + For a schedule that runs weekly on a specific day. immutable: true exactly_one_of: - weekly_recurrence