Skip to content

Commit

Permalink
Fixing enum values after go migration
Browse files Browse the repository at this point in the history
  • Loading branch information
niharika-98 committed Oct 10, 2024
1 parent d26412c commit da2c564
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions mmv1/products/backupdr/BackupPlan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -161,25 +161,25 @@ properties:
type: Enum
description: 'WeekOfMonth enumerates possible weeks in the month, e.g. the first, third, or last week of the month.'
enum_values:
- :WEEK_OF_MONTH_UNSPECIFIED
- :FIRST
- :SECOND
- :THIRD
- :FOURTH
- :LAST
- WEEK_OF_MONTH_UNSPECIFIED
- FIRST
- SECOND
- THIRD
- FOURTH
- LAST
required: true
- name: 'dayOfWeek'
type: Enum
description: 'Specifies the day of the week.'
enum_values:
- :DAY_OF_WEEK_UNSPECIFIED
- :MONDAY
- :TUESDAY
- :WEDNESDAY
- :THURSDAY
- :FRIDAY
- :SATURDAY
- :SUNDAY
- DAY_OF_WEEK_UNSPECIFIED
- MONDAY
- TUESDAY
- WEDNESDAY
- THURSDAY
- FRIDAY
- SATURDAY
- SUNDAY
required: true
- name: 'months'
type: Array
Expand Down

0 comments on commit da2c564

Please sign in to comment.