azure-mgmt-sql
Advanced tools
Comparing version 0.9.8 to 0.9.9
@@ -85,2 +85,28 @@ // | ||
return new common.CertificateCloudCredentials(credentials); | ||
}; | ||
/** | ||
* SQL service exports. | ||
* @ignore | ||
*/ | ||
var SqlService = require('./sqlservice'); | ||
exports.SqlService = SqlService; | ||
/** | ||
* | ||
* Creates a new SqlService object | ||
* @class | ||
* The SqlService object allows you to perform management operations against databases | ||
* created using Microsoft Azure SQL Database. | ||
* @constructor | ||
* @param {string} serverName The SQL server name. | ||
* @param {string} administratorLogin The SQL Server administrator login. | ||
* @param {string} administratorLoginPassword The SQL Server administrator login password. | ||
* @param {string} [host] The host for the service. | ||
* @param {string} [acsHost] The acs host. | ||
* @param {object} [authenticationProvider] The authentication provider. | ||
*/ | ||
exports.createSqlService = function (serverName, administratorLogin, administratorLoginPassword, host, acsHost, authenticationProvider) { | ||
return new SqlService(serverName, administratorLogin, administratorLoginPassword, host, acsHost, authenticationProvider); | ||
}; |
@@ -52,3 +52,3 @@ // | ||
* @class | ||
* The SqlManagementService object allows you to perform managment operations on Windows Azure SQL Database Servers. | ||
* The SqlManagementService object allows you to perform managment operations on Microsoft Azure SQL Database Servers. | ||
* @constructor | ||
@@ -55,0 +55,0 @@ * |
@@ -0,0 +0,0 @@ Apache License |
@@ -13,4 +13,4 @@ { | ||
], | ||
"version": "0.9.8", | ||
"description": "Windows Azure SQL Management Client Library for node", | ||
"version": "0.9.9", | ||
"description": "Microsoft Azure SQL Management Client Library for node", | ||
"tags": [ | ||
@@ -35,3 +35,3 @@ "azure", | ||
"dependencies": { | ||
"azure-common": "0.9.5", | ||
"azure-common": "0.9.6", | ||
"underscore": "1.4.x" | ||
@@ -38,0 +38,0 @@ }, |
@@ -1,4 +0,4 @@ | ||
# Windows Azure SDK for Node.js - SQL Database Management | ||
# Microsoft Azure SDK for Node.js - SQL Database Management | ||
This project provides a Node.js package that makes it easy to manage Windows Azure SQL Database. Right now it supports: | ||
This project provides a Node.js package that makes it easy to manage Microsoft Azure SQL Database. Right now it supports: | ||
- **Node.js version: 0.6.15 or higher** | ||
@@ -28,6 +28,6 @@ - **API version: 2012-03-01** | ||
This library support management certificate authentication. To authenticate the library for the REST API calls, you need to | ||
* Have a management certificate set up in your Windows Azure subscription. You can do this by | ||
* Either uploading a certificate in the [Windows Azure management portal](https://manage.windowsazure.com). | ||
* Or use the [Windows Azure Xplat-CLI](https://github.com/WindowsAzure/azure-sdk-tools-xplat). | ||
* Obtain the .pem file of your certificate. If you used [Windows Azure Xplat-CLI](https://github.com/WindowsAzure/azure-sdk-tools-xplat) to set it up. You can run ``azure account cert export`` to get the .pem file. | ||
* Have a management certificate set up in your Microsoft Azure subscription. You can do this by | ||
* Either uploading a certificate in the [Microsoft Azure management portal](https://manage.windowsazure.com). | ||
* Or use the [Microsoft Azure Xplat-CLI](https://github.com/WindowsAzure/azure-sdk-tools-xplat). | ||
* Obtain the .pem file of your certificate. If you used [Microsoft Azure Xplat-CLI](https://github.com/WindowsAzure/azure-sdk-tools-xplat) to set it up. You can run ``azure account cert export`` to get the .pem file. | ||
* Open the .pem file in a text editor to get the **cert value** and **key value**. | ||
@@ -83,2 +83,2 @@ | ||
- [Windows Azure SDK for Node.js](https://github.com/WindowsAzure/azure-sdk-for-node) | ||
- [Microsoft Azure SDK for Node.js](https://github.com/WindowsAzure/azure-sdk-for-node) |
Sorry, the diff of this file is too big to display
356274
10
6447
+ Addedazure-common@0.9.6(transitive)
- Removedazure-common@0.9.5(transitive)
Updatedazure-common@0.9.6