Skip to content

Commit bd3940f

Browse files
cRui861Rena Chen
andauthored
Rename IoGib and vtpm (#39620)
Co-authored-by: Rena Chen <rechen@microsoft.com>
1 parent 836342b commit bd3940f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

specification/batch/Azure.Batch/models.tsp

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1089,10 +1089,12 @@ model BatchJobStatistics {
10891089

10901090
@doc("The total amount of data in GiB read from disk by all Tasks in the Job.")
10911091
@clientName("readIoGiB")
1092+
@clientName("readIoGib", "python")
10921093
readIOGiB: float32;
10931094

10941095
@doc("The total amount of data in GiB written to disk by all Tasks in the Job.")
10951096
@clientName("writeIoGiB")
1097+
@clientName("writeIoGib", "python")
10961098
writeIOGiB: float32;
10971099

10981100
@doc("The total number of Tasks successfully completed in the Job during the given time range. A Task completes successfully if it returns exit code 0.")
@@ -1657,6 +1659,7 @@ model BatchUefiSettings {
16571659
secureBootEnabled?: boolean;
16581660

16591661
@doc("Specifies whether vTPM should be enabled on the virtual machine.")
1662+
@clientName("vtpmEnabled", "python")
16601663
vTpmEnabled?: boolean;
16611664
}
16621665

@@ -2442,10 +2445,12 @@ model BatchJobScheduleStatistics {
24422445

24432446
@doc("The total gibibytes read from disk by all Tasks in all Jobs created under the schedule.")
24442447
@clientName("readIoGiB")
2448+
@clientName("readIoGib", "python")
24452449
readIOGiB: float32;
24462450

24472451
@doc("The total gibibytes written to disk by all Tasks in all Jobs created under the schedule.")
24482452
@clientName("writeIoGiB")
2453+
@clientName("writeIoGib", "python")
24492454
writeIOGiB: float32;
24502455

24512456
@doc("The total number of Tasks successfully completed during the given time range in Jobs created under the schedule. A Task completes successfully if it returns exit code 0.")
@@ -3633,10 +3638,12 @@ model BatchTaskStatistics {
36333638

36343639
@doc("The total gibibytes read from disk by the Task.")
36353640
@clientName("readIoGiB")
3641+
@clientName("readIoGib", "python")
36363642
readIOGiB: float32;
36373643

36383644
@doc("The total gibibytes written to disk by the Task.")
36393645
@clientName("writeIoGiB")
3646+
@clientName("writeIoGib", "python")
36403647
writeIOGiB: float32;
36413648

36423649
@doc("The total wait time of the Task. The wait time for a Task is defined as the elapsed time between the creation of the Task and the start of Task execution. (If the Task is retried due to failures, the wait time is the time to the most recent Task execution.).")

0 commit comments

Comments
 (0)