File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33 * Licensed under the MIT License. See License.txt in the project root for license information.
44 *--------------------------------------------------------------------------------------------*/
55
6+ /* eslint-disable @typescript-eslint/no-deprecated -- uses TCGC APIs marked deprecated (correspondingMethodParams). */
7+
68import * as tcgc from "@azure-tools/typespec-client-generator-core" ;
79import { ModelProperty , NoTarget } from "@typespec/compiler" ;
810import * as http from "@typespec/http" ;
Original file line number Diff line number Diff line change 33 * Licensed under the MIT License. See License.txt in the project root for license information.
44 *--------------------------------------------------------------------------------------------*/
55
6+ /* eslint-disable @typescript-eslint/no-deprecated -- uses TCGC APIs marked deprecated (serializedName) as a documented fallback when serializationOptions is empty. */
7+
68import * as tcgc from "@azure-tools/typespec-client-generator-core" ;
79import * as tsp from "@typespec/compiler" ;
810import * as http from "@typespec/http" ;
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