@@ -6,13 +6,13 @@ Please understand this diagram before proceeding. It explains how to get your PR
6
6
7
7
![ diagram] ( https://github.com/Azure/azure-rest-api-specs/assets/4429827/b321e1dc-5e07-4940-9cd6-a65ac6729a8b )
8
8
9
- [ 1] [ public repo review queue] , [ private repo review queue ]
9
+ [ 1] [ ARM review queue] (for ** merge ** queues, see [ 4 ] )
10
10
The PRs are processed by time opened, ascending. Your PR may show up on 2nd or later page.
11
11
If you addressed Step 1 from the diagram and your PR is not showing up in the queue, ensure the label ` ARMChangesRequested `
12
12
is removed from your PR. This should cause the label ` WaitForARMFeedback ` to be added.
13
13
[ 2] https://aka.ms/azsdk/support/specreview-channel
14
14
[ 3] [ List of SDK breaking changes approvers] in pinned Teams announcement
15
- [ 4] [ public repo merge queue] , [ private repo merge queue]
15
+ [ 4] [ public repo merge queue] , [ private repo merge queue] (for ** ARM review ** queue, [ 1 ] )
16
16
17
17
If you need further help with anything, see ` Getting help ` section below.
18
18
@@ -59,8 +59,7 @@ and followed the instructions by checking all the boxes:
59
59
and https://aka.ms/ci-fix .
60
60
- If the help provided by the previous points is not enough, post to https://aka.ms/azsdk/support/specreview-channel and link to this PR.
61
61
62
- [ public repo review queue ] : https://github.com/Azure/azure-rest-api-specs/pulls?q=is%3Aopen+is%3Apr+label%3AWaitForARMFeedback+-label%3AIDCDevDiv+draft%3Afalse+sort%3Acreated-asc
63
- [ private repo review queue ] : https://github.com/Azure/azure-rest-api-specs-pr/pulls?q=is%3Aopen+is%3Apr+label%3AWaitForARMFeedback+-label%3AIDCDevDiv+draft%3Afalse+sort%3Acreated-asc
62
+ [ ARM review queue ] : https://github.com/search?q=org%3AAzure+is%3Apr+is%3Aopen+label%3AWaitForARMFeedback+-label%3AIDCDevDiv++draft%3Afalse+sort%3Acreated-asc+&type=pullrequests
64
63
[ List of SDK breaking changes approvers ] :
https://teams.microsoft.com/l/message/19:[email protected] /1689115217750?tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47&groupId=3e17dcb0-4257-4a30-b843-77f47f1d4121&parentMessageId=1689115217750&teamName=Azure%20SDK&channelName=API%20Spec%20Review&createdTime=1689115217750
65
64
[ public repo merge queue ] : https://github.com/Azure/azure-rest-api-specs/pulls?q=is%3Aopen+is%3Apr+label%3AMergeRequested+draft%3Afalse+sort%3Acreated-asc
66
65
[ private repo merge queue ] : https://github.com/Azure/azure-rest-api-specs-pr/pulls?q=is%3Aopen+is%3Apr+label%3AMergeRequested+-label%3AApproved-OkToMerge+draft%3Afalse+sort%3Acreated-asc
0 commit comments