File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
src/Websites/Websites.Autorest Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -215,6 +215,14 @@ directive:
215215 subject : CustomDomain
216216 remove : true
217217
218+ - where :
219+ verb : Test
220+ variant : ^Validate$|^ValidateViaIdentity$
221+ # We got to keep the Create variant of CustomDomain because it's special that it doesn't have a
222+ # CreateExpanded variant, because the only parameters are all in URL rather than request body
223+ subject : CustomDomain
224+ remove : true
225+
218226 - where :
219227 verb : New
220228 subject : ^$
@@ -227,14 +235,6 @@ directive:
227235 variant : ^Update$|^UpdateViaIdentity$
228236 remove : true
229237
230- - where :
231- verb : Test
232- variant : ^Validate$|^ValidateViaIdentity$
233- # We got to keep the Create variant of CustomDomain because it's special that it doesn't have a
234- # CreateExpanded variant, because the only parameters are all in URL rather than request body
235- subject : CustomDomain
236- remove : true
237-
238238 - where :
239239 verb : Reset
240240 subject : ApiKey
You can’t perform that action at this time.
0 commit comments