You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are two properties in the Microsoft.Azure.Management.HDInsight.Job.Models.Profile with jobId (case insensitive). One is string _jobId whereas another one is JobID _jobID.
On trying to serialize this object, getting below exception.
System.InvalidOperationException : The JSON property name for 'Microsoft.Azure.Management.HDInsight.Job.Models.Profile.JobID' collides with another property.
Though it is not a blocking issue, it would be good coding practice to avoid properties which differs only in case.