azure-gallery
Advanced tools
Comparing version 2.0.0-pre.3 to 2.0.0-pre.4
@@ -114,3 +114,3 @@ /* jshint latedef:false */ | ||
var baseUrl = this.client.baseUri; | ||
var url2 = '/Microsoft.Gallery/galleryitems/' + itemIdentity.trim(); | ||
var url2 = '/Microsoft.Gallery/galleryitems/' + (itemIdentity ? itemIdentity.trim() : ''); | ||
// Trim '/' character from the end of baseUrl and beginning of url. | ||
@@ -307,3 +307,3 @@ if (baseUrl[baseUrl.length - 1] === '/') { | ||
if (parameters && parameters.filter) { | ||
url2 = url2 + '$filter=' + encodeURIComponent(parameters.filter.trim()); | ||
url2 = url2 + '$filter=' + encodeURIComponent(parameters.filter ? parameters.filter.trim() : ''); | ||
} | ||
@@ -310,0 +310,0 @@ if (parameters && parameters.top) { |
@@ -13,3 +13,3 @@ { | ||
], | ||
"version": "2.0.0-pre.3", | ||
"version": "2.0.0-pre.4", | ||
"description": "Microsoft Azure Gallery Client Library for node", | ||
@@ -35,3 +35,3 @@ "tags": [ | ||
"dependencies": { | ||
"azure-common": "0.9.4", | ||
"azure-common": "0.9.5", | ||
"underscore": "1.4.x" | ||
@@ -38,0 +38,0 @@ }, |
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
31108
+ Addedazure-common@0.9.5(transitive)
- Removedazure-common@0.9.4(transitive)
Updatedazure-common@0.9.5