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
Get-AzureVMSqlServerExtension was not reporting back "AutoBackup" and "AutoPatching" configurations.
SQL VSTS# 4295279 - Extension status cmdlet does not show Backup/Patching settings
Issue:
- Extension name was not fully qualified when we were enumerating Extension Statuses
Fix:
- construct fully qualified Extension handler name like Microsoft.SqlServer.Management.SqlIaaSAgent
- This approach is similar to DSC extension's get cmdlet
Copy file name to clipboardExpand all lines: src/ServiceManagement/Compute/Commands.ServiceManagement/IaaS/Extensions/SqlServer/GetAzureVMSqlServerExtension.cs
Copy file name to clipboardExpand all lines: src/ServiceManagement/Compute/Commands.ServiceManagement/IaaS/Extensions/SqlServer/SetAzureVMSqlServerExtension.cs
Copy file name to clipboardExpand all lines: src/ServiceManagement/Compute/Commands.ServiceManagement/IaaS/Extensions/SqlServer/VirtualMachineSqlServerExtensionCmdletBase.cs
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -28,12 +28,12 @@ public class VirtualMachineSqlServerExtensionCmdletBase : VirtualMachineExtensio
0 commit comments