Skip to content

Commit f904c0e

Browse files
resolved conflicts
2 parents d9fd617 + aec83a3 commit f904c0e

File tree

2,079 files changed

+248182
-9003
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,079 files changed

+248182
-9003
lines changed

.azure-pipelines-preproduction/package-lock.json

Lines changed: 75 additions & 70 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.azure-pipelines-preproduction/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
"description": "Tests for Azure REST API Specifications",
1111
"license": "MIT",
1212
"devDependencies": {
13-
"@azure/avocado": "^0.6.3",
14-
"@azure/rest-api-specs-scripts": "^0.7.2",
13+
"@azure/avocado": "^0.6.4",
14+
"@azure/rest-api-specs-scripts": "^0.9.1",
1515
"@ts-common/commonmark-to-markdown": "^1.2.0",
1616
"@ts-common/fs": "0.2.0",
1717
"@ts-common/iterator": "^0.3.6",

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,20 @@
1-
### Latest improvements:
21
<i>MSFT employees can try out our new experience at <b>[OpenAPI Hub](https://aka.ms/openapiportal) </b> - one location for using our validation tools and finding your workflow.
3-
</i><br>
2+
</i>
3+
44
### Contribution checklist:
5-
- [ ] I have reviewed the [documentation](https://github.com/Azure/adx-documentation-pr/wiki/Overall-basic-flow) for the workflow.
6-
- [ ] [Validation tools](https://github.com/Azure/azure-rest-api-specs/blob/master/documentation/swagger-checklist.md#validation-tools-for-swagger-checklist) were run on swagger spec(s) and have all been fixed in this PR.
7-
- [ ] The [OpenAPI Hub](https://aka.ms/openapiportal) was used for checking validation status and next steps.
5+
- [ ] I have reviewed the [documentation](https://dev.azure.com/azure-sdk/internal/_wiki/wikis/internal.wiki/202/Overall-Process-of-AME-Onboarding) for the workflow.
6+
- [ ] [Validation tools](https://dev.azure.com/azure-sdk/internal/_wiki/wikis/internal.wiki/84/Swagger-Validation-tools) were run on swagger spec(s) and have all been fixed in this PR. [How to fix?](https://github.com/Azure/azure-rest-api-specs/blob/master/documentation/ci-fix.md)
7+
8+
If any further question about AME onboarding or validation tools, please view the [FAQ](https://github.com/Azure/azure-rest-api-specs/blob/master/documentation/FAQ.md).
9+
810
### ARM API Review Checklist
9-
- [ ] Service team MUST add the "WaitForARMFeedback" label if the management plane API changes fall into one of the below categories.
10-
- adding/removing APIs.
11-
- adding/removing properties.
12-
- adding/removing API-version.
13-
- adding a new service in Azure.
11+
- [ ] Service team MUST add the "**WaitForARMFeedback**" label if the management plane API changes fall into one of the below categories.
12+
- adding/removing APIs.
13+
- adding/removing properties.
14+
- adding/removing API-version.
15+
- adding a new service in Azure.
16+
17+
<i>Failure to comply may result in delays for manifest application. Note this does not apply to data plane APIs.</i>
1418

15-
Failure to comply may result in delays for manifest application. Note this does not apply to data plane APIs.
1619
- [ ] If you are blocked on ARM review and want to get the PR merged urgently, please get the ARM oncall for reviews (RP Manifest Approvers team under Azure Resource Manager service) from IcM and reach out to them.
17-
Please follow the link to find more details on [API review process](https://armwiki.azurewebsites.net/rp_onboarding/ResourceProviderOnboardingAPIRevieworkflow.html).
20+
Please follow the link to find more details on [API review process]( https://dev.azure.com/azure-sdk/internal/_wiki/wikis/internal.wiki/212/Swagger-PR-Review).

.github/assignment.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
- yungezz
3131

3232
- rule:
33-
path: "specification/resources/**"
33+
paths: "specification/resources/**"
3434
reviewers:
3535
- raych1
3636

@@ -151,5 +151,4 @@
151151
- markcowl
152152
- leni-msft
153153
- qianwens
154-
- allenjzhang
155154
- ruowan

.github/issue_assignment.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
- rule:
3+
booleanFilterExpression: "needs-triage"
4+
assignees:
5+
- yungezz
6+
- zikalino
7+
- erich-wang
8+
- NullMDR
9+
- raych1
10+
- lirenhe
11+
- weidongxu-microsoft
12+
- ArcturusZhang
13+
- xccc-msft
14+
- ChenTanyi
15+
- fengzhou-msft
16+
- njuCZ
17+
- akning-ms
18+
- markcowl
19+
- leni-msft
20+
- qianwens
21+
- ruowan
22+
- MyronFanQiu

0 commit comments

Comments
 (0)