This commit is contained in:
Andre Rodrigues 2014-04-18 18:15:44 +01:00
Родитель 60cbdebe25
Коммит 824ec7f652
7 изменённых файлов: 2 добавлений и 7 удалений

Просмотреть файл

@ -31,7 +31,6 @@ var xml = azureCommon.xml2js;
var js2xml = azureCommon.js2xml;
var Service = azureCommon.Service;
var WebResource = azureCommon.WebResource;
var OperationStatus = azureCommon.OperationStatus;
var ComputeManagementClient = ( /** @lends ComputeManagementClient */ function() {
/**

Просмотреть файл

@ -31,7 +31,6 @@ var xml = azureCommon.xml2js;
var js2xml = azureCommon.js2xml;
var Service = azureCommon.Service;
var WebResource = azureCommon.WebResource;
var OperationStatus = azureCommon.OperationStatus;
var ManagementClient = ( /** @lends ManagementClient */ function() {
/**

Просмотреть файл

@ -31,7 +31,6 @@ var xml = azureCommon.xml2js;
var js2xml = azureCommon.js2xml;
var Service = azureCommon.Service;
var WebResource = azureCommon.WebResource;
var OperationStatus = azureCommon.OperationStatus;
var NetworkManagementClient = ( /** @lends NetworkManagementClient */ function() {
/**

Просмотреть файл

@ -31,7 +31,6 @@ var xml = azureCommon.xml2js;
var js2xml = azureCommon.js2xml;
var Service = azureCommon.Service;
var WebResource = azureCommon.WebResource;
var OperationStatus = azureCommon.OperationStatus;
var ServiceBusManagementClient = ( /** @lends ServiceBusManagementClient */ function() {
/**

Просмотреть файл

@ -31,7 +31,6 @@ var xml = azureCommon.xml2js;
var js2xml = azureCommon.js2xml;
var Service = azureCommon.Service;
var WebResource = azureCommon.WebResource;
var OperationStatus = azureCommon.OperationStatus;
var StorageManagementClient = ( /** @lends StorageManagementClient */ function() {
/**

Просмотреть файл

@ -31,7 +31,6 @@ var xml = azureCommon.xml2js;
var js2xml = azureCommon.js2xml;
var Service = azureCommon.Service;
var WebResource = azureCommon.WebResource;
var OperationStatus = azureCommon.OperationStatus;
var StoreManagementClient = ( /** @lends StoreManagementClient */ function() {
/**

Просмотреть файл

@ -32,7 +32,8 @@
],
"dependencies": {
"azure-common": "0.9.2",
"underscore": ">= 1.3.1"
"underscore": ">= 1.3.1",
"moment": "2.6.0"
},
"homepage": "http://github.com/WindowsAzure/azure-sdk-for-node",
"repository": {