Skip to content

Commit

Permalink
re-record, wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Lin Jian committed Aug 27, 2020
1 parent baa6f13 commit fde972b
Show file tree
Hide file tree
Showing 7 changed files with 487 additions and 4,813 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ export type BlobChangeFeedEventType = "UnspecifiedEventType" | "BlobCreated" | "
export type BlobType = "BlockBlob" | "AppendBlob" | "PageBlob";

// @public (undocumented)
export function newPipeline(credential: StorageSharedKeyCredential | AnonymousCredential | TokenCredential, pipelineOptions?: StoragePipelineOptions): Pipeline;
export function newPipeline(credential?: StorageSharedKeyCredential | AnonymousCredential | TokenCredential, pipelineOptions?: StoragePipelineOptions): Pipeline;


// (No @packageDocumentation comment for this package)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export class BlobChangeFeedEventPage {
}

export function newPipeline(
credential: StorageSharedKeyCredential | AnonymousCredential | TokenCredential,
credential?: StorageSharedKeyCredential | AnonymousCredential | TokenCredential,
pipelineOptions: StoragePipelineOptions = {}
): Pipeline {
return newPipeline(credential, BlobChangeFeedClient.appendUserAgentPrefix(pipelineOptions));
Expand Down

0 comments on commit fde972b

Please sign in to comment.