@tsonic/efcore-sqlserver 10.0.2 → 10.0.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (88) hide show
  1. package/Azure/internal/index.d.ts +119 -85
  2. package/Azure.Core/internal/index.d.ts +151 -92
  3. package/Azure.Core.Cryptography/internal/index.d.ts +10 -6
  4. package/Azure.Core.Diagnostics/internal/index.d.ts +12 -12
  5. package/Azure.Core.Extensions/internal/index.d.ts +12 -4
  6. package/Azure.Core.GeoJson/internal/index.d.ts +102 -42
  7. package/Azure.Core.Pipeline/internal/index.d.ts +75 -59
  8. package/Azure.Core.Serialization/internal/index.d.ts +29 -20
  9. package/Azure.Identity/internal/index.d.ts +265 -118
  10. package/Azure.Messaging/internal/index.d.ts +16 -16
  11. package/Microsoft.Data/internal/index.d.ts +9 -6
  12. package/Microsoft.Data.Sql/internal/index.d.ts +9 -5
  13. package/Microsoft.Data.SqlClient/internal/index.d.ts +272 -172
  14. package/Microsoft.Data.SqlClient.DataClassification/internal/index.d.ts +20 -10
  15. package/Microsoft.Data.SqlClient.Diagnostics/internal/index.d.ts +157 -52
  16. package/Microsoft.Data.SqlClient.Server/internal/index.d.ts +11 -5
  17. package/Microsoft.Data.SqlTypes/internal/index.d.ts +23 -10
  18. package/Microsoft.EntityFrameworkCore/internal/index.d.ts +333 -333
  19. package/Microsoft.EntityFrameworkCore.Diagnostics/internal/index.d.ts +9 -7
  20. package/Microsoft.EntityFrameworkCore.Infrastructure/internal/index.d.ts +35 -16
  21. package/Microsoft.EntityFrameworkCore.Metadata/internal/index.d.ts +2 -2
  22. package/Microsoft.EntityFrameworkCore.Metadata.Builders/internal/index.d.ts +20 -6
  23. package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/index.d.ts +135 -98
  24. package/Microsoft.EntityFrameworkCore.Metadata.Internal/internal/index.d.ts +3 -3
  25. package/Microsoft.EntityFrameworkCore.Metadata.Internal.d.ts +3 -0
  26. package/Microsoft.EntityFrameworkCore.Migrations/internal/index.d.ts +57 -57
  27. package/Microsoft.EntityFrameworkCore.Migrations.Operations/internal/index.d.ts +20 -8
  28. package/Microsoft.EntityFrameworkCore.Migrations.d.ts +3 -0
  29. package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal/internal/index.d.ts +29 -23
  30. package/Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal/internal/index.d.ts +4 -2
  31. package/Microsoft.EntityFrameworkCore.SqlServer.Extensions.Internal/internal/index.d.ts +28 -28
  32. package/Microsoft.EntityFrameworkCore.SqlServer.Extensions.Internal.d.ts +3 -0
  33. package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal/internal/index.d.ts +43 -35
  34. package/Microsoft.EntityFrameworkCore.SqlServer.Internal/internal/index.d.ts +22 -22
  35. package/Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal/internal/index.d.ts +15 -11
  36. package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal/internal/index.d.ts +34 -24
  37. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal/internal/index.d.ts +343 -226
  38. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions/internal/index.d.ts +18 -17
  39. package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal/internal/index.d.ts +19 -11
  40. package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal.d.ts +3 -0
  41. package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal/internal/index.d.ts +187 -211
  42. package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal/internal/index.d.ts +50 -41
  43. package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal/internal/index.d.ts +38 -25
  44. package/Microsoft.EntityFrameworkCore.d.ts +3 -0
  45. package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +7 -7
  46. package/Microsoft.Extensions.DependencyInjection.d.ts +3 -0
  47. package/Microsoft.Identity.Client/internal/index.d.ts +377 -263
  48. package/Microsoft.Identity.Client.Advanced/internal/index.d.ts +4 -4
  49. package/Microsoft.Identity.Client.AppConfig/internal/index.d.ts +7 -4
  50. package/Microsoft.Identity.Client.AuthScheme/internal/index.d.ts +5 -3
  51. package/Microsoft.Identity.Client.AuthScheme.PoP/internal/index.d.ts +3 -1
  52. package/Microsoft.Identity.Client.Cache/internal/index.d.ts +4 -2
  53. package/Microsoft.Identity.Client.Extensibility/internal/index.d.ts +28 -19
  54. package/Microsoft.Identity.Client.Extensions.Msal/internal/index.d.ts +34 -18
  55. package/Microsoft.Identity.Client.Kerberos/internal/index.d.ts +5 -3
  56. package/Microsoft.Identity.Client.ManagedIdentity/internal/index.d.ts +2 -2
  57. package/Microsoft.Identity.Client.Platforms.Features.DesktopOs.Kerberos/internal/index.d.ts +5 -4
  58. package/Microsoft.Identity.Client.RP/internal/index.d.ts +3 -3
  59. package/Microsoft.Identity.Client.Region/internal/index.d.ts +2 -2
  60. package/Microsoft.Identity.Client.SSHCertificates/internal/index.d.ts +2 -2
  61. package/Microsoft.Identity.Client.TelemetryCore.TelemetryClient/internal/index.d.ts +4 -2
  62. package/Microsoft.Identity.Client.Utils/internal/index.d.ts +6 -5
  63. package/Microsoft.Identity.Client.Utils.Windows/internal/index.d.ts +2 -2
  64. package/Microsoft.IdentityModel.Abstractions/internal/index.d.ts +29 -19
  65. package/Microsoft.IdentityModel.JsonWebTokens/internal/index.d.ts +41 -33
  66. package/Microsoft.IdentityModel.Logging/internal/index.d.ts +25 -16
  67. package/Microsoft.IdentityModel.Protocols/internal/index.d.ts +59 -32
  68. package/Microsoft.IdentityModel.Protocols.Configuration/internal/index.d.ts +12 -7
  69. package/Microsoft.IdentityModel.Protocols.OpenIdConnect/internal/index.d.ts +83 -64
  70. package/Microsoft.IdentityModel.Protocols.OpenIdConnect.Configuration/internal/index.d.ts +6 -4
  71. package/Microsoft.IdentityModel.Tokens/internal/index.d.ts +316 -191
  72. package/Microsoft.IdentityModel.Tokens.Configuration/internal/index.d.ts +7 -5
  73. package/Microsoft.IdentityModel.Tokens.d.ts +3 -0
  74. package/Microsoft.SqlServer.Server/internal/index.d.ts +21 -6
  75. package/System/internal/index.d.ts +19 -17
  76. package/System.ClientModel/internal/index.d.ts +54 -43
  77. package/System.ClientModel.Primitives/internal/index.d.ts +220 -177
  78. package/System.ClientModel.Primitives.d.ts +3 -0
  79. package/System.Configuration/internal/index.d.ts +529 -340
  80. package/System.Configuration.Internal/internal/index.d.ts +33 -8
  81. package/System.Configuration.Provider/internal/index.d.ts +20 -11
  82. package/System.Diagnostics/internal/index.d.ts +2 -2
  83. package/System.Drawing.Configuration/internal/index.d.ts +7 -9
  84. package/System.IdentityModel.Tokens.Jwt/internal/index.d.ts +102 -68
  85. package/System.Security.Cryptography/internal/index.d.ts +2 -2
  86. package/System.Text.Json.Serialization/internal/index.d.ts +7 -5
  87. package/__internal/extensions/index.d.ts +1004 -53
  88. package/package.json +5 -5
@@ -10,22 +10,24 @@ import type { HttpPipelinePolicy, HttpPipelineTransport } from "../../Azure.Core
10
10
  import * as Azure_Core_Internal from "../../Azure.Core/internal/index.js";
11
11
  import type { AccessToken, ClientOptions, DiagnosticsOptions, HttpPipelinePosition, ResourceIdentifier, RetryOptions, TokenCredential, TokenRequestContext } from "../../Azure.Core/internal/index.js";
12
12
  import type { AuthenticationToken, GetTokenOptions } from "../../System.ClientModel.Primitives/internal/index.js";
13
- import type { IList, IReadOnlyCollection, IReadOnlyDictionary } from "@tsonic/dotnet/System.Collections.Generic.js";
14
- import type { Stream } from "@tsonic/dotnet/System.IO.js";
15
- import * as System_Internal from "@tsonic/dotnet/System.js";
16
- import type { Boolean as ClrBoolean, Byte, DateTimeOffset, Exception, Func, Int32, Nullable, Object as ClrObject, ReadOnlyMemory, String as ClrString, TimeSpan, Uri, ValueType, Void } from "@tsonic/dotnet/System.js";
17
- import * as System_Runtime_Serialization_Internal from "@tsonic/dotnet/System.Runtime.Serialization.js";
18
- import type { ISerializable, SerializationInfo, StreamingContext } from "@tsonic/dotnet/System.Runtime.Serialization.js";
19
- import type { X509Certificate2 } from "@tsonic/dotnet/System.Security.Cryptography.X509Certificates.js";
20
- import type { CancellationToken } from "@tsonic/dotnet/System.Threading.js";
21
- import type { Task, ValueTask } from "@tsonic/dotnet/System.Threading.Tasks.js";
13
+ import type { IList_1, IReadOnlyCollection_1, IReadOnlyDictionary_2 } from "@tsonic/dotnet/System.Collections.Generic/internal/index.js";
14
+ import type { Stream } from "@tsonic/dotnet/System.IO/internal/index.js";
15
+ import * as System_Runtime_Serialization_Internal from "@tsonic/dotnet/System.Runtime.Serialization/internal/index.js";
16
+ import type { ISerializable, SerializationInfo, StreamingContext } from "@tsonic/dotnet/System.Runtime.Serialization/internal/index.js";
17
+ import type { X509Certificate2 } from "@tsonic/dotnet/System.Security.Cryptography.X509Certificates/internal/index.js";
18
+ import type { Task, Task_1, ValueTask_1 } from "@tsonic/dotnet/System.Threading.Tasks/internal/index.js";
19
+ import type { CancellationToken } from "@tsonic/dotnet/System.Threading/internal/index.js";
20
+ import * as System_Internal from "@tsonic/dotnet/System/internal/index.js";
21
+ import type { Boolean as ClrBoolean, Byte, DateTimeOffset, Exception, Func_1, Func_2, Func_3, Int32, Nullable_1, Object as ClrObject, ReadOnlyMemory_1, String as ClrString, TimeSpan, Uri, ValueType, Void } from "@tsonic/dotnet/System/internal/index.js";
22
22
 
23
23
  export interface DeviceCodeInfo$instance {
24
+ readonly __tsonic_type_Azure_Identity_DeviceCodeInfo: never;
25
+
24
26
  ClientId: string;
25
27
  DeviceCode: string;
26
28
  ExpiresOn: DateTimeOffset;
27
29
  Message: string;
28
- Scopes: IReadOnlyCollection<System_Internal.String>;
30
+ Scopes: IReadOnlyCollection_1<System_Internal.String>;
29
31
  UserCode: string;
30
32
  VerificationUri: Uri;
31
33
  }
@@ -39,31 +41,38 @@ export const DeviceCodeInfo: {
39
41
  export type DeviceCodeInfo = DeviceCodeInfo$instance;
40
42
 
41
43
  export interface TokenCacheData$instance {
42
- readonly CacheBytes: ReadOnlyMemory<System_Internal.Byte>;
44
+ readonly __tsonic_type_Azure_Identity_TokenCacheData: never;
45
+
46
+ readonly CacheBytes: ReadOnlyMemory_1<System_Internal.Byte>;
43
47
  }
44
48
 
45
49
 
46
50
  export const TokenCacheData: {
47
- new(cacheBytes: ReadOnlyMemory<System_Internal.Byte>): TokenCacheData;
51
+ new(cacheBytes: ReadOnlyMemory_1<System_Internal.Byte>): TokenCacheData;
48
52
  };
49
53
 
50
54
 
51
55
  export type TokenCacheData = TokenCacheData$instance;
52
56
 
53
57
  export interface AuthenticationFailedException$instance extends Exception {
58
+ readonly __tsonic_type_Azure_Identity_AuthenticationFailedException: never;
59
+
60
+ readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
61
+
54
62
  }
55
63
 
56
64
 
57
65
  export const AuthenticationFailedException: {
58
66
  new(message: string): AuthenticationFailedException;
59
67
  new(message: string, innerException: Exception): AuthenticationFailedException;
60
- new(info: SerializationInfo, context: StreamingContext): AuthenticationFailedException;
61
68
  };
62
69
 
63
70
 
64
71
  export type AuthenticationFailedException = AuthenticationFailedException$instance;
65
72
 
66
73
  export interface AuthenticationRecord$instance {
74
+ readonly __tsonic_type_Azure_Identity_AuthenticationRecord: never;
75
+
67
76
  Authority: string;
68
77
  ClientId: string;
69
78
  readonly HomeAccountId: string;
@@ -75,15 +84,18 @@ export interface AuthenticationRecord$instance {
75
84
 
76
85
 
77
86
  export const AuthenticationRecord: {
78
- new(): AuthenticationRecord;
79
87
  Deserialize(stream: Stream, cancellationToken?: CancellationToken): AuthenticationRecord;
80
- DeserializeAsync(stream: Stream, cancellationToken?: CancellationToken): Task<AuthenticationRecord>;
88
+ DeserializeAsync(stream: Stream, cancellationToken?: CancellationToken): Task_1<AuthenticationRecord>;
81
89
  };
82
90
 
83
91
 
84
92
  export type AuthenticationRecord = AuthenticationRecord$instance;
85
93
 
86
94
  export interface AuthenticationRequiredException$instance extends CredentialUnavailableException {
95
+ readonly __tsonic_type_Azure_Identity_AuthenticationRequiredException: never;
96
+
97
+ readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
98
+
87
99
  readonly TokenRequestContext: TokenRequestContext;
88
100
  }
89
101
 
@@ -91,22 +103,22 @@ export interface AuthenticationRequiredException$instance extends CredentialUnav
91
103
  export const AuthenticationRequiredException: {
92
104
  new(message: string, context: TokenRequestContext): AuthenticationRequiredException;
93
105
  new(message: string, context: TokenRequestContext, innerException: Exception): AuthenticationRequiredException;
94
- new(info: SerializationInfo, context: StreamingContext): AuthenticationRequiredException;
95
106
  };
96
107
 
97
108
 
98
109
  export type AuthenticationRequiredException = AuthenticationRequiredException$instance;
99
110
 
100
111
  export interface AuthorizationCodeCredential$instance extends TokenCredential {
112
+ readonly __tsonic_type_Azure_Identity_AuthorizationCodeCredential: never;
113
+
101
114
  GetToken(requestContext: TokenRequestContext, cancellationToken?: CancellationToken): AccessToken;
102
115
  GetToken(properties: GetTokenOptions, cancellationToken: CancellationToken): AuthenticationToken;
103
- GetTokenAsync(requestContext: TokenRequestContext, cancellationToken?: CancellationToken): ValueTask<AccessToken>;
104
- GetTokenAsync(properties: GetTokenOptions, cancellationToken: CancellationToken): ValueTask<AuthenticationToken>;
116
+ GetTokenAsync(requestContext: TokenRequestContext, cancellationToken?: CancellationToken): ValueTask_1<AccessToken>;
117
+ GetTokenAsync(properties: GetTokenOptions, cancellationToken: CancellationToken): ValueTask_1<AuthenticationToken>;
105
118
  }
106
119
 
107
120
 
108
121
  export const AuthorizationCodeCredential: {
109
- new(): AuthorizationCodeCredential;
110
122
  new(tenantId: string, clientId: string, clientSecret: string, authorizationCode: string): AuthorizationCodeCredential;
111
123
  new(tenantId: string, clientId: string, clientSecret: string, authorizationCode: string, options: AuthorizationCodeCredentialOptions): AuthorizationCodeCredential;
112
124
  new(tenantId: string, clientId: string, clientSecret: string, authorizationCode: string, options: TokenCredentialOptions): AuthorizationCodeCredential;
@@ -116,7 +128,12 @@ export const AuthorizationCodeCredential: {
116
128
  export type AuthorizationCodeCredential = AuthorizationCodeCredential$instance;
117
129
 
118
130
  export interface AuthorizationCodeCredentialOptions$instance extends TokenCredentialOptions {
119
- AdditionallyAllowedTenants: IList<System_Internal.String>;
131
+ readonly __tsonic_type_Azure_Identity_AuthorizationCodeCredentialOptions: never;
132
+
133
+ readonly __tsonic_iface_Azure_Identity_ISupportsAdditionallyAllowedTenants: never;
134
+ readonly __tsonic_iface_Azure_Identity_ISupportsDisableInstanceDiscovery: never;
135
+
136
+ AdditionallyAllowedTenants: IList_1<System_Internal.String>;
120
137
  DisableInstanceDiscovery: boolean;
121
138
  RedirectUri: Uri;
122
139
  }
@@ -130,10 +147,12 @@ export const AuthorizationCodeCredentialOptions: {
130
147
  export type AuthorizationCodeCredentialOptions = AuthorizationCodeCredentialOptions$instance;
131
148
 
132
149
  export interface AzureCliCredential$instance extends TokenCredential {
150
+ readonly __tsonic_type_Azure_Identity_AzureCliCredential: never;
151
+
133
152
  GetToken(requestContext: TokenRequestContext, cancellationToken?: CancellationToken): AccessToken;
134
153
  GetToken(properties: GetTokenOptions, cancellationToken: CancellationToken): AuthenticationToken;
135
- GetTokenAsync(requestContext: TokenRequestContext, cancellationToken?: CancellationToken): ValueTask<AccessToken>;
136
- GetTokenAsync(properties: GetTokenOptions, cancellationToken: CancellationToken): ValueTask<AuthenticationToken>;
154
+ GetTokenAsync(requestContext: TokenRequestContext, cancellationToken?: CancellationToken): ValueTask_1<AccessToken>;
155
+ GetTokenAsync(properties: GetTokenOptions, cancellationToken: CancellationToken): ValueTask_1<AuthenticationToken>;
137
156
  }
138
157
 
139
158
 
@@ -146,8 +165,12 @@ export const AzureCliCredential: {
146
165
  export type AzureCliCredential = AzureCliCredential$instance;
147
166
 
148
167
  export interface AzureCliCredentialOptions$instance extends TokenCredentialOptions {
149
- AdditionallyAllowedTenants: IList<System_Internal.String>;
150
- ProcessTimeout: Nullable<TimeSpan>;
168
+ readonly __tsonic_type_Azure_Identity_AzureCliCredentialOptions: never;
169
+
170
+ readonly __tsonic_iface_Azure_Identity_ISupportsAdditionallyAllowedTenants: never;
171
+
172
+ AdditionallyAllowedTenants: IList_1<System_Internal.String>;
173
+ ProcessTimeout: Nullable_1<TimeSpan>;
151
174
  Subscription: string;
152
175
  TenantId: string;
153
176
  }
@@ -161,10 +184,12 @@ export const AzureCliCredentialOptions: {
161
184
  export type AzureCliCredentialOptions = AzureCliCredentialOptions$instance;
162
185
 
163
186
  export interface AzureDeveloperCliCredential$instance extends TokenCredential {
187
+ readonly __tsonic_type_Azure_Identity_AzureDeveloperCliCredential: never;
188
+
164
189
  GetToken(requestContext: TokenRequestContext, cancellationToken?: CancellationToken): AccessToken;
165
190
  GetToken(properties: GetTokenOptions, cancellationToken: CancellationToken): AuthenticationToken;
166
- GetTokenAsync(requestContext: TokenRequestContext, cancellationToken?: CancellationToken): ValueTask<AccessToken>;
167
- GetTokenAsync(properties: GetTokenOptions, cancellationToken: CancellationToken): ValueTask<AuthenticationToken>;
191
+ GetTokenAsync(requestContext: TokenRequestContext, cancellationToken?: CancellationToken): ValueTask_1<AccessToken>;
192
+ GetTokenAsync(properties: GetTokenOptions, cancellationToken: CancellationToken): ValueTask_1<AuthenticationToken>;
168
193
  }
169
194
 
170
195
 
@@ -177,8 +202,12 @@ export const AzureDeveloperCliCredential: {
177
202
  export type AzureDeveloperCliCredential = AzureDeveloperCliCredential$instance;
178
203
 
179
204
  export interface AzureDeveloperCliCredentialOptions$instance extends TokenCredentialOptions {
180
- AdditionallyAllowedTenants: IList<System_Internal.String>;
181
- ProcessTimeout: Nullable<TimeSpan>;
205
+ readonly __tsonic_type_Azure_Identity_AzureDeveloperCliCredentialOptions: never;
206
+
207
+ readonly __tsonic_iface_Azure_Identity_ISupportsAdditionallyAllowedTenants: never;
208
+
209
+ AdditionallyAllowedTenants: IList_1<System_Internal.String>;
210
+ ProcessTimeout: Nullable_1<TimeSpan>;
182
211
  TenantId: string;
183
212
  }
184
213
 
@@ -191,15 +220,16 @@ export const AzureDeveloperCliCredentialOptions: {
191
220
  export type AzureDeveloperCliCredentialOptions = AzureDeveloperCliCredentialOptions$instance;
192
221
 
193
222
  export interface AzurePipelinesCredential$instance extends TokenCredential {
223
+ readonly __tsonic_type_Azure_Identity_AzurePipelinesCredential: never;
224
+
194
225
  GetToken(requestContext: TokenRequestContext, cancellationToken: CancellationToken): AccessToken;
195
226
  GetToken(properties: GetTokenOptions, cancellationToken: CancellationToken): AuthenticationToken;
196
- GetTokenAsync(requestContext: TokenRequestContext, cancellationToken: CancellationToken): ValueTask<AccessToken>;
197
- GetTokenAsync(properties: GetTokenOptions, cancellationToken: CancellationToken): ValueTask<AuthenticationToken>;
227
+ GetTokenAsync(requestContext: TokenRequestContext, cancellationToken: CancellationToken): ValueTask_1<AccessToken>;
228
+ GetTokenAsync(properties: GetTokenOptions, cancellationToken: CancellationToken): ValueTask_1<AuthenticationToken>;
198
229
  }
199
230
 
200
231
 
201
232
  export const AzurePipelinesCredential: {
202
- new(): AzurePipelinesCredential;
203
233
  new(tenantId: string, clientId: string, serviceConnectionId: string, systemAccessToken: string, options: AzurePipelinesCredentialOptions): AzurePipelinesCredential;
204
234
  };
205
235
 
@@ -207,7 +237,13 @@ export const AzurePipelinesCredential: {
207
237
  export type AzurePipelinesCredential = AzurePipelinesCredential$instance;
208
238
 
209
239
  export interface AzurePipelinesCredentialOptions$instance extends TokenCredentialOptions {
210
- AdditionallyAllowedTenants: IList<System_Internal.String>;
240
+ readonly __tsonic_type_Azure_Identity_AzurePipelinesCredentialOptions: never;
241
+
242
+ readonly __tsonic_iface_Azure_Identity_ISupportsAdditionallyAllowedTenants: never;
243
+ readonly __tsonic_iface_Azure_Identity_ISupportsDisableInstanceDiscovery: never;
244
+ readonly __tsonic_iface_Azure_Identity_ISupportsTokenCachePersistenceOptions: never;
245
+
246
+ AdditionallyAllowedTenants: IList_1<System_Internal.String>;
211
247
  DisableInstanceDiscovery: boolean;
212
248
  TokenCachePersistenceOptions: TokenCachePersistenceOptions;
213
249
  }
@@ -221,10 +257,12 @@ export const AzurePipelinesCredentialOptions: {
221
257
  export type AzurePipelinesCredentialOptions = AzurePipelinesCredentialOptions$instance;
222
258
 
223
259
  export interface AzurePowerShellCredential$instance extends TokenCredential {
260
+ readonly __tsonic_type_Azure_Identity_AzurePowerShellCredential: never;
261
+
224
262
  GetToken(requestContext: TokenRequestContext, cancellationToken: CancellationToken): AccessToken;
225
263
  GetToken(properties: GetTokenOptions, cancellationToken: CancellationToken): AuthenticationToken;
226
- GetTokenAsync(requestContext: TokenRequestContext, cancellationToken?: CancellationToken): ValueTask<AccessToken>;
227
- GetTokenAsync(properties: GetTokenOptions, cancellationToken: CancellationToken): ValueTask<AuthenticationToken>;
264
+ GetTokenAsync(requestContext: TokenRequestContext, cancellationToken?: CancellationToken): ValueTask_1<AccessToken>;
265
+ GetTokenAsync(properties: GetTokenOptions, cancellationToken: CancellationToken): ValueTask_1<AuthenticationToken>;
228
266
  }
229
267
 
230
268
 
@@ -237,8 +275,12 @@ export const AzurePowerShellCredential: {
237
275
  export type AzurePowerShellCredential = AzurePowerShellCredential$instance;
238
276
 
239
277
  export interface AzurePowerShellCredentialOptions$instance extends TokenCredentialOptions {
240
- AdditionallyAllowedTenants: IList<System_Internal.String>;
241
- ProcessTimeout: Nullable<TimeSpan>;
278
+ readonly __tsonic_type_Azure_Identity_AzurePowerShellCredentialOptions: never;
279
+
280
+ readonly __tsonic_iface_Azure_Identity_ISupportsAdditionallyAllowedTenants: never;
281
+
282
+ AdditionallyAllowedTenants: IList_1<System_Internal.String>;
283
+ ProcessTimeout: Nullable_1<TimeSpan>;
242
284
  TenantId: string;
243
285
  }
244
286
 
@@ -251,9 +293,11 @@ export const AzurePowerShellCredentialOptions: {
251
293
  export type AzurePowerShellCredentialOptions = AzurePowerShellCredentialOptions$instance;
252
294
 
253
295
  export interface BrowserCustomizationOptions$instance {
296
+ readonly __tsonic_type_Azure_Identity_BrowserCustomizationOptions: never;
297
+
254
298
  ErrorMessage: string;
255
299
  SuccessMessage: string;
256
- UseEmbeddedWebView: Nullable<System_Internal.Boolean>;
300
+ UseEmbeddedWebView: Nullable_1<System_Internal.Boolean>;
257
301
  }
258
302
 
259
303
 
@@ -265,15 +309,16 @@ export const BrowserCustomizationOptions: {
265
309
  export type BrowserCustomizationOptions = BrowserCustomizationOptions$instance;
266
310
 
267
311
  export interface ChainedTokenCredential$instance extends TokenCredential {
312
+ readonly __tsonic_type_Azure_Identity_ChainedTokenCredential: never;
313
+
268
314
  GetToken(requestContext: TokenRequestContext, cancellationToken?: CancellationToken): AccessToken;
269
315
  GetToken(properties: GetTokenOptions, cancellationToken: CancellationToken): AuthenticationToken;
270
- GetTokenAsync(requestContext: TokenRequestContext, cancellationToken?: CancellationToken): ValueTask<AccessToken>;
271
- GetTokenAsync(properties: GetTokenOptions, cancellationToken: CancellationToken): ValueTask<AuthenticationToken>;
316
+ GetTokenAsync(requestContext: TokenRequestContext, cancellationToken?: CancellationToken): ValueTask_1<AccessToken>;
317
+ GetTokenAsync(properties: GetTokenOptions, cancellationToken: CancellationToken): ValueTask_1<AuthenticationToken>;
272
318
  }
273
319
 
274
320
 
275
321
  export const ChainedTokenCredential: {
276
- new(): ChainedTokenCredential;
277
322
  new(sources: TokenCredential[]): ChainedTokenCredential;
278
323
  };
279
324
 
@@ -281,24 +326,31 @@ export const ChainedTokenCredential: {
281
326
  export type ChainedTokenCredential = ChainedTokenCredential$instance;
282
327
 
283
328
  export interface ClientAssertionCredential$instance extends TokenCredential {
329
+ readonly __tsonic_type_Azure_Identity_ClientAssertionCredential: never;
330
+
284
331
  GetToken(requestContext: TokenRequestContext, cancellationToken?: CancellationToken): AccessToken;
285
332
  GetToken(properties: GetTokenOptions, cancellationToken: CancellationToken): AuthenticationToken;
286
- GetTokenAsync(requestContext: TokenRequestContext, cancellationToken?: CancellationToken): ValueTask<AccessToken>;
287
- GetTokenAsync(properties: GetTokenOptions, cancellationToken: CancellationToken): ValueTask<AuthenticationToken>;
333
+ GetTokenAsync(requestContext: TokenRequestContext, cancellationToken?: CancellationToken): ValueTask_1<AccessToken>;
334
+ GetTokenAsync(properties: GetTokenOptions, cancellationToken: CancellationToken): ValueTask_1<AuthenticationToken>;
288
335
  }
289
336
 
290
337
 
291
338
  export const ClientAssertionCredential: {
292
- new(): ClientAssertionCredential;
293
- new(tenantId: string, clientId: string, assertionCallback: Func<CancellationToken, Task<System_Internal.String>>, options: ClientAssertionCredentialOptions): ClientAssertionCredential;
294
- new(tenantId: string, clientId: string, assertionCallback: Func<System_Internal.String>, options: ClientAssertionCredentialOptions): ClientAssertionCredential;
339
+ new(tenantId: string, clientId: string, assertionCallback: Func_2<CancellationToken, Task_1<System_Internal.String>>, options: ClientAssertionCredentialOptions): ClientAssertionCredential;
340
+ new(tenantId: string, clientId: string, assertionCallback: Func_1<System_Internal.String>, options: ClientAssertionCredentialOptions): ClientAssertionCredential;
295
341
  };
296
342
 
297
343
 
298
344
  export type ClientAssertionCredential = ClientAssertionCredential$instance;
299
345
 
300
346
  export interface ClientAssertionCredentialOptions$instance extends TokenCredentialOptions {
301
- AdditionallyAllowedTenants: IList<System_Internal.String>;
347
+ readonly __tsonic_type_Azure_Identity_ClientAssertionCredentialOptions: never;
348
+
349
+ readonly __tsonic_iface_Azure_Identity_ISupportsAdditionallyAllowedTenants: never;
350
+ readonly __tsonic_iface_Azure_Identity_ISupportsDisableInstanceDiscovery: never;
351
+ readonly __tsonic_iface_Azure_Identity_ISupportsTokenCachePersistenceOptions: never;
352
+
353
+ AdditionallyAllowedTenants: IList_1<System_Internal.String>;
302
354
  DisableInstanceDiscovery: boolean;
303
355
  TokenCachePersistenceOptions: TokenCachePersistenceOptions;
304
356
  }
@@ -312,15 +364,16 @@ export const ClientAssertionCredentialOptions: {
312
364
  export type ClientAssertionCredentialOptions = ClientAssertionCredentialOptions$instance;
313
365
 
314
366
  export interface ClientCertificateCredential$instance extends TokenCredential {
367
+ readonly __tsonic_type_Azure_Identity_ClientCertificateCredential: never;
368
+
315
369
  GetToken(requestContext: TokenRequestContext, cancellationToken?: CancellationToken): AccessToken;
316
370
  GetToken(properties: GetTokenOptions, cancellationToken: CancellationToken): AuthenticationToken;
317
- GetTokenAsync(requestContext: TokenRequestContext, cancellationToken?: CancellationToken): ValueTask<AccessToken>;
318
- GetTokenAsync(properties: GetTokenOptions, cancellationToken: CancellationToken): ValueTask<AuthenticationToken>;
371
+ GetTokenAsync(requestContext: TokenRequestContext, cancellationToken?: CancellationToken): ValueTask_1<AccessToken>;
372
+ GetTokenAsync(properties: GetTokenOptions, cancellationToken: CancellationToken): ValueTask_1<AuthenticationToken>;
319
373
  }
320
374
 
321
375
 
322
376
  export const ClientCertificateCredential: {
323
- new(): ClientCertificateCredential;
324
377
  new(tenantId: string, clientId: string, clientCertificatePath: string): ClientCertificateCredential;
325
378
  new(tenantId: string, clientId: string, clientCertificatePath: string, options: TokenCredentialOptions): ClientCertificateCredential;
326
379
  new(tenantId: string, clientId: string, clientCertificatePath: string, options: ClientCertificateCredentialOptions): ClientCertificateCredential;
@@ -333,7 +386,13 @@ export const ClientCertificateCredential: {
333
386
  export type ClientCertificateCredential = ClientCertificateCredential$instance;
334
387
 
335
388
  export interface ClientCertificateCredentialOptions$instance extends TokenCredentialOptions {
336
- AdditionallyAllowedTenants: IList<System_Internal.String>;
389
+ readonly __tsonic_type_Azure_Identity_ClientCertificateCredentialOptions: never;
390
+
391
+ readonly __tsonic_iface_Azure_Identity_ISupportsAdditionallyAllowedTenants: never;
392
+ readonly __tsonic_iface_Azure_Identity_ISupportsDisableInstanceDiscovery: never;
393
+ readonly __tsonic_iface_Azure_Identity_ISupportsTokenCachePersistenceOptions: never;
394
+
395
+ AdditionallyAllowedTenants: IList_1<System_Internal.String>;
337
396
  DisableInstanceDiscovery: boolean;
338
397
  SendCertificateChain: boolean;
339
398
  TokenCachePersistenceOptions: TokenCachePersistenceOptions;
@@ -348,15 +407,16 @@ export const ClientCertificateCredentialOptions: {
348
407
  export type ClientCertificateCredentialOptions = ClientCertificateCredentialOptions$instance;
349
408
 
350
409
  export interface ClientSecretCredential$instance extends TokenCredential {
410
+ readonly __tsonic_type_Azure_Identity_ClientSecretCredential: never;
411
+
351
412
  GetToken(requestContext: TokenRequestContext, cancellationToken?: CancellationToken): AccessToken;
352
413
  GetToken(properties: GetTokenOptions, cancellationToken: CancellationToken): AuthenticationToken;
353
- GetTokenAsync(requestContext: TokenRequestContext, cancellationToken?: CancellationToken): ValueTask<AccessToken>;
354
- GetTokenAsync(properties: GetTokenOptions, cancellationToken: CancellationToken): ValueTask<AuthenticationToken>;
414
+ GetTokenAsync(requestContext: TokenRequestContext, cancellationToken?: CancellationToken): ValueTask_1<AccessToken>;
415
+ GetTokenAsync(properties: GetTokenOptions, cancellationToken: CancellationToken): ValueTask_1<AuthenticationToken>;
355
416
  }
356
417
 
357
418
 
358
419
  export const ClientSecretCredential: {
359
- new(): ClientSecretCredential;
360
420
  new(tenantId: string, clientId: string, clientSecret: string): ClientSecretCredential;
361
421
  new(tenantId: string, clientId: string, clientSecret: string, options: ClientSecretCredentialOptions): ClientSecretCredential;
362
422
  new(tenantId: string, clientId: string, clientSecret: string, options: TokenCredentialOptions): ClientSecretCredential;
@@ -366,7 +426,13 @@ export const ClientSecretCredential: {
366
426
  export type ClientSecretCredential = ClientSecretCredential$instance;
367
427
 
368
428
  export interface ClientSecretCredentialOptions$instance extends TokenCredentialOptions {
369
- AdditionallyAllowedTenants: IList<System_Internal.String>;
429
+ readonly __tsonic_type_Azure_Identity_ClientSecretCredentialOptions: never;
430
+
431
+ readonly __tsonic_iface_Azure_Identity_ISupportsAdditionallyAllowedTenants: never;
432
+ readonly __tsonic_iface_Azure_Identity_ISupportsDisableInstanceDiscovery: never;
433
+ readonly __tsonic_iface_Azure_Identity_ISupportsTokenCachePersistenceOptions: never;
434
+
435
+ AdditionallyAllowedTenants: IList_1<System_Internal.String>;
370
436
  DisableInstanceDiscovery: boolean;
371
437
  TokenCachePersistenceOptions: TokenCachePersistenceOptions;
372
438
  }
@@ -380,28 +446,32 @@ export const ClientSecretCredentialOptions: {
380
446
  export type ClientSecretCredentialOptions = ClientSecretCredentialOptions$instance;
381
447
 
382
448
  export interface CredentialUnavailableException$instance extends AuthenticationFailedException {
449
+ readonly __tsonic_type_Azure_Identity_CredentialUnavailableException: never;
450
+
451
+ readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
452
+
383
453
  }
384
454
 
385
455
 
386
456
  export const CredentialUnavailableException: {
387
457
  new(message: string): CredentialUnavailableException;
388
458
  new(message: string, innerException: Exception): CredentialUnavailableException;
389
- new(info: SerializationInfo, context: StreamingContext): CredentialUnavailableException;
390
459
  };
391
460
 
392
461
 
393
462
  export type CredentialUnavailableException = CredentialUnavailableException$instance;
394
463
 
395
464
  export interface DefaultAzureCredential$instance extends TokenCredential {
465
+ readonly __tsonic_type_Azure_Identity_DefaultAzureCredential: never;
466
+
396
467
  GetToken(requestContext: TokenRequestContext, cancellationToken?: CancellationToken): AccessToken;
397
468
  GetToken(properties: GetTokenOptions, cancellationToken: CancellationToken): AuthenticationToken;
398
- GetTokenAsync(requestContext: TokenRequestContext, cancellationToken?: CancellationToken): ValueTask<AccessToken>;
399
- GetTokenAsync(properties: GetTokenOptions, cancellationToken: CancellationToken): ValueTask<AuthenticationToken>;
469
+ GetTokenAsync(requestContext: TokenRequestContext, cancellationToken?: CancellationToken): ValueTask_1<AccessToken>;
470
+ GetTokenAsync(properties: GetTokenOptions, cancellationToken: CancellationToken): ValueTask_1<AuthenticationToken>;
400
471
  }
401
472
 
402
473
 
403
474
  export const DefaultAzureCredential: {
404
- new(): DefaultAzureCredential;
405
475
  new(includeInteractiveCredentials: boolean): DefaultAzureCredential;
406
476
  new(options: DefaultAzureCredentialOptions): DefaultAzureCredential;
407
477
  };
@@ -410,8 +480,13 @@ export const DefaultAzureCredential: {
410
480
  export type DefaultAzureCredential = DefaultAzureCredential$instance;
411
481
 
412
482
  export interface DefaultAzureCredentialOptions$instance extends TokenCredentialOptions {
413
- AdditionallyAllowedTenants: IList<System_Internal.String>;
414
- CredentialProcessTimeout: Nullable<TimeSpan>;
483
+ readonly __tsonic_type_Azure_Identity_DefaultAzureCredentialOptions: never;
484
+
485
+ readonly __tsonic_iface_Azure_Identity_ISupportsAdditionallyAllowedTenants: never;
486
+ readonly __tsonic_iface_Azure_Identity_ISupportsDisableInstanceDiscovery: never;
487
+
488
+ AdditionallyAllowedTenants: IList_1<System_Internal.String>;
489
+ CredentialProcessTimeout: Nullable_1<TimeSpan>;
415
490
  DisableInstanceDiscovery: boolean;
416
491
  ExcludeAzureCliCredential: boolean;
417
492
  ExcludeAzureDeveloperCliCredential: boolean;
@@ -444,32 +519,40 @@ export const DefaultAzureCredentialOptions: {
444
519
  export type DefaultAzureCredentialOptions = DefaultAzureCredentialOptions$instance;
445
520
 
446
521
  export interface DeviceCodeCredential$instance extends TokenCredential {
522
+ readonly __tsonic_type_Azure_Identity_DeviceCodeCredential: never;
523
+
447
524
  Authenticate(cancellationToken?: CancellationToken): AuthenticationRecord;
448
525
  Authenticate(requestContext: TokenRequestContext, cancellationToken?: CancellationToken): AuthenticationRecord;
449
- AuthenticateAsync(cancellationToken?: CancellationToken): Task<AuthenticationRecord>;
450
- AuthenticateAsync(requestContext: TokenRequestContext, cancellationToken?: CancellationToken): Task<AuthenticationRecord>;
526
+ AuthenticateAsync(cancellationToken?: CancellationToken): Task_1<AuthenticationRecord>;
527
+ AuthenticateAsync(requestContext: TokenRequestContext, cancellationToken?: CancellationToken): Task_1<AuthenticationRecord>;
451
528
  GetToken(requestContext: TokenRequestContext, cancellationToken?: CancellationToken): AccessToken;
452
529
  GetToken(properties: GetTokenOptions, cancellationToken: CancellationToken): AuthenticationToken;
453
- GetTokenAsync(requestContext: TokenRequestContext, cancellationToken?: CancellationToken): ValueTask<AccessToken>;
454
- GetTokenAsync(properties: GetTokenOptions, cancellationToken: CancellationToken): ValueTask<AuthenticationToken>;
530
+ GetTokenAsync(requestContext: TokenRequestContext, cancellationToken?: CancellationToken): ValueTask_1<AccessToken>;
531
+ GetTokenAsync(properties: GetTokenOptions, cancellationToken: CancellationToken): ValueTask_1<AuthenticationToken>;
455
532
  }
456
533
 
457
534
 
458
535
  export const DeviceCodeCredential: {
459
536
  new(): DeviceCodeCredential;
460
537
  new(options: DeviceCodeCredentialOptions): DeviceCodeCredential;
461
- new(deviceCodeCallback: Func<DeviceCodeInfo, CancellationToken, Task>, clientId: string, options: TokenCredentialOptions): DeviceCodeCredential;
462
- new(deviceCodeCallback: Func<DeviceCodeInfo, CancellationToken, Task>, tenantId: string, clientId: string, options: TokenCredentialOptions): DeviceCodeCredential;
538
+ new(deviceCodeCallback: Func_3<DeviceCodeInfo, CancellationToken, Task>, clientId: string, options: TokenCredentialOptions): DeviceCodeCredential;
539
+ new(deviceCodeCallback: Func_3<DeviceCodeInfo, CancellationToken, Task>, tenantId: string, clientId: string, options: TokenCredentialOptions): DeviceCodeCredential;
463
540
  };
464
541
 
465
542
 
466
543
  export type DeviceCodeCredential = DeviceCodeCredential$instance;
467
544
 
468
545
  export interface DeviceCodeCredentialOptions$instance extends TokenCredentialOptions {
469
- AdditionallyAllowedTenants: IList<System_Internal.String>;
546
+ readonly __tsonic_type_Azure_Identity_DeviceCodeCredentialOptions: never;
547
+
548
+ readonly __tsonic_iface_Azure_Identity_ISupportsAdditionallyAllowedTenants: never;
549
+ readonly __tsonic_iface_Azure_Identity_ISupportsDisableInstanceDiscovery: never;
550
+ readonly __tsonic_iface_Azure_Identity_ISupportsTokenCachePersistenceOptions: never;
551
+
552
+ AdditionallyAllowedTenants: IList_1<System_Internal.String>;
470
553
  AuthenticationRecord: AuthenticationRecord;
471
554
  ClientId: string;
472
- DeviceCodeCallback: Func<DeviceCodeInfo, CancellationToken, Task>;
555
+ DeviceCodeCallback: Func_3<DeviceCodeInfo, CancellationToken, Task>;
473
556
  DisableAutomaticAuthentication: boolean;
474
557
  DisableInstanceDiscovery: boolean;
475
558
  TenantId: string;
@@ -485,10 +568,12 @@ export const DeviceCodeCredentialOptions: {
485
568
  export type DeviceCodeCredentialOptions = DeviceCodeCredentialOptions$instance;
486
569
 
487
570
  export interface EnvironmentCredential$instance extends TokenCredential {
571
+ readonly __tsonic_type_Azure_Identity_EnvironmentCredential: never;
572
+
488
573
  GetToken(requestContext: TokenRequestContext, cancellationToken?: CancellationToken): AccessToken;
489
574
  GetToken(properties: GetTokenOptions, cancellationToken: CancellationToken): AuthenticationToken;
490
- GetTokenAsync(requestContext: TokenRequestContext, cancellationToken?: CancellationToken): ValueTask<AccessToken>;
491
- GetTokenAsync(properties: GetTokenOptions, cancellationToken: CancellationToken): ValueTask<AuthenticationToken>;
575
+ GetTokenAsync(requestContext: TokenRequestContext, cancellationToken?: CancellationToken): ValueTask_1<AccessToken>;
576
+ GetTokenAsync(properties: GetTokenOptions, cancellationToken: CancellationToken): ValueTask_1<AuthenticationToken>;
492
577
  }
493
578
 
494
579
 
@@ -502,7 +587,12 @@ export const EnvironmentCredential: {
502
587
  export type EnvironmentCredential = EnvironmentCredential$instance;
503
588
 
504
589
  export interface EnvironmentCredentialOptions$instance extends TokenCredentialOptions {
505
- AdditionallyAllowedTenants: IList<System_Internal.String>;
590
+ readonly __tsonic_type_Azure_Identity_EnvironmentCredentialOptions: never;
591
+
592
+ readonly __tsonic_iface_Azure_Identity_ISupportsAdditionallyAllowedTenants: never;
593
+ readonly __tsonic_iface_Azure_Identity_ISupportsDisableInstanceDiscovery: never;
594
+
595
+ AdditionallyAllowedTenants: IList_1<System_Internal.String>;
506
596
  DisableInstanceDiscovery: boolean;
507
597
  }
508
598
 
@@ -515,14 +605,16 @@ export const EnvironmentCredentialOptions: {
515
605
  export type EnvironmentCredentialOptions = EnvironmentCredentialOptions$instance;
516
606
 
517
607
  export interface InteractiveBrowserCredential$instance extends TokenCredential {
608
+ readonly __tsonic_type_Azure_Identity_InteractiveBrowserCredential: never;
609
+
518
610
  Authenticate(cancellationToken?: CancellationToken): AuthenticationRecord;
519
611
  Authenticate(requestContext: TokenRequestContext, cancellationToken?: CancellationToken): AuthenticationRecord;
520
- AuthenticateAsync(cancellationToken?: CancellationToken): Task<AuthenticationRecord>;
521
- AuthenticateAsync(requestContext: TokenRequestContext, cancellationToken?: CancellationToken): Task<AuthenticationRecord>;
612
+ AuthenticateAsync(cancellationToken?: CancellationToken): Task_1<AuthenticationRecord>;
613
+ AuthenticateAsync(requestContext: TokenRequestContext, cancellationToken?: CancellationToken): Task_1<AuthenticationRecord>;
522
614
  GetToken(requestContext: TokenRequestContext, cancellationToken?: CancellationToken): AccessToken;
523
615
  GetToken(properties: GetTokenOptions, cancellationToken: CancellationToken): AuthenticationToken;
524
- GetTokenAsync(requestContext: TokenRequestContext, cancellationToken?: CancellationToken): ValueTask<AccessToken>;
525
- GetTokenAsync(properties: GetTokenOptions, cancellationToken: CancellationToken): ValueTask<AuthenticationToken>;
616
+ GetTokenAsync(requestContext: TokenRequestContext, cancellationToken?: CancellationToken): ValueTask_1<AccessToken>;
617
+ GetTokenAsync(properties: GetTokenOptions, cancellationToken: CancellationToken): ValueTask_1<AuthenticationToken>;
526
618
  }
527
619
 
528
620
 
@@ -537,7 +629,13 @@ export const InteractiveBrowserCredential: {
537
629
  export type InteractiveBrowserCredential = InteractiveBrowserCredential$instance;
538
630
 
539
631
  export interface InteractiveBrowserCredentialOptions$instance extends TokenCredentialOptions {
540
- AdditionallyAllowedTenants: IList<System_Internal.String>;
632
+ readonly __tsonic_type_Azure_Identity_InteractiveBrowserCredentialOptions: never;
633
+
634
+ readonly __tsonic_iface_Azure_Identity_ISupportsAdditionallyAllowedTenants: never;
635
+ readonly __tsonic_iface_Azure_Identity_ISupportsDisableInstanceDiscovery: never;
636
+ readonly __tsonic_iface_Azure_Identity_ISupportsTokenCachePersistenceOptions: never;
637
+
638
+ AdditionallyAllowedTenants: IList_1<System_Internal.String>;
541
639
  AuthenticationRecord: AuthenticationRecord;
542
640
  BrowserCustomization: BrowserCustomizationOptions;
543
641
  ClientId: string;
@@ -558,15 +656,16 @@ export const InteractiveBrowserCredentialOptions: {
558
656
  export type InteractiveBrowserCredentialOptions = InteractiveBrowserCredentialOptions$instance;
559
657
 
560
658
  export interface ManagedIdentityCredential$instance extends TokenCredential {
659
+ readonly __tsonic_type_Azure_Identity_ManagedIdentityCredential: never;
660
+
561
661
  GetToken(requestContext: TokenRequestContext, cancellationToken?: CancellationToken): AccessToken;
562
662
  GetToken(properties: GetTokenOptions, cancellationToken: CancellationToken): AuthenticationToken;
563
- GetTokenAsync(requestContext: TokenRequestContext, cancellationToken?: CancellationToken): ValueTask<AccessToken>;
564
- GetTokenAsync(properties: GetTokenOptions, cancellationToken: CancellationToken): ValueTask<AuthenticationToken>;
663
+ GetTokenAsync(requestContext: TokenRequestContext, cancellationToken?: CancellationToken): ValueTask_1<AccessToken>;
664
+ GetTokenAsync(properties: GetTokenOptions, cancellationToken: CancellationToken): ValueTask_1<AuthenticationToken>;
565
665
  }
566
666
 
567
667
 
568
668
  export const ManagedIdentityCredential: {
569
- new(): ManagedIdentityCredential;
570
669
  new(clientId: string, options: TokenCredentialOptions): ManagedIdentityCredential;
571
670
  new(resourceId: ResourceIdentifier, options: TokenCredentialOptions): ManagedIdentityCredential;
572
671
  new(id: ManagedIdentityId): ManagedIdentityCredential;
@@ -577,6 +676,8 @@ export const ManagedIdentityCredential: {
577
676
  export type ManagedIdentityCredential = ManagedIdentityCredential$instance;
578
677
 
579
678
  export interface ManagedIdentityCredentialOptions$instance extends TokenCredentialOptions {
679
+ readonly __tsonic_type_Azure_Identity_ManagedIdentityCredentialOptions: never;
680
+
580
681
  }
581
682
 
582
683
 
@@ -588,12 +689,13 @@ export const ManagedIdentityCredentialOptions: {
588
689
  export type ManagedIdentityCredentialOptions = ManagedIdentityCredentialOptions$instance;
589
690
 
590
691
  export interface ManagedIdentityId$instance {
591
- ToString(): string | undefined;
692
+ readonly __tsonic_type_Azure_Identity_ManagedIdentityId: never;
693
+
694
+ ToString(): string;
592
695
  }
593
696
 
594
697
 
595
698
  export const ManagedIdentityId: {
596
- new(): ManagedIdentityId;
597
699
  readonly SystemAssigned: ManagedIdentityId;
598
700
  FromUserAssignedClientId(id: string): ManagedIdentityId;
599
701
  FromUserAssignedObjectId(id: string): ManagedIdentityId;
@@ -604,28 +706,35 @@ export const ManagedIdentityId: {
604
706
  export type ManagedIdentityId = ManagedIdentityId$instance;
605
707
 
606
708
  export interface OnBehalfOfCredential$instance extends TokenCredential {
709
+ readonly __tsonic_type_Azure_Identity_OnBehalfOfCredential: never;
710
+
607
711
  GetToken(requestContext: TokenRequestContext, cancellationToken: CancellationToken): AccessToken;
608
712
  GetToken(properties: GetTokenOptions, cancellationToken: CancellationToken): AuthenticationToken;
609
- GetTokenAsync(requestContext: TokenRequestContext, cancellationToken: CancellationToken): ValueTask<AccessToken>;
610
- GetTokenAsync(properties: GetTokenOptions, cancellationToken: CancellationToken): ValueTask<AuthenticationToken>;
713
+ GetTokenAsync(requestContext: TokenRequestContext, cancellationToken: CancellationToken): ValueTask_1<AccessToken>;
714
+ GetTokenAsync(properties: GetTokenOptions, cancellationToken: CancellationToken): ValueTask_1<AuthenticationToken>;
611
715
  }
612
716
 
613
717
 
614
718
  export const OnBehalfOfCredential: {
615
- new(): OnBehalfOfCredential;
616
719
  new(tenantId: string, clientId: string, clientCertificate: X509Certificate2, userAssertion: string): OnBehalfOfCredential;
617
720
  new(tenantId: string, clientId: string, clientCertificate: X509Certificate2, userAssertion: string, options: OnBehalfOfCredentialOptions): OnBehalfOfCredential;
618
721
  new(tenantId: string, clientId: string, clientSecret: string, userAssertion: string): OnBehalfOfCredential;
619
722
  new(tenantId: string, clientId: string, clientSecret: string, userAssertion: string, options: OnBehalfOfCredentialOptions): OnBehalfOfCredential;
620
- new(tenantId: string, clientId: string, clientAssertionCallback: Func<CancellationToken, Task<System_Internal.String>>, userAssertion: string, options: OnBehalfOfCredentialOptions): OnBehalfOfCredential;
621
- new(tenantId: string, clientId: string, clientAssertionCallback: Func<System_Internal.String>, userAssertion: string, options: OnBehalfOfCredentialOptions): OnBehalfOfCredential;
723
+ new(tenantId: string, clientId: string, clientAssertionCallback: Func_2<CancellationToken, Task_1<System_Internal.String>>, userAssertion: string, options: OnBehalfOfCredentialOptions): OnBehalfOfCredential;
724
+ new(tenantId: string, clientId: string, clientAssertionCallback: Func_1<System_Internal.String>, userAssertion: string, options: OnBehalfOfCredentialOptions): OnBehalfOfCredential;
622
725
  };
623
726
 
624
727
 
625
728
  export type OnBehalfOfCredential = OnBehalfOfCredential$instance;
626
729
 
627
730
  export interface OnBehalfOfCredentialOptions$instance extends TokenCredentialOptions {
628
- AdditionallyAllowedTenants: IList<System_Internal.String>;
731
+ readonly __tsonic_type_Azure_Identity_OnBehalfOfCredentialOptions: never;
732
+
733
+ readonly __tsonic_iface_Azure_Identity_ISupportsAdditionallyAllowedTenants: never;
734
+ readonly __tsonic_iface_Azure_Identity_ISupportsDisableInstanceDiscovery: never;
735
+ readonly __tsonic_iface_Azure_Identity_ISupportsTokenCachePersistenceOptions: never;
736
+
737
+ AdditionallyAllowedTenants: IList_1<System_Internal.String>;
629
738
  DisableInstanceDiscovery: boolean;
630
739
  SendCertificateChain: boolean;
631
740
  TokenCachePersistenceOptions: TokenCachePersistenceOptions;
@@ -640,10 +749,12 @@ export const OnBehalfOfCredentialOptions: {
640
749
  export type OnBehalfOfCredentialOptions = OnBehalfOfCredentialOptions$instance;
641
750
 
642
751
  export interface SharedTokenCacheCredential$instance extends TokenCredential {
752
+ readonly __tsonic_type_Azure_Identity_SharedTokenCacheCredential: never;
753
+
643
754
  GetToken(requestContext: TokenRequestContext, cancellationToken?: CancellationToken): AccessToken;
644
755
  GetToken(properties: GetTokenOptions, cancellationToken: CancellationToken): AuthenticationToken;
645
- GetTokenAsync(requestContext: TokenRequestContext, cancellationToken?: CancellationToken): ValueTask<AccessToken>;
646
- GetTokenAsync(properties: GetTokenOptions, cancellationToken: CancellationToken): ValueTask<AuthenticationToken>;
756
+ GetTokenAsync(requestContext: TokenRequestContext, cancellationToken?: CancellationToken): ValueTask_1<AccessToken>;
757
+ GetTokenAsync(properties: GetTokenOptions, cancellationToken: CancellationToken): ValueTask_1<AuthenticationToken>;
647
758
  }
648
759
 
649
760
 
@@ -657,6 +768,11 @@ export const SharedTokenCacheCredential: {
657
768
  export type SharedTokenCacheCredential = SharedTokenCacheCredential$instance;
658
769
 
659
770
  export interface SharedTokenCacheCredentialOptions$instance extends TokenCredentialOptions {
771
+ readonly __tsonic_type_Azure_Identity_SharedTokenCacheCredentialOptions: never;
772
+
773
+ readonly __tsonic_iface_Azure_Identity_ISupportsDisableInstanceDiscovery: never;
774
+ readonly __tsonic_iface_Azure_Identity_ISupportsTokenCachePersistenceOptions: never;
775
+
660
776
  AuthenticationRecord: AuthenticationRecord;
661
777
  ClientId: string;
662
778
  DisableInstanceDiscovery: boolean;
@@ -676,6 +792,8 @@ export const SharedTokenCacheCredentialOptions: {
676
792
  export type SharedTokenCacheCredentialOptions = SharedTokenCacheCredentialOptions$instance;
677
793
 
678
794
  export interface TokenCachePersistenceOptions$instance {
795
+ readonly __tsonic_type_Azure_Identity_TokenCachePersistenceOptions: never;
796
+
679
797
  Name: string;
680
798
  UnsafeAllowUnencryptedStorage: boolean;
681
799
  }
@@ -689,32 +807,36 @@ export const TokenCachePersistenceOptions: {
689
807
  export type TokenCachePersistenceOptions = TokenCachePersistenceOptions$instance;
690
808
 
691
809
  export interface TokenCacheRefreshArgs$instance {
810
+ readonly __tsonic_type_Azure_Identity_TokenCacheRefreshArgs: never;
811
+
692
812
  readonly IsCaeEnabled: boolean;
693
813
  readonly SuggestedCacheKey: string;
694
814
  }
695
815
 
696
816
 
697
817
  export const TokenCacheRefreshArgs: {
698
- new(): TokenCacheRefreshArgs;
699
818
  };
700
819
 
701
820
 
702
821
  export type TokenCacheRefreshArgs = TokenCacheRefreshArgs$instance;
703
822
 
704
823
  export interface TokenCacheUpdatedArgs$instance {
824
+ readonly __tsonic_type_Azure_Identity_TokenCacheUpdatedArgs: never;
825
+
705
826
  readonly IsCaeEnabled: boolean;
706
- readonly UnsafeCacheData: ReadOnlyMemory<System_Internal.Byte>;
827
+ readonly UnsafeCacheData: ReadOnlyMemory_1<System_Internal.Byte>;
707
828
  }
708
829
 
709
830
 
710
831
  export const TokenCacheUpdatedArgs: {
711
- new(): TokenCacheUpdatedArgs;
712
832
  };
713
833
 
714
834
 
715
835
  export type TokenCacheUpdatedArgs = TokenCacheUpdatedArgs$instance;
716
836
 
717
837
  export interface TokenCredentialDiagnosticsOptions$instance extends DiagnosticsOptions {
838
+ readonly __tsonic_type_Azure_Identity_TokenCredentialDiagnosticsOptions: never;
839
+
718
840
  IsAccountIdentifierLoggingEnabled: boolean;
719
841
  }
720
842
 
@@ -727,6 +849,8 @@ export const TokenCredentialDiagnosticsOptions: {
727
849
  export type TokenCredentialDiagnosticsOptions = TokenCredentialDiagnosticsOptions$instance;
728
850
 
729
851
  export interface TokenCredentialOptions$instance extends ClientOptions {
852
+ readonly __tsonic_type_Azure_Identity_TokenCredentialOptions: never;
853
+
730
854
  AuthorityHost: Uri;
731
855
  readonly Diagnostics: DiagnosticsOptions | TokenCredentialDiagnosticsOptions;
732
856
  IsUnsafeSupportLoggingEnabled: boolean;
@@ -740,38 +864,36 @@ export const TokenCredentialOptions: {
740
864
 
741
865
  export type TokenCredentialOptions = TokenCredentialOptions$instance;
742
866
 
743
- export abstract class UnsafeTokenCacheOptions$protected {
744
- protected abstract RefreshCacheAsync(): Task<ReadOnlyMemory<System_Internal.Byte>>;
745
- protected RefreshCacheAsync(args: TokenCacheRefreshArgs, cancellationToken?: CancellationToken): Task<TokenCacheData>;
746
- protected abstract TokenCacheUpdatedAsync(tokenCacheUpdatedArgs: TokenCacheUpdatedArgs): Task;
747
- }
867
+ export interface UnsafeTokenCacheOptions$instance extends TokenCachePersistenceOptions {
868
+ readonly __tsonic_type_Azure_Identity_UnsafeTokenCacheOptions: never;
748
869
 
749
-
750
- export interface UnsafeTokenCacheOptions$instance extends UnsafeTokenCacheOptions$protected, TokenCachePersistenceOptions {
870
+ RefreshCacheAsync(): Task_1<ReadOnlyMemory_1<System_Internal.Byte>>;
871
+ RefreshCacheAsync(args: TokenCacheRefreshArgs, cancellationToken?: CancellationToken): Task_1<TokenCacheData>;
872
+ TokenCacheUpdatedAsync(tokenCacheUpdatedArgs: TokenCacheUpdatedArgs): Task;
751
873
  }
752
874
 
753
875
 
754
- export const UnsafeTokenCacheOptions: {
755
- new(): UnsafeTokenCacheOptions;
876
+ export const UnsafeTokenCacheOptions: (abstract new() => UnsafeTokenCacheOptions) & {
756
877
  };
757
878
 
758
879
 
759
880
  export type UnsafeTokenCacheOptions = UnsafeTokenCacheOptions$instance;
760
881
 
761
882
  export interface UsernamePasswordCredential$instance extends TokenCredential {
883
+ readonly __tsonic_type_Azure_Identity_UsernamePasswordCredential: never;
884
+
762
885
  Authenticate(cancellationToken?: CancellationToken): AuthenticationRecord;
763
886
  Authenticate(requestContext: TokenRequestContext, cancellationToken?: CancellationToken): AuthenticationRecord;
764
- AuthenticateAsync(cancellationToken?: CancellationToken): Task<AuthenticationRecord>;
765
- AuthenticateAsync(requestContext: TokenRequestContext, cancellationToken?: CancellationToken): Task<AuthenticationRecord>;
887
+ AuthenticateAsync(cancellationToken?: CancellationToken): Task_1<AuthenticationRecord>;
888
+ AuthenticateAsync(requestContext: TokenRequestContext, cancellationToken?: CancellationToken): Task_1<AuthenticationRecord>;
766
889
  GetToken(requestContext: TokenRequestContext, cancellationToken?: CancellationToken): AccessToken;
767
890
  GetToken(properties: GetTokenOptions, cancellationToken: CancellationToken): AuthenticationToken;
768
- GetTokenAsync(requestContext: TokenRequestContext, cancellationToken?: CancellationToken): ValueTask<AccessToken>;
769
- GetTokenAsync(properties: GetTokenOptions, cancellationToken: CancellationToken): ValueTask<AuthenticationToken>;
891
+ GetTokenAsync(requestContext: TokenRequestContext, cancellationToken?: CancellationToken): ValueTask_1<AccessToken>;
892
+ GetTokenAsync(properties: GetTokenOptions, cancellationToken: CancellationToken): ValueTask_1<AuthenticationToken>;
770
893
  }
771
894
 
772
895
 
773
896
  export const UsernamePasswordCredential: {
774
- new(): UsernamePasswordCredential;
775
897
  new(username: string, password: string, tenantId: string, clientId: string): UsernamePasswordCredential;
776
898
  new(username: string, password: string, tenantId: string, clientId: string, options: TokenCredentialOptions): UsernamePasswordCredential;
777
899
  new(username: string, password: string, tenantId: string, clientId: string, options: UsernamePasswordCredentialOptions): UsernamePasswordCredential;
@@ -781,7 +903,13 @@ export const UsernamePasswordCredential: {
781
903
  export type UsernamePasswordCredential = UsernamePasswordCredential$instance;
782
904
 
783
905
  export interface UsernamePasswordCredentialOptions$instance extends TokenCredentialOptions {
784
- AdditionallyAllowedTenants: IList<System_Internal.String>;
906
+ readonly __tsonic_type_Azure_Identity_UsernamePasswordCredentialOptions: never;
907
+
908
+ readonly __tsonic_iface_Azure_Identity_ISupportsAdditionallyAllowedTenants: never;
909
+ readonly __tsonic_iface_Azure_Identity_ISupportsDisableInstanceDiscovery: never;
910
+ readonly __tsonic_iface_Azure_Identity_ISupportsTokenCachePersistenceOptions: never;
911
+
912
+ AdditionallyAllowedTenants: IList_1<System_Internal.String>;
785
913
  DisableInstanceDiscovery: boolean;
786
914
  TokenCachePersistenceOptions: TokenCachePersistenceOptions;
787
915
  }
@@ -795,10 +923,12 @@ export const UsernamePasswordCredentialOptions: {
795
923
  export type UsernamePasswordCredentialOptions = UsernamePasswordCredentialOptions$instance;
796
924
 
797
925
  export interface VisualStudioCodeCredential$instance extends TokenCredential {
926
+ readonly __tsonic_type_Azure_Identity_VisualStudioCodeCredential: never;
927
+
798
928
  GetToken(requestContext: TokenRequestContext, cancellationToken: CancellationToken): AccessToken;
799
929
  GetToken(properties: GetTokenOptions, cancellationToken: CancellationToken): AuthenticationToken;
800
- GetTokenAsync(requestContext: TokenRequestContext, cancellationToken: CancellationToken): ValueTask<AccessToken>;
801
- GetTokenAsync(properties: GetTokenOptions, cancellationToken: CancellationToken): ValueTask<AuthenticationToken>;
930
+ GetTokenAsync(requestContext: TokenRequestContext, cancellationToken: CancellationToken): ValueTask_1<AccessToken>;
931
+ GetTokenAsync(properties: GetTokenOptions, cancellationToken: CancellationToken): ValueTask_1<AuthenticationToken>;
802
932
  }
803
933
 
804
934
 
@@ -811,7 +941,11 @@ export const VisualStudioCodeCredential: {
811
941
  export type VisualStudioCodeCredential = VisualStudioCodeCredential$instance;
812
942
 
813
943
  export interface VisualStudioCodeCredentialOptions$instance extends TokenCredentialOptions {
814
- AdditionallyAllowedTenants: IList<System_Internal.String>;
944
+ readonly __tsonic_type_Azure_Identity_VisualStudioCodeCredentialOptions: never;
945
+
946
+ readonly __tsonic_iface_Azure_Identity_ISupportsAdditionallyAllowedTenants: never;
947
+
948
+ AdditionallyAllowedTenants: IList_1<System_Internal.String>;
815
949
  TenantId: string;
816
950
  }
817
951
 
@@ -824,10 +958,12 @@ export const VisualStudioCodeCredentialOptions: {
824
958
  export type VisualStudioCodeCredentialOptions = VisualStudioCodeCredentialOptions$instance;
825
959
 
826
960
  export interface VisualStudioCredential$instance extends TokenCredential {
961
+ readonly __tsonic_type_Azure_Identity_VisualStudioCredential: never;
962
+
827
963
  GetToken(requestContext: TokenRequestContext, cancellationToken: CancellationToken): AccessToken;
828
964
  GetToken(properties: GetTokenOptions, cancellationToken: CancellationToken): AuthenticationToken;
829
- GetTokenAsync(requestContext: TokenRequestContext, cancellationToken: CancellationToken): ValueTask<AccessToken>;
830
- GetTokenAsync(properties: GetTokenOptions, cancellationToken: CancellationToken): ValueTask<AuthenticationToken>;
965
+ GetTokenAsync(requestContext: TokenRequestContext, cancellationToken: CancellationToken): ValueTask_1<AccessToken>;
966
+ GetTokenAsync(properties: GetTokenOptions, cancellationToken: CancellationToken): ValueTask_1<AuthenticationToken>;
831
967
  }
832
968
 
833
969
 
@@ -840,8 +976,12 @@ export const VisualStudioCredential: {
840
976
  export type VisualStudioCredential = VisualStudioCredential$instance;
841
977
 
842
978
  export interface VisualStudioCredentialOptions$instance extends TokenCredentialOptions {
843
- AdditionallyAllowedTenants: IList<System_Internal.String>;
844
- ProcessTimeout: Nullable<TimeSpan>;
979
+ readonly __tsonic_type_Azure_Identity_VisualStudioCredentialOptions: never;
980
+
981
+ readonly __tsonic_iface_Azure_Identity_ISupportsAdditionallyAllowedTenants: never;
982
+
983
+ AdditionallyAllowedTenants: IList_1<System_Internal.String>;
984
+ ProcessTimeout: Nullable_1<TimeSpan>;
845
985
  TenantId: string;
846
986
  }
847
987
 
@@ -854,10 +994,12 @@ export const VisualStudioCredentialOptions: {
854
994
  export type VisualStudioCredentialOptions = VisualStudioCredentialOptions$instance;
855
995
 
856
996
  export interface WorkloadIdentityCredential$instance extends TokenCredential {
997
+ readonly __tsonic_type_Azure_Identity_WorkloadIdentityCredential: never;
998
+
857
999
  GetToken(requestContext: TokenRequestContext, cancellationToken?: CancellationToken): AccessToken;
858
1000
  GetToken(properties: GetTokenOptions, cancellationToken: CancellationToken): AuthenticationToken;
859
- GetTokenAsync(requestContext: TokenRequestContext, cancellationToken?: CancellationToken): ValueTask<AccessToken>;
860
- GetTokenAsync(properties: GetTokenOptions, cancellationToken: CancellationToken): ValueTask<AuthenticationToken>;
1001
+ GetTokenAsync(requestContext: TokenRequestContext, cancellationToken?: CancellationToken): ValueTask_1<AccessToken>;
1002
+ GetTokenAsync(properties: GetTokenOptions, cancellationToken: CancellationToken): ValueTask_1<AuthenticationToken>;
861
1003
  }
862
1004
 
863
1005
 
@@ -870,7 +1012,12 @@ export const WorkloadIdentityCredential: {
870
1012
  export type WorkloadIdentityCredential = WorkloadIdentityCredential$instance;
871
1013
 
872
1014
  export interface WorkloadIdentityCredentialOptions$instance extends TokenCredentialOptions {
873
- AdditionallyAllowedTenants: IList<System_Internal.String>;
1015
+ readonly __tsonic_type_Azure_Identity_WorkloadIdentityCredentialOptions: never;
1016
+
1017
+ readonly __tsonic_iface_Azure_Identity_ISupportsAdditionallyAllowedTenants: never;
1018
+ readonly __tsonic_iface_Azure_Identity_ISupportsDisableInstanceDiscovery: never;
1019
+
1020
+ AdditionallyAllowedTenants: IList_1<System_Internal.String>;
874
1021
  ClientId: string;
875
1022
  DisableInstanceDiscovery: boolean;
876
1023
  TenantId: string;
@@ -897,7 +1044,7 @@ export type AzureAuthorityHosts = AzureAuthorityHosts$instance;
897
1044
 
898
1045
  export abstract class IdentityModelFactory$instance {
899
1046
  static AuthenticationRecord(username: string, authority: string, homeAccountId: string, tenantId: string, clientId: string): AuthenticationRecord;
900
- static DeviceCodeInfo(userCode: string, deviceCode: string, verificationUri: Uri, expiresOn: DateTimeOffset, message: string, clientId: string, scopes: IReadOnlyCollection<System_Internal.String>): DeviceCodeInfo;
1047
+ static DeviceCodeInfo(userCode: string, deviceCode: string, verificationUri: Uri, expiresOn: DateTimeOffset, message: string, clientId: string, scopes: IReadOnlyCollection_1<System_Internal.String>): DeviceCodeInfo;
901
1048
  }
902
1049
 
903
1050