Skip to content

Commit fe5fc86

Browse files
authored
fix description for endTime in JobExecution (Azure#24359)
* fix description for endTime in JobExecution * fix for breaking change error
1 parent c0656d3 commit fe5fc86

File tree

1 file changed

+2
-3
lines changed
  • specification/app/resource-manager/Microsoft.App/preview/2023-05-02-preview

1 file changed

+2
-3
lines changed

specification/app/resource-manager/Microsoft.App/preview/2023-05-02-preview/Jobs.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -814,8 +814,7 @@
814814
},
815815
"x-ms-client-flatten": true
816816
}
817-
},
818-
"required": []
817+
}
819818
},
820819
"JobPatchProperties": {
821820
"type": "object",
@@ -1056,7 +1055,7 @@
10561055
"type": "string"
10571056
},
10581057
"endTime": {
1059-
"description": "Job execution start time.",
1058+
"description": "Job execution end time.",
10601059
"format": "date-time",
10611060
"type": "string"
10621061
},

0 commit comments

Comments
 (0)