File tree Expand file tree Collapse file tree
packages/typespec-go/test/tsp/PageableLROs Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,12 +10,11 @@ namespace PageableLROs;
1010op listPrivateEndPoints is ArmResourceActionAsyncBase <
1111 SomeResource ,
1212 void ,
13-
14- | ArmResponse <SomeResourceListResult >
15- | ArmAcceptedLroResponse <
16- "Accepted. The header contains 'Azure-AsyncOperation' header which can be used to monitor the progress of the operation." ,
17- ArmLroLocationHeader <FinalResult = SomeResourceListResult >
18- >,
13+ | ArmResponse <SomeResourceListResult >
14+ | ArmAcceptedLroResponse <
15+ "Accepted. The header contains 'Azure-AsyncOperation' header which can be used to monitor the progress of the operation." ,
16+ ArmLroLocationHeader <FinalResult = SomeResourceListResult >
17+ >,
1918 BaseParameters = Azure .ResourceManager .Foundations .DefaultBaseParameters <SomeResource >
2019>;
2120
You can’t perform that action at this time.
0 commit comments