Skip to content

Commit bf40356

Browse files
committed
fix directive rank
1 parent 345bc0f commit bf40356

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

src/Websites/Websites.Autorest/README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)