Skip to content

Commit

Permalink
Fixing error in lastModifiedAt description
Browse files Browse the repository at this point in the history
In response to Issue Azure#12712, fixing the error in the description of the lastModifiedAt systemData property
  • Loading branch information
jennyhunter-msft authored Feb 4, 2021
1 parent 32b7b57 commit 298dfe4
Showing 1 changed file with 1 addition and 1 deletion.
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 when the resource was last modified (UTC)."
}
}
},
Expand Down

0 comments on commit 298dfe4

Please sign in to comment.