azure-mgmt-resource
Advanced tools
Comparing version 2.0.0-pre.16 to 2.0.0-pre.17
@@ -42,3 +42,3 @@ // | ||
* @param {string} [baseUri] The base uri. | ||
* @return {ResourceSubscriptionClient} A new ResourceSubscriptionClient object. | ||
* @return {ResourceSubscriptionClient} A new ResourceSubscriptionClient object. | ||
*/ | ||
@@ -49,2 +49,16 @@ exports.createResourceSubscriptionClient = function (credentials, baseUri) { | ||
var ResourceFeatureClient = require('./featureClient'); | ||
exports.ResourceFeatureClient = ResourceFeatureClient; | ||
/** | ||
* Creates a new {@link ResourceFeatureClient} object. | ||
* | ||
* @param {string} [credentials.token] The access token. | ||
* @param {string} [baseUri] The base uri. | ||
* @return {ResourceFeatureClient} A new ResourceFeatureClient object. | ||
*/ | ||
exports.createResourceFeatureClient = function (credentials, baseUri) { | ||
return new exports.ResourceFeatureClient.FeatureClient(credentials, baseUri); | ||
}; | ||
function getProviderName(resourceType) { | ||
@@ -51,0 +65,0 @@ var firstIndex = resourceType.indexOf('/'); |
@@ -13,3 +13,3 @@ { | ||
], | ||
"version": "2.0.0-pre.16", | ||
"version": "2.0.0-pre.17", | ||
"description": "Microsoft Azure Resource Management Client Library for node", | ||
@@ -16,0 +16,0 @@ "tags": [ |
@@ -1,2 +0,2 @@ | ||
# Microsoft Azure SDK for Node.js - Web Site Management | ||
# Microsoft Azure SDK for Node.js - Resource Management | ||
@@ -3,0 +3,0 @@ This project provides a Node.js package that makes it easy to manage Azure resources. Right now it supports: |
Sorry, the diff of this file is too big to display
350121
7
7211