Skip to content

Commit ac98588

Browse files
authored
fix description for endTime in JobExecution (#24360)
* fix description for endTime in JobExecution * fix for breaking change error
1 parent de14cb8 commit ac98588

File tree

2 files changed

+4
-6
lines changed
  • specification/app/resource-manager/Microsoft.App/preview

2 files changed

+4
-6
lines changed

specification/app/resource-manager/Microsoft.App/preview/2022-11-01-preview/Jobs.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -787,8 +787,7 @@
787787
},
788788
"x-ms-client-flatten": true
789789
}
790-
},
791-
"required": []
790+
}
792791
},
793792
"JobPatchProperties": {
794793
"type": "object",
@@ -971,7 +970,7 @@
971970
"type": "string"
972971
},
973972
"endTime": {
974-
"description": "Job execution start time.",
973+
"description": "Job execution end time.",
975974
"format": "date-time",
976975
"type": "string"
977976
},

specification/app/resource-manager/Microsoft.App/preview/2023-04-01-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)