azure-mgmt-resource
Advanced tools
Comparing version 2.0.0-pre.10 to 2.0.0-pre.11
@@ -34,2 +34,16 @@ // | ||
var ResourceSubscriptionClient = require('./subscriptionClient'); | ||
exports.ResourceSubscriptionClient = ResourceSubscriptionClient; | ||
/** | ||
* Creates a new {@link ResourceSubscriptionClient} object. | ||
* | ||
* @param {string} [credentials.token] The access token. | ||
* @param {string} [baseUri] The base uri. | ||
* @return {ResourceSubscriptionClient} A new ResourceSubscriptionClient object. | ||
*/ | ||
exports.createResourceSubscriptionClient = function (credentials, baseUri) { | ||
return new exports.ResourceSubscriptionClient.SubscriptionClient(credentials, baseUri); | ||
}; | ||
function getProviderName(resourceType) { | ||
@@ -72,2 +86,2 @@ var firstIndex = resourceType.indexOf('/'); | ||
return identity; | ||
}; | ||
}; |
@@ -13,3 +13,3 @@ { | ||
], | ||
"version": "2.0.0-pre.10", | ||
"version": "2.0.0-pre.11", | ||
"description": "Microsoft Azure Resource Management Client Library for node", | ||
@@ -35,3 +35,3 @@ "tags": [ | ||
"dependencies": { | ||
"azure-common": "0.9.7", | ||
"azure-common": "0.9.8", | ||
"underscore": "1.4.x" | ||
@@ -38,0 +38,0 @@ }, |
Sorry, the diff of this file is too big to display
245635
6
5395
+ Addedazure-common@0.9.8(transitive)
- Removedazure-common@0.9.7(transitive)
Updatedazure-common@0.9.8