Skip to content

Commit

Permalink
[Synapse] change DaysOfWeek to DayOfWeek (#13745)
Browse files Browse the repository at this point in the history
* [Synapse] change DaysOfWeek to DayOfWeek

* Fix CI pipeline errors

Co-authored-by: Dongwei Wang <[email protected]>
  • Loading branch information
idear1203 and Dongwei Wang authored Apr 1, 2021
1 parent bf08142 commit f953424
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7006,7 +7006,7 @@
}
},
"required": [
"dataFlow"
"dataflow"
]
},
"SharePointOnlineListSource": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@
"Saturday"
],
"x-ms-enum": {
"name": "DaysOfWeek",
"name": "DayOfWeek",
"modelAsString": false
}
},
Expand Down

0 comments on commit f953424

Please sign in to comment.