Skip to content

Commit f627f7f

Browse files
authored
Update known-issues.md
1 parent 6d8dc20 commit f627f7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-local/known-issues.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ The following table lists the known issues in this release:
6565
| Security <!--30348397--> | Azure Local might face an issue during normal operations (for example, Update, Repair) while using Defender for Endpoint and when the **Restrict App Execution** setting is enabled for one or more servers in the deployment. | Disable the **Restrict App Execution** setting in the Defender portal and reboot. If the issue persists, [open a support case](/azure/azure-portal/supportability/how-to-create-azure-support-request). |
6666
| Deployment <!--33390832--> | Deployment fails with errors during validation that state that the mandatory Arc extensions are not yet installed. | |
6767
| Deployment <!--33392176--> | Deployment fails with PSTerminatingError. | If you face this issue, retry the deployment. |
68-
| Update <!--33470082--> | Solution update fails with the error: `Unable to install solution update "11.2506.1001.24" - Type 'UpdateFOD' of Role 'ComposedImageUpdate' raised an exception.` | To work around this issue, run the following on each node:<br><br>`$ComposedImageRegistryKeyPath = "HKLM:\SYSTEM\CurrentControlSet\Services\ComposedBuildInfo\Parameters"`<br>`$ComposedBuildIdKey = "COMPOSED_BUILD_ID"`<br>`$ComposedBuildIdValue = "11.2504.0.3141"`<br><br>`if (!(Test-Path -Path $ComposedImageRegistryKeyPath))`<br>{<br>` Write-Host "Creating registry key $($RegKeyPath) with key $($ComposedBuildIdKey)";`<br>`New-Item -Path $ComposedImageRegistryKeyPath -Force | Out-Null;`<br>`New-ItemProperty -Path $ComposedImageRegistryKeyPath -Name $ComposedBuildIdKey -PropertyType String -Force | Out-Null;`<br>`Set-ItemProperty -Path $ComposedImageRegistryKeyPath -Name $ComposedBuildIdKey -Value $ComposedBuildIdValue`<br>`Write-Host "Set registry with value $($ComposedBuildIdValue)"`<br><br>`}` |
68+
| Update <!--33470082--> | Solution update fails with the error: `Unable to install solution update "11.2506.1001.24" - Type 'UpdateFOD' of Role 'ComposedImageUpdate' raised an exception.` | To work around this issue, run the following on each node:<br><br>`$ComposedImageRegistryKeyPath = "HKLM:\SYSTEM\CurrentControlSet\Services\ComposedBuildInfo\Parameters"`<br>`$ComposedBuildIdKey = "COMPOSED_BUILD_ID"`<br>`$ComposedBuildIdValue = "11.2504.0.3141"`<br><br>`if (!(Test-Path -Path $ComposedImageRegistryKeyPath))`<br>`{`<br>` Write-Host "Creating registry key $($RegKeyPath) with key $($ComposedBuildIdKey)";`<br>`New-Item -Path $ComposedImageRegistryKeyPath -Force | Out-Null;`<br>`New-ItemProperty -Path $ComposedImageRegistryKeyPath -Name $ComposedBuildIdKey -PropertyType String -Force | Out-Null;`<br>`Set-ItemProperty -Path $ComposedImageRegistryKeyPath -Name $ComposedBuildIdKey -Value $ComposedBuildIdValue`<br>`Write-Host "Set registry with value $($ComposedBuildIdValue)"`<br><br>`}` |
6969

7070
## Known issues from previous releases
7171

0 commit comments

Comments
 (0)