We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 546360c + aecd84c commit c53de44Copy full SHA for c53de44
src/ResourceManager/Compute/Commands.Compute/Models/PSAvailabilitySet.cs
@@ -84,7 +84,7 @@ public string StatusesText
84
get { return JsonConvert.SerializeObject(Statuses, Formatting.Indented); }
85
}
86
87
- // Gets or sets a list containing reference to all Virtual Machines created under this Availability Set.
+ // Gets or sets a list containing references to all Virtual Machines created under this Availability Set.
88
public IList<SubResource> VirtualMachinesReferences { get; set; }
89
90
[JsonIgnore]
0 commit comments