Skip to content

Commit 73375f6

Browse files
committed
nit changes
1 parent 208a8cb commit 73375f6

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/Resources/ResourceManager/Implementation/Deployments/GetAzureSubscriptionDeploymentCmdlet.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ protected override void OnProcessRecord()
5555
{
5656
DeploymentName = this.Name ?? (string.IsNullOrEmpty(this.Id) ? null : ResourceIdUtility.GetResourceName(this.Id))
5757
};
58-
5958
WriteObject(ResourceManagerSdkClient.FilterDeployments(options), true);
6059
}
6160
}

src/Resources/ResourceManager/Properties/Resources.Designer.cs

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)