-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'Azure:master' into ApigeeConnector
- Loading branch information
Showing
1,037 changed files
with
70,361 additions
and
33,443 deletions.
There are no files selected for viewing
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 |
---|---|---|
|
@@ -9,9 +9,17 @@ on: | |
jobs: | ||
ContentValidations: | ||
runs-on: ubuntu-latest | ||
env: | ||
REPO_OWNER: ${{ github.event.pull_request.base.repo.owner.login }} | ||
REPO_NAME: ${{ github.event.pull_request.base.repo.name }} | ||
PRNUM: ${{ github.event.pull_request.number }} | ||
GITHUBAPPID: ${{ secrets.APPLICATION_ID }} | ||
GITHUBAPPINSTALLATIONID: ${{ secrets.APPLICATION_INSTALLATION_ID }} | ||
GITHUBAPPPRIVATEKEY: ${{ secrets.APPLICATION_PRIVATE_KEY }} | ||
SYSTEM_PULLREQUEST_ISFORK: ${{ github.event.pull_request.head.repo.fork }} | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- run: npm install -g [email protected].15;which npm;npm -v | ||
- run: npm install -g [email protected].18;which npm;npm -v | ||
- name: npm install | ||
run: npm install | ||
- name: File Content Validations | ||
|
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 |
---|---|---|
|
@@ -9,9 +9,17 @@ on: | |
jobs: | ||
DataConnectorValidations: | ||
runs-on: ubuntu-latest | ||
env: | ||
REPO_OWNER: ${{ github.event.pull_request.base.repo.owner.login }} | ||
REPO_NAME: ${{ github.event.pull_request.base.repo.name }} | ||
PRNUM: ${{ github.event.pull_request.number }} | ||
GITHUBAPPID: ${{ secrets.APPLICATION_ID }} | ||
GITHUBAPPINSTALLATIONID: ${{ secrets.APPLICATION_INSTALLATION_ID }} | ||
GITHUBAPPPRIVATEKEY: ${{ secrets.APPLICATION_PRIVATE_KEY }} | ||
SYSTEM_PULLREQUEST_ISFORK: ${{ github.event.pull_request.head.repo.fork }} | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- run: npm install -g [email protected].15;which npm;npm -v | ||
- run: npm install -g [email protected].18;which npm;npm -v | ||
- name: npm install | ||
run: npm install | ||
- name: Data Connector Validations | ||
|
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 |
---|---|---|
|
@@ -9,9 +9,17 @@ on: | |
jobs: | ||
DetectionsValidations: | ||
runs-on: ubuntu-latest | ||
env: | ||
REPO_OWNER: ${{ github.event.pull_request.base.repo.owner.login }} | ||
REPO_NAME: ${{ github.event.pull_request.base.repo.name }} | ||
PRNUM: ${{ github.event.pull_request.number }} | ||
GITHUBAPPID: ${{ secrets.APPLICATION_ID }} | ||
GITHUBAPPINSTALLATIONID: ${{ secrets.APPLICATION_INSTALLATION_ID }} | ||
GITHUBAPPPRIVATEKEY: ${{ secrets.APPLICATION_PRIVATE_KEY }} | ||
SYSTEM_PULLREQUEST_ISFORK: ${{ github.event.pull_request.head.repo.fork }} | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- run: npm install -g [email protected].15;which npm;npm -v | ||
- run: npm install -g [email protected].18;which npm;npm -v | ||
- name: npm install | ||
run: npm install | ||
- name: Id Change Validation | ||
|
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 |
---|---|---|
|
@@ -9,9 +9,17 @@ on: | |
jobs: | ||
DocumentsLinkValidation: | ||
runs-on: ubuntu-latest | ||
env: | ||
REPO_OWNER: ${{ github.event.pull_request.base.repo.owner.login }} | ||
REPO_NAME: ${{ github.event.pull_request.base.repo.name }} | ||
PRNUM: ${{ github.event.pull_request.number }} | ||
GITHUBAPPID: ${{ secrets.APPLICATION_ID }} | ||
GITHUBAPPINSTALLATIONID: ${{ secrets.APPLICATION_INSTALLATION_ID }} | ||
GITHUBAPPPRIVATEKEY: ${{ secrets.APPLICATION_PRIVATE_KEY }} | ||
SYSTEM_PULLREQUEST_ISFORK: ${{ github.event.pull_request.head.repo.fork }} | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- run: npm install -g [email protected].15;which npm;npm -v | ||
- run: npm install -g [email protected].18;which npm;npm -v | ||
- name: npm install | ||
run: npm install | ||
- name: Documents link locale validation | ||
|
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 |
---|---|---|
|
@@ -9,9 +9,17 @@ on: | |
jobs: | ||
JsonFileValidation: | ||
runs-on: ubuntu-latest | ||
env: | ||
REPO_OWNER: ${{ github.event.pull_request.base.repo.owner.login }} | ||
REPO_NAME: ${{ github.event.pull_request.base.repo.name }} | ||
PRNUM: ${{ github.event.pull_request.number }} | ||
GITHUBAPPID: ${{ secrets.APPLICATION_ID }} | ||
GITHUBAPPINSTALLATIONID: ${{ secrets.APPLICATION_INSTALLATION_ID }} | ||
GITHUBAPPPRIVATEKEY: ${{ secrets.APPLICATION_PRIVATE_KEY }} | ||
SYSTEM_PULLREQUEST_ISFORK: ${{ github.event.pull_request.head.repo.fork }} | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- run: npm install -g [email protected].15;which npm;npm -v | ||
- run: npm install -g [email protected].18;which npm;npm -v | ||
- name: npm install | ||
run: npm install | ||
- name: Json File Syntax Validation | ||
|
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 |
---|---|---|
|
@@ -9,9 +9,17 @@ on: | |
jobs: | ||
logoValidator: | ||
runs-on: ubuntu-latest | ||
env: | ||
REPO_OWNER: ${{ github.event.pull_request.base.repo.owner.login }} | ||
REPO_NAME: ${{ github.event.pull_request.base.repo.name }} | ||
PRNUM: ${{ github.event.pull_request.number }} | ||
GITHUBAPPID: ${{ secrets.APPLICATION_ID }} | ||
GITHUBAPPINSTALLATIONID: ${{ secrets.APPLICATION_INSTALLATION_ID }} | ||
GITHUBAPPPRIVATEKEY: ${{ secrets.APPLICATION_PRIVATE_KEY }} | ||
SYSTEM_PULLREQUEST_ISFORK: ${{ github.event.pull_request.head.repo.fork }} | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- run: npm install -g [email protected].15;which npm;npm -v | ||
- run: npm install -g [email protected].18;which npm;npm -v | ||
- name: npm install | ||
run: npm install | ||
- name: Logo File Validation | ||
|
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 |
---|---|---|
|
@@ -9,9 +9,17 @@ on: | |
jobs: | ||
PlaybooksValidations: | ||
runs-on: ubuntu-latest | ||
env: | ||
REPO_OWNER: ${{ github.event.pull_request.base.repo.owner.login }} | ||
REPO_NAME: ${{ github.event.pull_request.base.repo.name }} | ||
PRNUM: ${{ github.event.pull_request.number }} | ||
GITHUBAPPID: ${{ secrets.APPLICATION_ID }} | ||
GITHUBAPPINSTALLATIONID: ${{ secrets.APPLICATION_INSTALLATION_ID }} | ||
GITHUBAPPPRIVATEKEY: ${{ secrets.APPLICATION_PRIVATE_KEY }} | ||
SYSTEM_PULLREQUEST_ISFORK: ${{ github.event.pull_request.head.repo.fork }} | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- run: npm install -g [email protected].15;which npm;npm -v | ||
- run: npm install -g [email protected].18;which npm;npm -v | ||
- name: npm install | ||
run: npm install | ||
- name: Playbook Validations | ||
|
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 |
---|---|---|
|
@@ -9,9 +9,17 @@ on: | |
jobs: | ||
sampleDataValidator: | ||
runs-on: ubuntu-latest | ||
env: | ||
REPO_OWNER: ${{ github.event.pull_request.base.repo.owner.login }} | ||
REPO_NAME: ${{ github.event.pull_request.base.repo.name }} | ||
PRNUM: ${{ github.event.pull_request.number }} | ||
GITHUBAPPID: ${{ secrets.APPLICATION_ID }} | ||
GITHUBAPPINSTALLATIONID: ${{ secrets.APPLICATION_INSTALLATION_ID }} | ||
GITHUBAPPPRIVATEKEY: ${{ secrets.APPLICATION_PRIVATE_KEY }} | ||
SYSTEM_PULLREQUEST_ISFORK: ${{ github.event.pull_request.head.repo.fork }} | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- run: npm install -g [email protected].15;which npm;npm -v | ||
- run: npm install -g [email protected].18;which npm;npm -v | ||
- name: npm install | ||
run: npm install | ||
- name: Sample Data Validator | ||
|
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 |
---|---|---|
|
@@ -9,9 +9,17 @@ on: | |
jobs: | ||
SolutionValidations: | ||
runs-on: ubuntu-latest | ||
env: | ||
REPO_OWNER: ${{ github.event.pull_request.base.repo.owner.login }} | ||
REPO_NAME: ${{ github.event.pull_request.base.repo.name }} | ||
PRNUM: ${{ github.event.pull_request.number }} | ||
GITHUBAPPID: ${{ secrets.APPLICATION_ID }} | ||
GITHUBAPPINSTALLATIONID: ${{ secrets.APPLICATION_INSTALLATION_ID }} | ||
GITHUBAPPPRIVATEKEY: ${{ secrets.APPLICATION_PRIVATE_KEY }} | ||
SYSTEM_PULLREQUEST_ISFORK: ${{ github.event.pull_request.head.repo.fork }} | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- run: npm install -g [email protected].15;which npm;npm -v | ||
- run: npm install -g [email protected].18;which npm;npm -v | ||
- name: npm install | ||
run: npm install | ||
- name: Solution Validations | ||
|
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 |
---|---|---|
|
@@ -9,9 +9,17 @@ on: | |
jobs: | ||
WorkbooksValidations: | ||
runs-on: ubuntu-latest | ||
env: | ||
REPO_OWNER: ${{ github.event.pull_request.base.repo.owner.login }} | ||
REPO_NAME: ${{ github.event.pull_request.base.repo.name }} | ||
PRNUM: ${{ github.event.pull_request.number }} | ||
GITHUBAPPID: ${{ secrets.APPLICATION_ID }} | ||
GITHUBAPPINSTALLATIONID: ${{ secrets.APPLICATION_INSTALLATION_ID }} | ||
GITHUBAPPPRIVATEKEY: ${{ secrets.APPLICATION_PRIVATE_KEY }} | ||
SYSTEM_PULLREQUEST_ISFORK: ${{ github.event.pull_request.head.repo.fork }} | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- run: npm install -g [email protected].15;which npm;npm -v | ||
- run: npm install -g [email protected].18;which npm;npm -v | ||
- name: npm install | ||
run: npm install | ||
- name: Workbooks Metadata Validations | ||
|
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 |
---|---|---|
|
@@ -9,9 +9,17 @@ on: | |
jobs: | ||
WorkbooksTemplateValidations: | ||
runs-on: ubuntu-latest | ||
env: | ||
REPO_OWNER: ${{ github.event.pull_request.base.repo.owner.login }} | ||
REPO_NAME: ${{ github.event.pull_request.base.repo.name }} | ||
PRNUM: ${{ github.event.pull_request.number }} | ||
GITHUBAPPID: ${{ secrets.APPLICATION_ID }} | ||
GITHUBAPPINSTALLATIONID: ${{ secrets.APPLICATION_INSTALLATION_ID }} | ||
GITHUBAPPPRIVATEKEY: ${{ secrets.APPLICATION_PRIVATE_KEY }} | ||
SYSTEM_PULLREQUEST_ISFORK: ${{ github.event.pull_request.head.repo.fork }} | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- run: npm install -g [email protected].15;which npm;npm -v | ||
- run: npm install -g [email protected].18;which npm;npm -v | ||
- name: npm install | ||
run: npm install | ||
- name: Workbooks Template Validations | ||
|
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 |
---|---|---|
|
@@ -9,11 +9,19 @@ on: | |
jobs: | ||
YamlFileValidation: | ||
runs-on: ubuntu-latest | ||
env: | ||
REPO_OWNER: ${{ github.event.pull_request.base.repo.owner.login }} | ||
REPO_NAME: ${{ github.event.pull_request.base.repo.name }} | ||
PRNUM: ${{ github.event.pull_request.number }} | ||
GITHUBAPPID: ${{ secrets.APPLICATION_ID }} | ||
GITHUBAPPINSTALLATIONID: ${{ secrets.APPLICATION_INSTALLATION_ID }} | ||
GITHUBAPPPRIVATEKEY: ${{ secrets.APPLICATION_PRIVATE_KEY }} | ||
SYSTEM_PULLREQUEST_ISFORK: ${{ github.event.pull_request.head.repo.fork }} | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- run: npm install -g [email protected].15;which npm;npm -v | ||
- run: npm install -g [email protected].18;which npm;npm -v | ||
- name: npm install | ||
run: npm install | ||
- name: YAML File Syntax Validation | ||
run: npm run tsc && node .script/yamlFileValidator.js | ||
run: npm run tsc && node .script/yamlFileValidator.js | ||
|
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
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
Oops, something went wrong.