You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
az vm extension set --publisher Microsoft.CPlat.Core --name LinuxPatchExtension --resource-group redacted --vm-name redacted
(OperationNotAllowed) Publisher 'Microsoft.CPlat.Core' and type LinuxPatchExtension is reserved for internal use.
Code: OperationNotAllowed
Message: Publisher 'Microsoft.CPlat.Core' and type LinuxPatchExtension is reserved for internal use.
Desktop (please complete the following information):
OS: Ubuntu 24.04 arm64
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
gilbahat
changed the title
LinuxPatchExtension missing from machine and uninstallable
LinuxPatchExtension missing from machine, cannot be installed due to administrative block
Nov 21, 2024
Describe the bug
LinuxPatchExtension missing from machine and uninstallable
To Reproduce
Steps to reproduce the behavior:
No idea, this is not supposed to be possible and recovery is explicitly blocked by Azure
Expected behavior
LinuxPatchExtension is present on machine
Screenshots
/var/log/azure# ls -l
total 16
drwxr-xr-x 3 root root 4096 Sep 16 20:26 Microsoft.Azure.ActiveDirectory.AADSSHLoginForLinux
drwxr-xr-x 3 root root 4096 Nov 21 10:13 Microsoft.Azure.Monitor.AzureMonitorLinuxAgent
drwxr-xr-x 3 root root 4096 Sep 16 20:26 Microsoft.ManagedServices.ApplicationHealthLinux
drwxr-xr-x 2 root root 4096 Sep 16 20:26 applicationhealth-extension
azure explicitly blocking a fix:
az vm extension set --publisher Microsoft.CPlat.Core --name LinuxPatchExtension --resource-group redacted --vm-name redacted
(OperationNotAllowed) Publisher 'Microsoft.CPlat.Core' and type LinuxPatchExtension is reserved for internal use.
Code: OperationNotAllowed
Message: Publisher 'Microsoft.CPlat.Core' and type LinuxPatchExtension is reserved for internal use.
Desktop (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: