Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…into formrecognizer_regeneration

* 'master' of https://github.com/Azure/azure-rest-api-specs: (545 commits)
  Changes for new api version sdk generate (Azure#10685)
  Update batch sdk comments (Azure#10517)
  Dev StreamAnalytics 2017-04-01-preview version for streaming job and 2020-03-01-preview version for dedicated cluster (Azure#10673)
  Bump node-fetch from 2.6.0 to 2.6.1 in /.azure-pipelines-preproduction (Azure#10762)
  Spark Compute Isolation enabled (Azure#10726)
  [Hub Generated] Review request for Microsoft.BareMetalInfrastructure to add version preview/2020-08-06-preview (Azure#10677)
  PostgreSQL Flexible Server New API Swagger Changes (Azure#10586)
  Bump node-fetch from 2.6.0 to 2.6.1 (Azure#10760)
  Swagger changes. Remove weekly and monthly options from replicationSchedule enum (Azure#10752)
  modify description of properties to be self consistent (Azure#10711)
  Adding ComputeInstance to preview swagger (Azure#10654)
  remove unsupported reversproxy and useTestExtension (Azure#10728)
  Dev deviceprovisioningservices microsoft.devices 2020 09 01 preview (Azure#10735)
  FR v2.1-preview.1 update (Azure#10747)
  ServiceBus : Swagger Split and Added PrivateEndPointConnection API (Azure#10071)
  Eventhub: Added PrivateEndpointConnection API (Azure#10635)
  codegen onboard df for cli (Azure#8531)
  Update swagger for outbound public ip feature (Azure#10713)
  2020-09-01-hybrid profile for AzureStack (Azure#10295)
  Update pull_request_assignment.yml (Azure#10724)
  ...
  • Loading branch information
iscai-msft committed Sep 11, 2020
2 parents 1b577b9 + faf8e1c commit 9cb26a8
Show file tree
Hide file tree
Showing 4,848 changed files with 615,927 additions and 37,929 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
18 changes: 9 additions & 9 deletions .azure-pipelines-preproduction/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion .azure-pipelines-preproduction/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
"ts-node": "^8.1.0",
"tslib": "^1.10.0",
"typescript": "3.5.3",
"prettier": "^1.18.2"
"prettier": "^1.18.2",
"minimist": "^1.2.3"
},
"homepage": "https://github.com/azure/azure-rest-api-specs",
"repository": {
Expand Down
13 changes: 0 additions & 13 deletions .azure-pipelines/BreakingChange.yml

This file was deleted.

13 changes: 11 additions & 2 deletions .azure-pipelines/SDKAutomation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ jobs:

variables:
NODE_OPTIONS: '--max-old-space-size=8192'
BLOB_STORAGE_PREFIX: sdkautomation-pipeline
SPEC_REPO: $(Build.Repository.Name)
PR_NUMBER: $(System.PullRequest.PullRequestNumber)
BUILD_ID: $(Build.BuildId)
Expand All @@ -42,6 +41,9 @@ jobs:
SDK_REPO_NAME: azure-sdk-for-go
Trenton:
SDK_REPO_NAME: azure-sdk-for-trenton
${{ if eq(variables['ENABLE_RESOURCE_MANAGER_SCHEMAS'], 'true') }}:
Schema:
SDK_REPO_NAME: azure-resource-manager-schemas
steps:
- checkout: none
- script: |
Expand All @@ -62,13 +64,16 @@ jobs:
displayName: Pull SDK Automation Image
- script: |
docker run \
-e BLOB_PROXY_PREFIX \
-e BLOB_STORAGE_PREFIX \
-e BLOB_STORAGE_IS_PUBLIC \
-e BLOB_DOWNLOAD_COMMAND \
-e BLOB_STORAGE_NAME \
-e BLOB_STORAGE_KEY \
-e GITHUB_COMMENT_AUTHOR_NAME \
-e GITHUBAPP_ID \
-e GITHUBAPP_PRIVATE_KEY \
-e NODE_OPTIONS \
-e BLOB_STORAGE_PREFIX \
-e SPEC_REPO \
-e PR_NUMBER \
-e SDK_REPO_NAME \
Expand All @@ -78,6 +83,10 @@ jobs:
env:
BLOB_STORAGE_NAME: $(blob-storage-name)
BLOB_STORAGE_KEY: $(blob-storage-key)
BLOB_STORAGE_PREFIX: $(blob-storage-prefix)
BLOB_PROXY_PREFIX: $(blob-proxy-prefix)
BLOB_STORAGE_IS_PUBLIC: $(blob-is-public)
BLOB_DOWNLOAD_COMMAND: $(blob-download-command)
GITHUB_COMMENT_AUTHOR_NAME: $(github-comment-author-name)
GITHUBAPP_ID: $(githubapp-id)
GITHUBAPP_PRIVATE_KEY: $(githubapp-private-key)
Expand Down
42 changes: 42 additions & 0 deletions .azure-pipelines/azure-pipelines-data-container.yml
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)
26 changes: 17 additions & 9 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,27 @@
</i>

### Contribution checklist:
- [ ] 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 have all been fixed in this PR. [How to fix?](https://aka.ms/ci-fix)
- [ ] [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

<i>Failure to comply may result in delays for manifest application. Note this does not apply to data plane APIs.</i>
- [ ] 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.

- [ ] 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://aka.ms/SwaggerPRReview).
### 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

Please follow the link to find more details on [PR review process](https://aka.ms/SwaggerPRReview).
154 changes: 0 additions & 154 deletions .github/assignment.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/issue_assignment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
booleanFilterExpression: "needs-triage"
assignees:
- yungezz
- zikalino
- erich-wang
- NullMDR
- raych1
Expand All @@ -20,3 +19,4 @@
- qianwens
- ruowan
- MyronFanQiu
- jianyexi
5 changes: 3 additions & 2 deletions .github/pull_request_assignment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
paths:
- "specification/network/**"
reviewers:
- lirenhe
- MyronFanQiu
- lirenhe

- rule:
paths:
Expand Down Expand Up @@ -96,6 +96,7 @@
- rule:
paths:
- "specification/mixedreality/**"
- "specification/hdinsight/**"
reviewers:
- leni-msft

Expand Down Expand Up @@ -136,7 +137,6 @@
- "**"
reviewers:
- yungezz
- zikalino
- erich-wang
- NullMDR
- raych1
Expand All @@ -152,3 +152,4 @@
- leni-msft
- qianwens
- ruowan
- jianyexi
Loading

0 comments on commit 9cb26a8

Please sign in to comment.