Skip to content

Commit

Permalink
[AutoPR] containerservices/resource-manager (#311)
Browse files Browse the repository at this point in the history
* [AutoPR containerservices/resource-manager] Support two apiversion for container service (#192)

* Generated from 663fe8f24bfa51bd8ea47b8e047d1c7d27dd776d

rebase and resolve conflict

* Generated from 902f5cc7a0d60d80fd13c9cf75c5081aac3e69d9

add osMC resource in the readme

* Generated from 3f9220b29a0180bf1a037013514ea859e6a0bf22

add listcredential api back

* Generated from de4b057ff9497a76da9201e5a339fa4f90022320

Merge branch 'support-two-apiversion' of github.com:zqingqing1/azure-rest-api-specs into support-two-apiversion

* Generated from feb703f2baba9455e3f4e671fc7ef0479111392f

change default tag to 2018-09-30-preview

* Generated from 6da165da530980a01c317254a5807602731621df

udpate tag to lastest version

* Regenerated "@azure/arm-containerservice" SDK.

* Regenerated "@azure/arm-containerservice/lib/models" SDK.

* Generated from 5baf0aca3fb1797d51b48a10b91cd3ac73ed0cdc (#310)

ACS multiapi for Python
  • Loading branch information
AutorestCI authored and kpajdzik committed Oct 26, 2018
1 parent 0a5d847 commit aac0d1f
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/@azure/arm-containerservice/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ See https://github.com/Azure/ms-rest-browserauth to learn how to authenticate to
console.log("The result is:");
console.log(result);
}).catch((err) => {
console.log('An error occurred:');
console.log("An error occurred:");
console.error(err);
});
});
Expand Down
15 changes: 14 additions & 1 deletion packages/@azure/arm-containerservice/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,23 @@
"bugs": {
"url": "https://github.com/azure/azure-sdk-for-js/issues"
},
"files": [
"dist/**/*.js",
"dist/**/*.js.map",
"dist/**/*.d.ts",
"dist/**/*.d.ts.map",
"esm/**/*.js",
"esm/**/*.js.map",
"esm/**/*.d.ts",
"esm/**/*.d.ts.map",
"lib/**/*.ts",
"rollup.config.js",
"tsconfig.json"
],
"scripts": {
"build": "tsc && rollup -c rollup.config.js && npm run minify",
"minify": "uglifyjs -c -m --comments --source-map \"content='./dist/arm-containerservice.js.map'\" -o ./dist/arm-containerservice.min.js ./dist/arm-containerservice.js",
"prepare": "npm run build"
"prepack": "npm install && npm run build"
},
"sideEffects": false
}

0 comments on commit aac0d1f

Please sign in to comment.