@azure/arm-servicelinker 2.1.1-alpha.20241024.1 → 2.2.0-beta.1
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.
- package/CHANGELOG.md +145 -10
- package/LICENSE +1 -1
- package/README.md +3 -4
- package/dist/index.js +3960 -1050
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.map +1 -1
- package/dist-esm/samples-dev/configurationNamesListSample.d.ts +2 -0
- package/dist-esm/samples-dev/configurationNamesListSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/configurationNamesListSample.js +51 -0
- package/dist-esm/samples-dev/configurationNamesListSample.js.map +1 -0
- package/dist-esm/samples-dev/connectorCreateDryrunSample.d.ts +2 -0
- package/dist-esm/samples-dev/connectorCreateDryrunSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/connectorCreateDryrunSample.js +53 -0
- package/dist-esm/samples-dev/connectorCreateDryrunSample.js.map +1 -0
- package/dist-esm/samples-dev/connectorCreateOrUpdateSample.d.ts +2 -0
- package/dist-esm/samples-dev/connectorCreateOrUpdateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/connectorCreateOrUpdateSample.js +49 -0
- package/dist-esm/samples-dev/connectorCreateOrUpdateSample.js.map +1 -0
- package/dist-esm/samples-dev/connectorDeleteDryrunSample.d.ts +2 -0
- package/dist-esm/samples-dev/connectorDeleteDryrunSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/connectorDeleteDryrunSample.js +39 -0
- package/dist-esm/samples-dev/connectorDeleteDryrunSample.js.map +1 -0
- package/dist-esm/samples-dev/connectorDeleteSample.d.ts +2 -0
- package/dist-esm/samples-dev/connectorDeleteSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/connectorDeleteSample.js +39 -0
- package/dist-esm/samples-dev/connectorDeleteSample.js.map +1 -0
- package/dist-esm/samples-dev/connectorGenerateConfigurationsSample.d.ts +2 -0
- package/dist-esm/samples-dev/connectorGenerateConfigurationsSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/connectorGenerateConfigurationsSample.js +43 -0
- package/dist-esm/samples-dev/connectorGenerateConfigurationsSample.js.map +1 -0
- package/dist-esm/samples-dev/connectorGetDryrunSample.d.ts +2 -0
- package/dist-esm/samples-dev/connectorGetDryrunSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/connectorGetDryrunSample.js +39 -0
- package/dist-esm/samples-dev/connectorGetDryrunSample.js.map +1 -0
- package/dist-esm/samples-dev/connectorGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/connectorGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/connectorGetSample.js +39 -0
- package/dist-esm/samples-dev/connectorGetSample.js.map +1 -0
- package/dist-esm/samples-dev/connectorListDryrunSample.d.ts +2 -0
- package/dist-esm/samples-dev/connectorListDryrunSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/connectorListDryrunSample.js +54 -0
- package/dist-esm/samples-dev/connectorListDryrunSample.js.map +1 -0
- package/dist-esm/samples-dev/connectorListSample.d.ts +2 -0
- package/dist-esm/samples-dev/connectorListSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/connectorListSample.js +54 -0
- package/dist-esm/samples-dev/connectorListSample.js.map +1 -0
- package/dist-esm/samples-dev/connectorUpdateDryrunSample.d.ts +2 -0
- package/dist-esm/samples-dev/connectorUpdateDryrunSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/connectorUpdateDryrunSample.js +53 -0
- package/dist-esm/samples-dev/connectorUpdateDryrunSample.js.map +1 -0
- package/dist-esm/samples-dev/connectorUpdateSample.d.ts +2 -0
- package/dist-esm/samples-dev/connectorUpdateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/connectorUpdateSample.js +51 -0
- package/dist-esm/samples-dev/connectorUpdateSample.js.map +1 -0
- package/dist-esm/samples-dev/connectorValidateSample.d.ts +2 -0
- package/dist-esm/samples-dev/connectorValidateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/connectorValidateSample.js +39 -0
- package/dist-esm/samples-dev/connectorValidateSample.js.map +1 -0
- package/dist-esm/samples-dev/linkerCreateOrUpdateSample.js +9 -67
- package/dist-esm/samples-dev/linkerCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/linkerDeleteSample.js +5 -5
- package/dist-esm/samples-dev/linkerDeleteSample.js.map +1 -1
- package/dist-esm/samples-dev/linkerGetSample.js +3 -3
- package/dist-esm/samples-dev/linkerGetSample.js.map +1 -1
- package/dist-esm/samples-dev/linkerListConfigurationsSample.js +4 -4
- package/dist-esm/samples-dev/linkerListConfigurationsSample.js.map +1 -1
- package/dist-esm/samples-dev/linkerListSample.js +5 -5
- package/dist-esm/samples-dev/linkerListSample.js.map +1 -1
- package/dist-esm/samples-dev/linkerUpdateSample.js +9 -9
- package/dist-esm/samples-dev/linkerUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/linkerValidateSample.js +5 -5
- package/dist-esm/samples-dev/linkerValidateSample.js.map +1 -1
- package/dist-esm/samples-dev/linkersCreateDryrunSample.d.ts +2 -0
- package/dist-esm/samples-dev/linkersCreateDryrunSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/linkersCreateDryrunSample.js +51 -0
- package/dist-esm/samples-dev/linkersCreateDryrunSample.js.map +1 -0
- package/dist-esm/samples-dev/linkersDeleteDryrunSample.d.ts +2 -0
- package/dist-esm/samples-dev/linkersDeleteDryrunSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/linkersDeleteDryrunSample.js +37 -0
- package/dist-esm/samples-dev/linkersDeleteDryrunSample.js.map +1 -0
- package/dist-esm/samples-dev/linkersGenerateConfigurationsSample.d.ts +2 -0
- package/dist-esm/samples-dev/linkersGenerateConfigurationsSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/linkersGenerateConfigurationsSample.js +41 -0
- package/dist-esm/samples-dev/linkersGenerateConfigurationsSample.js.map +1 -0
- package/dist-esm/samples-dev/linkersGetDryrunSample.d.ts +2 -0
- package/dist-esm/samples-dev/linkersGetDryrunSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/linkersGetDryrunSample.js +37 -0
- package/dist-esm/samples-dev/linkersGetDryrunSample.js.map +1 -0
- package/dist-esm/samples-dev/linkersListDaprConfigurationsSample.d.ts +2 -0
- package/dist-esm/samples-dev/linkersListDaprConfigurationsSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/linkersListDaprConfigurationsSample.js +52 -0
- package/dist-esm/samples-dev/linkersListDaprConfigurationsSample.js.map +1 -0
- package/dist-esm/samples-dev/linkersListDryrunSample.d.ts +2 -0
- package/dist-esm/samples-dev/linkersListDryrunSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/linkersListDryrunSample.js +52 -0
- package/dist-esm/samples-dev/linkersListDryrunSample.js.map +1 -0
- package/dist-esm/samples-dev/linkersUpdateDryrunSample.d.ts +2 -0
- package/dist-esm/samples-dev/linkersUpdateDryrunSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/linkersUpdateDryrunSample.js +51 -0
- package/dist-esm/samples-dev/linkersUpdateDryrunSample.js.map +1 -0
- package/dist-esm/samples-dev/operationsListSample.js +1 -1
- package/dist-esm/src/lroImpl.d.ts +6 -11
- package/dist-esm/src/lroImpl.d.ts.map +1 -1
- package/dist-esm/src/lroImpl.js +12 -20
- package/dist-esm/src/lroImpl.js.map +1 -1
- package/dist-esm/src/models/index.d.ts +815 -90
- package/dist-esm/src/models/index.d.ts.map +1 -1
- package/dist-esm/src/models/index.js +134 -18
- package/dist-esm/src/models/index.js.map +1 -1
- package/dist-esm/src/models/mappers.d.ts +47 -8
- package/dist-esm/src/models/mappers.d.ts.map +1 -1
- package/dist-esm/src/models/mappers.js +1334 -337
- package/dist-esm/src/models/mappers.js.map +1 -1
- package/dist-esm/src/models/parameters.d.ts +12 -2
- package/dist-esm/src/models/parameters.d.ts.map +1 -1
- package/dist-esm/src/models/parameters.js +121 -31
- package/dist-esm/src/models/parameters.js.map +1 -1
- package/dist-esm/src/operations/configurationNames.d.ts +34 -0
- package/dist-esm/src/operations/configurationNames.d.ts.map +1 -0
- package/dist-esm/src/operations/configurationNames.js +139 -0
- package/dist-esm/src/operations/configurationNames.js.map +1 -0
- package/dist-esm/src/operations/connector.d.ts +223 -0
- package/dist-esm/src/operations/connector.d.ts.map +1 -0
- package/dist-esm/src/operations/connector.js +1011 -0
- package/dist-esm/src/operations/connector.js.map +1 -0
- package/dist-esm/src/operations/index.d.ts +3 -0
- package/dist-esm/src/operations/index.d.ts.map +1 -1
- package/dist-esm/src/operations/index.js +3 -0
- package/dist-esm/src/operations/index.js.map +1 -1
- package/dist-esm/src/operations/linker.d.ts +18 -16
- package/dist-esm/src/operations/linker.d.ts.map +1 -1
- package/dist-esm/src/operations/linker.js +109 -91
- package/dist-esm/src/operations/linker.js.map +1 -1
- package/dist-esm/src/operations/linkers.d.ts +123 -0
- package/dist-esm/src/operations/linkers.d.ts.map +1 -0
- package/dist-esm/src/operations/linkers.js +535 -0
- package/dist-esm/src/operations/linkers.js.map +1 -0
- package/dist-esm/src/operations/operations.js +9 -9
- package/dist-esm/src/operationsInterfaces/configurationNames.d.ts +12 -0
- package/dist-esm/src/operationsInterfaces/configurationNames.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/configurationNames.js +9 -0
- package/dist-esm/src/operationsInterfaces/configurationNames.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/connector.d.ts +176 -0
- package/dist-esm/src/operationsInterfaces/connector.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/connector.js +9 -0
- package/dist-esm/src/operationsInterfaces/connector.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts +3 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/index.js +3 -0
- package/dist-esm/src/operationsInterfaces/index.js.map +1 -1
- package/dist-esm/src/operationsInterfaces/linker.d.ts +16 -15
- package/dist-esm/src/operationsInterfaces/linker.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/linkers.d.ts +81 -0
- package/dist-esm/src/operationsInterfaces/linkers.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/linkers.js +9 -0
- package/dist-esm/src/operationsInterfaces/linkers.js.map +1 -0
- package/dist-esm/src/serviceLinkerManagementClient.d.ts +4 -1
- package/dist-esm/src/serviceLinkerManagementClient.d.ts.map +1 -1
- package/dist-esm/src/serviceLinkerManagementClient.js +12 -9
- package/dist-esm/src/serviceLinkerManagementClient.js.map +1 -1
- package/dist-esm/test/servicelinker_operations_test.spec.d.ts +4 -0
- package/dist-esm/test/servicelinker_operations_test.spec.d.ts.map +1 -0
- package/dist-esm/test/servicelinker_operations_test.spec.js +74 -0
- package/dist-esm/test/servicelinker_operations_test.spec.js.map +1 -0
- package/package.json +30 -31
- package/review/arm-servicelinker.api.md +613 -32
- package/src/lroImpl.ts +31 -23
- package/src/models/index.ts +956 -103
- package/src/models/mappers.ts +1449 -365
- package/src/models/parameters.ts +135 -32
- package/src/operations/configurationNames.ts +155 -0
- package/src/operations/connector.ts +1433 -0
- package/src/operations/index.ts +3 -0
- package/src/operations/linker.ts +180 -171
- package/src/operations/linkers.ts +702 -0
- package/src/operations/operations.ts +16 -16
- package/src/operationsInterfaces/configurationNames.ts +26 -0
- package/src/operationsInterfaces/connector.ts +349 -0
- package/src/operationsInterfaces/index.ts +3 -0
- package/src/operationsInterfaces/linker.ts +30 -29
- package/src/operationsInterfaces/linkers.ts +153 -0
- package/src/operationsInterfaces/operations.ts +1 -1
- package/src/pagingHelper.ts +1 -1
- package/src/serviceLinkerManagementClient.ts +36 -17
- package/types/arm-servicelinker.d.ts +1150 -61
- package/dist-esm/test/sampleTest.d.ts +0 -2
- package/dist-esm/test/sampleTest.d.ts.map +0 -1
- package/dist-esm/test/sampleTest.js +0 -42
- package/dist-esm/test/sampleTest.js.map +0 -1
|
@@ -6,24 +6,46 @@
|
|
|
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';
|
|
9
10
|
import { PagedAsyncIterableIterator } from '@azure/core-paging';
|
|
10
|
-
import {
|
|
11
|
-
|
|
11
|
+
import { SimplePollerLike } from '@azure/core-lro';
|
|
12
|
+
|
|
13
|
+
// @public
|
|
14
|
+
export interface AccessKeyInfoBase extends AuthInfoBase {
|
|
15
|
+
authType: "accessKey";
|
|
16
|
+
permissions?: AccessKeyPermissions[];
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
// @public
|
|
20
|
+
export type AccessKeyPermissions = string;
|
|
12
21
|
|
|
13
22
|
// @public
|
|
14
23
|
export type ActionType = string;
|
|
15
24
|
|
|
25
|
+
// @public
|
|
26
|
+
export type AllowType = string;
|
|
27
|
+
|
|
16
28
|
// @public
|
|
17
29
|
export interface AuthInfoBase {
|
|
18
|
-
|
|
30
|
+
authMode?: AuthMode;
|
|
31
|
+
authType: "accessKey" | "secret" | "userAssignedIdentity" | "systemAssignedIdentity" | "servicePrincipalSecret" | "servicePrincipalCertificate" | "userAccount" | "easyAuthMicrosoftEntraID";
|
|
19
32
|
}
|
|
20
33
|
|
|
21
34
|
// @public (undocumented)
|
|
22
|
-
export type AuthInfoBaseUnion = AuthInfoBase | SecretAuthInfo | UserAssignedIdentityAuthInfo | SystemAssignedIdentityAuthInfo | ServicePrincipalSecretAuthInfo | ServicePrincipalCertificateAuthInfo;
|
|
35
|
+
export type AuthInfoBaseUnion = AuthInfoBase | AccessKeyInfoBase | SecretAuthInfo | UserAssignedIdentityAuthInfo | SystemAssignedIdentityAuthInfo | ServicePrincipalSecretAuthInfo | ServicePrincipalCertificateAuthInfo | UserAccountAuthInfo | EasyAuthMicrosoftEntraIDAuthInfo;
|
|
36
|
+
|
|
37
|
+
// @public
|
|
38
|
+
export type AuthMode = string;
|
|
23
39
|
|
|
24
40
|
// @public
|
|
25
41
|
export type AuthType = string;
|
|
26
42
|
|
|
43
|
+
// @public
|
|
44
|
+
export interface AzureAppConfigProperties extends AzureResourcePropertiesBase {
|
|
45
|
+
connectWithKubernetesExtension?: boolean;
|
|
46
|
+
type: "AppConfig";
|
|
47
|
+
}
|
|
48
|
+
|
|
27
49
|
// @public
|
|
28
50
|
export interface AzureKeyVaultProperties extends AzureResourcePropertiesBase {
|
|
29
51
|
connectAsKubernetesCsiDriver?: boolean;
|
|
@@ -39,18 +61,97 @@ export interface AzureResource extends TargetServiceBase {
|
|
|
39
61
|
|
|
40
62
|
// @public
|
|
41
63
|
export interface AzureResourcePropertiesBase {
|
|
42
|
-
type: "KeyVault";
|
|
64
|
+
type: "KeyVault" | "AppConfig";
|
|
43
65
|
}
|
|
44
66
|
|
|
45
67
|
// @public (undocumented)
|
|
46
|
-
export type AzureResourcePropertiesBaseUnion = AzureResourcePropertiesBase | AzureKeyVaultProperties;
|
|
68
|
+
export type AzureResourcePropertiesBaseUnion = AzureResourcePropertiesBase | AzureKeyVaultProperties | AzureAppConfigProperties;
|
|
47
69
|
|
|
48
70
|
// @public
|
|
49
71
|
export type AzureResourceType = string;
|
|
50
72
|
|
|
73
|
+
// @public
|
|
74
|
+
export interface BasicErrorDryrunPrerequisiteResult extends DryrunPrerequisiteResult {
|
|
75
|
+
code?: string;
|
|
76
|
+
message?: string;
|
|
77
|
+
type: "basicError";
|
|
78
|
+
}
|
|
79
|
+
|
|
51
80
|
// @public
|
|
52
81
|
export type ClientType = string;
|
|
53
82
|
|
|
83
|
+
// @public
|
|
84
|
+
export interface ConfigurationInfo {
|
|
85
|
+
action?: ActionType;
|
|
86
|
+
additionalConfigurations?: {
|
|
87
|
+
[propertyName: string]: string;
|
|
88
|
+
};
|
|
89
|
+
additionalConnectionStringProperties?: {
|
|
90
|
+
[propertyName: string]: string;
|
|
91
|
+
};
|
|
92
|
+
configurationStore?: ConfigurationStore;
|
|
93
|
+
customizedKeys?: {
|
|
94
|
+
[propertyName: string]: string;
|
|
95
|
+
};
|
|
96
|
+
daprProperties?: DaprProperties;
|
|
97
|
+
deleteOrUpdateBehavior?: DeleteOrUpdateBehavior;
|
|
98
|
+
}
|
|
99
|
+
|
|
100
|
+
// @public
|
|
101
|
+
export interface ConfigurationName {
|
|
102
|
+
description?: string;
|
|
103
|
+
required?: boolean;
|
|
104
|
+
// (undocumented)
|
|
105
|
+
value?: string;
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
// @public (undocumented)
|
|
109
|
+
export interface ConfigurationNameItem {
|
|
110
|
+
authType?: AuthType;
|
|
111
|
+
clientType?: ClientType;
|
|
112
|
+
daprProperties?: DaprProperties;
|
|
113
|
+
names?: ConfigurationName[];
|
|
114
|
+
secretType?: SecretSourceType;
|
|
115
|
+
targetService?: string;
|
|
116
|
+
}
|
|
117
|
+
|
|
118
|
+
// @public
|
|
119
|
+
export interface ConfigurationNameResult {
|
|
120
|
+
readonly nextLink?: string;
|
|
121
|
+
value?: ConfigurationNameItem[];
|
|
122
|
+
}
|
|
123
|
+
|
|
124
|
+
// @public
|
|
125
|
+
export interface ConfigurationNames {
|
|
126
|
+
list(options?: ConfigurationNamesListOptionalParams): PagedAsyncIterableIterator<ConfigurationNameItem>;
|
|
127
|
+
}
|
|
128
|
+
|
|
129
|
+
// @public
|
|
130
|
+
export interface ConfigurationNamesListNextOptionalParams extends coreClient.OperationOptions {
|
|
131
|
+
}
|
|
132
|
+
|
|
133
|
+
// @public
|
|
134
|
+
export type ConfigurationNamesListNextResponse = ConfigurationNameResult;
|
|
135
|
+
|
|
136
|
+
// @public
|
|
137
|
+
export interface ConfigurationNamesListOptionalParams extends coreClient.OperationOptions {
|
|
138
|
+
filter?: string;
|
|
139
|
+
skipToken?: string;
|
|
140
|
+
}
|
|
141
|
+
|
|
142
|
+
// @public
|
|
143
|
+
export type ConfigurationNamesListResponse = ConfigurationNameResult;
|
|
144
|
+
|
|
145
|
+
// @public
|
|
146
|
+
export interface ConfigurationResult {
|
|
147
|
+
configurations?: SourceConfiguration[];
|
|
148
|
+
}
|
|
149
|
+
|
|
150
|
+
// @public
|
|
151
|
+
export interface ConfigurationStore {
|
|
152
|
+
appConfigurationId?: string;
|
|
153
|
+
}
|
|
154
|
+
|
|
54
155
|
// @public
|
|
55
156
|
export interface ConfluentBootstrapServer extends TargetServiceBase {
|
|
56
157
|
endpoint?: string;
|
|
@@ -63,9 +164,252 @@ export interface ConfluentSchemaRegistry extends TargetServiceBase {
|
|
|
63
164
|
type: "ConfluentSchemaRegistry";
|
|
64
165
|
}
|
|
65
166
|
|
|
167
|
+
// @public
|
|
168
|
+
export interface Connector {
|
|
169
|
+
beginCreateDryrun(subscriptionId: string, resourceGroupName: string, location: string, dryrunName: string, parameters: DryrunResource, options?: ConnectorCreateDryrunOptionalParams): Promise<SimplePollerLike<OperationState<ConnectorCreateDryrunResponse>, ConnectorCreateDryrunResponse>>;
|
|
170
|
+
beginCreateDryrunAndWait(subscriptionId: string, resourceGroupName: string, location: string, dryrunName: string, parameters: DryrunResource, options?: ConnectorCreateDryrunOptionalParams): Promise<ConnectorCreateDryrunResponse>;
|
|
171
|
+
beginCreateOrUpdate(subscriptionId: string, resourceGroupName: string, location: string, connectorName: string, parameters: LinkerResource, options?: ConnectorCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ConnectorCreateOrUpdateResponse>, ConnectorCreateOrUpdateResponse>>;
|
|
172
|
+
beginCreateOrUpdateAndWait(subscriptionId: string, resourceGroupName: string, location: string, connectorName: string, parameters: LinkerResource, options?: ConnectorCreateOrUpdateOptionalParams): Promise<ConnectorCreateOrUpdateResponse>;
|
|
173
|
+
beginDelete(subscriptionId: string, resourceGroupName: string, location: string, connectorName: string, options?: ConnectorDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
174
|
+
beginDeleteAndWait(subscriptionId: string, resourceGroupName: string, location: string, connectorName: string, options?: ConnectorDeleteOptionalParams): Promise<void>;
|
|
175
|
+
beginUpdate(subscriptionId: string, resourceGroupName: string, location: string, connectorName: string, parameters: LinkerPatch, options?: ConnectorUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ConnectorUpdateResponse>, ConnectorUpdateResponse>>;
|
|
176
|
+
beginUpdateAndWait(subscriptionId: string, resourceGroupName: string, location: string, connectorName: string, parameters: LinkerPatch, options?: ConnectorUpdateOptionalParams): Promise<ConnectorUpdateResponse>;
|
|
177
|
+
beginUpdateDryrun(subscriptionId: string, resourceGroupName: string, location: string, dryrunName: string, parameters: DryrunPatch, options?: ConnectorUpdateDryrunOptionalParams): Promise<SimplePollerLike<OperationState<ConnectorUpdateDryrunResponse>, ConnectorUpdateDryrunResponse>>;
|
|
178
|
+
beginUpdateDryrunAndWait(subscriptionId: string, resourceGroupName: string, location: string, dryrunName: string, parameters: DryrunPatch, options?: ConnectorUpdateDryrunOptionalParams): Promise<ConnectorUpdateDryrunResponse>;
|
|
179
|
+
beginValidate(subscriptionId: string, resourceGroupName: string, location: string, connectorName: string, options?: ConnectorValidateOptionalParams): Promise<SimplePollerLike<OperationState<ConnectorValidateResponse>, ConnectorValidateResponse>>;
|
|
180
|
+
beginValidateAndWait(subscriptionId: string, resourceGroupName: string, location: string, connectorName: string, options?: ConnectorValidateOptionalParams): Promise<ConnectorValidateResponse>;
|
|
181
|
+
deleteDryrun(subscriptionId: string, resourceGroupName: string, location: string, dryrunName: string, options?: ConnectorDeleteDryrunOptionalParams): Promise<void>;
|
|
182
|
+
generateConfigurations(subscriptionId: string, resourceGroupName: string, location: string, connectorName: string, options?: ConnectorGenerateConfigurationsOptionalParams): Promise<ConnectorGenerateConfigurationsResponse>;
|
|
183
|
+
get(subscriptionId: string, resourceGroupName: string, location: string, connectorName: string, options?: ConnectorGetOptionalParams): Promise<ConnectorGetResponse>;
|
|
184
|
+
getDryrun(subscriptionId: string, resourceGroupName: string, location: string, dryrunName: string, options?: ConnectorGetDryrunOptionalParams): Promise<ConnectorGetDryrunResponse>;
|
|
185
|
+
list(subscriptionId: string, resourceGroupName: string, location: string, options?: ConnectorListOptionalParams): PagedAsyncIterableIterator<LinkerResource>;
|
|
186
|
+
listDryrun(subscriptionId: string, resourceGroupName: string, location: string, options?: ConnectorListDryrunOptionalParams): PagedAsyncIterableIterator<DryrunResource>;
|
|
187
|
+
}
|
|
188
|
+
|
|
189
|
+
// @public
|
|
190
|
+
export interface ConnectorCreateDryrunOptionalParams extends coreClient.OperationOptions {
|
|
191
|
+
resumeFrom?: string;
|
|
192
|
+
updateIntervalInMs?: number;
|
|
193
|
+
}
|
|
194
|
+
|
|
195
|
+
// @public
|
|
196
|
+
export type ConnectorCreateDryrunResponse = DryrunResource;
|
|
197
|
+
|
|
198
|
+
// @public
|
|
199
|
+
export interface ConnectorCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
200
|
+
resumeFrom?: string;
|
|
201
|
+
updateIntervalInMs?: number;
|
|
202
|
+
}
|
|
203
|
+
|
|
204
|
+
// @public
|
|
205
|
+
export type ConnectorCreateOrUpdateResponse = LinkerResource;
|
|
206
|
+
|
|
207
|
+
// @public
|
|
208
|
+
export interface ConnectorDeleteDryrunOptionalParams extends coreClient.OperationOptions {
|
|
209
|
+
}
|
|
210
|
+
|
|
211
|
+
// @public
|
|
212
|
+
export interface ConnectorDeleteOptionalParams extends coreClient.OperationOptions {
|
|
213
|
+
resumeFrom?: string;
|
|
214
|
+
updateIntervalInMs?: number;
|
|
215
|
+
}
|
|
216
|
+
|
|
217
|
+
// @public
|
|
218
|
+
export interface ConnectorGenerateConfigurationsOptionalParams extends coreClient.OperationOptions {
|
|
219
|
+
parameters?: ConfigurationInfo;
|
|
220
|
+
}
|
|
221
|
+
|
|
222
|
+
// @public
|
|
223
|
+
export type ConnectorGenerateConfigurationsResponse = ConfigurationResult;
|
|
224
|
+
|
|
225
|
+
// @public
|
|
226
|
+
export interface ConnectorGetDryrunOptionalParams extends coreClient.OperationOptions {
|
|
227
|
+
}
|
|
228
|
+
|
|
229
|
+
// @public
|
|
230
|
+
export type ConnectorGetDryrunResponse = DryrunResource;
|
|
231
|
+
|
|
232
|
+
// @public
|
|
233
|
+
export interface ConnectorGetOptionalParams extends coreClient.OperationOptions {
|
|
234
|
+
}
|
|
235
|
+
|
|
236
|
+
// @public
|
|
237
|
+
export type ConnectorGetResponse = LinkerResource;
|
|
238
|
+
|
|
239
|
+
// @public
|
|
240
|
+
export interface ConnectorListDryrunNextOptionalParams extends coreClient.OperationOptions {
|
|
241
|
+
}
|
|
242
|
+
|
|
243
|
+
// @public
|
|
244
|
+
export type ConnectorListDryrunNextResponse = DryrunList;
|
|
245
|
+
|
|
246
|
+
// @public
|
|
247
|
+
export interface ConnectorListDryrunOptionalParams extends coreClient.OperationOptions {
|
|
248
|
+
}
|
|
249
|
+
|
|
250
|
+
// @public
|
|
251
|
+
export type ConnectorListDryrunResponse = DryrunList;
|
|
252
|
+
|
|
253
|
+
// @public
|
|
254
|
+
export interface ConnectorListNextOptionalParams extends coreClient.OperationOptions {
|
|
255
|
+
}
|
|
256
|
+
|
|
257
|
+
// @public
|
|
258
|
+
export type ConnectorListNextResponse = ResourceList;
|
|
259
|
+
|
|
260
|
+
// @public
|
|
261
|
+
export interface ConnectorListOptionalParams extends coreClient.OperationOptions {
|
|
262
|
+
}
|
|
263
|
+
|
|
264
|
+
// @public
|
|
265
|
+
export type ConnectorListResponse = ResourceList;
|
|
266
|
+
|
|
267
|
+
// @public
|
|
268
|
+
export interface ConnectorUpdateDryrunOptionalParams extends coreClient.OperationOptions {
|
|
269
|
+
resumeFrom?: string;
|
|
270
|
+
updateIntervalInMs?: number;
|
|
271
|
+
}
|
|
272
|
+
|
|
273
|
+
// @public
|
|
274
|
+
export type ConnectorUpdateDryrunResponse = DryrunResource;
|
|
275
|
+
|
|
276
|
+
// @public
|
|
277
|
+
export interface ConnectorUpdateOptionalParams extends coreClient.OperationOptions {
|
|
278
|
+
resumeFrom?: string;
|
|
279
|
+
updateIntervalInMs?: number;
|
|
280
|
+
}
|
|
281
|
+
|
|
282
|
+
// @public
|
|
283
|
+
export type ConnectorUpdateResponse = LinkerResource;
|
|
284
|
+
|
|
285
|
+
// @public
|
|
286
|
+
export interface ConnectorValidateOptionalParams extends coreClient.OperationOptions {
|
|
287
|
+
resumeFrom?: string;
|
|
288
|
+
updateIntervalInMs?: number;
|
|
289
|
+
}
|
|
290
|
+
|
|
291
|
+
// @public
|
|
292
|
+
export type ConnectorValidateResponse = ValidateOperationResult;
|
|
293
|
+
|
|
66
294
|
// @public
|
|
67
295
|
export type CreatedByType = string;
|
|
68
296
|
|
|
297
|
+
// @public
|
|
298
|
+
export interface CreateOrUpdateDryrunParameters extends DryrunParameters, LinkerProperties {
|
|
299
|
+
actionName: "createOrUpdate";
|
|
300
|
+
}
|
|
301
|
+
|
|
302
|
+
// @public
|
|
303
|
+
export type DaprBindingComponentDirection = string;
|
|
304
|
+
|
|
305
|
+
// @public
|
|
306
|
+
export interface DaprConfigurationList {
|
|
307
|
+
readonly nextLink?: string;
|
|
308
|
+
value?: DaprConfigurationResource[];
|
|
309
|
+
}
|
|
310
|
+
|
|
311
|
+
// @public
|
|
312
|
+
export interface DaprConfigurationResource {
|
|
313
|
+
authType?: AuthType;
|
|
314
|
+
daprProperties?: DaprProperties;
|
|
315
|
+
targetType?: string;
|
|
316
|
+
}
|
|
317
|
+
|
|
318
|
+
// @public
|
|
319
|
+
export interface DaprMetadata {
|
|
320
|
+
description?: string;
|
|
321
|
+
name?: string;
|
|
322
|
+
required?: DaprMetadataRequired;
|
|
323
|
+
secretRef?: string;
|
|
324
|
+
value?: string;
|
|
325
|
+
}
|
|
326
|
+
|
|
327
|
+
// @public
|
|
328
|
+
export type DaprMetadataRequired = string;
|
|
329
|
+
|
|
330
|
+
// @public
|
|
331
|
+
export interface DaprProperties {
|
|
332
|
+
readonly bindingComponentDirection?: DaprBindingComponentDirection;
|
|
333
|
+
componentType?: string;
|
|
334
|
+
metadata?: DaprMetadata[];
|
|
335
|
+
readonly runtimeVersion?: string;
|
|
336
|
+
scopes?: string[];
|
|
337
|
+
secretStoreComponent?: string;
|
|
338
|
+
version?: string;
|
|
339
|
+
}
|
|
340
|
+
|
|
341
|
+
// @public
|
|
342
|
+
export interface DatabaseAadAuthInfo {
|
|
343
|
+
userName?: string;
|
|
344
|
+
}
|
|
345
|
+
|
|
346
|
+
// @public
|
|
347
|
+
export type DeleteOrUpdateBehavior = string;
|
|
348
|
+
|
|
349
|
+
// @public
|
|
350
|
+
export type DryrunActionName = string;
|
|
351
|
+
|
|
352
|
+
// @public
|
|
353
|
+
export interface DryrunList {
|
|
354
|
+
nextLink?: string;
|
|
355
|
+
value?: DryrunResource[];
|
|
356
|
+
}
|
|
357
|
+
|
|
358
|
+
// @public
|
|
359
|
+
export interface DryrunOperationPreview {
|
|
360
|
+
action?: string;
|
|
361
|
+
description?: string;
|
|
362
|
+
name?: string;
|
|
363
|
+
operationType?: DryrunPreviewOperationType;
|
|
364
|
+
scope?: string;
|
|
365
|
+
}
|
|
366
|
+
|
|
367
|
+
// @public
|
|
368
|
+
export interface DryrunParameters {
|
|
369
|
+
actionName: "createOrUpdate";
|
|
370
|
+
}
|
|
371
|
+
|
|
372
|
+
// @public (undocumented)
|
|
373
|
+
export type DryrunParametersUnion = DryrunParameters | CreateOrUpdateDryrunParameters;
|
|
374
|
+
|
|
375
|
+
// @public
|
|
376
|
+
export interface DryrunPatch {
|
|
377
|
+
readonly operationPreviews?: DryrunOperationPreview[];
|
|
378
|
+
parameters?: DryrunParametersUnion;
|
|
379
|
+
readonly prerequisiteResults?: DryrunPrerequisiteResultUnion[];
|
|
380
|
+
readonly provisioningState?: string;
|
|
381
|
+
}
|
|
382
|
+
|
|
383
|
+
// @public
|
|
384
|
+
export interface DryrunPrerequisiteResult {
|
|
385
|
+
type: "basicError" | "permissionsMissing";
|
|
386
|
+
}
|
|
387
|
+
|
|
388
|
+
// @public
|
|
389
|
+
export type DryrunPrerequisiteResultType = string;
|
|
390
|
+
|
|
391
|
+
// @public (undocumented)
|
|
392
|
+
export type DryrunPrerequisiteResultUnion = DryrunPrerequisiteResult | BasicErrorDryrunPrerequisiteResult | PermissionsMissingDryrunPrerequisiteResult;
|
|
393
|
+
|
|
394
|
+
// @public
|
|
395
|
+
export type DryrunPreviewOperationType = string;
|
|
396
|
+
|
|
397
|
+
// @public
|
|
398
|
+
export interface DryrunResource extends ProxyResource {
|
|
399
|
+
readonly operationPreviews?: DryrunOperationPreview[];
|
|
400
|
+
parameters?: DryrunParametersUnion;
|
|
401
|
+
readonly prerequisiteResults?: DryrunPrerequisiteResultUnion[];
|
|
402
|
+
readonly provisioningState?: string;
|
|
403
|
+
}
|
|
404
|
+
|
|
405
|
+
// @public
|
|
406
|
+
export interface EasyAuthMicrosoftEntraIDAuthInfo extends AuthInfoBase {
|
|
407
|
+
authType: "easyAuthMicrosoftEntraID";
|
|
408
|
+
clientId?: string;
|
|
409
|
+
deleteOrUpdateBehavior?: DeleteOrUpdateBehavior;
|
|
410
|
+
secret?: string;
|
|
411
|
+
}
|
|
412
|
+
|
|
69
413
|
// @public
|
|
70
414
|
export interface ErrorAdditionalInfo {
|
|
71
415
|
readonly info?: Record<string, unknown>;
|
|
@@ -86,6 +430,19 @@ export interface ErrorResponse {
|
|
|
86
430
|
error?: ErrorDetail;
|
|
87
431
|
}
|
|
88
432
|
|
|
433
|
+
// @public
|
|
434
|
+
export interface FabricPlatform extends TargetServiceBase {
|
|
435
|
+
endpoint?: string;
|
|
436
|
+
type: "FabricPlatform";
|
|
437
|
+
}
|
|
438
|
+
|
|
439
|
+
// @public
|
|
440
|
+
export interface FirewallRules {
|
|
441
|
+
azureServices?: AllowType;
|
|
442
|
+
callerClientIP?: AllowType;
|
|
443
|
+
ipRanges?: string[];
|
|
444
|
+
}
|
|
445
|
+
|
|
89
446
|
// @public
|
|
90
447
|
export function getContinuationToken(page: unknown): string | undefined;
|
|
91
448
|
|
|
@@ -102,31 +459,61 @@ export interface KeyVaultSecretUriSecretInfo extends SecretInfoBase {
|
|
|
102
459
|
value?: string;
|
|
103
460
|
}
|
|
104
461
|
|
|
462
|
+
// @public
|
|
463
|
+
export enum KnownAccessKeyPermissions {
|
|
464
|
+
Listen = "Listen",
|
|
465
|
+
Manage = "Manage",
|
|
466
|
+
Read = "Read",
|
|
467
|
+
Send = "Send",
|
|
468
|
+
Write = "Write"
|
|
469
|
+
}
|
|
470
|
+
|
|
105
471
|
// @public
|
|
106
472
|
export enum KnownActionType {
|
|
107
|
-
|
|
473
|
+
Enable = "enable",
|
|
474
|
+
Internal = "Internal",
|
|
475
|
+
OptOut = "optOut"
|
|
476
|
+
}
|
|
477
|
+
|
|
478
|
+
// @public
|
|
479
|
+
export enum KnownAllowType {
|
|
480
|
+
False = "false",
|
|
481
|
+
True = "true"
|
|
482
|
+
}
|
|
483
|
+
|
|
484
|
+
// @public
|
|
485
|
+
export enum KnownAuthMode {
|
|
486
|
+
OptInAllAuth = "optInAllAuth",
|
|
487
|
+
OptOutAllAuth = "optOutAllAuth"
|
|
108
488
|
}
|
|
109
489
|
|
|
110
490
|
// @public
|
|
111
491
|
export enum KnownAuthType {
|
|
492
|
+
AccessKey = "accessKey",
|
|
493
|
+
EasyAuthMicrosoftEntraID = "easyAuthMicrosoftEntraID",
|
|
112
494
|
Secret = "secret",
|
|
113
495
|
ServicePrincipalCertificate = "servicePrincipalCertificate",
|
|
114
496
|
ServicePrincipalSecret = "servicePrincipalSecret",
|
|
115
497
|
SystemAssignedIdentity = "systemAssignedIdentity",
|
|
498
|
+
UserAccount = "userAccount",
|
|
116
499
|
UserAssignedIdentity = "userAssignedIdentity"
|
|
117
500
|
}
|
|
118
501
|
|
|
119
502
|
// @public
|
|
120
503
|
export enum KnownAzureResourceType {
|
|
504
|
+
AppConfig = "AppConfig",
|
|
121
505
|
KeyVault = "KeyVault"
|
|
122
506
|
}
|
|
123
507
|
|
|
124
508
|
// @public
|
|
125
509
|
export enum KnownClientType {
|
|
510
|
+
Dapr = "dapr",
|
|
126
511
|
Django = "django",
|
|
127
512
|
Dotnet = "dotnet",
|
|
128
513
|
Go = "go",
|
|
129
514
|
Java = "java",
|
|
515
|
+
JmsSpringBoot = "jms-springBoot",
|
|
516
|
+
KafkaSpringBoot = "kafka-springBoot",
|
|
130
517
|
Nodejs = "nodejs",
|
|
131
518
|
None = "none",
|
|
132
519
|
Php = "php",
|
|
@@ -143,6 +530,48 @@ export enum KnownCreatedByType {
|
|
|
143
530
|
User = "User"
|
|
144
531
|
}
|
|
145
532
|
|
|
533
|
+
// @public
|
|
534
|
+
export enum KnownDaprBindingComponentDirection {
|
|
535
|
+
Input = "input",
|
|
536
|
+
Output = "output"
|
|
537
|
+
}
|
|
538
|
+
|
|
539
|
+
// @public
|
|
540
|
+
export enum KnownDaprMetadataRequired {
|
|
541
|
+
False = "false",
|
|
542
|
+
True = "true"
|
|
543
|
+
}
|
|
544
|
+
|
|
545
|
+
// @public
|
|
546
|
+
export enum KnownDeleteOrUpdateBehavior {
|
|
547
|
+
Default = "Default",
|
|
548
|
+
ForcedCleanup = "ForcedCleanup"
|
|
549
|
+
}
|
|
550
|
+
|
|
551
|
+
// @public
|
|
552
|
+
export enum KnownDryrunActionName {
|
|
553
|
+
CreateOrUpdate = "createOrUpdate"
|
|
554
|
+
}
|
|
555
|
+
|
|
556
|
+
// @public
|
|
557
|
+
export enum KnownDryrunPrerequisiteResultType {
|
|
558
|
+
BasicError = "basicError",
|
|
559
|
+
PermissionsMissing = "permissionsMissing"
|
|
560
|
+
}
|
|
561
|
+
|
|
562
|
+
// @public
|
|
563
|
+
export enum KnownDryrunPreviewOperationType {
|
|
564
|
+
ConfigAuth = "configAuth",
|
|
565
|
+
ConfigConnection = "configConnection",
|
|
566
|
+
ConfigNetwork = "configNetwork"
|
|
567
|
+
}
|
|
568
|
+
|
|
569
|
+
// @public
|
|
570
|
+
export enum KnownLinkerConfigurationType {
|
|
571
|
+
Default = "Default",
|
|
572
|
+
KeyVaultSecret = "KeyVaultSecret"
|
|
573
|
+
}
|
|
574
|
+
|
|
146
575
|
// @public
|
|
147
576
|
export enum KnownOrigin {
|
|
148
577
|
System = "system",
|
|
@@ -150,6 +579,12 @@ export enum KnownOrigin {
|
|
|
150
579
|
UserSystem = "user,system"
|
|
151
580
|
}
|
|
152
581
|
|
|
582
|
+
// @public
|
|
583
|
+
export enum KnownSecretSourceType {
|
|
584
|
+
KeyVaultSecret = "keyVaultSecret",
|
|
585
|
+
RawValue = "rawValue"
|
|
586
|
+
}
|
|
587
|
+
|
|
153
588
|
// @public
|
|
154
589
|
export enum KnownSecretType {
|
|
155
590
|
KeyVaultSecretReference = "keyVaultSecretReference",
|
|
@@ -161,7 +596,9 @@ export enum KnownSecretType {
|
|
|
161
596
|
export enum KnownTargetServiceType {
|
|
162
597
|
AzureResource = "AzureResource",
|
|
163
598
|
ConfluentBootstrapServer = "ConfluentBootstrapServer",
|
|
164
|
-
ConfluentSchemaRegistry = "ConfluentSchemaRegistry"
|
|
599
|
+
ConfluentSchemaRegistry = "ConfluentSchemaRegistry",
|
|
600
|
+
FabricPlatform = "FabricPlatform",
|
|
601
|
+
SelfHostedServer = "SelfHostedServer"
|
|
165
602
|
}
|
|
166
603
|
|
|
167
604
|
// @public
|
|
@@ -179,19 +616,22 @@ export enum KnownVNetSolutionType {
|
|
|
179
616
|
|
|
180
617
|
// @public
|
|
181
618
|
export interface Linker {
|
|
182
|
-
beginCreateOrUpdate(resourceUri: string, linkerName: string, parameters: LinkerResource, options?: LinkerCreateOrUpdateOptionalParams): Promise<
|
|
619
|
+
beginCreateOrUpdate(resourceUri: string, linkerName: string, parameters: LinkerResource, options?: LinkerCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<LinkerCreateOrUpdateResponse>, LinkerCreateOrUpdateResponse>>;
|
|
183
620
|
beginCreateOrUpdateAndWait(resourceUri: string, linkerName: string, parameters: LinkerResource, options?: LinkerCreateOrUpdateOptionalParams): Promise<LinkerCreateOrUpdateResponse>;
|
|
184
|
-
beginDelete(resourceUri: string, linkerName: string, options?: LinkerDeleteOptionalParams): Promise<
|
|
621
|
+
beginDelete(resourceUri: string, linkerName: string, options?: LinkerDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
185
622
|
beginDeleteAndWait(resourceUri: string, linkerName: string, options?: LinkerDeleteOptionalParams): Promise<void>;
|
|
186
|
-
beginUpdate(resourceUri: string, linkerName: string, parameters: LinkerPatch, options?: LinkerUpdateOptionalParams): Promise<
|
|
623
|
+
beginUpdate(resourceUri: string, linkerName: string, parameters: LinkerPatch, options?: LinkerUpdateOptionalParams): Promise<SimplePollerLike<OperationState<LinkerUpdateResponse>, LinkerUpdateResponse>>;
|
|
187
624
|
beginUpdateAndWait(resourceUri: string, linkerName: string, parameters: LinkerPatch, options?: LinkerUpdateOptionalParams): Promise<LinkerUpdateResponse>;
|
|
188
|
-
beginValidate(resourceUri: string, linkerName: string, options?: LinkerValidateOptionalParams): Promise<
|
|
625
|
+
beginValidate(resourceUri: string, linkerName: string, options?: LinkerValidateOptionalParams): Promise<SimplePollerLike<OperationState<LinkerValidateResponse>, LinkerValidateResponse>>;
|
|
189
626
|
beginValidateAndWait(resourceUri: string, linkerName: string, options?: LinkerValidateOptionalParams): Promise<LinkerValidateResponse>;
|
|
190
627
|
get(resourceUri: string, linkerName: string, options?: LinkerGetOptionalParams): Promise<LinkerGetResponse>;
|
|
191
628
|
list(resourceUri: string, options?: LinkerListOptionalParams): PagedAsyncIterableIterator<LinkerResource>;
|
|
192
629
|
listConfigurations(resourceUri: string, linkerName: string, options?: LinkerListConfigurationsOptionalParams): Promise<LinkerListConfigurationsResponse>;
|
|
193
630
|
}
|
|
194
631
|
|
|
632
|
+
// @public
|
|
633
|
+
export type LinkerConfigurationType = string;
|
|
634
|
+
|
|
195
635
|
// @public
|
|
196
636
|
export interface LinkerCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
197
637
|
resumeFrom?: string;
|
|
@@ -214,38 +654,47 @@ export interface LinkerGetOptionalParams extends coreClient.OperationOptions {
|
|
|
214
654
|
// @public
|
|
215
655
|
export type LinkerGetResponse = LinkerResource;
|
|
216
656
|
|
|
217
|
-
// @public
|
|
218
|
-
export interface LinkerList {
|
|
219
|
-
nextLink?: string;
|
|
220
|
-
value?: LinkerResource[];
|
|
221
|
-
}
|
|
222
|
-
|
|
223
657
|
// @public
|
|
224
658
|
export interface LinkerListConfigurationsOptionalParams extends coreClient.OperationOptions {
|
|
225
659
|
}
|
|
226
660
|
|
|
227
661
|
// @public
|
|
228
|
-
export type LinkerListConfigurationsResponse =
|
|
662
|
+
export type LinkerListConfigurationsResponse = ConfigurationResult;
|
|
229
663
|
|
|
230
664
|
// @public
|
|
231
665
|
export interface LinkerListNextOptionalParams extends coreClient.OperationOptions {
|
|
232
666
|
}
|
|
233
667
|
|
|
234
668
|
// @public
|
|
235
|
-
export type LinkerListNextResponse =
|
|
669
|
+
export type LinkerListNextResponse = ResourceList;
|
|
236
670
|
|
|
237
671
|
// @public
|
|
238
672
|
export interface LinkerListOptionalParams extends coreClient.OperationOptions {
|
|
239
673
|
}
|
|
240
674
|
|
|
241
675
|
// @public
|
|
242
|
-
export type LinkerListResponse =
|
|
676
|
+
export type LinkerListResponse = ResourceList;
|
|
243
677
|
|
|
244
678
|
// @public
|
|
245
679
|
export interface LinkerPatch {
|
|
246
680
|
authInfo?: AuthInfoBaseUnion;
|
|
247
681
|
clientType?: ClientType;
|
|
682
|
+
configurationInfo?: ConfigurationInfo;
|
|
248
683
|
readonly provisioningState?: string;
|
|
684
|
+
publicNetworkSolution?: PublicNetworkSolution;
|
|
685
|
+
scope?: string;
|
|
686
|
+
secretStore?: SecretStore;
|
|
687
|
+
targetService?: TargetServiceBaseUnion;
|
|
688
|
+
vNetSolution?: VNetSolution;
|
|
689
|
+
}
|
|
690
|
+
|
|
691
|
+
// @public
|
|
692
|
+
export interface LinkerProperties {
|
|
693
|
+
authInfo?: AuthInfoBaseUnion;
|
|
694
|
+
clientType?: ClientType;
|
|
695
|
+
configurationInfo?: ConfigurationInfo;
|
|
696
|
+
readonly provisioningState?: string;
|
|
697
|
+
publicNetworkSolution?: PublicNetworkSolution;
|
|
249
698
|
scope?: string;
|
|
250
699
|
secretStore?: SecretStore;
|
|
251
700
|
targetService?: TargetServiceBaseUnion;
|
|
@@ -256,14 +705,93 @@ export interface LinkerPatch {
|
|
|
256
705
|
export interface LinkerResource extends ProxyResource {
|
|
257
706
|
authInfo?: AuthInfoBaseUnion;
|
|
258
707
|
clientType?: ClientType;
|
|
708
|
+
configurationInfo?: ConfigurationInfo;
|
|
259
709
|
readonly provisioningState?: string;
|
|
710
|
+
publicNetworkSolution?: PublicNetworkSolution;
|
|
260
711
|
scope?: string;
|
|
261
712
|
secretStore?: SecretStore;
|
|
262
|
-
readonly systemData?: SystemData;
|
|
263
713
|
targetService?: TargetServiceBaseUnion;
|
|
264
714
|
vNetSolution?: VNetSolution;
|
|
265
715
|
}
|
|
266
716
|
|
|
717
|
+
// @public
|
|
718
|
+
export interface Linkers {
|
|
719
|
+
beginCreateDryrun(resourceUri: string, dryrunName: string, parameters: DryrunResource, options?: LinkersCreateDryrunOptionalParams): Promise<SimplePollerLike<OperationState<LinkersCreateDryrunResponse>, LinkersCreateDryrunResponse>>;
|
|
720
|
+
beginCreateDryrunAndWait(resourceUri: string, dryrunName: string, parameters: DryrunResource, options?: LinkersCreateDryrunOptionalParams): Promise<LinkersCreateDryrunResponse>;
|
|
721
|
+
beginUpdateDryrun(resourceUri: string, dryrunName: string, parameters: DryrunPatch, options?: LinkersUpdateDryrunOptionalParams): Promise<SimplePollerLike<OperationState<LinkersUpdateDryrunResponse>, LinkersUpdateDryrunResponse>>;
|
|
722
|
+
beginUpdateDryrunAndWait(resourceUri: string, dryrunName: string, parameters: DryrunPatch, options?: LinkersUpdateDryrunOptionalParams): Promise<LinkersUpdateDryrunResponse>;
|
|
723
|
+
deleteDryrun(resourceUri: string, dryrunName: string, options?: LinkersDeleteDryrunOptionalParams): Promise<void>;
|
|
724
|
+
generateConfigurations(resourceUri: string, linkerName: string, options?: LinkersGenerateConfigurationsOptionalParams): Promise<LinkersGenerateConfigurationsResponse>;
|
|
725
|
+
getDryrun(resourceUri: string, dryrunName: string, options?: LinkersGetDryrunOptionalParams): Promise<LinkersGetDryrunResponse>;
|
|
726
|
+
listDaprConfigurations(resourceUri: string, options?: LinkersListDaprConfigurationsOptionalParams): PagedAsyncIterableIterator<DaprConfigurationResource>;
|
|
727
|
+
listDryrun(resourceUri: string, options?: LinkersListDryrunOptionalParams): PagedAsyncIterableIterator<DryrunResource>;
|
|
728
|
+
}
|
|
729
|
+
|
|
730
|
+
// @public
|
|
731
|
+
export interface LinkersCreateDryrunOptionalParams extends coreClient.OperationOptions {
|
|
732
|
+
resumeFrom?: string;
|
|
733
|
+
updateIntervalInMs?: number;
|
|
734
|
+
}
|
|
735
|
+
|
|
736
|
+
// @public
|
|
737
|
+
export type LinkersCreateDryrunResponse = DryrunResource;
|
|
738
|
+
|
|
739
|
+
// @public
|
|
740
|
+
export interface LinkersDeleteDryrunOptionalParams extends coreClient.OperationOptions {
|
|
741
|
+
}
|
|
742
|
+
|
|
743
|
+
// @public
|
|
744
|
+
export interface LinkersGenerateConfigurationsOptionalParams extends coreClient.OperationOptions {
|
|
745
|
+
parameters?: ConfigurationInfo;
|
|
746
|
+
}
|
|
747
|
+
|
|
748
|
+
// @public
|
|
749
|
+
export type LinkersGenerateConfigurationsResponse = ConfigurationResult;
|
|
750
|
+
|
|
751
|
+
// @public
|
|
752
|
+
export interface LinkersGetDryrunOptionalParams extends coreClient.OperationOptions {
|
|
753
|
+
}
|
|
754
|
+
|
|
755
|
+
// @public
|
|
756
|
+
export type LinkersGetDryrunResponse = DryrunResource;
|
|
757
|
+
|
|
758
|
+
// @public
|
|
759
|
+
export interface LinkersListDaprConfigurationsNextOptionalParams extends coreClient.OperationOptions {
|
|
760
|
+
}
|
|
761
|
+
|
|
762
|
+
// @public
|
|
763
|
+
export type LinkersListDaprConfigurationsNextResponse = DaprConfigurationList;
|
|
764
|
+
|
|
765
|
+
// @public
|
|
766
|
+
export interface LinkersListDaprConfigurationsOptionalParams extends coreClient.OperationOptions {
|
|
767
|
+
}
|
|
768
|
+
|
|
769
|
+
// @public
|
|
770
|
+
export type LinkersListDaprConfigurationsResponse = DaprConfigurationList;
|
|
771
|
+
|
|
772
|
+
// @public
|
|
773
|
+
export interface LinkersListDryrunNextOptionalParams extends coreClient.OperationOptions {
|
|
774
|
+
}
|
|
775
|
+
|
|
776
|
+
// @public
|
|
777
|
+
export type LinkersListDryrunNextResponse = DryrunList;
|
|
778
|
+
|
|
779
|
+
// @public
|
|
780
|
+
export interface LinkersListDryrunOptionalParams extends coreClient.OperationOptions {
|
|
781
|
+
}
|
|
782
|
+
|
|
783
|
+
// @public
|
|
784
|
+
export type LinkersListDryrunResponse = DryrunList;
|
|
785
|
+
|
|
786
|
+
// @public
|
|
787
|
+
export interface LinkersUpdateDryrunOptionalParams extends coreClient.OperationOptions {
|
|
788
|
+
resumeFrom?: string;
|
|
789
|
+
updateIntervalInMs?: number;
|
|
790
|
+
}
|
|
791
|
+
|
|
792
|
+
// @public
|
|
793
|
+
export type LinkersUpdateDryrunResponse = DryrunResource;
|
|
794
|
+
|
|
267
795
|
// @public
|
|
268
796
|
export interface LinkerUpdateOptionalParams extends coreClient.OperationOptions {
|
|
269
797
|
resumeFrom?: string;
|
|
@@ -327,17 +855,39 @@ export type OperationsListResponse = OperationListResult;
|
|
|
327
855
|
// @public
|
|
328
856
|
export type Origin = string;
|
|
329
857
|
|
|
858
|
+
// @public
|
|
859
|
+
export interface PermissionsMissingDryrunPrerequisiteResult extends DryrunPrerequisiteResult {
|
|
860
|
+
permissions?: string[];
|
|
861
|
+
recommendedRole?: string;
|
|
862
|
+
scope?: string;
|
|
863
|
+
type: "permissionsMissing";
|
|
864
|
+
}
|
|
865
|
+
|
|
330
866
|
// @public
|
|
331
867
|
export interface ProxyResource extends Resource {
|
|
332
868
|
}
|
|
333
869
|
|
|
870
|
+
// @public
|
|
871
|
+
export interface PublicNetworkSolution {
|
|
872
|
+
action?: ActionType;
|
|
873
|
+
deleteOrUpdateBehavior?: DeleteOrUpdateBehavior;
|
|
874
|
+
firewallRules?: FirewallRules;
|
|
875
|
+
}
|
|
876
|
+
|
|
334
877
|
// @public
|
|
335
878
|
export interface Resource {
|
|
336
879
|
readonly id?: string;
|
|
337
880
|
readonly name?: string;
|
|
881
|
+
readonly systemData?: SystemData;
|
|
338
882
|
readonly type?: string;
|
|
339
883
|
}
|
|
340
884
|
|
|
885
|
+
// @public
|
|
886
|
+
export interface ResourceList {
|
|
887
|
+
nextLink?: string;
|
|
888
|
+
value?: LinkerResource[];
|
|
889
|
+
}
|
|
890
|
+
|
|
341
891
|
// @public
|
|
342
892
|
export interface SecretAuthInfo extends AuthInfoBase {
|
|
343
893
|
authType: "secret";
|
|
@@ -353,14 +903,24 @@ export interface SecretInfoBase {
|
|
|
353
903
|
// @public (undocumented)
|
|
354
904
|
export type SecretInfoBaseUnion = SecretInfoBase | ValueSecretInfo | KeyVaultSecretReferenceSecretInfo | KeyVaultSecretUriSecretInfo;
|
|
355
905
|
|
|
906
|
+
// @public
|
|
907
|
+
export type SecretSourceType = string;
|
|
908
|
+
|
|
356
909
|
// @public
|
|
357
910
|
export interface SecretStore {
|
|
358
911
|
keyVaultId?: string;
|
|
912
|
+
keyVaultSecretName?: string;
|
|
359
913
|
}
|
|
360
914
|
|
|
361
915
|
// @public
|
|
362
916
|
export type SecretType = string;
|
|
363
917
|
|
|
918
|
+
// @public
|
|
919
|
+
export interface SelfHostedServer extends TargetServiceBase {
|
|
920
|
+
endpoint?: string;
|
|
921
|
+
type: "SelfHostedServer";
|
|
922
|
+
}
|
|
923
|
+
|
|
364
924
|
// @public (undocumented)
|
|
365
925
|
export class ServiceLinkerManagementClient extends coreClient.ServiceClient {
|
|
366
926
|
// (undocumented)
|
|
@@ -369,8 +929,14 @@ export class ServiceLinkerManagementClient extends coreClient.ServiceClient {
|
|
|
369
929
|
// (undocumented)
|
|
370
930
|
apiVersion: string;
|
|
371
931
|
// (undocumented)
|
|
932
|
+
configurationNames: ConfigurationNames;
|
|
933
|
+
// (undocumented)
|
|
934
|
+
connector: Connector;
|
|
935
|
+
// (undocumented)
|
|
372
936
|
linker: Linker;
|
|
373
937
|
// (undocumented)
|
|
938
|
+
linkers: Linkers;
|
|
939
|
+
// (undocumented)
|
|
374
940
|
operations: Operations;
|
|
375
941
|
}
|
|
376
942
|
|
|
@@ -386,31 +952,35 @@ export interface ServicePrincipalCertificateAuthInfo extends AuthInfoBase {
|
|
|
386
952
|
authType: "servicePrincipalCertificate";
|
|
387
953
|
certificate: string;
|
|
388
954
|
clientId: string;
|
|
955
|
+
deleteOrUpdateBehavior?: DeleteOrUpdateBehavior;
|
|
389
956
|
principalId: string;
|
|
957
|
+
roles?: string[];
|
|
390
958
|
}
|
|
391
959
|
|
|
392
960
|
// @public
|
|
393
|
-
export interface ServicePrincipalSecretAuthInfo extends AuthInfoBase {
|
|
961
|
+
export interface ServicePrincipalSecretAuthInfo extends AuthInfoBase, DatabaseAadAuthInfo {
|
|
394
962
|
authType: "servicePrincipalSecret";
|
|
395
963
|
clientId: string;
|
|
964
|
+
deleteOrUpdateBehavior?: DeleteOrUpdateBehavior;
|
|
396
965
|
principalId: string;
|
|
966
|
+
roles?: string[];
|
|
397
967
|
secret: string;
|
|
398
968
|
}
|
|
399
969
|
|
|
400
970
|
// @public
|
|
401
971
|
export interface SourceConfiguration {
|
|
972
|
+
readonly configType?: LinkerConfigurationType;
|
|
973
|
+
description?: string;
|
|
974
|
+
keyVaultReferenceIdentity?: string;
|
|
402
975
|
name?: string;
|
|
403
976
|
value?: string;
|
|
404
977
|
}
|
|
405
978
|
|
|
406
979
|
// @public
|
|
407
|
-
export interface
|
|
408
|
-
configurations?: SourceConfiguration[];
|
|
409
|
-
}
|
|
410
|
-
|
|
411
|
-
// @public
|
|
412
|
-
export interface SystemAssignedIdentityAuthInfo extends AuthInfoBase {
|
|
980
|
+
export interface SystemAssignedIdentityAuthInfo extends AuthInfoBase, DatabaseAadAuthInfo {
|
|
413
981
|
authType: "systemAssignedIdentity";
|
|
982
|
+
deleteOrUpdateBehavior?: DeleteOrUpdateBehavior;
|
|
983
|
+
roles?: string[];
|
|
414
984
|
}
|
|
415
985
|
|
|
416
986
|
// @public
|
|
@@ -425,19 +995,29 @@ export interface SystemData {
|
|
|
425
995
|
|
|
426
996
|
// @public
|
|
427
997
|
export interface TargetServiceBase {
|
|
428
|
-
type: "AzureResource" | "ConfluentBootstrapServer" | "ConfluentSchemaRegistry";
|
|
998
|
+
type: "AzureResource" | "ConfluentBootstrapServer" | "FabricPlatform" | "SelfHostedServer" | "ConfluentSchemaRegistry";
|
|
429
999
|
}
|
|
430
1000
|
|
|
431
1001
|
// @public (undocumented)
|
|
432
|
-
export type TargetServiceBaseUnion = TargetServiceBase | AzureResource | ConfluentBootstrapServer | ConfluentSchemaRegistry;
|
|
1002
|
+
export type TargetServiceBaseUnion = TargetServiceBase | AzureResource | ConfluentBootstrapServer | FabricPlatform | SelfHostedServer | ConfluentSchemaRegistry;
|
|
433
1003
|
|
|
434
1004
|
// @public
|
|
435
1005
|
export type TargetServiceType = string;
|
|
436
1006
|
|
|
437
1007
|
// @public
|
|
438
|
-
export interface
|
|
1008
|
+
export interface UserAccountAuthInfo extends AuthInfoBase, DatabaseAadAuthInfo {
|
|
1009
|
+
authType: "userAccount";
|
|
1010
|
+
deleteOrUpdateBehavior?: DeleteOrUpdateBehavior;
|
|
1011
|
+
principalId?: string;
|
|
1012
|
+
roles?: string[];
|
|
1013
|
+
}
|
|
1014
|
+
|
|
1015
|
+
// @public
|
|
1016
|
+
export interface UserAssignedIdentityAuthInfo extends AuthInfoBase, DatabaseAadAuthInfo {
|
|
439
1017
|
authType: "userAssignedIdentity";
|
|
440
1018
|
clientId?: string;
|
|
1019
|
+
deleteOrUpdateBehavior?: DeleteOrUpdateBehavior;
|
|
1020
|
+
roles?: string[];
|
|
441
1021
|
subscriptionId?: string;
|
|
442
1022
|
}
|
|
443
1023
|
|
|
@@ -475,6 +1055,7 @@ export interface ValueSecretInfo extends SecretInfoBase {
|
|
|
475
1055
|
|
|
476
1056
|
// @public
|
|
477
1057
|
export interface VNetSolution {
|
|
1058
|
+
deleteOrUpdateBehavior?: DeleteOrUpdateBehavior;
|
|
478
1059
|
type?: VNetSolutionType;
|
|
479
1060
|
}
|
|
480
1061
|
|