Skip to content

Commit

Permalink
Merge pull request #5275 from Azure/sergey/fi
Browse files Browse the repository at this point in the history
FI to network
  • Loading branch information
sergey-shandar authored Feb 27, 2019
2 parents 5e09701 + cb5dd9e commit ed6d838
Show file tree
Hide file tree
Showing 215 changed files with 31,221 additions and 43 deletions.
10 changes: 10 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,13 @@ jobs:
echo TRAVIS_PULL_REQUEST_SLUG: $(TRAVIS_PULL_REQUEST_SLUG)
echo TRAVIS_PULL_REQUEST_SHA: $(TRAVIS_PULL_REQUEST_SHA)
echo PR_ONLY: $(PR_ONLY)
displayName: "Info"
- task: Npm@1
displayName: 'npm install'
inputs:
verbose: false
- script: 'npm test -- test/syntax.js'
displayName: 'Syntax validation'

- job: "Semantic"
pool:
Expand All @@ -40,6 +42,7 @@ jobs:
inputs:
verbose: false
- script: 'node scripts/semanticValidation.js'
displayName: 'Semantic Validation'

- job: "ModelValidation"
pool:
Expand All @@ -50,17 +53,20 @@ jobs:
inputs:
verbose: false
- script: 'node scripts/modelValidation.js'
displayName: 'Model Validation'

- job: "BreakingChange"
pool:
vmImage: 'Ubuntu 16.04'
steps:
- script: 'scripts/install-dotnet.sh'
displayName: 'Insall .Net'
- task: Npm@1
displayName: 'npm install'
inputs:
verbose: false
- script: 'node scripts/breaking-change.js'
displayName: 'Breaking Changes'

- job: "LintDiff"
variables:
Expand All @@ -73,9 +79,12 @@ jobs:
inputs:
verbose: false
- script: 'scripts/install-dotnet.sh'
displayName: 'install .Net'
- script: 'node scripts/momentOfTruth.js && node scripts/momentOfTruthPostProcessing.js'
displayName: 'LintDiff'

- job: "SDK"
timeoutInMinutes: 120
strategy:
matrix:
ruby:
Expand All @@ -100,3 +109,4 @@ jobs:
vmImage: 'Ubuntu 16.04'
steps:
- script: "scripts/swagger-to-sdk.sh Azure/$(AZURE_SDK_REPO) -v $(AZURE_SDK_PARAMS)"
displayName: "Swagger to SDK script"
4 changes: 2 additions & 2 deletions profile/2019-03-01-hybrid.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"virtualMachineScaleSets/extensions",
"virtualmachineScaleSets/networkInterfaces",
"virtualMachineScaleSets/virtualMachines",
"virtualMachineScaleSets/virtualMachines/networkInterfaces",
"virtualMachineScaleSets/virtualMachines/networkInterfaces"
],
"2017-03-30": [
"disks",
Expand Down Expand Up @@ -189,4 +189,4 @@
"2017-04-17": []
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,8 @@
"description": "Lock mode.",
"enum": [
"None",
"AllResources"
"AllResourcesReadOnly",
"AllResourcesDoNotDelete"
],
"x-ms-enum": {
"name": "AssignmentLockMode",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"swagger": "2.0",
"info": {
"title": "DataFactoryManagementClient",
"version": "2017-09-01-preview"
"version": "2018-06-01"
},
"paths": {},
"definitions": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"swagger": "2.0",
"info": {
"title": "DataFactoryManagementClient",
"version": "2017-09-01-preview"
"version": "2018-06-01"
},
"paths": {},
"definitions": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"swagger": "2.0",
"info": {
"title": "DataFactoryManagementClient",
"version": "2017-09-01-preview"
"version": "2018-06-01"
},
"paths": {},
"definitions": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"swagger": "2.0",
"info": {
"title": "DataFactoryManagementClient",
"version": "2017-09-01-preview"
"version": "2018-06-01"
},
"paths": {},
"definitions": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"swagger": "2.0",
"info": {
"title": "DataFactoryManagementClient",
"version": "2017-09-01-preview"
"version": "2018-06-01"
},
"paths": {},
"definitions": {
Expand Down Expand Up @@ -275,8 +275,7 @@
"typeProperties"
]
},
"BlobEventsTrigger":
{
"BlobEventsTrigger": {
"description": "Trigger that runs every time a Blob event occurs.",
"type": "object",
"allOf": [
Expand All @@ -285,8 +284,7 @@
}
],
"properties": {
"typeProperties":
{
"typeProperties": {
"description": "Blob Events Trigger properties.",
"x-ms-client-flatten": true,
"properties": {
Expand Down
Loading

0 comments on commit ed6d838

Please sign in to comment.