Skip to content

Commit

Permalink
[sort-imports] update keyvault-common with respect to ```sort-i…
Browse files Browse the repository at this point in the history
…mports``` rule (#19130)
  • Loading branch information
bzhang0 authored Dec 14, 2021
1 parent 91e3627 commit e097461
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
// Licensed under the MIT license.
/* eslint-disable @azure/azure-sdk/ts-use-interface-parameters */

import { TokenCredential } from "@azure/core-http";
import { AccessTokenCache, ExpiringAccessTokenCache } from "@azure/core-http";
import {
BaseRequestPolicy,
RequestPolicy,
RequestPolicyOptions,
RequestPolicyFactory
RequestPolicyFactory,
RequestPolicyOptions
} from "@azure/core-http";
import { ParsedWWWAuthenticate, parseWWWAuthenticate } from "./parseWWWAuthenticate";
import { Constants } from "@azure/core-http";
import { HttpOperationResponse } from "@azure/core-http";
import { TokenCredential } from "@azure/core-http";
import { WebResource } from "@azure/core-http";
import { AccessTokenCache, ExpiringAccessTokenCache } from "@azure/core-http";
import { parseWWWAuthenticate, ParsedWWWAuthenticate } from "./parseWWWAuthenticate";

/**
* Representation of the Authentication Challenge
Expand Down
2 changes: 1 addition & 1 deletion sdk/keyvault/keyvault-common/src/tracingHelpers.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.

import { Span, SpanStatusCode, createSpanFunction } from "@azure/core-tracing";
import { OperationOptions } from "@azure/core-http";
import { createSpanFunction, Span, SpanStatusCode } from "@azure/core-tracing";

/**
* An interface representing a function that is traced.
Expand Down

0 comments on commit e097461

Please sign in to comment.