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

Changing object model to accomodate new property #64

Merged
merged 1 commit into from
Dec 7, 2021

Conversation

fraga
Copy link
Contributor

@fraga fraga commented Jul 9, 2021

New property seen on when trying to export calendar updates - property DownTime was changed to DownTimeInMinutes. Data contains UpcomingCalendarViewModel array causing exception

{
	"Success": true,
	"Message": null,
	"MessageTitle": null,
	"Data": {
		"UpcomingCalendarViewModels": [
			{
				"EnvironmentName": "ENV",
				"StatusEnum": 5,
				"EventNameEnum": 0,
				"CalendarId": 999999,
				"UtcStartDateTime": "2021-07-10T08:00:00",
				"EnvironmentId": "999999-9999-999-9999-999999999999",
				"Month": "July",
				"Date": "2021-07-10",
				"Time": "04:00 AM",
				*"DownTimeInMinutes": 180,*
				"EventName": "Update Sandbox",
				"Status": "Paused",
				"IsModified": false,
				"WorkflowInstanceId": 99999
			}
		]
	}
}

@TomekMelissa TomekMelissa merged commit daac2a2 into microsoft:master Dec 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants