@azure/data-tables
Advanced tools
Comparing version 1.0.0-alpha.20200918.1 to 1.0.0-alpha.20200928.1
@@ -19,5 +19,3 @@ // Copyright (c) Microsoft Corporation. | ||
export class TableClient { | ||
constructor(url, tableName, credentialOrOptions, | ||
// eslint-disable-next-line @azure/azure-sdk/ts-naming-options | ||
options = {}) { | ||
constructor(url, tableName, credentialOrOptions, options = {}) { | ||
const credential = credentialOrOptions instanceof TablesSharedKeyCredential ? credentialOrOptions : undefined; | ||
@@ -24,0 +22,0 @@ const clientOptions = (!(credentialOrOptions instanceof TablesSharedKeyCredential) |
@@ -18,5 +18,3 @@ // Copyright (c) Microsoft Corporation. | ||
export class TableServiceClient { | ||
constructor(url, credentialOrOptions, | ||
// eslint-disable-next-line @azure/azure-sdk/ts-naming-options | ||
options) { | ||
constructor(url, credentialOrOptions, options) { | ||
const credential = credentialOrOptions instanceof TablesSharedKeyCredential ? credentialOrOptions : undefined; | ||
@@ -23,0 +21,0 @@ const clientOptions = (!(credentialOrOptions instanceof TablesSharedKeyCredential) |
{ | ||
"name": "@azure/data-tables", | ||
"version": "1.0.0-alpha.20200918.1", | ||
"version": "1.0.0-alpha.20200928.1", | ||
"description": "An isomorphic client library for the Azure Tables service.", | ||
@@ -5,0 +5,0 @@ "sdk-type": "client", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
771945
8774