File tree Expand file tree Collapse file tree 3 files changed +12
-5
lines changed
sdk/mixedreality/mixed-reality-authentication Expand file tree Collapse file tree 3 files changed +12
-5
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "plugins" : [" @azure/azure-sdk" ],
3
+ "extends" : [" plugin:@azure/azure-sdk/azure-sdk-base" ],
4
+ "rules" : {
5
+ "sort-imports" : " error"
6
+ }
7
+ }
Original file line number Diff line number Diff line change 1
1
// Copyright (c) Microsoft Corporation.
2
2
// Licensed under the MIT license.
3
3
4
- import { InternalClientPipelineOptions } from "@azure/core-client" ;
5
- import { bearerTokenAuthenticationPolicy } from "@azure/core-rest-pipeline" ;
6
- import { TokenCredential , AccessToken , AzureKeyCredential } from "@azure/core-auth" ;
4
+ import { AccessToken , AzureKeyCredential , TokenCredential } from "@azure/core-auth" ;
7
5
import {
6
+ GetTokenOptionalParams ,
8
7
MixedRealityStsRestClient ,
9
8
MixedRealityStsRestClientOptionalParams ,
10
- GetTokenOptionalParams ,
11
9
} from "./generated" ;
12
10
import { GetTokenOptions , MixedRealityStsClientOptions } from "./models/options" ;
11
+ import { InternalClientPipelineOptions } from "@azure/core-client" ;
13
12
import { MixedRealityAccountKeyCredential } from "./models/auth" ;
14
13
import { SpanStatusCode } from "@azure/core-tracing" ;
14
+ import { bearerTokenAuthenticationPolicy } from "@azure/core-rest-pipeline" ;
15
15
import { constructAuthenticationEndpointFromDomain } from "./util/authenticationEndpoint" ;
16
16
import { createSpan } from "./tracing" ;
17
17
import { generateCvBase } from "./util/cv" ;
Original file line number Diff line number Diff line change 2
2
// Licensed under the MIT license.
3
3
4
4
import {
5
- AzureKeyCredential ,
6
5
AccessToken ,
6
+ AzureKeyCredential ,
7
7
GetTokenOptions ,
8
8
TokenCredential ,
9
9
} from "@azure/core-auth" ;
You can’t perform that action at this time.
0 commit comments