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

Commit

Permalink
Regenerate azure-arm-sql and update version to 4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Schulte committed Aug 28, 2018
1 parent 3f5146d commit af6526f
Show file tree
Hide file tree
Showing 24 changed files with 3 additions and 47 deletions.
2 changes: 0 additions & 2 deletions lib/services/sqlManagement2/lib/models/databaseUpdate.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@

'use strict';

const models = require('./index');

/**
* A database resource.
*
Expand Down
2 changes: 0 additions & 2 deletions lib/services/sqlManagement2/lib/models/editionCapability.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@

'use strict';

const models = require('./index');

/**
* The edition capability.
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@

'use strict';

const models = require('./index');

/**
* The elastic pool edition capability.
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@

'use strict';

const models = require('./index');

/**
* The max per-database performance level capability.
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@

'use strict';

const models = require('./index');

/**
* The Elastic Pool performance level capability.
*
Expand Down
2 changes: 0 additions & 2 deletions lib/services/sqlManagement2/lib/models/elasticPoolUpdate.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@

'use strict';

const models = require('./index');

/**
* An elastic pool update.
*
Expand Down
2 changes: 0 additions & 2 deletions lib/services/sqlManagement2/lib/models/failoverGroupUpdate.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@

'use strict';

const models = require('./index');

/**
* A failover group update request.
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@

'use strict';

const models = require('./index');

/**
* The location capability.
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@

'use strict';

const models = require('./index');

/**
* The managed server capability
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@

'use strict';

const models = require('./index');

/**
* The managed server family capability.
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@

'use strict';

const models = require('./index');

/**
* An update request for an Azure SQL Database managed instance.
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@

'use strict';

const models = require('./index');

/**
* The managed instance capability
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@

'use strict';

const models = require('./index');

/**
* The maximum size range capability.
*
Expand Down
2 changes: 0 additions & 2 deletions lib/services/sqlManagement2/lib/models/metric.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@

'use strict';

const models = require('./index');

/**
* Database metrics.
*
Expand Down
2 changes: 0 additions & 2 deletions lib/services/sqlManagement2/lib/models/metricDefinition.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@

'use strict';

const models = require('./index');

/**
* A database metric definition.
*
Expand Down
2 changes: 0 additions & 2 deletions lib/services/sqlManagement2/lib/models/operation.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@

'use strict';

const models = require('./index');

/**
* SQL REST API operation definition.
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@

'use strict';

const models = require('./index');

/**
* The server capability
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@

'use strict';

const models = require('./index');

/**
* The service objectives capability.
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@

'use strict';

const models = require('./index');

/**
* Properties of the database full schema.
*
Expand Down
2 changes: 0 additions & 2 deletions lib/services/sqlManagement2/lib/models/syncFullSchemaTable.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@

'use strict';

const models = require('./index');

/**
* Properties of the table in the database full schema.
*
Expand Down
2 changes: 0 additions & 2 deletions lib/services/sqlManagement2/lib/models/syncGroupSchema.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@

'use strict';

const models = require('./index');

/**
* Properties of sync group schema.
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@

'use strict';

const models = require('./index');

/**
* Properties of table in sync group schema.
*
Expand Down
2 changes: 1 addition & 1 deletion lib/services/sqlManagement2/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions lib/services/sqlManagement2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "azure-arm-sql",
"author": "Microsoft Corporation",
"description": "SqlManagementClient Library with typescript type definitions for node",
"version": "4.1.0",
"version": "4.2.0",
"dependencies": {
"ms-rest": "^2.3.3",
"ms-rest-azure": "^2.5.5"
Expand All @@ -14,7 +14,7 @@
"license": "MIT",
"main": "./lib/sqlManagementClient.js",
"types": "./lib/sqlManagementClient.d.ts",
"homepage": "https://github.com/azure/azure-sdk-for-node",
"homepage": "https://github.com/azure/azure-sdk-for-node/tree/master/lib/services/sqlManagement2",
"repository": {
"type": "git",
"url": "https://github.com/azure/azure-sdk-for-node.git"
Expand Down

0 comments on commit af6526f

Please sign in to comment.