Skip to content

Conversation

bhanuprakash-1
Copy link
Contributor

@bhanuprakash-1 bhanuprakash-1 commented Oct 16, 2025

Adding high level reason and message in job execution response to provide better diagnostics and status information for job executions.

Changes Made

This PR adds two new read-only properties to the JobExecution definition in the 2025-10-02-preview API version:

  • reason: A string property that provides the reason for the current condition of the job execution
  • message: A human-readable string message indicating details about the current condition of the job execution

Files Modified

  1. Jobs.json - Added schema definitions for reason and message properties
  2. Job_Execution_Get.json - Updated example to include reason and message
  3. Job_Executions_Get.json - Updated example to include reason and message
  4. Job_Stop_Multiple.json - Updated example to include reason and message

Example Values

"reason": "BackoffLimitExceeded",
"message": "Job has reached the specified backoff limit"

These properties align with the server-side implementation and provide better visibility into job execution status.

Adding high level reason and message in job execution response to provide better diagnostics and status information for job executions.
Copy link

github-actions bot commented Oct 16, 2025

Next Steps to Merge

Next steps that must be taken to merge this PR:
  • ❌ This PR is in purview of the ARM review (label: ARMReview). This PR must get ARMSignedOff label from an ARM reviewer.
    This PR is awaiting ARM reviewer feedback (label: WaitForARMFeedback).
    To learn when this PR will get reviewed, see ARM review queue at aka.ms/azsdk/pr-arm-review
    For details of the ARM review, see aka.ms/azsdk/pr-arm-review


Comment generated by summarize-checks workflow run.

@github-actions github-actions bot added ARMReview resource-manager WaitForARMFeedback <valid label in PR review process> add this label when ARM review is required labels Oct 16, 2025
Copy link

github-actions bot commented Oct 16, 2025

API Change Check

APIView identified API level changes in this PR and created the following API reviews

Language API Review for Package
Go sdk/resourcemanager/appcontainers/armappcontainers
Java com.azure.resourcemanager:azure-resourcemanager-appcontainers
JavaScript @azure/arm-appcontainers

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ARMReview resource-manager WaitForARMFeedback <valid label in PR review process> add this label when ARM review is required

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant