Skip to content

Commit 81be87d

Browse files
committed
Fix eventing issue
1 parent 889ce71 commit 81be87d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/ResourceManager/Automation/Commands.Automation/Common/RequestSettings.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@
1515
using Microsoft.Azure.Commands.Automation.Common;
1616
using Microsoft.Azure.Management.Automation;
1717
using System;
18-
18+
#if !NETSTANDARD
19+
using System.Diagnostics.Eventing;
20+
#endif
1921
namespace Microsoft.Azure.Commands.Automation
2022
{
2123
public class RequestSettings : IDisposable

0 commit comments

Comments
 (0)