From dc1ba82ac135859b69fd78a663a5bc9109ff04ec Mon Sep 17 00:00:00 2001 From: niharika-98 Date: Thu, 10 Oct 2024 10:29:20 +0000 Subject: [PATCH] Fixing trailing spaces in resource config --- mmv1/products/backupdr/BackupPlan.yaml | 6 +++--- mmv1/products/backupdr/BackupPlanAssociation.yaml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/mmv1/products/backupdr/BackupPlan.yaml b/mmv1/products/backupdr/BackupPlan.yaml index d84b195a51a8..befae1b010e4 100644 --- a/mmv1/products/backupdr/BackupPlan.yaml +++ b/mmv1/products/backupdr/BackupPlan.yaml @@ -101,7 +101,7 @@ properties: description: | The backup rules for this `BackupPlan`. There must be at least one `BackupRule` message. required: true - item_type: + item_type: type: NestedObject properties: - name: 'ruleId' @@ -136,7 +136,7 @@ properties: - name: 'daysOfWeek' type: Array description: 'Specifies days of week like MONDAY or TUESDAY, on which jobs will run. This is required for `recurrence_type`, `WEEKLY` and is not applicable otherwise.' - item_type: + item_type: type: Enum name: 'DayOfWeekEnum' description: 'Specifies day of week' @@ -184,7 +184,7 @@ properties: - name: 'months' type: Array description: 'Specifies values of months' - item_type: + item_type: type: Enum name: 'MonthEnum' description: 'Specifies the months of the year, like `FEBRUARY` and/or `MAY`, on which jobs will run.' diff --git a/mmv1/products/backupdr/BackupPlanAssociation.yaml b/mmv1/products/backupdr/BackupPlanAssociation.yaml index 0008866fa519..7bfacf3cbe6b 100644 --- a/mmv1/products/backupdr/BackupPlanAssociation.yaml +++ b/mmv1/products/backupdr/BackupPlanAssociation.yaml @@ -46,7 +46,7 @@ examples: start_hour_of_day: 5 end_hour_of_day: 20 backup_plan_association_name: 'bpa1' - resource_name: 'projects/gcp-project/locations/us-central1/{instance_id}' + resource_name: 'projects/gcp-project/locations/us-central1/{instance_id}' test_env_vars: project: :PROJECT_NAME exclude_test: true @@ -103,7 +103,7 @@ properties: type: Array description: | Message for rules config info - item_type: + item_type: type: NestedObject properties: - name: 'ruleId'