Skip to content

Commit

Permalink
Fixing error in lastModifiedAt description (#12854)
Browse files Browse the repository at this point in the history
* Fixing error in lastModifiedAt description

In response to Issue #12712, fixing the error in the description of the lastModifiedAt systemData property

* Updated v1 types.json to fix lastModifiedAt typo

Updated the description for lastModifiedAt to address a typo

* Updated lastModifiedAt text for alignment

Updated the lastModifiedAt text to align with other documented sources
  • Loading branch information
jennyhunter-msft authored Feb 10, 2021
1 parent 416ac1e commit 56a09bd
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 @@ -487,7 +487,7 @@
"lastModifiedAt": {
"type": "string",
"format": "date-time",
"description": "The type of identity that last modified the resource."
"description": "The timestamp of resource last modification (UTC)"
}
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -496,7 +496,7 @@
"lastModifiedAt": {
"type": "string",
"format": "date-time",
"description": "The type of identity that last modified the resource."
"description": "The timestamp of resource last modification (UTC)"
}
}
},
Expand Down

0 comments on commit 56a09bd

Please sign in to comment.