@azure/communication-common
Advanced tools
Comparing version 1.0.0-alpha.20210217.1 to 1.0.0-alpha.20210219.1
@@ -29,5 +29,2 @@ // Copyright (c) Microsoft Corporation. | ||
* Parses arguments passed to a communication client. | ||
* | ||
* @param connectionStringOrUrl | ||
* @param [credentialOrOptions] | ||
*/ | ||
@@ -34,0 +31,0 @@ export const parseClientArguments = (connectionStringOrUrl, credentialOrOptions) => { |
@@ -63,4 +63,2 @@ // Copyright (c) Microsoft Corporation. | ||
* Signs the request and calls the next policy in the factory. | ||
* | ||
* @param webResource | ||
*/ | ||
@@ -67,0 +65,0 @@ sendRequest(webResource) { |
@@ -0,1 +1,3 @@ | ||
// Copyright (c) Microsoft Corporation. | ||
// Licensed under the MIT license. | ||
import { isTokenCredential } from "@azure/core-auth"; | ||
@@ -2,0 +4,0 @@ import { bearerTokenAuthenticationPolicy } from "@azure/core-http"; |
@@ -17,3 +17,3 @@ // Copyright (c) Microsoft Corporation. | ||
* @param connectionString - The connection string to parse | ||
* @returns {EndpointCredential} Object to access the endpoint and the credenials | ||
* @returns Object to access the endpoint and the credenials | ||
*/ | ||
@@ -20,0 +20,0 @@ export const parseConnectionString = (connectionString) => { |
@@ -244,4 +244,2 @@ 'use strict'; | ||
* Signs the request and calls the next policy in the factory. | ||
* | ||
* @param webResource | ||
*/ | ||
@@ -258,2 +256,3 @@ sendRequest(webResource) { | ||
// Copyright (c) Microsoft Corporation. | ||
/** | ||
@@ -288,3 +287,3 @@ * Creates a pipeline policy to authenticate request based | ||
* @param connectionString - The connection string to parse | ||
* @returns {EndpointCredential} Object to access the endpoint and the credenials | ||
* @returns Object to access the endpoint and the credenials | ||
*/ | ||
@@ -325,5 +324,2 @@ const parseConnectionString = (connectionString) => { | ||
* Parses arguments passed to a communication client. | ||
* | ||
* @param connectionStringOrUrl | ||
* @param [credentialOrOptions] | ||
*/ | ||
@@ -330,0 +326,0 @@ const parseClientArguments = (connectionStringOrUrl, credentialOrOptions) => { |
{ | ||
"name": "@azure/communication-common", | ||
"version": "1.0.0-alpha.20210217.1", | ||
"version": "1.0.0-alpha.20210219.1", | ||
"description": "Common package for Azure Communication services.", | ||
@@ -5,0 +5,0 @@ "sdk-type": "client", |
@@ -205,5 +205,2 @@ import { AbortSignalLike } from '@azure/core-http'; | ||
* Parses arguments passed to a communication client. | ||
* | ||
* @param connectionStringOrUrl | ||
* @param [credentialOrOptions] | ||
*/ | ||
@@ -216,3 +213,3 @@ export declare const parseClientArguments: (connectionStringOrUrl: string, credentialOrOptions?: any) => UrlWithCredential; | ||
* @param connectionString - The connection string to parse | ||
* @returns {EndpointCredential} Object to access the endpoint and the credenials | ||
* @returns Object to access the endpoint and the credenials | ||
*/ | ||
@@ -219,0 +216,0 @@ export declare const parseConnectionString: (connectionString: string) => EndpointCredential; |
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 not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
144686
1256