Skip to content

Commit

Permalink
FI from master branch to network-february-release. (#5262)
Browse files Browse the repository at this point in the history
* DataFactory Swagger Change for SapOpenHub and Rest (#5195)

* DataFactory Swagger Change for SapOpenHub and Rest

* correct indentation

* address comment of REST

* fix syntax issue

* Fix issue with AutoRest

* Add cognitive service AnomalyFinder (#5126)

* add AnomalyFinder swagger json

* AnomalyFinder update swagger json

* add AnomalyFinder readme

* fix file path; change class name;

* make camelCase style

* fix typo; change operationId; remove hard code arg limitation;

* fix type of "sensitivity"; change description of "timestamp";

* Improving secretVersion description (#5220)

* [Cogsvcs] LUIS - add text to simple entity description (#5216)

* Add hwRevision field to HanaInstance definition (#5196)

* [DataFactory] Swagger changes for ADF newly released features: (#5218)

* Swagger changes for ADF newly released features:
1. I can load data from o365 by leveraging the REST endpoint of o365
2. Support copying incremental files based on lastModifiedTime for S3/File/Blob
3. Enable ADLS Gen2 connector as both source & sink
4. Support data migration from MongoDB to CosmosDB (MongoDB API)
5. Make Kusto source/sink better and support Azure Data exploer source/sink
6. Support copy from ADLS Gen1 to ADLS Gen2 with ACL
7. serviceUrl @ S3 linked service
8. I can copy from Dynamics AX
9. AAD OAuth for OData Linked Service
10. I can copy from Oracle Service Cloud and Google Adwords

* fix swagger definetion for MongoDB Srouce cursor method.

* fix Amazon S3 servie url definition

* fix CosmosDbMongoDbApiSink

* Fix several typos

* Add maxConcurrentConnections in CopySource and CopySink

* Node v 10. (#5236)

* Remove API reference of Gender::genderless. (#5188)

* Add an Operations API for Commitment Plan RP (#5222)

* Add an Operations API for Commitment Plan RP

* Add OperationEntityListResult related definitions

* Fix case typo

* Fix tab to spaces

* Fix NewtonSoftJson Issue (#5240)

* Support create pipeline run with recovery mode

* Update description of isLatest

* Update descriptions

* update autorest version to fix CI

* Add suppresses for Machine Learning Commitment Plan RP (#5221)

* typo: datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/ (#5238)

- Adwords -> AdWords
- connectioned to -> for the

* scripts (#5213)

* scripts

* TRAVIS_PULL_REQUEST

* another try

* TRAVIS_PULL_REQUEST_SLUG

* TRAVIS_REPO_SLUG

* Swagger to SDK

* linter and ruby

* not really a slug

* pool

* indent

* strange

* URI

* env vars

* uri

* env var

* TRAVIS_PULL_REQUEST_SLUG

* matrix

* Azure OpenAPI name

* linter: autorest fix

* error handling and PR_ONLY = true

* syntax

* pipelines.

* job name

* job name

* Names

* params, no getStatus.js

* No CI, only PR validations.

* displayName

* revert back

* no need to show vars

* Fix for lintdiff tool memory issue. (#5246)

* node options

* correct NODE_OPTIONS

* lintdiff travis-ci

* 2019 Azure Stack hybrid Profile. (#5212)

* 2019 Azure Stack hybrid Profile.

* fixing changes for profile

* remove space

* formatted profile

* [Azure Search] Add Suggest and Index APIs to data plane Swagger spec (#5219)

* Renaming Search|SuggestParametersPayload to *Request and making them internal

Made AutocompleteRequest internal too, and fixed some incorrect comments.

* Adding Suggest API to the Azure Search data plane spec

* Fixing validation error in Suggest example

* Adding Index API to the Azure Search data plane spec

* Make example names consistent

* Adding new properties to Databricks LS and custom activity (#5214)

* typo: instantitate -> instantiate (#5251)

* Users/laramume/addv2.1 swagger (#5187)

* updated model names in preview version to be consistent with stable version to avoid breaking changes in client side code

* changed swagger files

* added v2.1 swagger

* added v2.1 swagger

* added v2.1 swagger

* added v2.1 swagger

* added v2.1 swagger

* resolved PR comments

* Update swagger file and examples with time zone parameter (#5224)

* Update swagger documetation to mark Collation property as writable.

Change Managed Instance collation property from read only to read and create.
Add collation to properties section in ManagedInstanceCreateMax example.

VSTS task: 12336257

* Remove 'cosmetics' from swagger.

* Remove comma as redundant

* Return to the initial, generated state.

* Update swagger file and examples with time zone parameter

* Minor (but improtant) changes in Azure DevOps pipeline. (#5253)

* empty parameters

* TRAVIS_BRANCH

* target branch

* trying to set env var

* use shell

* info

* more info

* Pull Request Number

* [Ready to MERGE] Swagger for Tenant Properties API (#5038)

* added swagger for Tenant Properties

added swagger for Tenant Properties

* Fixed camel casing in billing.json file

Fixed camel casing in billing.json file

* Update billing.json

* changes in DiscoverTenants contracts

changes in DiscoverTenants contracts

* billing.Json trim blank space

billing.Json trim blank space

* Update billing.json

* removal of plural name

removal of plural name

* Updating the route

Updating the route as per suggestion

* Moved Swagger for Discover Tenants from billing to consumption

Moved Swagger for Discover Tenants from billing to consumption

* Change in Namespace followed by one additional parameter "billingAccountId"

Change in Namespace followed by one additional parameter "billingAccountId"

* Change of method name from discoverTenants to tanants.

Change of method name from discoverTenants to tanants.

* changes ion response type

changes ion response type

* added name after Id. Code review implementation

added name after Id. Code review implementation

* Add JavaScript/TypeScript generation details to resource-manager/netapp (#5261)

* Azure Security Center - break-to-composite v1 (#5197)

* Azure Security Center - break-to-composite v1

* Azure Security Center - composite api v1 - suppress email format
  • Loading branch information
sergey-shandar committed Feb 25, 2019
1 parent 2fc8080 commit 5e09701
Show file tree
Hide file tree
Showing 80 changed files with 10,400 additions and 5,776 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
@@ -1,6 +1,6 @@
language: node_js
node_js:
- '8'
- '10'
services:
- docker
env:
Expand All @@ -18,7 +18,7 @@ env:
- MODE=model PR_ONLY=true CHECK_NAME="Model Validator"
# - MODE=model PR_ONLY=false
- MODE=BreakingChange PR_ONLY=true CHECK_NAME="Breaking Changes"
- MODE=lintdiff PR_ONLY=true CHECK_NAME="Linter Diff"
- MODE=lintdiff PR_ONLY=true CHECK_NAME="Linter Diff" NODE_OPTIONS=--max-old-space-size=8192
matrix:
fast_finish: true
allow_failures:
Expand Down
107 changes: 100 additions & 7 deletions azure-pipelines.yml
@@ -1,9 +1,102 @@
pool:
vmImage: 'Ubuntu 16.04'
name: "Azure OpenAPI"

steps:
trigger: none

- task: Npm@1
displayName: 'npm install'
inputs:
verbose: false
variables:
TRAVIS: 'true'
TRAVIS_BRANCH: $(System.PullRequest.TargetBranch)
TRAVIS_PULL_REQUEST: $(System.PullRequest.PullRequestNumber)
TRAVIS_REPO_SLUG: $(Build.Repository.Name)
TRAVIS_PULL_REQUEST_SLUG: $(Build.Repository.Name)
TRAVIS_PULL_REQUEST_SHA: $(Build.SourceVersion)
PR_ONLY: 'true'

jobs:

- job: "Syntax"
pool:
vmImage: 'Ubuntu 16.04'
steps:
- script: |
echo TRAVIS: $(TRAVIS)
echo TRAVIS_BRANCH: $(TRAVIS_BRANCH)
echo TRAVIS_REPO_SLUG: $(TRAVIS_REPO_SLUG)
echo TRAVIS_PULL_REQUEST: $(TRAVIS_PULL_REQUEST)
echo TRAVIS_PULL_REQUEST_SLUG: $(TRAVIS_PULL_REQUEST_SLUG)
echo TRAVIS_PULL_REQUEST_SHA: $(TRAVIS_PULL_REQUEST_SHA)
echo PR_ONLY: $(PR_ONLY)
- task: Npm@1
displayName: 'npm install'
inputs:
verbose: false
- script: 'npm test -- test/syntax.js'

- job: "Semantic"
pool:
vmImage: 'Ubuntu 16.04'
steps:
- task: Npm@1
displayName: 'npm install'
inputs:
verbose: false
- script: 'node scripts/semanticValidation.js'

- job: "ModelValidation"
pool:
vmImage: 'Ubuntu 16.04'
steps:
- task: Npm@1
displayName: 'npm install'
inputs:
verbose: false
- script: 'node scripts/modelValidation.js'

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

- job: "LintDiff"
variables:
NODE_OPTIONS: '--max-old-space-size=8192'
pool:
vmImage: 'Ubuntu 16.04'
steps:
- task: Npm@1
displayName: 'npm install'
inputs:
verbose: false
- script: 'scripts/install-dotnet.sh'
- script: 'node scripts/momentOfTruth.js && node scripts/momentOfTruthPostProcessing.js'

- job: "SDK"
strategy:
matrix:
ruby:
AZURE_SDK_REPO: azure-sdk-for-ruby
AZURE_SDK_PARAMS: ''
java:
AZURE_SDK_REPO: azure-sdk-for-java
AZURE_SDK_PARAMS: ''
javascript:
AZURE_SDK_REPO: azure-sdk-for-js
AZURE_SDK_PARAMS: ''
node:
AZURE_SDK_REPO: azure-sdk-for-node
AZURE_SDK_PARAMS: ''
python:
AZURE_SDK_REPO: azure-sdk-for-python
AZURE_SDK_PARAMS: ''
go:
AZURE_SDK_REPO: azure-sdk-for-go
AZURE_SDK_PARAMS: '-o latest'
pool:
vmImage: 'Ubuntu 16.04'
steps:
- script: "scripts/swagger-to-sdk.sh Azure/$(AZURE_SDK_REPO) -v $(AZURE_SDK_PARAMS)"
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -21,7 +21,7 @@
"js-yaml": "^3.8.2",
"json-schema-ref-parser": "^3.1.2",
"mocha": "*",
"oad": "^0.1.11",
"oad": "0.1.12",
"oav": "^0.13.4",
"request": "^2.61.0",
"request-promise-native": "^1.0.5",
Expand Down
192 changes: 192 additions & 0 deletions profile/2019-03-01-hybrid.json
@@ -0,0 +1,192 @@
{
"info": {
"name": "2019-03-01-hybrid",
"description": "Profile definition targeted for hybrid applications that could run on azure stack general availability version and azure cloud for 1903."
},
"resource-manager": {
"microsoft.authorization": {
"2016-09-01": [
"locks"
],
"2016-12-01": [
"policyDefinitions",
"policyAssignments"
],
"2015-07-01": [
"operations",
"permissions",
"roleAssignments",
"roleDefinitions",
"providerOperations"
]
},
"microsoft.compute": {
"2017-12-01": [
"availabilitySets",
"images",
"locations",
"locations/publishers",
"locations/operations",
"locations/usages",
"locations/vmSizes",
"operations",
"virtualMachines",
"virtualMachines/extensions",
"virtualMachineScaleSets",
"virtualMachineScaleSets/extensions",
"virtualmachineScaleSets/networkInterfaces",
"virtualMachineScaleSets/virtualMachines",
"virtualMachineScaleSets/virtualMachines/networkInterfaces",
],
"2017-03-30": [
"disks",
"locations/diskoperations",
"snapshots"
]
},
"microsoft.eventhub": {
"2018-01-01-preview": [
"namespaces",
"checkNameAvailability",
"sku",
"operations"
],
"2015-08-01": [
"checkNamespaceAvailability"
]
},
"microsoft.insights": {
"2018-01-01": [
"metricDefinitions",
"metrics"
],
"2017-05-01-preview": [
"diagnosticSettings",
"diagnosticSettingCategories"
],
"2015-04-01": [
"eventTypes",
"eventCategories",
"operations"
]
},
"microsoft.keyvault": {
"2016-10-01": [
"operations",
"vaults",
"vaults/accessPolicies",
"vaults/secrets"
]
},
"microsoft.network": {
"2017-10-01": [
"connections",
"loadBalancers",
"localNetworkGateways",
"locations",
"locations/operationResults",
"locations/operations",
"locations/usages",
"networkInterfaces",
"networkSecurityGroups",
"operations",
"publicIpAddresses",
"routeTables",
"virtualNetworkGateways",
"virtualNetworks"
],
"2016-04-01": [
"dnsZones"
]
},
"microsoft.resources": {
"2018-05-01": [
"deployments",
"deployments/operations",
"links",
"locations",
"operations",
"providers",
"resourceGroups",
"resources",
"subscriptions",
"subscriptions/locations",
"subscriptions/operationresults",
"subscriptions/providers",
"subscriptions/resourceGroups",
"subscriptions/resourceGroups/resources",
"subscriptions/resources",
"subscriptions/tagNames",
"subscriptions/tagNames/tagValues",
"tenants"
]
},
"microsoft.storage": {
"2017-10-01": [
"checkNameAvailability",
"locations",
"locations/quotas",
"operations",
"storageAccounts",
"storageAccounts/blobServices",
"storageAccounts/queueServices",
"storageAccounts/tableServices",
"usages"
]
},
"microsoft.web": {
"2018-02-01": [
"certificates",
"operations",
"checknameavailability",
"sites",
"sites/domainOwnershipIdentifiers",
"sites/extensions",
"sites/hostNameBindings",
"sites/instances",
"sites/instances/extensions",
"sites/slots",
"sites/slots/hostNameBindings",
"sites/slots/instances",
"sites/slots/instances/extensions",
"serverFarms"
],
"2016-09-01": [
"serverFarms/metricDefinitions",
"serverFarms/metrics",
"serverFarms/usages"
],
"2016-08-01": [
"metadata",
"sites/extensions",
"sites/metricDefinitions",
"sites/metrics",
"sites/recommendations",
"sites/slots/extensions",
"sites/slots/metricDefinitions",
"sites/slots/metrics"
],
"2016-03-01": [
"availableStacks",
"deploymentLocations",
"georegions",
"ishostnameavailable",
"isusernameavailable",
"listSitesAssignedToHostName",
"publishingUsers",
"recommendations",
"runtimes",
"sourceControls",
"validate"
]
}
},
"data-plane": {
"microsoft.keyvault": {
"2016-10-01": []
},
"microsoft.storage": {
"2017-04-17": []
}
}
}

0 comments on commit 5e09701

Please sign in to comment.