azure-arm-resource
Advanced tools
Comparing version 0.10.3 to 0.10.4
@@ -344,6 +344,6 @@ /* jshint latedef:false */ | ||
var odatanextLinkValue = responseDoc['@odata.nextLink']; | ||
if (odatanextLinkValue !== null && odatanextLinkValue !== undefined) { | ||
var odatanextLinkInstance = odatanextLinkValue; | ||
result.nextLink = odatanextLinkInstance; | ||
var nextLinkValue = responseDoc['nextLink']; | ||
if (nextLinkValue !== null && nextLinkValue !== undefined) { | ||
var nextLinkInstance = nextLinkValue; | ||
result.nextLink = nextLinkInstance; | ||
} | ||
@@ -471,6 +471,6 @@ } | ||
var odatanextLinkValue = responseDoc['@odata.nextLink']; | ||
if (odatanextLinkValue !== null && odatanextLinkValue !== undefined) { | ||
var odatanextLinkInstance = odatanextLinkValue; | ||
result.nextLink = odatanextLinkInstance; | ||
var nextLinkValue = responseDoc['nextLink']; | ||
if (nextLinkValue !== null && nextLinkValue !== undefined) { | ||
var nextLinkInstance = nextLinkValue; | ||
result.nextLink = nextLinkInstance; | ||
} | ||
@@ -585,6 +585,6 @@ } | ||
var odatanextLinkValue = responseDoc['@odata.nextLink']; | ||
if (odatanextLinkValue !== null && odatanextLinkValue !== undefined) { | ||
var odatanextLinkInstance = odatanextLinkValue; | ||
result.nextLink = odatanextLinkInstance; | ||
var nextLinkValue = responseDoc['nextLink']; | ||
if (nextLinkValue !== null && nextLinkValue !== undefined) { | ||
var nextLinkInstance = nextLinkValue; | ||
result.nextLink = nextLinkInstance; | ||
} | ||
@@ -699,6 +699,6 @@ } | ||
var odatanextLinkValue = responseDoc['@odata.nextLink']; | ||
if (odatanextLinkValue !== null && odatanextLinkValue !== undefined) { | ||
var odatanextLinkInstance = odatanextLinkValue; | ||
result.nextLink = odatanextLinkInstance; | ||
var nextLinkValue = responseDoc['nextLink']; | ||
if (nextLinkValue !== null && nextLinkValue !== undefined) { | ||
var nextLinkInstance = nextLinkValue; | ||
result.nextLink = nextLinkInstance; | ||
} | ||
@@ -705,0 +705,0 @@ } |
@@ -13,3 +13,3 @@ { | ||
], | ||
"version": "0.10.3", | ||
"version": "0.10.4", | ||
"description": "Microsoft Azure Resource Management Client 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
378907