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 da403df commit 1f53212Copy full SHA for 1f53212
src/ServiceManagement/Compute/Commands.ServiceManagement/Model/DeploymentInfoContext.cs
@@ -255,7 +255,7 @@ public DeploymentInfoContext(DeploymentGetResponse deployment)
255
256
this.RolesConfiguration = new Dictionary<string, RoleConfiguration>();
257
258
- var roles = doc.Root.Descendants(this.ns + "Role");
+ var roles = doc.Root.Descendants(this.ns + "Role").Where(t => t.Parent == doc.Root);
259
260
foreach (var role in roles)
261
{
0 commit comments