This repository was archived by the owner on May 22, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
packages/typespec-python/test/azure/generated/generation-subdir/generation/subdir Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44# license information.
55# --------------------------------------------------------------------------
66from typing import Any
7+ from azure .core .tracing .decorator import distributed_trace
78from ._generated import RecursiveClient as GeneratedClient , models as _models
89
910
@@ -19,6 +20,7 @@ def __init__( # pylint: disable=missing-client-constructor-parameter-credential
1920 ) -> None :
2021 self ._client = GeneratedClient (endpoint = endpoint , ** kwargs )
2122
23+ @distributed_trace
2224 def customized_get (self , ** kwargs : Any ) -> _models .Extension :
2325 """get.
2426
Original file line number Diff line number Diff line change 44# license information.
55# --------------------------------------------------------------------------
66from typing import Any
7+ from azure .core .tracing .decorator_async import distributed_trace_async
78from .._generated .aio import RecursiveClient as GeneratedClient
89from .._generated import models as _models
910
@@ -20,6 +21,7 @@ def __init__( # pylint: disable=missing-client-constructor-parameter-credential
2021 ) -> None :
2122 self ._client = GeneratedClient (endpoint = endpoint , ** kwargs )
2223
24+ @distributed_trace_async
2325 async def customized_get (self , ** kwargs : Any ) -> _models .Extension :
2426 """get.
2527
You can’t perform that action at this time.
0 commit comments