Skip to content

Commit e2da9ec

Browse files
committed
Fix missed instance of service variable
1 parent 2dfc6a0 commit e2da9ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ServiceManagement/Compute/Commands.ServiceManagement/IaaS/Extensions/DSC/GetAzureVMDscExtensionStatus.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ internal VirtualMachineDscExtensionStatusContext CreateDscStatusContext(NSM.Role
207207

208208
var dscStatusContext = new VirtualMachineDscExtensionStatusContext
209209
{
210-
ServiceName = Service,
210+
ServiceName = this.ServiceName,
211211
Name = vmRole == null ? string.Empty : vmRole.RoleName,
212212
Status = extensionSettingStatus.Status ?? string.Empty,
213213
StatusCode = extensionSettingStatus.Code ?? -1,

0 commit comments

Comments
 (0)