You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: eng/packages/http-client-csharp-mgmt/generator/Azure.Generator.Management/src/Visitors/RestClientVisitor.cs
+67-4Lines changed: 67 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,17 @@
1
1
// Copyright (c) Microsoft Corporation. All rights reserved.
description:$"The HTTP pipeline for sending and receiving REST requests and responses.",
56
+
modifiers:MethodSignatureModifiers.Public,
57
+
type:typeof(HttpPipeline),
58
+
name:"Pipeline",
59
+
body:newAutoPropertyBody(false),
60
+
enclosingType:rootClient);
61
+
varclientDiagnosticsProperty=newPropertyProvider(
62
+
description:$"The ClientDiagnostics is used to provide tracing support for the client library.",
63
+
modifiers:MethodSignatureModifiers.Internal,
64
+
type:typeof(ClientDiagnostics),
65
+
name:"ClientDiagnostics",
66
+
body:newAutoPropertyBody(false),
67
+
enclosingType:rootClient);
68
+
69
+
// constructor
70
+
varclientDiagnosticsParam=newParameterProvider("clientDiagnostics",$"The ClientDiagnostics is used to provide tracing support for the client library.",typeof(ClientDiagnostics));
71
+
varpipelineParam=newParameterProvider("pipeline",$"The HTTP pipeline for sending and receiving REST requests and responses.",typeof(HttpPipeline));
Copy file name to clipboardExpand all lines: eng/packages/http-client-csharp-mgmt/generator/TestProjects/Local/Mgmt-TypeSpec/src/Generated/Extensions/MockableMgmtTypeSpecSubscriptionResource.cs
Copy file name to clipboardExpand all lines: eng/packages/http-client-csharp-mgmt/generator/TestProjects/Local/Mgmt-TypeSpec/src/Generated/MgmtTypeSpecModelFactory.cs
Copy file name to clipboardExpand all lines: eng/packages/http-client-csharp-mgmt/generator/TestProjects/Local/Mgmt-TypeSpec/src/Generated/RestOperations/MgmtTypeSpecClientRestOperations.cs
0 commit comments