azure-asm-hdinsight
Advanced tools
Comparing version 0.10.0 to 0.10.1
@@ -54,6 +54,3 @@ /* jshint latedef:false */ | ||
*/ | ||
function HDInsightCluster2ManagementClient(cloudServiceName, credentials, baseUri, filters) { | ||
if (cloudServiceName === null || cloudServiceName === undefined) { | ||
throw new Error('cloudServiceName cannot be null.'); | ||
} | ||
function HDInsightCluster2ManagementClient(credentials, baseUri, filters) { | ||
if (credentials === null || credentials === undefined) { | ||
@@ -65,3 +62,2 @@ throw new Error('credentials cannot be null.'); | ||
this.cloudServiceName = cloudServiceName; | ||
this.credentials = credentials; | ||
@@ -68,0 +64,0 @@ this.baseUri = baseUri; |
@@ -13,3 +13,3 @@ { | ||
], | ||
"version": "0.10.0", | ||
"version": "0.10.1", | ||
"description": "Microsoft Azure HDInsight Service Library for node", | ||
@@ -16,0 +16,0 @@ "tags": [ |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
198393
3471