Skip to content

Commit

Permalink
Generated from 5a3ab7c58c050e8196118aa8f47ad414baaa1fff (#246)
Browse files Browse the repository at this point in the history
Update Microsoft.VMwareCloudSimple provider schema
  • Loading branch information
openapi-sdkautomation[bot] authored and SDK Automation committed Oct 15, 2019
1 parent 99c549e commit 4067a43
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 11 deletions.
3 changes: 1 addition & 2 deletions sdk/vmwarecloudsimple/arm-vmwarecloudsimple/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,8 @@ npm install @azure/arm-vmwarecloudsimple

##### Install @azure/ms-rest-nodeauth

- Please install minimum version of `"@azure/ms-rest-nodeauth": "^3.0.0"`.
```bash
npm install @azure/ms-rest-nodeauth@"^3.0.0"
npm install @azure/ms-rest-nodeauth
```

##### Sample code
Expand Down
14 changes: 7 additions & 7 deletions sdk/vmwarecloudsimple/arm-vmwarecloudsimple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"description": "VMwareCloudSimpleClient Library with typescript type definitions for node.js and browser.",
"version": "1.0.0",
"dependencies": {
"@azure/ms-rest-azure-js": "^2.0.1",
"@azure/ms-rest-js": "^2.0.4",
"tslib": "^1.10.0"
"@azure/ms-rest-azure-js": "^1.3.2",
"@azure/ms-rest-js": "^1.8.1",
"tslib": "^1.9.3"
},
"keywords": [
"node",
Expand All @@ -20,11 +20,11 @@
"module": "./esm/vMwareCloudSimpleClient.js",
"types": "./esm/vMwareCloudSimpleClient.d.ts",
"devDependencies": {
"typescript": "^3.5.3",
"rollup": "^1.18.0",
"rollup-plugin-node-resolve": "^5.2.0",
"typescript": "^3.1.1",
"rollup": "^0.66.2",
"rollup-plugin-node-resolve": "^3.4.0",
"rollup-plugin-sourcemaps": "^0.4.2",
"uglify-js": "^3.6.0"
"uglify-js": "^3.4.9"
},
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/vmwarecloudsimple/arm-vmwarecloudsimple",
"repository": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const config = {
*/`
},
plugins: [
nodeResolve({ mainFields: ['module', 'main'] }),
nodeResolve({ module: true }),
sourcemaps()
]
};
Expand Down
2 changes: 1 addition & 1 deletion sdk/vmwarecloudsimple/arm-vmwarecloudsimple/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"forceConsistentCasingInFileNames": true,
"lib": ["es6", "dom"],
"lib": ["es6"],
"declaration": true,
"outDir": "./esm",
"importHelpers": true
Expand Down

0 comments on commit 4067a43

Please sign in to comment.