Skip to content

Commit d57040b

Browse files
committed
Comment Adjust
1 parent b95c027 commit d57040b

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

  • src/azure-cli/azure/cli/command_modules/appservice

src/azure-cli/azure/cli/command_modules/appservice/custom.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2487,8 +2487,7 @@ def format_webapp_status_output(result):
24872487
items = _extract_webapp_status_items(result)
24882488
# LastError is a nullable field on the backend SiteRuntimeStatusOnWorker contract,
24892489
# so the error columns (LastError, LastErrorDetails, LastErrorTimestamp) are only
2490-
# surfaced when at least one instance reports a LastError. Details and DetailsLevel
2491-
# are always serialized by the backend and are always shown.
2490+
# surfaced when at least one instance reports a LastError.
24922491
show_errors = any(item.get('lastError') for item in items)
24932492

24942493
rows = []

0 commit comments

Comments
 (0)