Skip to content

Commit

Permalink
Generated from 9c73830ab5afd883785194fa2730784e1b2b2711 (#4598)
Browse files Browse the repository at this point in the history
fix: mariadb model validation errors

Remove empty "body" to fix RESPONSE_SCHEMA_NOT_IN_SPEC errors
  • Loading branch information
openapi-sdkautomation[bot] authored Aug 1, 2019
1 parent 19b5697 commit 3a11fd3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions sdk/mariadb/arm-mariadb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"description": "MariaDBManagementClient Library with typescript type definitions for node.js and browser.",
"version": "1.4.0",
"dependencies": {
"@azure/ms-rest-azure-js": "^1.3.2",
"@azure/ms-rest-js": "^1.8.1",
"tslib": "^1.9.3"
"@azure/ms-rest-azure-js": "^2.0.0",
"@azure/ms-rest-js": "^2.0.3",
"tslib": "^1.10.0"
},
"keywords": [
"node",
Expand Down
2 changes: 1 addition & 1 deletion sdk/mariadb/arm-mariadb/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"],
"lib": ["es6", "dom"],
"declaration": true,
"outDir": "./esm",
"importHelpers": true
Expand Down

0 comments on commit 3a11fd3

Please sign in to comment.