|
6 | 6 |
|
7 | 7 | import * as coreAuth from '@azure/core-auth'; |
8 | 8 | import * as coreClient from '@azure/core-client'; |
9 | | -import { OperationState } from '@azure/core-lro'; |
10 | 9 | import { PagedAsyncIterableIterator } from '@azure/core-paging'; |
11 | | -import { SimplePollerLike } from '@azure/core-lro'; |
| 10 | +import { PollerLike } from '@azure/core-lro'; |
| 11 | +import { PollOperationState } from '@azure/core-lro'; |
12 | 12 |
|
13 | 13 | // @public |
14 | 14 | export interface AccessPolicyResponse { |
@@ -401,13 +401,15 @@ export interface AzureBlobFSLinkedService extends LinkedService { |
401 | 401 | azureCloudType?: any; |
402 | 402 | credential?: CredentialReference; |
403 | 403 | encryptedCredential?: any; |
| 404 | + sasToken?: SecretBaseUnion; |
| 405 | + sasUri?: any; |
404 | 406 | servicePrincipalCredential?: SecretBaseUnion; |
405 | 407 | servicePrincipalCredentialType?: any; |
406 | 408 | servicePrincipalId?: any; |
407 | 409 | servicePrincipalKey?: SecretBaseUnion; |
408 | 410 | tenant?: any; |
409 | 411 | type: "AzureBlobFS"; |
410 | | - url: any; |
| 412 | + url?: any; |
411 | 413 | } |
412 | 414 |
|
413 | 415 | // @public |
@@ -1791,9 +1793,9 @@ export interface DataFlowDebugResource extends SubResourceDebugResource { |
1791 | 1793 | // @public |
1792 | 1794 | export interface DataFlowDebugSession { |
1793 | 1795 | addDataFlow(resourceGroupName: string, factoryName: string, request: DataFlowDebugPackage, options?: DataFlowDebugSessionAddDataFlowOptionalParams): Promise<DataFlowDebugSessionAddDataFlowResponse>; |
1794 | | - beginCreate(resourceGroupName: string, factoryName: string, request: CreateDataFlowDebugSessionRequest, options?: DataFlowDebugSessionCreateOptionalParams): Promise<SimplePollerLike<OperationState<DataFlowDebugSessionCreateResponse>, DataFlowDebugSessionCreateResponse>>; |
| 1796 | + beginCreate(resourceGroupName: string, factoryName: string, request: CreateDataFlowDebugSessionRequest, options?: DataFlowDebugSessionCreateOptionalParams): Promise<PollerLike<PollOperationState<DataFlowDebugSessionCreateResponse>, DataFlowDebugSessionCreateResponse>>; |
1795 | 1797 | beginCreateAndWait(resourceGroupName: string, factoryName: string, request: CreateDataFlowDebugSessionRequest, options?: DataFlowDebugSessionCreateOptionalParams): Promise<DataFlowDebugSessionCreateResponse>; |
1796 | | - beginExecuteCommand(resourceGroupName: string, factoryName: string, request: DataFlowDebugCommandRequest, options?: DataFlowDebugSessionExecuteCommandOptionalParams): Promise<SimplePollerLike<OperationState<DataFlowDebugSessionExecuteCommandResponse>, DataFlowDebugSessionExecuteCommandResponse>>; |
| 1798 | + beginExecuteCommand(resourceGroupName: string, factoryName: string, request: DataFlowDebugCommandRequest, options?: DataFlowDebugSessionExecuteCommandOptionalParams): Promise<PollerLike<PollOperationState<DataFlowDebugSessionExecuteCommandResponse>, DataFlowDebugSessionExecuteCommandResponse>>; |
1797 | 1799 | beginExecuteCommandAndWait(resourceGroupName: string, factoryName: string, request: DataFlowDebugCommandRequest, options?: DataFlowDebugSessionExecuteCommandOptionalParams): Promise<DataFlowDebugSessionExecuteCommandResponse>; |
1798 | 1800 | delete(resourceGroupName: string, factoryName: string, request: DeleteDataFlowDebugSessionRequest, options?: DataFlowDebugSessionDeleteOptionalParams): Promise<void>; |
1799 | 1801 | listQueryByFactory(resourceGroupName: string, factoryName: string, options?: DataFlowDebugSessionQueryByFactoryOptionalParams): PagedAsyncIterableIterator<DataFlowDebugSessionInfo>; |
@@ -3751,7 +3753,7 @@ export type IntegrationRuntimeNodesUpdateResponse = SelfHostedIntegrationRuntime |
3751 | 3753 |
|
3752 | 3754 | // @public |
3753 | 3755 | export interface IntegrationRuntimeObjectMetadata { |
3754 | | - beginRefresh(resourceGroupName: string, factoryName: string, integrationRuntimeName: string, options?: IntegrationRuntimeObjectMetadataRefreshOptionalParams): Promise<SimplePollerLike<OperationState<IntegrationRuntimeObjectMetadataRefreshResponse>, IntegrationRuntimeObjectMetadataRefreshResponse>>; |
| 3756 | + beginRefresh(resourceGroupName: string, factoryName: string, integrationRuntimeName: string, options?: IntegrationRuntimeObjectMetadataRefreshOptionalParams): Promise<PollerLike<PollOperationState<IntegrationRuntimeObjectMetadataRefreshResponse>, IntegrationRuntimeObjectMetadataRefreshResponse>>; |
3755 | 3757 | beginRefreshAndWait(resourceGroupName: string, factoryName: string, integrationRuntimeName: string, options?: IntegrationRuntimeObjectMetadataRefreshOptionalParams): Promise<IntegrationRuntimeObjectMetadataRefreshResponse>; |
3756 | 3758 | get(resourceGroupName: string, factoryName: string, integrationRuntimeName: string, options?: IntegrationRuntimeObjectMetadataGetOptionalParams): Promise<IntegrationRuntimeObjectMetadataGetResponse>; |
3757 | 3759 | } |
@@ -3816,9 +3818,9 @@ export interface IntegrationRuntimeResource extends SubResource { |
3816 | 3818 |
|
3817 | 3819 | // @public |
3818 | 3820 | export interface IntegrationRuntimes { |
3819 | | - beginStart(resourceGroupName: string, factoryName: string, integrationRuntimeName: string, options?: IntegrationRuntimesStartOptionalParams): Promise<SimplePollerLike<OperationState<IntegrationRuntimesStartResponse>, IntegrationRuntimesStartResponse>>; |
| 3821 | + beginStart(resourceGroupName: string, factoryName: string, integrationRuntimeName: string, options?: IntegrationRuntimesStartOptionalParams): Promise<PollerLike<PollOperationState<IntegrationRuntimesStartResponse>, IntegrationRuntimesStartResponse>>; |
3820 | 3822 | beginStartAndWait(resourceGroupName: string, factoryName: string, integrationRuntimeName: string, options?: IntegrationRuntimesStartOptionalParams): Promise<IntegrationRuntimesStartResponse>; |
3821 | | - beginStop(resourceGroupName: string, factoryName: string, integrationRuntimeName: string, options?: IntegrationRuntimesStopOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>; |
| 3823 | + beginStop(resourceGroupName: string, factoryName: string, integrationRuntimeName: string, options?: IntegrationRuntimesStopOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>; |
3822 | 3824 | beginStopAndWait(resourceGroupName: string, factoryName: string, integrationRuntimeName: string, options?: IntegrationRuntimesStopOptionalParams): Promise<void>; |
3823 | 3825 | createLinkedIntegrationRuntime(resourceGroupName: string, factoryName: string, integrationRuntimeName: string, createLinkedIntegrationRuntimeRequest: CreateLinkedIntegrationRuntimeRequest, options?: IntegrationRuntimesCreateLinkedIntegrationRuntimeOptionalParams): Promise<IntegrationRuntimesCreateLinkedIntegrationRuntimeResponse>; |
3824 | 3826 | createOrUpdate(resourceGroupName: string, factoryName: string, integrationRuntimeName: string, integrationRuntime: IntegrationRuntimeResource, options?: IntegrationRuntimesCreateOrUpdateOptionalParams): Promise<IntegrationRuntimesCreateOrUpdateResponse>; |
@@ -8012,13 +8014,13 @@ export type TriggerRuntimeState = string; |
8012 | 8014 |
|
8013 | 8015 | // @public |
8014 | 8016 | export interface Triggers { |
8015 | | - beginStart(resourceGroupName: string, factoryName: string, triggerName: string, options?: TriggersStartOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>; |
| 8017 | + beginStart(resourceGroupName: string, factoryName: string, triggerName: string, options?: TriggersStartOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>; |
8016 | 8018 | beginStartAndWait(resourceGroupName: string, factoryName: string, triggerName: string, options?: TriggersStartOptionalParams): Promise<void>; |
8017 | | - beginStop(resourceGroupName: string, factoryName: string, triggerName: string, options?: TriggersStopOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>; |
| 8019 | + beginStop(resourceGroupName: string, factoryName: string, triggerName: string, options?: TriggersStopOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>; |
8018 | 8020 | beginStopAndWait(resourceGroupName: string, factoryName: string, triggerName: string, options?: TriggersStopOptionalParams): Promise<void>; |
8019 | | - beginSubscribeToEvents(resourceGroupName: string, factoryName: string, triggerName: string, options?: TriggersSubscribeToEventsOptionalParams): Promise<SimplePollerLike<OperationState<TriggersSubscribeToEventsResponse>, TriggersSubscribeToEventsResponse>>; |
| 8021 | + beginSubscribeToEvents(resourceGroupName: string, factoryName: string, triggerName: string, options?: TriggersSubscribeToEventsOptionalParams): Promise<PollerLike<PollOperationState<TriggersSubscribeToEventsResponse>, TriggersSubscribeToEventsResponse>>; |
8020 | 8022 | beginSubscribeToEventsAndWait(resourceGroupName: string, factoryName: string, triggerName: string, options?: TriggersSubscribeToEventsOptionalParams): Promise<TriggersSubscribeToEventsResponse>; |
8021 | | - beginUnsubscribeFromEvents(resourceGroupName: string, factoryName: string, triggerName: string, options?: TriggersUnsubscribeFromEventsOptionalParams): Promise<SimplePollerLike<OperationState<TriggersUnsubscribeFromEventsResponse>, TriggersUnsubscribeFromEventsResponse>>; |
| 8023 | + beginUnsubscribeFromEvents(resourceGroupName: string, factoryName: string, triggerName: string, options?: TriggersUnsubscribeFromEventsOptionalParams): Promise<PollerLike<PollOperationState<TriggersUnsubscribeFromEventsResponse>, TriggersUnsubscribeFromEventsResponse>>; |
8022 | 8024 | beginUnsubscribeFromEventsAndWait(resourceGroupName: string, factoryName: string, triggerName: string, options?: TriggersUnsubscribeFromEventsOptionalParams): Promise<TriggersUnsubscribeFromEventsResponse>; |
8023 | 8025 | createOrUpdate(resourceGroupName: string, factoryName: string, triggerName: string, trigger: TriggerResource, options?: TriggersCreateOrUpdateOptionalParams): Promise<TriggersCreateOrUpdateResponse>; |
8024 | 8026 | delete(resourceGroupName: string, factoryName: string, triggerName: string, options?: TriggersDeleteOptionalParams): Promise<void>; |
|
0 commit comments