Skip to content

Commit 3587b6c

Browse files
committed
Merge pull request Azure#323 from Azure/dev
.
2 parents c0c06b7 + b477224 commit 3587b6c

File tree

1 file changed

+1
-1
lines changed
  • src/ServiceManagement/Compute/Commands.ServiceManagement/Model

1 file changed

+1
-1
lines changed

src/ServiceManagement/Compute/Commands.ServiceManagement/Model/RoleContext.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public class RoleContext : ServiceOperationContext
2222
public int InstanceCount { get; set; }
2323

2424
public string DeploymentID { get; set; }
25-
public string OSVersion { get; set; }
2625

26+
public string OSVersion { get; set; }
2727
}
2828
}

0 commit comments

Comments
 (0)