|
6 | 6 | "executablePath": "dotnet"
|
7 | 7 | },
|
8 | 8 | "http-authentication-api-key": {
|
9 |
| - "commandLineArgs": "$(SolutionDir)/../dist/generator/Microsoft.TypeSpec.Generator.dll $(SolutionDir)/TestProjects/Spector/http/authentication/api-key -g AzureClientGenerator", |
| 9 | + "commandLineArgs": "$(SolutionDir)/../dist/generator/Microsoft.TypeSpec.Generator.dll $(SolutionDir)/TestProjects/Spector/http/authentication/api-key -g AzureStubGenerator", |
10 | 10 | "commandName": "Executable",
|
11 | 11 | "executablePath": "dotnet"
|
12 | 12 | },
|
13 | 13 | "http-authentication-http-custom": {
|
14 |
| - "commandLineArgs": "$(SolutionDir)/../dist/generator/Microsoft.TypeSpec.Generator.dll $(SolutionDir)/TestProjects/Spector/http/authentication/http/custom -g AzureClientGenerator", |
| 14 | + "commandLineArgs": "$(SolutionDir)/../dist/generator/Microsoft.TypeSpec.Generator.dll $(SolutionDir)/TestProjects/Spector/http/authentication/http/custom -g AzureStubGenerator", |
15 | 15 | "commandName": "Executable",
|
16 | 16 | "executablePath": "dotnet"
|
17 | 17 | },
|
18 | 18 | "http-authentication-oauth2": {
|
19 |
| - "commandLineArgs": "$(SolutionDir)/../dist/generator/Microsoft.TypeSpec.Generator.dll $(SolutionDir)/TestProjects/Spector/http/authentication/oauth2 -g AzureClientGenerator", |
| 19 | + "commandLineArgs": "$(SolutionDir)/../dist/generator/Microsoft.TypeSpec.Generator.dll $(SolutionDir)/TestProjects/Spector/http/authentication/oauth2 -g AzureStubGenerator", |
20 | 20 | "commandName": "Executable",
|
21 | 21 | "executablePath": "dotnet"
|
22 | 22 | },
|
23 | 23 | "http-authentication-union": {
|
24 |
| - "commandLineArgs": "$(SolutionDir)/../dist/generator/Microsoft.TypeSpec.Generator.dll $(SolutionDir)/TestProjects/Spector/http/authentication/union -g AzureClientGenerator", |
| 24 | + "commandLineArgs": "$(SolutionDir)/../dist/generator/Microsoft.TypeSpec.Generator.dll $(SolutionDir)/TestProjects/Spector/http/authentication/union -g AzureStubGenerator", |
25 | 25 | "commandName": "Executable",
|
26 | 26 | "executablePath": "dotnet"
|
27 | 27 | },
|
28 | 28 | "http-client-structure-default": {
|
29 |
| - "commandLineArgs": "$(SolutionDir)/../dist/generator/Microsoft.TypeSpec.Generator.dll $(SolutionDir)/TestProjects/Spector/http/client/structure/default -g AzureClientGenerator", |
| 29 | + "commandLineArgs": "$(SolutionDir)/../dist/generator/Microsoft.TypeSpec.Generator.dll $(SolutionDir)/TestProjects/Spector/http/client/structure/default -g AzureStubGenerator", |
30 | 30 | "commandName": "Executable",
|
31 | 31 | "executablePath": "dotnet"
|
32 | 32 | },
|
33 | 33 | "http-encode-numeric": {
|
34 |
| - "commandLineArgs": "$(SolutionDir)/../dist/generator/Microsoft.TypeSpec.Generator.dll $(SolutionDir)/TestProjects/Spector/http/encode/numeric -g AzureClientGenerator", |
| 34 | + "commandLineArgs": "$(SolutionDir)/../dist/generator/Microsoft.TypeSpec.Generator.dll $(SolutionDir)/TestProjects/Spector/http/encode/numeric -g AzureStubGenerator", |
35 | 35 | "commandName": "Executable",
|
36 | 36 | "executablePath": "dotnet"
|
37 | 37 | },
|
38 | 38 | "http-parameters-basic": {
|
39 |
| - "commandLineArgs": "$(SolutionDir)/../dist/generator/Microsoft.TypeSpec.Generator.dll $(SolutionDir)/TestProjects/Spector/http/parameters/basic -g AzureClientGenerator", |
| 39 | + "commandLineArgs": "$(SolutionDir)/../dist/generator/Microsoft.TypeSpec.Generator.dll $(SolutionDir)/TestProjects/Spector/http/parameters/basic -g AzureStubGenerator", |
40 | 40 | "commandName": "Executable",
|
41 | 41 | "executablePath": "dotnet"
|
42 | 42 | },
|
43 | 43 | "http-parameters-body-optionality": {
|
44 |
| - "commandLineArgs": "$(SolutionDir)/../dist/generator/Microsoft.TypeSpec.Generator.dll $(SolutionDir)/TestProjects/Spector/http/parameters/body-optionality -g AzureClientGenerator", |
| 44 | + "commandLineArgs": "$(SolutionDir)/../dist/generator/Microsoft.TypeSpec.Generator.dll $(SolutionDir)/TestProjects/Spector/http/parameters/body-optionality -g AzureStubGenerator", |
45 | 45 | "commandName": "Executable",
|
46 | 46 | "executablePath": "dotnet"
|
47 | 47 | },
|
48 | 48 | "http-parameters-spread": {
|
49 |
| - "commandLineArgs": "$(SolutionDir)/../dist/generator/Microsoft.TypeSpec.Generator.dll $(SolutionDir)/TestProjects/Spector/http/parameters/spread -g AzureClientGenerator", |
| 49 | + "commandLineArgs": "$(SolutionDir)/../dist/generator/Microsoft.TypeSpec.Generator.dll $(SolutionDir)/TestProjects/Spector/http/parameters/spread -g AzureStubGenerator", |
50 | 50 | "commandName": "Executable",
|
51 | 51 | "executablePath": "dotnet"
|
52 | 52 | },
|
53 | 53 | "http-payload-content-negotiation": {
|
54 |
| - "commandLineArgs": "$(SolutionDir)/../dist/generator/Microsoft.TypeSpec.Generator.dll $(SolutionDir)/TestProjects/Spector/http/payload/content-negotiation -g AzureClientGenerator", |
| 54 | + "commandLineArgs": "$(SolutionDir)/../dist/generator/Microsoft.TypeSpec.Generator.dll $(SolutionDir)/TestProjects/Spector/http/payload/content-negotiation -g AzureStubGenerator", |
55 | 55 | "commandName": "Executable",
|
56 | 56 | "executablePath": "dotnet"
|
57 | 57 | },
|
58 | 58 | "http-payload-json-merge-patch": {
|
59 |
| - "commandLineArgs": "$(SolutionDir)/../dist/generator/Microsoft.TypeSpec.Generator.dll $(SolutionDir)/TestProjects/Spector/http/payload/json-merge-patch -g AzureClientGenerator", |
| 59 | + "commandLineArgs": "$(SolutionDir)/../dist/generator/Microsoft.TypeSpec.Generator.dll $(SolutionDir)/TestProjects/Spector/http/payload/json-merge-patch -g AzureStubGenerator", |
60 | 60 | "commandName": "Executable",
|
61 | 61 | "executablePath": "dotnet"
|
62 | 62 | },
|
63 | 63 | "http-payload-media-type": {
|
64 |
| - "commandLineArgs": "$(SolutionDir)/../dist/generator/Microsoft.TypeSpec.Generator.dll $(SolutionDir)/TestProjects/Spector/http/payload/media-type -g AzureClientGenerator", |
| 64 | + "commandLineArgs": "$(SolutionDir)/../dist/generator/Microsoft.TypeSpec.Generator.dll $(SolutionDir)/TestProjects/Spector/http/payload/media-type -g AzureStubGenerator", |
65 | 65 | "commandName": "Executable",
|
66 | 66 | "executablePath": "dotnet"
|
67 | 67 | },
|
68 | 68 | "http-serialization-encoded-name-json": {
|
69 |
| - "commandLineArgs": "$(SolutionDir)/../dist/generator/Microsoft.TypeSpec.Generator.dll $(SolutionDir)/TestProjects/Spector/http/serialization/encoded-name/json -g AzureClientGenerator", |
| 69 | + "commandLineArgs": "$(SolutionDir)/../dist/generator/Microsoft.TypeSpec.Generator.dll $(SolutionDir)/TestProjects/Spector/http/serialization/encoded-name/json -g AzureStubGenerator", |
70 | 70 | "commandName": "Executable",
|
71 | 71 | "executablePath": "dotnet"
|
72 | 72 | },
|
73 | 73 | "http-server-endpoint-not-defined": {
|
74 |
| - "commandLineArgs": "$(SolutionDir)/../dist/generator/Microsoft.TypeSpec.Generator.dll $(SolutionDir)/TestProjects/Spector/http/server/endpoint/not-defined -g AzureClientGenerator", |
| 74 | + "commandLineArgs": "$(SolutionDir)/../dist/generator/Microsoft.TypeSpec.Generator.dll $(SolutionDir)/TestProjects/Spector/http/server/endpoint/not-defined -g AzureStubGenerator", |
75 | 75 | "commandName": "Executable",
|
76 | 76 | "executablePath": "dotnet"
|
77 | 77 | },
|
78 | 78 | "http-server-path-single": {
|
79 |
| - "commandLineArgs": "$(SolutionDir)/../dist/generator/Microsoft.TypeSpec.Generator.dll $(SolutionDir)/TestProjects/Spector/http/server/path/single -g AzureClientGenerator", |
| 79 | + "commandLineArgs": "$(SolutionDir)/../dist/generator/Microsoft.TypeSpec.Generator.dll $(SolutionDir)/TestProjects/Spector/http/server/path/single -g AzureStubGenerator", |
80 | 80 | "commandName": "Executable",
|
81 | 81 | "executablePath": "dotnet"
|
82 | 82 | },
|
83 | 83 | "http-server-versions-not-versioned": {
|
84 |
| - "commandLineArgs": "$(SolutionDir)/../dist/generator/Microsoft.TypeSpec.Generator.dll $(SolutionDir)/TestProjects/Spector/http/server/versions/not-versioned -g AzureClientGenerator", |
| 84 | + "commandLineArgs": "$(SolutionDir)/../dist/generator/Microsoft.TypeSpec.Generator.dll $(SolutionDir)/TestProjects/Spector/http/server/versions/not-versioned -g AzureStubGenerator", |
85 | 85 | "commandName": "Executable",
|
86 | 86 | "executablePath": "dotnet"
|
87 | 87 | },
|
88 | 88 | "http-special-headers-conditional-request": {
|
89 |
| - "commandLineArgs": "$(SolutionDir)/../dist/generator/Microsoft.TypeSpec.Generator.dll $(SolutionDir)/TestProjects/Spector/http/special-headers/conditional-request -g AzureClientGenerator", |
| 89 | + "commandLineArgs": "$(SolutionDir)/../dist/generator/Microsoft.TypeSpec.Generator.dll $(SolutionDir)/TestProjects/Spector/http/special-headers/conditional-request -g AzureStubGenerator", |
90 | 90 | "commandName": "Executable",
|
91 | 91 | "executablePath": "dotnet"
|
92 | 92 | },
|
93 | 93 | "http-special-headers-repeatability": {
|
94 |
| - "commandLineArgs": "$(SolutionDir)/../dist/generator/Microsoft.TypeSpec.Generator.dll $(SolutionDir)/TestProjects/Spector/http/special-headers/repeatability -g AzureClientGenerator", |
| 94 | + "commandLineArgs": "$(SolutionDir)/../dist/generator/Microsoft.TypeSpec.Generator.dll $(SolutionDir)/TestProjects/Spector/http/special-headers/repeatability -g AzureStubGenerator", |
95 | 95 | "commandName": "Executable",
|
96 | 96 | "executablePath": "dotnet"
|
97 | 97 | },
|
98 | 98 | "http-special-words": {
|
99 |
| - "commandLineArgs": "$(SolutionDir)/../dist/generator/Microsoft.TypeSpec.Generator.dll $(SolutionDir)/TestProjects/Spector/http/special-words -g AzureClientGenerator", |
| 99 | + "commandLineArgs": "$(SolutionDir)/../dist/generator/Microsoft.TypeSpec.Generator.dll $(SolutionDir)/TestProjects/Spector/http/special-words -g AzureStubGenerator", |
100 | 100 | "commandName": "Executable",
|
101 | 101 | "executablePath": "dotnet"
|
102 | 102 | },
|
103 | 103 | "http-streaming-jsonl": {
|
104 |
| - "commandLineArgs": "$(SolutionDir)/../dist/generator/Microsoft.TypeSpec.Generator.dll $(SolutionDir)/TestProjects/Spector/http/streaming/jsonl -g AzureClientGenerator", |
| 104 | + "commandLineArgs": "$(SolutionDir)/../dist/generator/Microsoft.TypeSpec.Generator.dll $(SolutionDir)/TestProjects/Spector/http/streaming/jsonl -g AzureStubGenerator", |
105 | 105 | "commandName": "Executable",
|
106 | 106 | "executablePath": "dotnet"
|
107 | 107 | },
|
108 | 108 | "http-type-enum-fixed": {
|
109 |
| - "commandLineArgs": "$(SolutionDir)/../dist/generator/Microsoft.TypeSpec.Generator.dll $(SolutionDir)/TestProjects/Spector/http/type/enum/fixed -g AzureClientGenerator", |
| 109 | + "commandLineArgs": "$(SolutionDir)/../dist/generator/Microsoft.TypeSpec.Generator.dll $(SolutionDir)/TestProjects/Spector/http/type/enum/fixed -g AzureStubGenerator", |
110 | 110 | "commandName": "Executable",
|
111 | 111 | "executablePath": "dotnet"
|
112 | 112 | },
|
113 | 113 | "http-type-model-empty": {
|
114 |
| - "commandLineArgs": "$(SolutionDir)/../dist/generator/Microsoft.TypeSpec.Generator.dll $(SolutionDir)/TestProjects/Spector/http/type/model/empty -g AzureClientGenerator", |
| 114 | + "commandLineArgs": "$(SolutionDir)/../dist/generator/Microsoft.TypeSpec.Generator.dll $(SolutionDir)/TestProjects/Spector/http/type/model/empty -g AzureStubGenerator", |
115 | 115 | "commandName": "Executable",
|
116 | 116 | "executablePath": "dotnet"
|
117 | 117 | },
|
118 | 118 | "http-type-model-inheritance-nested-discriminator": {
|
119 |
| - "commandLineArgs": "$(SolutionDir)/../dist/generator/Microsoft.TypeSpec.Generator.dll $(SolutionDir)/TestProjects/Spector/http/type/model/inheritance/nested-discriminator -g AzureClientGenerator", |
| 119 | + "commandLineArgs": "$(SolutionDir)/../dist/generator/Microsoft.TypeSpec.Generator.dll $(SolutionDir)/TestProjects/Spector/http/type/model/inheritance/nested-discriminator -g AzureStubGenerator", |
120 | 120 | "commandName": "Executable",
|
121 | 121 | "executablePath": "dotnet"
|
122 | 122 | },
|
123 | 123 | "http-type-model-inheritance-not-discriminated": {
|
124 |
| - "commandLineArgs": "$(SolutionDir)/../dist/generator/Microsoft.TypeSpec.Generator.dll $(SolutionDir)/TestProjects/Spector/http/type/model/inheritance/not-discriminated -g AzureClientGenerator", |
| 124 | + "commandLineArgs": "$(SolutionDir)/../dist/generator/Microsoft.TypeSpec.Generator.dll $(SolutionDir)/TestProjects/Spector/http/type/model/inheritance/not-discriminated -g AzureStubGenerator", |
125 | 125 | "commandName": "Executable",
|
126 | 126 | "executablePath": "dotnet"
|
127 | 127 | },
|
128 | 128 | "http-type-model-inheritance-recursive": {
|
129 |
| - "commandLineArgs": "$(SolutionDir)/../dist/generator/Microsoft.TypeSpec.Generator.dll $(SolutionDir)/TestProjects/Spector/http/type/model/inheritance/recursive -g AzureClientGenerator", |
| 129 | + "commandLineArgs": "$(SolutionDir)/../dist/generator/Microsoft.TypeSpec.Generator.dll $(SolutionDir)/TestProjects/Spector/http/type/model/inheritance/recursive -g AzureStubGenerator", |
130 | 130 | "commandName": "Executable",
|
131 | 131 | "executablePath": "dotnet"
|
132 | 132 | },
|
133 | 133 | "http-type-model-inheritance-single-discriminator": {
|
134 |
| - "commandLineArgs": "$(SolutionDir)/../dist/generator/Microsoft.TypeSpec.Generator.dll $(SolutionDir)/TestProjects/Spector/http/type/model/inheritance/single-discriminator -g AzureClientGenerator", |
| 134 | + "commandLineArgs": "$(SolutionDir)/../dist/generator/Microsoft.TypeSpec.Generator.dll $(SolutionDir)/TestProjects/Spector/http/type/model/inheritance/single-discriminator -g AzureStubGenerator", |
135 | 135 | "commandName": "Executable",
|
136 | 136 | "executablePath": "dotnet"
|
137 | 137 | },
|
138 | 138 | "http-type-model-usage": {
|
139 |
| - "commandLineArgs": "$(SolutionDir)/../dist/generator/Microsoft.TypeSpec.Generator.dll $(SolutionDir)/TestProjects/Spector/http/type/model/usage -g AzureClientGenerator", |
| 139 | + "commandLineArgs": "$(SolutionDir)/../dist/generator/Microsoft.TypeSpec.Generator.dll $(SolutionDir)/TestProjects/Spector/http/type/model/usage -g AzureStubGenerator", |
140 | 140 | "commandName": "Executable",
|
141 | 141 | "executablePath": "dotnet"
|
142 | 142 | },
|
143 | 143 | "http-type-model-visibility": {
|
144 |
| - "commandLineArgs": "$(SolutionDir)/../dist/generator/Microsoft.TypeSpec.Generator.dll $(SolutionDir)/TestProjects/Spector/http/type/model/visibility -g AzureClientGenerator", |
| 144 | + "commandLineArgs": "$(SolutionDir)/../dist/generator/Microsoft.TypeSpec.Generator.dll $(SolutionDir)/TestProjects/Spector/http/type/model/visibility -g AzureStubGenerator", |
145 | 145 | "commandName": "Executable",
|
146 | 146 | "executablePath": "dotnet"
|
147 | 147 | },
|
148 | 148 | "http-type-property-nullable": {
|
149 |
| - "commandLineArgs": "$(SolutionDir)/../dist/generator/Microsoft.TypeSpec.Generator.dll $(SolutionDir)/TestProjects/Spector/http/type/property/nullable -g AzureClientGenerator", |
| 149 | + "commandLineArgs": "$(SolutionDir)/../dist/generator/Microsoft.TypeSpec.Generator.dll $(SolutionDir)/TestProjects/Spector/http/type/property/nullable -g AzureStubGenerator", |
150 | 150 | "commandName": "Executable",
|
151 | 151 | "executablePath": "dotnet"
|
152 | 152 | }
|
|
0 commit comments