Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Hub Generated] Review request for Microsoft.CostManagement to add version stable/2019-01-01 #5601

Original file line number Diff line number Diff line change
Expand Up @@ -831,9 +831,11 @@
"enum": [
"WeekToDate",
"MonthToDate",
"BillingMonthToDate",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bgsky could you add new enum items to the end?

Copy link
Contributor

@sergey-shandar sergey-shandar Apr 15, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There are some model validation errors. Could you fix them? https://dev.azure.com/azure-sdk/public/_build/results?buildId=16605

Copy link
Contributor Author

@bgsky bgsky Apr 16, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@sergey-shandar We addressed your comments by moving enum values to the end. In terms of model validation errors. A separate PR #5612 fixed them recently, and there is no error from new iteration. Please review and we expect to merge fast.

"YearToDate",
"TheLastWeek",
"TheLastMonth",
"TheLastBillingMonth",
"TheLastYear",
"Custom"
],
Expand Down