Skip to content
This repository has been archived by the owner on May 5, 2023. It is now read-only.

Azure Pipeline for KeyVault #4226

Merged
merged 12 commits into from Nov 30, 2018
Merged

Conversation

mikeharder
Copy link
Member

@mikeharder mikeharder commented Nov 30, 2018

@adxsdk6
Copy link
Collaborator

adxsdk6 commented Nov 30, 2018

Can one of the admins verify this patch?

@@ -139,6 +139,7 @@
"json-stable-stringify": "^1.0.1",
"minami": "devigned/minami#master",
"mocha": "^5.2.0",
"mocha-junit-reporter": "^1.18.0",
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Required for pipeline to publish test results

@@ -168,6 +169,7 @@
"ci": "node scripts/unit.js testlist.txt",
"runtime-install": "node scripts/runtime-install.js",
"coverage": "node scripts/unit-coverage.js testlistarm.txt testlist.txt",
"debug": "node --inspect scripts/unit-arm.js testlistarm.txt"
"debug": "node --inspect scripts/unit-arm.js testlistarm.txt",
"mocha": "mocha"
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I added this script so the pipeline can call "npm run mocha" with options to run a subset of tests.

Copy link
Contributor

@kpajdzik kpajdzik left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me. @sergey-shandar take a look as well :)

.azure-pipelines/client.test.yml Show resolved Hide resolved
@mikeharder mikeharder merged commit f39c20c into Azure:master Nov 30, 2018
@mikeharder mikeharder deleted the keyvault-pipeline branch November 30, 2018 22:18
AutorestCI added a commit that referenced this pull request Dec 5, 2018
…o be more consistent (#4371)

* Regenerate azure-arm-resource and bump the SwaggerToSDK generator version

* Rename dataLake.Store to datalake.Store

* Fix datalake.Store file references

* Fix datalake.Store casing in a few more test files

* Fix tests and allow for case-insensitive property name lookup in deserialization

* Bump required version of ms-rest

* Update Changelog.md

* Fix tests and allow for case-insensitive property name lookup in deserialization

* Bump required version of ms-rest

* Update package.json

* Revert test changes

* Fix bad revert

* Add unit tests for getPropertyValue()

* Update dependencies and version of azure-cognitiveservices-vision

* Run npm install after changes

* Remove test script from azure-cognitiveservices-vision

* Generated from 72a407cfc5a6c42c060e6dbce2c9ab041486fa55 (#4201)

address farhan comment

* Update azure-arm-network to 11.0.0

* Generate azure-arm-kusto

* Add README.md back

* Delete networkManagement2/lib folder

* Regenerate azure-arm-network

* Update azure-arm-network to 11.0.1

* Regenerate azure-cognitiveservices-luis-runtime

* Update azure-cognitiveservices-luis-runtime to 1.1.1

* Azure Pipeline for KeyVault (#4226)

* Remove component governance (#4236)

* Add status badge for client libraries (#4235)

- Remove NPM status badge, since the azure "rollup" package is no longer being shipped

* Parameterize source and test paths in pipeline (#4237)

* Regenerate azure-arm-machinelearning and update package.json file

* Generate azure-arm-sqlvirtualmachine

* Fix README.md issues in LUIS runtime

* Regenerate azure-cognitiveservices-luis-authoring

* Update azure-cognitiveservices-luis-authoring to 2.0.0

* Update generator version to use

* Regenerate azure-arm-containerregistry

* Update azure-arm-containerregistry to 4.3.0

* Generate azure-cognitiveservices-qnamaker

* Regenerate azure-arm-logic

* Update azure-arm-logic to 4.2.0

* Generated from 10e5ed698dece8c082c064680537ebae7f3a14b7

updating file due to not desired automatic formatting
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants