azure-scheduler
Advanced tools
Comparing version 0.10.1 to 0.10.2
@@ -27,8 +27,7 @@ // | ||
* | ||
* @param {string} cloudServiceName | ||
* @param {string} jobCollectionName | ||
* @param {string} [credentials.subscriptionId] The subscription identifier. | ||
* @param {string} [credentials.cert] The cert value. | ||
* @param {string} [credentials.key] The key value. | ||
* @param {string} cloudServiceName | ||
* | ||
* @param {string} jobCollectionName | ||
* @param {string} [baseUri] The base uri. | ||
@@ -38,4 +37,4 @@ * @param {array} [filters] Optional array of service filters | ||
*/ | ||
exports.createSchedulerClient = function (credentials, cloudServiceName, jobCollectionName, baseUri, filters) { | ||
return new exports.SchedulerClient.SchedulerClient(credentials, cloudServiceName, jobCollectionName, baseUri, filters); | ||
exports.createSchedulerClient = function (cloudServiceName, jobCollectionName, credentials, baseUri, filters) { | ||
return new exports.SchedulerClient.SchedulerClient(cloudServiceName, jobCollectionName, credentials, baseUri, filters); | ||
}; | ||
@@ -49,6 +48,6 @@ | ||
* | ||
* @param {string} credentials.subscription The subscription identifier. | ||
* @param {string} [credentials.cert] The certificate. | ||
* @param {string} [credentials.key] The certificate key. | ||
* @param {string} [credentials.pem] The PEM file content. | ||
* @param {string} credentials.subscriptionId The subscription identifier. | ||
* @param {string} [credentials.cert] The certificate. | ||
* @param {string} [credentials.key] The certificate key. | ||
* @param {string} [credentials.pem] The PEM file content. | ||
* @return {CertificateCloudCredentials} | ||
@@ -58,2 +57,2 @@ */ | ||
return new common.CertificateCloudCredentials(credentials); | ||
}; | ||
}; |
@@ -13,3 +13,3 @@ { | ||
], | ||
"version": "0.10.1", | ||
"version": "0.10.2", | ||
"description": "Microsoft Azure Scheduler Client Library for node", | ||
@@ -25,5 +25,2 @@ "tags": [ | ||
"main": "./lib/scheduler.js", | ||
"engines": { | ||
"node": ">= 0.6.15" | ||
}, | ||
"licenses": [ | ||
@@ -36,4 +33,4 @@ { | ||
"dependencies": { | ||
"azure-common": "^0.9.13", | ||
"moment": "2.6.0" | ||
"azure-common": "^0.9.17", | ||
"moment": "2.14.1" | ||
}, | ||
@@ -40,0 +37,0 @@ "homepage": "http://github.com/Azure/azure-sdk-for-node", |
326690
+ Addedmoment@2.14.1(transitive)
- Removedmoment@2.6.0(transitive)
Updatedazure-common@^0.9.17
Updatedmoment@2.14.1