Skip to content

Commit 09fee50

Browse files
authored
remove duplicate property (#40093)
1 parent 2d410e7 commit 09fee50

2 files changed

Lines changed: 0 additions & 7 deletions

File tree

specification/batch/data-plane/Batch/models.tsp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1961,9 +1961,6 @@ model DataDisk {
19611961

19621962
@doc("The managed disk parameters.")
19631963
managedDisk?: ManagedDisk;
1964-
1965-
@doc("The storage Account type to be used for the data disk. If omitted, the default is \"standard_lrs\".")
1966-
storageAccountType?: StorageAccountType;
19671964
}
19681965

19691966
@doc("The configuration for container-enabled Pools.")

specification/batch/data-plane/Batch/stable/2025-06-01/BatchService.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15087,10 +15087,6 @@
1508715087
"managedDisk": {
1508815088
"$ref": "#/definitions/ManagedDisk",
1508915089
"description": "The managed disk parameters."
15090-
},
15091-
"storageAccountType": {
15092-
"$ref": "#/definitions/StorageAccountType",
15093-
"description": "The storage Account type to be used for the data disk. If omitted, the default is \"standard_lrs\"."
1509415090
}
1509515091
},
1509615092
"required": [

0 commit comments

Comments
 (0)