Skip to content

Commit

Permalink
add last active time for revision (#20658)
Browse files Browse the repository at this point in the history
  • Loading branch information
njuCZ authored Sep 15, 2022
1 parent 0cce38c commit e3d090a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -409,6 +409,12 @@
"type": "string",
"readOnly": true
},
"lastActiveTime": {
"format": "date-time",
"description": "Timestamp describing when the revision was last active. Only meaningful when revision is inactive",
"type": "string",
"readOnly": true
},
"fqdn": {
"description": "Fully qualified domain name of the revision",
"type": "string",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"type": "Microsoft.App/containerApps/revisions",
"properties": {
"createdTime": "2021-05-24T21:24:22+00:00",
"lastActiveTime": "2021-05-24T21:24:22+00:00",
"fqdn": "testcontainerApp0-pjxhsye.politehill-ab123456.eastus.azurecontainerapps.io",
"template": {
"containers": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"type": "Microsoft.App/containerApps/revisions",
"properties": {
"createdTime": "2021-05-24T21:24:22+00:00",
"lastActiveTime": "2021-05-24T21:24:22+00:00",
"fqdn": "testcontainerApp0-pjxhsye.politehill-ab123456.eastus.azurecontainerapps.io",
"template": {
"containers": [
Expand Down

0 comments on commit e3d090a

Please sign in to comment.