Skip to content

Commit d7dedd1

Browse files
authored
Merge pull request MicrosoftDocs#21026 from kivenkat/patch-2
Update asdk-release-notes.md
2 parents 14468b1 + 24ad292 commit d7dedd1

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

articles/azure-stack/asdk/asdk-release-notes.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,13 @@ For more information, see [Azure Stack syslog forwarding](../azure-stack-integra
4747

4848
- <!-- 3078022 - IS, ASDK --> If a VM was stop-deallocated before 1808 it could not be re-allocated after the 1808 update. This issue is fixed in 1809. Instances that were in this state and could not be started can be started in 1809 with this fix. The fix also prevents this issue from reoccurring.
4949

50+
<!-- TBD - IS ASDK -->
51+
- When a VM image fails to be created, a failed item that you cannot delete might be added to the VM images compute blade.
52+
53+
As a workaround, create a new VM image with a dummy VHD that can be created through Hyper-V (New-VHD -Path C:\dummy.vhd -Fixed -SizeBytes 1 GB). This process should fix the problem that prevents deleting the failed item. Then, 15 minutes after creating the dummy image, you can successfully delete it.
54+
55+
You can then retry the download of the VM image that previously failed.
56+
5057
- **Various fixes** for performance, stability, security, and the operating system that is used by Azure Stack
5158

5259
### Changes
@@ -114,12 +121,7 @@ For more information, see [Azure Stack syslog forwarding](../azure-stack-integra
114121
<!-- TBD - IS ASDK -->
115122
- Scaling settings for virtual machine scale sets are not available in the portal. As a workaround, you can use [Azure PowerShell](https://docs.microsoft.com/azure/virtual-machine-scale-sets/virtual-machine-scale-sets-manage-powershell#change-the-capacity-of-a-scale-set). Because of PowerShell version differences, you must use the `-Name` parameter instead of `-VMScaleSetName`.
116123

117-
<!-- TBD - IS ASDK -->
118-
- When a VM image fails to be created, a failed item that you cannot delete might be added to the VM images compute blade.
119-
120-
As a workaround, create a new VM image with a dummy VHD that can be created through Hyper-V (New-VHD -Path C:\dummy.vhd -Fixed -SizeBytes 1 GB). This process should fix the problem that prevents deleting the failed item. Then, 15 minutes after creating the dummy image, you can successfully delete it.
121124

122-
You can then retry the download of the VM image that previously failed.
123125

124126
<!-- TBD - IS ASDK -->
125127
- If provisioning an extension on a VM deployment takes too long, users should let the provisioning time-out instead of trying to stop the process to deallocate or delete the VM.

0 commit comments

Comments
 (0)