-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into dev-keyvault-Microsoft.KeyVault-2020-04-01…
…-preview
- Loading branch information
Showing
7,269 changed files
with
911,116 additions
and
40,427 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
schedules: | ||
- cron: "0 0 * * *" | ||
displayName: Daily build | ||
branches: | ||
include: | ||
- master | ||
always: true | ||
|
||
pool: | ||
vmImage: 'Ubuntu-16.04' | ||
|
||
variables: | ||
IMAGE_TAG_PREFIX: $[format('1.0.{0:HHm}', pipeline.startTime)] | ||
|
||
steps: | ||
- task: Docker@2 | ||
displayName: Login to production ACR | ||
inputs: | ||
command: login | ||
containerRegistry: $(CONTAINER_REGISTRY_SERVICE_CONNECTION) | ||
|
||
- task: Docker@2 | ||
displayName: Login to dogfood ACR | ||
inputs: | ||
command: login | ||
containerRegistry: $(DOGFOOD_CONTAINER_REGISTRY_SERVICE_CONNECTION) | ||
|
||
- task: CopyFiles@2 | ||
inputs: | ||
SourceFolder: $(Build.SourcesDirectory) | ||
contents: .git/** | ||
targetFolder: $(Build.SourcesDirectory)/scripts/datacontainer | ||
|
||
- task: Docker@2 | ||
displayName: Build and Push | ||
inputs: | ||
command: buildAndPush | ||
Dockerfile: scripts/datacontainer/Dockerfile | ||
repository: $(CONTAINER_REGISTRY_REPOSITORY_NAME) | ||
tags: | | ||
latest | ||
$(IMAGE_TAG_PREFIX)$(Build.BuildNumber) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,28 @@ | ||
### Latest improvements: | ||
<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. | ||
</i><br> | ||
</i> | ||
|
||
### Contribution checklist: | ||
- [ ] I have reviewed the [documentation](https://github.com/Azure/adx-documentation-pr/wiki/Overall-basic-flow) for the workflow. | ||
- [ ] [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. | ||
- [ ] The [OpenAPI Hub](https://aka.ms/openapiportal) was used for checking validation status and next steps. | ||
- [ ] I commit to follow the [Breaking Change Policy](http://aka.ms/bcforapi) of “no breaking changes | ||
- [ ] I have reviewed the [documentation](https://aka.ms/ameonboard) for the workflow. | ||
- [ ] [Validation tools](https://aka.ms/swaggertools) were run on swagger spec(s) and errors have all been fixed in this PR. [How to fix?](https://aka.ms/ci-fix) | ||
|
||
If any further question about AME onboarding or validation tools, please view the [FAQ](https://aka.ms/faqinprreview). | ||
|
||
### ARM API Review Checklist | ||
- [ ] Service team MUST add the "WaitForARMFeedback" label if the management plane API changes fall into one of the below categories. | ||
- adding/removing APIs. | ||
- adding/removing properties. | ||
- adding/removing API-version. | ||
- adding a new service in Azure. | ||
- [ ] Ensure to check this box if one of the following scenarios meet updates in the PR, so that label “WaitForARMFeedback” will be added automatically to involve ARM API Review. Failure to comply may result in delays for manifest application. Note this does not apply to data plane APIs, all “removals” and “adding a new property” no more require ARM API review. | ||
- Adding new API(s) | ||
- Adding a new API version | ||
- Adding a new service | ||
|
||
- [ ] If you are blocked on ARM review and want to get the PR merged with urgency, please get the ARM oncall for reviews (*RP Manifest Approvers* team under <ins>Azure Resource Manager service</ins>) from IcM and reach out to them. | ||
|
||
### Breaking Change Review Checklist | ||
If there are following updates in the PR, ensure to request an approval from API Review Board as defined in the [Breaking Change Policy](http://aka.ms/bcforapi). | ||
|
||
- [ ] Removing API(s) in stable version | ||
- [ ] Removing properties in stable version | ||
- [ ] Removing API version(s) in stable version | ||
- [ ] Updating API in stable version with Breaking Change Validation errors | ||
- [ ] Updating API(s) in preview over 1 year | ||
|
||
Failure to comply may result in delays for manifest application. Note this does not apply to data plane APIs. | ||
- [ ] 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. | ||
Please follow the link to find more details on [API review process](https://armwiki.azurewebsites.net/rp_onboarding/ResourceProviderOnboardingAPIRevieworkflow.html). | ||
Please follow the link to find more details on [PR review process](https://aka.ms/SwaggerPRReview). |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
--- | ||
- rule: | ||
booleanFilterExpression: "needs-triage" | ||
assignees: | ||
- yungezz | ||
- erich-wang | ||
- NullMDR | ||
- raych1 | ||
- lirenhe | ||
- weidongxu-microsoft | ||
- ArcturusZhang | ||
- xccc-msft | ||
- ChenTanyi | ||
- fengzhou-msft | ||
- njuCZ | ||
- akning-ms | ||
- markcowl | ||
- leni-msft | ||
- qianwens | ||
- ruowan | ||
- MyronFanQiu | ||
- jianyexi |
Oops, something went wrong.