Comparing version 1.9.1 to 1.9.2
@@ -43,2 +43,3 @@ 'use strict'; | ||
ServicePropertiesValidation = require('./../../validation/blob/ServiceProperties'), | ||
ContainerNameValidation = require('./../../validation/blob/ContainerName'), | ||
CopyStatusValidation = require('./../../validation/blob/CopyStatus'); | ||
@@ -94,3 +95,4 @@ | ||
valContext | ||
.run(ConflictingContainerVal); | ||
.run(ConflictingContainerVal) | ||
.run(ContainerNameValidation); | ||
} | ||
@@ -97,0 +99,0 @@ |
{ | ||
"name": "azurite", | ||
"version": "1.9.1", | ||
"version": "1.9.2", | ||
"description": "A lightweight server clone of Azure Blob Storage that simulates most of the commands supported by it with minimal dependencies.", | ||
@@ -5,0 +5,0 @@ "scripts": { |
# 1.0 | ||
## 1.9.2 | ||
- fixes [#158](https://github.com/arafato/azurite/issues/158): Blob Storage Bugfix | ||
## 1.9.1 | ||
@@ -3,0 +5,0 @@ - fixes [#159](https://github.com/arafato/azurite/issues/159): Blob Storage Bugfix |
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
345193
152
6641