azure-mgmt-scheduler
Advanced tools
Comparing version 0.9.1-pre.11 to 0.9.1-pre.12
@@ -38,2 +38,16 @@ // | ||
var CloudServiceManagementClient = require('./cloudServiceManagementClient'); | ||
exports.CloudServiceManagementClient = CloudServiceManagementClient; | ||
/** | ||
* Creates a new {@link CloudServiceManagementClient} object. | ||
* | ||
* @param {string} [credentials.token] The access token. | ||
* @param {string} [baseUri] The base uri. | ||
* @return {CloudServiceManagementClient} A new CloudServiceManagementClient object. | ||
*/ | ||
exports.createCloudServiceManagementClient = function (credentials, baseUri) { | ||
return new exports.CloudServiceManagementClient.CloudServiceManagementClient(credentials, baseUri); | ||
}; | ||
var common = require('azure-common'); | ||
@@ -53,2 +67,2 @@ | ||
return new common.CertificateCloudCredentials(credentials); | ||
}; | ||
}; |
@@ -13,3 +13,3 @@ { | ||
], | ||
"version": "0.9.1-pre.11", | ||
"version": "0.9.1-pre.12", | ||
"description": "Microsoft Azure Scheduler Management Client Library for node", | ||
@@ -35,3 +35,3 @@ "tags": [ | ||
"dependencies": { | ||
"azure-common": "0.9.8" | ||
"azure-common": "0.9.9" | ||
}, | ||
@@ -38,0 +38,0 @@ "homepage": "http://github.com/Azure/azure-sdk-for-node", |
121762
6
2279
+ Addedazure-common@0.9.9(transitive)
- Removedazure-common@0.9.8(transitive)
Updatedazure-common@0.9.9