Skip to content

Commit

Permalink
Fixing trailing spaces in resource config
Browse files Browse the repository at this point in the history
  • Loading branch information
niharika-98 committed Oct 10, 2024
1 parent da2c564 commit dc1ba82
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions mmv1/products/backupdr/BackupPlan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down Expand Up @@ -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'
Expand Down Expand Up @@ -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.'
Expand Down
4 changes: 2 additions & 2 deletions mmv1/products/backupdr/BackupPlanAssociation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -103,7 +103,7 @@ properties:
type: Array
description: |
Message for rules config info
item_type:
item_type:
type: NestedObject
properties:
- name: 'ruleId'
Expand Down

0 comments on commit dc1ba82

Please sign in to comment.