Skip to content

Commit 4e1068f

Browse files
author
Aman Jain
committed
Adding start and completion time for auto import jobs and updating the examples
1 parent f6394f1 commit 4e1068f

File tree

5 files changed

+26
-6
lines changed

5 files changed

+26
-6
lines changed

specification/storagecache/resource-manager/Microsoft.StorageCache/stable/2025-07-01/amlfilesystem.json

+12
Original file line numberDiff line numberDiff line change
@@ -2842,6 +2842,18 @@
28422842
"format": "date-time"
28432843
}
28442844
}
2845+
},
2846+
"lastStartedTimeUTC": {
2847+
"readOnly": true,
2848+
"description": "The time (in UTC) the latest auto import job started.",
2849+
"type": "string",
2850+
"format": "date-time"
2851+
},
2852+
"lastCompletionTimeUTC": {
2853+
"readOnly": true,
2854+
"description": "The time (in UTC) of the last completed auto import job.",
2855+
"type": "string",
2856+
"format": "date-time"
28452857
}
28462858
}
28472859
}

specification/storagecache/resource-manager/Microsoft.StorageCache/stable/2025-07-01/examples/autoImportJobs_CreateOrUpdate.json

+4-2
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,8 @@
7070
"deletions": 20,
7171
"lastChangeFeedEventConsumedTime": "2024-03-21T18:35:43.511Z",
7272
"lastTimeFullySynchronized": "2024-03-21T18:25:43.511Z"
73-
}
73+
},
74+
"lastStartedTimeUTC": "2024-03-21T17:25:43.511Z"
7475
}
7576
}
7677
}
@@ -123,7 +124,8 @@
123124
"deletions": 20,
124125
"lastChangeFeedEventConsumedTime": "2024-03-21T18:35:43.511Z",
125126
"lastTimeFullySynchronized": "2024-03-21T18:25:43.511Z"
126-
}
127+
},
128+
"lastStartedTimeUTC": "2024-03-21T17:25:43.511Z"
127129
}
128130
}
129131
}

specification/storagecache/resource-manager/Microsoft.StorageCache/stable/2025-07-01/examples/autoImportJobs_Get.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@
5555
"deletions": 20,
5656
"lastChangeFeedEventConsumedTime": "2024-03-21T18:35:43.511Z",
5757
"lastTimeFullySynchronized": "2024-03-21T18:25:43.511Z"
58-
}
58+
},
59+
"lastStartedTimeUTC": "2024-03-21T17:25:43.511Z"
5960
}
6061
}
6162
}

specification/storagecache/resource-manager/Microsoft.StorageCache/stable/2025-07-01/examples/autoImportJobs_ListByAmlFilesystem.json

+5-2
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,8 @@
5656
"deletions": 20,
5757
"lastChangeFeedEventConsumedTime": "2024-03-21T18:35:43.511Z",
5858
"lastTimeFullySynchronized": "2024-03-21T18:25:43.511Z"
59-
}
59+
},
60+
"lastStartedTimeUTC": "2024-03-21T17:25:43.511Z"
6061
}
6162
}
6263
},
@@ -107,7 +108,9 @@
107108
"deletions": 15,
108109
"lastChangeFeedEventConsumedTime": "2024-03-19T18:35:43.511Z",
109110
"lastTimeFullySynchronized": "2024-03-19T18:25:43.511Z"
110-
}
111+
},
112+
"lastStartedTimeUTC": "2024-03-21T17:25:43.511Z",
113+
"lastCompletionTimeUTC": "2024-03-21T18:25:43.511Z"
111114
}
112115
}
113116
}

specification/storagecache/resource-manager/Microsoft.StorageCache/stable/2025-07-01/examples/autoImportJobs_Update.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,9 @@
6060
"deletions": 20,
6161
"lastChangeFeedEventConsumedTime": "2024-03-21T18:35:43.511Z",
6262
"lastTimeFullySynchronized": "2024-03-21T18:25:43.511Z"
63-
}
63+
},
64+
"lastStartedTimeUTC": "2024-03-21T17:25:43.511Z",
65+
"lastCompletionTimeUTC": "2024-03-21T18:25:43.511Z"
6466
}
6567
}
6668
}

0 commit comments

Comments
 (0)