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
Rename runAutomationDetails.instanceId to runAutomationDetails.id,.
Rename run.id (of type runAutomationDetails) to run.automationDetails. Otherwise we'd end up with run.id.id, where the first id is a runAutomationDetails object and the second is a GUID-valued string. With this change, we end up with run.automationDetails.id, which reads naturally.
Per @kupsch: Modify date-time format to allow a date without a time.
In Converge all messages into a common format strings object #319, we created a multiformatMessageString object and converted some reportingDescriptor properties to this type (fullDescription and shortDescription). We neglected to convert reportingDescriptor.help to this type, however.
Microsoft proposals the following incidental adjustments for clarity/consistency post TC33:
In Rename all 'instanceGuid' properties to 'guid' #341, we made the following additional changes for consistency in the removal of "instance" (see this comment for the full set of changes):
runAutomationDetails.instanceIdtorunAutomationDetails.id,.run.id(of typerunAutomationDetails) torun.automationDetails. Otherwise we'd end up withrun.id.id, where the firstidis arunAutomationDetailsobject and the second is a GUID-valued string. With this change, we end up withrun.automationDetails.id, which reads naturally.Per @kupsch: Modify date-time format to allow a date without a time.
In Rename run.files to run.artifacts, fileLocation to artifactLocation #309 we made several more property and object name changes for consistency with "artifact". See this comment for the full set of changes.
In Converge all messages into a common format strings object #319, we created a
multiformatMessageStringobject and converted somereportingDescriptorproperties to this type (fullDescriptionandshortDescription). We neglected to convertreportingDescriptor.helpto this type, however.