UNPKG

azure-storage

Version:

Microsoft Azure Storage Client Library for Node.js

40 lines (38 loc) 2.19 kB
// This file has been autogenerated. exports.setEnvironment = function() { process.env['AZURE_STORAGE_CONNECTION_STRING'] = 'DefaultEndpointsProtocol=https;AccountName=xplat;AccountKey=null'; } exports.scopes = [[function (nock) { var result = nock('https://xplat-secondary.blob.core.windows.net:443') .get('/?comp=stats&restype=service') .reply(200, "<?xml version=\"1.0\" encoding=\"utf-8\"?><StorageServiceStats><GeoReplication><Status>live</Status><LastSyncTime>Thu, 27 Nov 2014 13:47:15 GMT</LastSyncTime></GeoReplication></StorageServiceStats>", { 'transfer-encoding': 'chunked', 'content-type': 'application/xml', server: 'Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id': '8ba80b7c-0001-001e-165c-b334ad000000', 'x-ms-version': '2014-02-14', date: 'Thu, 27 Nov 2014 13:50:10 GMT' }); return result; }], [function (nock) { var result = nock('https://xplat-secondary.queue.core.windows.net:443') .get('/?comp=stats&restype=service') .reply(200, "<?xml version=\"1.0\" encoding=\"utf-8\"?><StorageServiceStats><GeoReplication><Status>live</Status><LastSyncTime>Thu, 27 Nov 2014 13:47:21 GMT</LastSyncTime></GeoReplication></StorageServiceStats>", { 'cache-control': 'no-cache', 'transfer-encoding': 'chunked', 'content-type': 'application/xml', server: 'Windows-Azure-Queue/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id': '919ab3bd-0003-003c-117e-00b50b000000', 'x-ms-version': '2014-02-14', date: 'Thu, 27 Nov 2014 13:50:12 GMT' }); return result; }], [function (nock) { var result = nock('https://xplat-secondary.table.core.windows.net:443') .get('/?comp=stats&restype=service') .reply(200, "<?xml version=\"1.0\" encoding=\"utf-8\"?><StorageServiceStats><GeoReplication><Status>live</Status><LastSyncTime>Thu, 27 Nov 2014 13:47:18 GMT</LastSyncTime></GeoReplication></StorageServiceStats>", { 'transfer-encoding': 'chunked', 'content-type': 'application/xml', server: 'Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0', 'x-ms-request-id': 'd69b3d32-0002-0022-3221-8cc1bc000000', 'x-ms-version': '2014-02-14', date: 'Thu, 27 Nov 2014 13:50:12 GMT' }); return result; }]];