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.
1 parent bdaf236 commit aecd84cCopy full SHA for aecd84c
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