Skip to content

Commit 68175b2

Browse files
Fat-Salty-fishZhongjie Li
andauthored
[Az.DesktopVirtualization] Rename ResourceDisk to TempDisk for SHC, in 2026-04-01-preview (#44383)
* Rename the ResourceDisk to TempDisk for SHC * Cleanup the ResourceDisk --------- Co-authored-by: Zhongjie Li <zhongjieli@microsoft.com>
1 parent f384074 commit 68175b2

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

specification/desktopvirtualization/resource-manager/Microsoft.DesktopVirtualization/DesktopVirtualization/models.tsp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1244,7 +1244,7 @@ union DiffDiskOption {
12441244
}
12451245

12461246
/**
1247-
* Gets or sets specifies the ephemeral disk placement for operating system disk. The defaulting behavior is: CacheDisk if one is configured for the VM size otherwise ResourceDisk is used. Refer to the VM size documentation for Windows VM at https://docs.microsoft.com/azure/virtual-machines/windows/sizes and Linux VM at https://docs.microsoft.com/azure/virtual-machines/linux/sizes to check which VM sizes exposes a cache disk. Possible values include: 'CacheDisk', 'ResourceDisk'.
1247+
* Gets or sets specifies the ephemeral disk placement for operating system disk. The defaulting behavior is: CacheDisk if one is configured for the VM size otherwise TempDisk is used. Refer to the VM size documentation for Windows VM at https://docs.microsoft.com/azure/virtual-machines/windows/sizes and Linux VM at https://docs.microsoft.com/azure/virtual-machines/linux/sizes to check which VM sizes exposes a cache disk. Possible values include: 'CacheDisk', 'TempDisk'.
12481248
*/
12491249
union DiffDiskPlacement {
12501250
string,
@@ -1255,9 +1255,9 @@ union DiffDiskPlacement {
12551255
CacheDisk: "CacheDisk",
12561256

12571257
/**
1258-
* Resource disk placement
1258+
* Temp disk placement
12591259
*/
1260-
ResourceDisk: "ResourceDisk",
1260+
TempDisk: "TempDisk",
12611261
}
12621262

12631263
/**
@@ -1741,7 +1741,7 @@ model DiffDiskProperties {
17411741
option?: DiffDiskOption;
17421742

17431743
/**
1744-
* Gets or sets specifies the ephemeral disk placement for operating system disk. The defaulting behavior is: CacheDisk if one is configured for the VM size otherwise ResourceDisk is used. Refer to the VM size documentation for Windows VM at https://docs.microsoft.com/azure/virtual-machines/windows/sizes and Linux VM at https://docs.microsoft.com/azure/virtual-machines/linux/sizes to check which VM sizes exposes a cache disk. Possible values include: 'CacheDisk', 'ResourceDisk'.
1744+
* Gets or sets specifies the ephemeral disk placement for operating system disk. The defaulting behavior is: CacheDisk if one is configured for the VM size otherwise TempDisk is used. Refer to the VM size documentation for Windows VM at https://docs.microsoft.com/azure/virtual-machines/windows/sizes and Linux VM at https://docs.microsoft.com/azure/virtual-machines/linux/sizes to check which VM sizes exposes a cache disk. Possible values include: 'CacheDisk', 'TempDisk'.
17451745
*/
17461746
placement?: DiffDiskPlacement;
17471747
}

specification/desktopvirtualization/resource-manager/Microsoft.DesktopVirtualization/DesktopVirtualization/preview/2026-04-01-preview/desktopvirtualization.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7348,10 +7348,10 @@
73487348
},
73497349
"DiffDiskPlacement": {
73507350
"type": "string",
7351-
"description": "Gets or sets specifies the ephemeral disk placement for operating system disk. The defaulting behavior is: CacheDisk if one is configured for the VM size otherwise ResourceDisk is used. Refer to the VM size documentation for Windows VM at https://docs.microsoft.com/azure/virtual-machines/windows/sizes and Linux VM at https://docs.microsoft.com/azure/virtual-machines/linux/sizes to check which VM sizes exposes a cache disk. Possible values include: 'CacheDisk', 'ResourceDisk'.",
7351+
"description": "Gets or sets specifies the ephemeral disk placement for operating system disk. The defaulting behavior is: CacheDisk if one is configured for the VM size otherwise TempDisk is used. Refer to the VM size documentation for Windows VM at https://docs.microsoft.com/azure/virtual-machines/windows/sizes and Linux VM at https://docs.microsoft.com/azure/virtual-machines/linux/sizes to check which VM sizes exposes a cache disk. Possible values include: 'CacheDisk', 'TempDisk'.",
73527352
"enum": [
73537353
"CacheDisk",
7354-
"ResourceDisk"
7354+
"TempDisk"
73557355
],
73567356
"x-ms-enum": {
73577357
"name": "DiffDiskPlacement",
@@ -7363,9 +7363,9 @@
73637363
"description": "Cache disk placement"
73647364
},
73657365
{
7366-
"name": "ResourceDisk",
7367-
"value": "ResourceDisk",
7368-
"description": "Resource disk placement"
7366+
"name": "TempDisk",
7367+
"value": "TempDisk",
7368+
"description": "Temp disk placement"
73697369
}
73707370
]
73717371
}
@@ -7380,7 +7380,7 @@
73807380
},
73817381
"placement": {
73827382
"$ref": "#/definitions/DiffDiskPlacement",
7383-
"description": "Gets or sets specifies the ephemeral disk placement for operating system disk. The defaulting behavior is: CacheDisk if one is configured for the VM size otherwise ResourceDisk is used. Refer to the VM size documentation for Windows VM at https://docs.microsoft.com/azure/virtual-machines/windows/sizes and Linux VM at https://docs.microsoft.com/azure/virtual-machines/linux/sizes to check which VM sizes exposes a cache disk. Possible values include: 'CacheDisk', 'ResourceDisk'."
7383+
"description": "Gets or sets specifies the ephemeral disk placement for operating system disk. The defaulting behavior is: CacheDisk if one is configured for the VM size otherwise TempDisk is used. Refer to the VM size documentation for Windows VM at https://docs.microsoft.com/azure/virtual-machines/windows/sizes and Linux VM at https://docs.microsoft.com/azure/virtual-machines/linux/sizes to check which VM sizes exposes a cache disk. Possible values include: 'CacheDisk', 'TempDisk'."
73847384
}
73857385
}
73867386
},

0 commit comments

Comments
 (0)