@azure/arm-servicelinker 2.1.1-alpha.20241023.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
|
@@ -1,49 +1,39 @@
|
|
|
1
1
|
import * as coreClient from "@azure/core-client";
|
|
2
|
-
export type
|
|
3
|
-
export type
|
|
4
|
-
export type
|
|
2
|
+
export type DryrunParametersUnion = DryrunParameters | CreateOrUpdateDryrunParameters;
|
|
3
|
+
export type DryrunPrerequisiteResultUnion = DryrunPrerequisiteResult | BasicErrorDryrunPrerequisiteResult | PermissionsMissingDryrunPrerequisiteResult;
|
|
4
|
+
export type TargetServiceBaseUnion = TargetServiceBase | AzureResource | ConfluentBootstrapServer | FabricPlatform | SelfHostedServer | ConfluentSchemaRegistry;
|
|
5
|
+
export type AuthInfoBaseUnion = AuthInfoBase | AccessKeyInfoBase | SecretAuthInfo | UserAssignedIdentityAuthInfo | SystemAssignedIdentityAuthInfo | ServicePrincipalSecretAuthInfo | ServicePrincipalCertificateAuthInfo | UserAccountAuthInfo | EasyAuthMicrosoftEntraIDAuthInfo;
|
|
6
|
+
export type AzureResourcePropertiesBaseUnion = AzureResourcePropertiesBase | AzureKeyVaultProperties | AzureAppConfigProperties;
|
|
5
7
|
export type SecretInfoBaseUnion = SecretInfoBase | ValueSecretInfo | KeyVaultSecretReferenceSecretInfo | KeyVaultSecretUriSecretInfo;
|
|
6
|
-
/** The list of
|
|
7
|
-
export interface
|
|
8
|
-
/** The link used to get the next page of
|
|
8
|
+
/** The list of dryrun. */
|
|
9
|
+
export interface DryrunList {
|
|
10
|
+
/** The link used to get the next page of dryrun list. */
|
|
9
11
|
nextLink?: string;
|
|
10
|
-
/** The list of
|
|
11
|
-
value?:
|
|
12
|
+
/** The list of dryrun. */
|
|
13
|
+
value?: DryrunResource[];
|
|
12
14
|
}
|
|
13
|
-
/** The
|
|
14
|
-
export interface
|
|
15
|
+
/** The parameters of the dryrun */
|
|
16
|
+
export interface DryrunParameters {
|
|
15
17
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
16
|
-
|
|
18
|
+
actionName: "createOrUpdate";
|
|
17
19
|
}
|
|
18
|
-
/**
|
|
19
|
-
export interface
|
|
20
|
+
/** A result of dryrun */
|
|
21
|
+
export interface DryrunPrerequisiteResult {
|
|
20
22
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
21
|
-
|
|
22
|
-
}
|
|
23
|
-
/** The VNet solution for linker */
|
|
24
|
-
export interface VNetSolution {
|
|
25
|
-
/** Type of VNet solution. */
|
|
26
|
-
type?: VNetSolutionType;
|
|
23
|
+
type: "basicError" | "permissionsMissing";
|
|
27
24
|
}
|
|
28
|
-
/**
|
|
29
|
-
export interface
|
|
30
|
-
/** The
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
createdAt?: Date;
|
|
41
|
-
/** The identity that last modified the resource. */
|
|
42
|
-
lastModifiedBy?: string;
|
|
43
|
-
/** The type of identity that last modified the resource. */
|
|
44
|
-
lastModifiedByType?: CreatedByType;
|
|
45
|
-
/** The timestamp of resource last modification (UTC) */
|
|
46
|
-
lastModifiedAt?: Date;
|
|
25
|
+
/** The preview of the operations for creation */
|
|
26
|
+
export interface DryrunOperationPreview {
|
|
27
|
+
/** The operation name */
|
|
28
|
+
name?: string;
|
|
29
|
+
/** The operation type */
|
|
30
|
+
operationType?: DryrunPreviewOperationType;
|
|
31
|
+
/** The description of the operation */
|
|
32
|
+
description?: string;
|
|
33
|
+
/** The action defined by RBAC, refer https://docs.microsoft.com/azure/role-based-access-control/role-definitions#actions-format */
|
|
34
|
+
action?: string;
|
|
35
|
+
/** The scope of the operation, refer https://docs.microsoft.com/azure/role-based-access-control/scope-overview */
|
|
36
|
+
scope?: string;
|
|
47
37
|
}
|
|
48
38
|
/** Common fields that are returned in the response for all Azure Resource Manager resources */
|
|
49
39
|
export interface Resource {
|
|
@@ -62,6 +52,26 @@ export interface Resource {
|
|
|
62
52
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
63
53
|
*/
|
|
64
54
|
readonly type?: string;
|
|
55
|
+
/**
|
|
56
|
+
* Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
57
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
58
|
+
*/
|
|
59
|
+
readonly systemData?: SystemData;
|
|
60
|
+
}
|
|
61
|
+
/** Metadata pertaining to creation and last modification of the resource. */
|
|
62
|
+
export interface SystemData {
|
|
63
|
+
/** The identity that created the resource. */
|
|
64
|
+
createdBy?: string;
|
|
65
|
+
/** The type of identity that created the resource. */
|
|
66
|
+
createdByType?: CreatedByType;
|
|
67
|
+
/** The timestamp of resource creation (UTC). */
|
|
68
|
+
createdAt?: Date;
|
|
69
|
+
/** The identity that last modified the resource. */
|
|
70
|
+
lastModifiedBy?: string;
|
|
71
|
+
/** The type of identity that last modified the resource. */
|
|
72
|
+
lastModifiedByType?: CreatedByType;
|
|
73
|
+
/** The timestamp of resource last modification (UTC) */
|
|
74
|
+
lastModifiedAt?: Date;
|
|
65
75
|
}
|
|
66
76
|
/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */
|
|
67
77
|
export interface ErrorResponse {
|
|
@@ -109,7 +119,166 @@ export interface ErrorAdditionalInfo {
|
|
|
109
119
|
*/
|
|
110
120
|
readonly info?: Record<string, unknown>;
|
|
111
121
|
}
|
|
112
|
-
/**
|
|
122
|
+
/** a dryrun job to be updated. */
|
|
123
|
+
export interface DryrunPatch {
|
|
124
|
+
/** The parameters of the dryrun */
|
|
125
|
+
parameters?: DryrunParametersUnion;
|
|
126
|
+
/**
|
|
127
|
+
* the result of the dryrun
|
|
128
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
129
|
+
*/
|
|
130
|
+
readonly prerequisiteResults?: DryrunPrerequisiteResultUnion[];
|
|
131
|
+
/**
|
|
132
|
+
* the preview of the operations for creation
|
|
133
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
134
|
+
*/
|
|
135
|
+
readonly operationPreviews?: DryrunOperationPreview[];
|
|
136
|
+
/**
|
|
137
|
+
* The provisioning state.
|
|
138
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
139
|
+
*/
|
|
140
|
+
readonly provisioningState?: string;
|
|
141
|
+
}
|
|
142
|
+
/** The list of Linker. */
|
|
143
|
+
export interface ResourceList {
|
|
144
|
+
/** The Linker used to get the next page of Linker list. */
|
|
145
|
+
nextLink?: string;
|
|
146
|
+
/** The list of Linkers. */
|
|
147
|
+
value?: LinkerResource[];
|
|
148
|
+
}
|
|
149
|
+
/** The properties of the Linker. */
|
|
150
|
+
export interface LinkerProperties {
|
|
151
|
+
/** The target service properties */
|
|
152
|
+
targetService?: TargetServiceBaseUnion;
|
|
153
|
+
/** The authentication type. */
|
|
154
|
+
authInfo?: AuthInfoBaseUnion;
|
|
155
|
+
/** The application client type */
|
|
156
|
+
clientType?: ClientType;
|
|
157
|
+
/**
|
|
158
|
+
* The provisioning state.
|
|
159
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
160
|
+
*/
|
|
161
|
+
readonly provisioningState?: string;
|
|
162
|
+
/** The VNet solution. */
|
|
163
|
+
vNetSolution?: VNetSolution;
|
|
164
|
+
/** An option to store secret value in secure place */
|
|
165
|
+
secretStore?: SecretStore;
|
|
166
|
+
/** connection scope in source service. */
|
|
167
|
+
scope?: string;
|
|
168
|
+
/** The network solution. */
|
|
169
|
+
publicNetworkSolution?: PublicNetworkSolution;
|
|
170
|
+
/** The connection information consumed by applications, including secrets, connection strings. */
|
|
171
|
+
configurationInfo?: ConfigurationInfo;
|
|
172
|
+
}
|
|
173
|
+
/** The target service properties */
|
|
174
|
+
export interface TargetServiceBase {
|
|
175
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
176
|
+
type: "AzureResource" | "ConfluentBootstrapServer" | "FabricPlatform" | "SelfHostedServer" | "ConfluentSchemaRegistry";
|
|
177
|
+
}
|
|
178
|
+
/** The authentication info */
|
|
179
|
+
export interface AuthInfoBase {
|
|
180
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
181
|
+
authType: "accessKey" | "secret" | "userAssignedIdentity" | "systemAssignedIdentity" | "servicePrincipalSecret" | "servicePrincipalCertificate" | "userAccount" | "easyAuthMicrosoftEntraID";
|
|
182
|
+
/** Optional. Indicates how to configure authentication. If optInAllAuth, service linker configures authentication such as enabling identity on source resource and granting RBAC roles. If optOutAllAuth, opt out authentication setup. Default is optInAllAuth. */
|
|
183
|
+
authMode?: AuthMode;
|
|
184
|
+
}
|
|
185
|
+
/** The VNet solution for linker */
|
|
186
|
+
export interface VNetSolution {
|
|
187
|
+
/** Type of VNet solution. */
|
|
188
|
+
type?: VNetSolutionType;
|
|
189
|
+
/** Indicates whether to clean up previous operation when Linker is updating or deleting */
|
|
190
|
+
deleteOrUpdateBehavior?: DeleteOrUpdateBehavior;
|
|
191
|
+
}
|
|
192
|
+
/** An option to store secret value in secure place */
|
|
193
|
+
export interface SecretStore {
|
|
194
|
+
/** The key vault id to store secret */
|
|
195
|
+
keyVaultId?: string;
|
|
196
|
+
/** The key vault secret name to store secret, only valid when storing one secret */
|
|
197
|
+
keyVaultSecretName?: string;
|
|
198
|
+
}
|
|
199
|
+
/** Indicates public network solution, include firewall rules */
|
|
200
|
+
export interface PublicNetworkSolution {
|
|
201
|
+
/** Indicates whether to clean up previous operation(such as firewall rules) when Linker is updating or deleting */
|
|
202
|
+
deleteOrUpdateBehavior?: DeleteOrUpdateBehavior;
|
|
203
|
+
/** Optional. Indicates public network solution. If enable, enable public network access of target service with best try. Default is enable. If optOut, opt out public network access configuration. */
|
|
204
|
+
action?: ActionType;
|
|
205
|
+
/** Describe firewall rules of target service to make sure source application could connect to the target. */
|
|
206
|
+
firewallRules?: FirewallRules;
|
|
207
|
+
}
|
|
208
|
+
/** Target service's firewall rules. to allow connections from source service. */
|
|
209
|
+
export interface FirewallRules {
|
|
210
|
+
/** This value specifies the set of IP addresses or IP address ranges in CIDR form to be included as the allowed list of client IPs for a given database account. */
|
|
211
|
+
ipRanges?: string[];
|
|
212
|
+
/** Allow Azure services to access the target service if true. */
|
|
213
|
+
azureServices?: AllowType;
|
|
214
|
+
/** Allow caller client IP to access the target service if true. the property is used when connecting local application to target service. */
|
|
215
|
+
callerClientIP?: AllowType;
|
|
216
|
+
}
|
|
217
|
+
/** The configuration information, used to generate configurations or save to applications */
|
|
218
|
+
export interface ConfigurationInfo {
|
|
219
|
+
/** Indicates whether to clean up previous operation when Linker is updating or deleting */
|
|
220
|
+
deleteOrUpdateBehavior?: DeleteOrUpdateBehavior;
|
|
221
|
+
/** Optional, indicate whether to apply configurations on source application. If enable, generate configurations and applied to the source application. Default is enable. If optOut, no configuration change will be made on source. */
|
|
222
|
+
action?: ActionType;
|
|
223
|
+
/** Optional. A dictionary of default key name and customized key name mapping. If not specified, default key name will be used for generate configurations */
|
|
224
|
+
customizedKeys?: {
|
|
225
|
+
[propertyName: string]: string;
|
|
226
|
+
};
|
|
227
|
+
/** Indicates some additional properties for dapr client type */
|
|
228
|
+
daprProperties?: DaprProperties;
|
|
229
|
+
/** A dictionary of additional configurations to be added. Service will auto generate a set of basic configurations and this property is to full fill more customized configurations */
|
|
230
|
+
additionalConfigurations?: {
|
|
231
|
+
[propertyName: string]: string;
|
|
232
|
+
};
|
|
233
|
+
/** A dictionary of additional properties to be added in the end of connection string. */
|
|
234
|
+
additionalConnectionStringProperties?: {
|
|
235
|
+
[propertyName: string]: string;
|
|
236
|
+
};
|
|
237
|
+
/** An option to store configuration into different place */
|
|
238
|
+
configurationStore?: ConfigurationStore;
|
|
239
|
+
}
|
|
240
|
+
/** Indicates some additional properties for dapr client type */
|
|
241
|
+
export interface DaprProperties {
|
|
242
|
+
/** The dapr component version */
|
|
243
|
+
version?: string;
|
|
244
|
+
/** The dapr component type */
|
|
245
|
+
componentType?: string;
|
|
246
|
+
/** The name of a secret store dapr to retrieve secret */
|
|
247
|
+
secretStoreComponent?: string;
|
|
248
|
+
/** Additional dapr metadata */
|
|
249
|
+
metadata?: DaprMetadata[];
|
|
250
|
+
/** The dapr component scopes */
|
|
251
|
+
scopes?: string[];
|
|
252
|
+
/**
|
|
253
|
+
* The runtime version supported by the properties
|
|
254
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
255
|
+
*/
|
|
256
|
+
readonly runtimeVersion?: string;
|
|
257
|
+
/**
|
|
258
|
+
* The direction supported by the dapr binding component
|
|
259
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
260
|
+
*/
|
|
261
|
+
readonly bindingComponentDirection?: DaprBindingComponentDirection;
|
|
262
|
+
}
|
|
263
|
+
/** The dapr component metadata. */
|
|
264
|
+
export interface DaprMetadata {
|
|
265
|
+
/** Metadata property name. */
|
|
266
|
+
name?: string;
|
|
267
|
+
/** Metadata property value. */
|
|
268
|
+
value?: string;
|
|
269
|
+
/** The secret name where dapr could get value */
|
|
270
|
+
secretRef?: string;
|
|
271
|
+
/** The description of the metadata, returned from configuration api */
|
|
272
|
+
description?: string;
|
|
273
|
+
/** The value indicating whether the metadata is required or not */
|
|
274
|
+
required?: DaprMetadataRequired;
|
|
275
|
+
}
|
|
276
|
+
/** An option to store configuration into different place */
|
|
277
|
+
export interface ConfigurationStore {
|
|
278
|
+
/** The app configuration id to store configuration */
|
|
279
|
+
appConfigurationId?: string;
|
|
280
|
+
}
|
|
281
|
+
/** A Linker to be updated. */
|
|
113
282
|
export interface LinkerPatch {
|
|
114
283
|
/** The target service properties */
|
|
115
284
|
targetService?: TargetServiceBaseUnion;
|
|
@@ -128,10 +297,14 @@ export interface LinkerPatch {
|
|
|
128
297
|
secretStore?: SecretStore;
|
|
129
298
|
/** connection scope in source service. */
|
|
130
299
|
scope?: string;
|
|
300
|
+
/** The network solution. */
|
|
301
|
+
publicNetworkSolution?: PublicNetworkSolution;
|
|
302
|
+
/** The connection information consumed by applications, including secrets, connection strings. */
|
|
303
|
+
configurationInfo?: ConfigurationInfo;
|
|
131
304
|
}
|
|
132
|
-
/** The validation operation result for a
|
|
305
|
+
/** The validation operation result for a Linker. */
|
|
133
306
|
export interface ValidateOperationResult {
|
|
134
|
-
/** Validated
|
|
307
|
+
/** Validated Linker id. */
|
|
135
308
|
resourceId?: string;
|
|
136
309
|
/** Validation operation status. */
|
|
137
310
|
status?: string;
|
|
@@ -143,7 +316,7 @@ export interface ValidateOperationResult {
|
|
|
143
316
|
reportStartTimeUtc?: Date;
|
|
144
317
|
/** The end time of the validation report. */
|
|
145
318
|
reportEndTimeUtc?: Date;
|
|
146
|
-
/** The resource id of the
|
|
319
|
+
/** The resource id of the Linker source application. */
|
|
147
320
|
sourceId?: string;
|
|
148
321
|
/** The resource Id of target service. */
|
|
149
322
|
targetId?: string;
|
|
@@ -152,7 +325,7 @@ export interface ValidateOperationResult {
|
|
|
152
325
|
/** The detail of validation result */
|
|
153
326
|
validationDetail?: ValidationResultItem[];
|
|
154
327
|
}
|
|
155
|
-
/** The validation item for a
|
|
328
|
+
/** The validation item for a Linker. */
|
|
156
329
|
export interface ValidationResultItem {
|
|
157
330
|
/** The validation item name. */
|
|
158
331
|
name?: string;
|
|
@@ -166,7 +339,7 @@ export interface ValidationResultItem {
|
|
|
166
339
|
errorCode?: string;
|
|
167
340
|
}
|
|
168
341
|
/** Configurations for source resource, include appSettings, connectionString and serviceBindings */
|
|
169
|
-
export interface
|
|
342
|
+
export interface ConfigurationResult {
|
|
170
343
|
/** The configuration properties for source resource. */
|
|
171
344
|
configurations?: SourceConfiguration[];
|
|
172
345
|
}
|
|
@@ -176,6 +349,15 @@ export interface SourceConfiguration {
|
|
|
176
349
|
name?: string;
|
|
177
350
|
/** The value of setting */
|
|
178
351
|
value?: string;
|
|
352
|
+
/**
|
|
353
|
+
* The type of setting
|
|
354
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
355
|
+
*/
|
|
356
|
+
readonly configType?: LinkerConfigurationType;
|
|
357
|
+
/** The identity for key vault reference, system or user-assigned managed identity ID */
|
|
358
|
+
keyVaultReferenceIdentity?: string;
|
|
359
|
+
/** Descriptive information for the configuration */
|
|
360
|
+
description?: string;
|
|
179
361
|
}
|
|
180
362
|
/** A list of REST API operations supported by an Azure Resource Provider. It contains an URL link to get the next set of results. */
|
|
181
363
|
export interface OperationListResult {
|
|
@@ -238,16 +420,100 @@ export interface OperationDisplay {
|
|
|
238
420
|
*/
|
|
239
421
|
readonly description?: string;
|
|
240
422
|
}
|
|
423
|
+
/** Configuration Name list which will be set based on different target resource, client type, auth type. */
|
|
424
|
+
export interface ConfigurationNameResult {
|
|
425
|
+
/** Expected configuration names for each target service. */
|
|
426
|
+
value?: ConfigurationNameItem[];
|
|
427
|
+
/**
|
|
428
|
+
* Link to next page of resources.
|
|
429
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
430
|
+
*/
|
|
431
|
+
readonly nextLink?: string;
|
|
432
|
+
}
|
|
433
|
+
export interface ConfigurationNameItem {
|
|
434
|
+
/** The target service provider name and resource name. */
|
|
435
|
+
targetService?: string;
|
|
436
|
+
/** The client type for configuration names. */
|
|
437
|
+
clientType?: ClientType;
|
|
438
|
+
/** The auth type. */
|
|
439
|
+
authType?: AuthType;
|
|
440
|
+
/** Indicates where the secrets in configuration from. Used when secrets are from Keyvault. */
|
|
441
|
+
secretType?: SecretSourceType;
|
|
442
|
+
/** Deprecated, please use #/definitions/DaprConfigurationList instead */
|
|
443
|
+
daprProperties?: DaprProperties;
|
|
444
|
+
/** The configuration names to be set in compute service environment. */
|
|
445
|
+
names?: ConfigurationName[];
|
|
446
|
+
}
|
|
447
|
+
/** The configuration names. */
|
|
448
|
+
export interface ConfigurationName {
|
|
449
|
+
value?: string;
|
|
450
|
+
/** Description for the configuration name. */
|
|
451
|
+
description?: string;
|
|
452
|
+
/** Represent the configuration is required or not */
|
|
453
|
+
required?: boolean;
|
|
454
|
+
}
|
|
455
|
+
/** Dapr configuration list supported by Service Connector */
|
|
456
|
+
export interface DaprConfigurationList {
|
|
457
|
+
/** The list of dapr configurations */
|
|
458
|
+
value?: DaprConfigurationResource[];
|
|
459
|
+
/**
|
|
460
|
+
* Link to next page of resources.
|
|
461
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
462
|
+
*/
|
|
463
|
+
readonly nextLink?: string;
|
|
464
|
+
}
|
|
465
|
+
/** Represent one resource of the dapr configuration list */
|
|
466
|
+
export interface DaprConfigurationResource {
|
|
467
|
+
/** Supported target resource type, extract from resource id, uppercase */
|
|
468
|
+
targetType?: string;
|
|
469
|
+
/** The authentication type. */
|
|
470
|
+
authType?: AuthType;
|
|
471
|
+
/** Indicates some additional properties for dapr client type */
|
|
472
|
+
daprProperties?: DaprProperties;
|
|
473
|
+
}
|
|
241
474
|
/** The azure resource properties */
|
|
242
475
|
export interface AzureResourcePropertiesBase {
|
|
243
476
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
244
|
-
type: "KeyVault";
|
|
477
|
+
type: "KeyVault" | "AppConfig";
|
|
245
478
|
}
|
|
246
479
|
/** The secret info */
|
|
247
480
|
export interface SecretInfoBase {
|
|
248
481
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
249
482
|
secretType: "rawValue" | "keyVaultSecretReference" | "keyVaultSecretUri";
|
|
250
483
|
}
|
|
484
|
+
/** The extra auth info required by Database AAD authentication. */
|
|
485
|
+
export interface DatabaseAadAuthInfo {
|
|
486
|
+
/** Username created in the database which is mapped to a user in AAD. */
|
|
487
|
+
userName?: string;
|
|
488
|
+
}
|
|
489
|
+
/** The dryrun parameters for creation or update a linker */
|
|
490
|
+
export interface CreateOrUpdateDryrunParameters extends DryrunParameters, LinkerProperties {
|
|
491
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
492
|
+
actionName: "createOrUpdate";
|
|
493
|
+
}
|
|
494
|
+
/** The represent of basic error */
|
|
495
|
+
export interface BasicErrorDryrunPrerequisiteResult extends DryrunPrerequisiteResult {
|
|
496
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
497
|
+
type: "basicError";
|
|
498
|
+
/** The error code. */
|
|
499
|
+
code?: string;
|
|
500
|
+
/** The error message. */
|
|
501
|
+
message?: string;
|
|
502
|
+
}
|
|
503
|
+
/** The represent of missing permissions */
|
|
504
|
+
export interface PermissionsMissingDryrunPrerequisiteResult extends DryrunPrerequisiteResult {
|
|
505
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
506
|
+
type: "permissionsMissing";
|
|
507
|
+
/** The permission scope */
|
|
508
|
+
scope?: string;
|
|
509
|
+
/** The permission list */
|
|
510
|
+
permissions?: string[];
|
|
511
|
+
/** The recommended role to resolve permissions missing */
|
|
512
|
+
recommendedRole?: string;
|
|
513
|
+
}
|
|
514
|
+
/** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */
|
|
515
|
+
export interface ProxyResource extends Resource {
|
|
516
|
+
}
|
|
251
517
|
/** The azure resource info when target service type is AzureResource */
|
|
252
518
|
export interface AzureResource extends TargetServiceBase {
|
|
253
519
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
@@ -264,6 +530,20 @@ export interface ConfluentBootstrapServer extends TargetServiceBase {
|
|
|
264
530
|
/** The endpoint of service. */
|
|
265
531
|
endpoint?: string;
|
|
266
532
|
}
|
|
533
|
+
/** The service properties when target service type is FabricPlatform */
|
|
534
|
+
export interface FabricPlatform extends TargetServiceBase {
|
|
535
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
536
|
+
type: "FabricPlatform";
|
|
537
|
+
/** The endpoint of service. */
|
|
538
|
+
endpoint?: string;
|
|
539
|
+
}
|
|
540
|
+
/** The service properties when target service type is SelfHostedServer */
|
|
541
|
+
export interface SelfHostedServer extends TargetServiceBase {
|
|
542
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
543
|
+
type: "SelfHostedServer";
|
|
544
|
+
/** The endpoint of service. */
|
|
545
|
+
endpoint?: string;
|
|
546
|
+
}
|
|
267
547
|
/** The service properties when target service type is ConfluentSchemaRegistry */
|
|
268
548
|
export interface ConfluentSchemaRegistry extends TargetServiceBase {
|
|
269
549
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
@@ -271,6 +551,13 @@ export interface ConfluentSchemaRegistry extends TargetServiceBase {
|
|
|
271
551
|
/** The endpoint of service. */
|
|
272
552
|
endpoint?: string;
|
|
273
553
|
}
|
|
554
|
+
/** The access key directly from target resource properties, which target service is Azure Resource, such as Microsoft.Storage */
|
|
555
|
+
export interface AccessKeyInfoBase extends AuthInfoBase {
|
|
556
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
557
|
+
authType: "accessKey";
|
|
558
|
+
/** Permissions of the accessKey. `Read` and `Write` are for Azure Cosmos DB and Azure App Configuration, `Listen`, `Send` and `Manage` are for Azure Event Hub and Azure Service Bus. */
|
|
559
|
+
permissions?: AccessKeyPermissions[];
|
|
560
|
+
}
|
|
274
561
|
/** The authentication info when authType is secret */
|
|
275
562
|
export interface SecretAuthInfo extends AuthInfoBase {
|
|
276
563
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
@@ -281,21 +568,29 @@ export interface SecretAuthInfo extends AuthInfoBase {
|
|
|
281
568
|
secretInfo?: SecretInfoBaseUnion;
|
|
282
569
|
}
|
|
283
570
|
/** The authentication info when authType is userAssignedIdentity */
|
|
284
|
-
export interface UserAssignedIdentityAuthInfo extends AuthInfoBase {
|
|
571
|
+
export interface UserAssignedIdentityAuthInfo extends AuthInfoBase, DatabaseAadAuthInfo {
|
|
285
572
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
286
573
|
authType: "userAssignedIdentity";
|
|
287
574
|
/** Client Id for userAssignedIdentity. */
|
|
288
575
|
clientId?: string;
|
|
289
576
|
/** Subscription id for userAssignedIdentity. */
|
|
290
577
|
subscriptionId?: string;
|
|
578
|
+
/** Indicates whether to clean up previous operation when Linker is updating or deleting */
|
|
579
|
+
deleteOrUpdateBehavior?: DeleteOrUpdateBehavior;
|
|
580
|
+
/** Optional, this value specifies the Azure role to be assigned */
|
|
581
|
+
roles?: string[];
|
|
291
582
|
}
|
|
292
583
|
/** The authentication info when authType is systemAssignedIdentity */
|
|
293
|
-
export interface SystemAssignedIdentityAuthInfo extends AuthInfoBase {
|
|
584
|
+
export interface SystemAssignedIdentityAuthInfo extends AuthInfoBase, DatabaseAadAuthInfo {
|
|
294
585
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
295
586
|
authType: "systemAssignedIdentity";
|
|
587
|
+
/** Indicates whether to clean up previous operation when Linker is updating or deleting */
|
|
588
|
+
deleteOrUpdateBehavior?: DeleteOrUpdateBehavior;
|
|
589
|
+
/** Optional, this value specifies the Azure role to be assigned */
|
|
590
|
+
roles?: string[];
|
|
296
591
|
}
|
|
297
592
|
/** The authentication info when authType is servicePrincipal secret */
|
|
298
|
-
export interface ServicePrincipalSecretAuthInfo extends AuthInfoBase {
|
|
593
|
+
export interface ServicePrincipalSecretAuthInfo extends AuthInfoBase, DatabaseAadAuthInfo {
|
|
299
594
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
300
595
|
authType: "servicePrincipalSecret";
|
|
301
596
|
/** ServicePrincipal application clientId for servicePrincipal auth. */
|
|
@@ -304,6 +599,10 @@ export interface ServicePrincipalSecretAuthInfo extends AuthInfoBase {
|
|
|
304
599
|
principalId: string;
|
|
305
600
|
/** Secret for servicePrincipal auth. */
|
|
306
601
|
secret: string;
|
|
602
|
+
/** Indicates whether to clean up previous operation when Linker is updating or deleting */
|
|
603
|
+
deleteOrUpdateBehavior?: DeleteOrUpdateBehavior;
|
|
604
|
+
/** Optional, this value specifies the Azure roles to be assigned. Automatically */
|
|
605
|
+
roles?: string[];
|
|
307
606
|
}
|
|
308
607
|
/** The authentication info when authType is servicePrincipal certificate */
|
|
309
608
|
export interface ServicePrincipalCertificateAuthInfo extends AuthInfoBase {
|
|
@@ -315,9 +614,32 @@ export interface ServicePrincipalCertificateAuthInfo extends AuthInfoBase {
|
|
|
315
614
|
principalId: string;
|
|
316
615
|
/** ServicePrincipal certificate for servicePrincipal auth. */
|
|
317
616
|
certificate: string;
|
|
617
|
+
/** Indicates whether to clean up previous operation when Linker is updating or deleting */
|
|
618
|
+
deleteOrUpdateBehavior?: DeleteOrUpdateBehavior;
|
|
619
|
+
/** Optional, this value specifies the Azure roles to be assigned. Automatically */
|
|
620
|
+
roles?: string[];
|
|
318
621
|
}
|
|
319
|
-
/** The
|
|
320
|
-
export interface
|
|
622
|
+
/** The authentication info when authType is user account */
|
|
623
|
+
export interface UserAccountAuthInfo extends AuthInfoBase, DatabaseAadAuthInfo {
|
|
624
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
625
|
+
authType: "userAccount";
|
|
626
|
+
/** Principal Id for user account. */
|
|
627
|
+
principalId?: string;
|
|
628
|
+
/** Indicates whether to clean up previous operation when Linker is updating or deleting */
|
|
629
|
+
deleteOrUpdateBehavior?: DeleteOrUpdateBehavior;
|
|
630
|
+
/** Optional, this value specifies the Azure roles to be assigned. Automatically */
|
|
631
|
+
roles?: string[];
|
|
632
|
+
}
|
|
633
|
+
/** The authentication info when authType is EasyAuth Microsoft Entra ID */
|
|
634
|
+
export interface EasyAuthMicrosoftEntraIDAuthInfo extends AuthInfoBase {
|
|
635
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
636
|
+
authType: "easyAuthMicrosoftEntraID";
|
|
637
|
+
/** Application clientId for EasyAuth Microsoft Entra ID. */
|
|
638
|
+
clientId?: string;
|
|
639
|
+
/** Application Secret for EasyAuth Microsoft Entra ID. */
|
|
640
|
+
secret?: string;
|
|
641
|
+
/** Indicates whether to clean up previous operation when Linker is updating or deleting */
|
|
642
|
+
deleteOrUpdateBehavior?: DeleteOrUpdateBehavior;
|
|
321
643
|
}
|
|
322
644
|
/** The resource properties when type is Azure Key Vault */
|
|
323
645
|
export interface AzureKeyVaultProperties extends AzureResourcePropertiesBase {
|
|
@@ -326,6 +648,13 @@ export interface AzureKeyVaultProperties extends AzureResourcePropertiesBase {
|
|
|
326
648
|
/** True if connect via Kubernetes CSI Driver. */
|
|
327
649
|
connectAsKubernetesCsiDriver?: boolean;
|
|
328
650
|
}
|
|
651
|
+
/** The resource properties when type is Azure App Configuration */
|
|
652
|
+
export interface AzureAppConfigProperties extends AzureResourcePropertiesBase {
|
|
653
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
654
|
+
type: "AppConfig";
|
|
655
|
+
/** True if connection enables app configuration kubernetes extension. */
|
|
656
|
+
connectWithKubernetesExtension?: boolean;
|
|
657
|
+
}
|
|
329
658
|
/** The secret info when type is rawValue. It's for scenarios that user input the secret. */
|
|
330
659
|
export interface ValueSecretInfo extends SecretInfoBase {
|
|
331
660
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
@@ -349,13 +678,28 @@ export interface KeyVaultSecretUriSecretInfo extends SecretInfoBase {
|
|
|
349
678
|
/** URI to the keyvault secret */
|
|
350
679
|
value?: string;
|
|
351
680
|
}
|
|
352
|
-
/**
|
|
353
|
-
export interface
|
|
681
|
+
/** a dryrun job resource */
|
|
682
|
+
export interface DryrunResource extends ProxyResource {
|
|
683
|
+
/** The parameters of the dryrun */
|
|
684
|
+
parameters?: DryrunParametersUnion;
|
|
354
685
|
/**
|
|
355
|
-
*
|
|
686
|
+
* the result of the dryrun
|
|
356
687
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
357
688
|
*/
|
|
358
|
-
readonly
|
|
689
|
+
readonly prerequisiteResults?: DryrunPrerequisiteResultUnion[];
|
|
690
|
+
/**
|
|
691
|
+
* the preview of the operations for creation
|
|
692
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
693
|
+
*/
|
|
694
|
+
readonly operationPreviews?: DryrunOperationPreview[];
|
|
695
|
+
/**
|
|
696
|
+
* The provisioning state.
|
|
697
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
698
|
+
*/
|
|
699
|
+
readonly provisioningState?: string;
|
|
700
|
+
}
|
|
701
|
+
/** Linker of source and target resource */
|
|
702
|
+
export interface LinkerResource extends ProxyResource {
|
|
359
703
|
/** The target service properties */
|
|
360
704
|
targetService?: TargetServiceBaseUnion;
|
|
361
705
|
/** The authentication type. */
|
|
@@ -373,7 +717,81 @@ export interface LinkerResource extends ProxyResource {
|
|
|
373
717
|
secretStore?: SecretStore;
|
|
374
718
|
/** connection scope in source service. */
|
|
375
719
|
scope?: string;
|
|
720
|
+
/** The network solution. */
|
|
721
|
+
publicNetworkSolution?: PublicNetworkSolution;
|
|
722
|
+
/** The connection information consumed by applications, including secrets, connection strings. */
|
|
723
|
+
configurationInfo?: ConfigurationInfo;
|
|
376
724
|
}
|
|
725
|
+
/** Known values of {@link DryrunActionName} that the service accepts. */
|
|
726
|
+
export declare enum KnownDryrunActionName {
|
|
727
|
+
/** CreateOrUpdate */
|
|
728
|
+
CreateOrUpdate = "createOrUpdate"
|
|
729
|
+
}
|
|
730
|
+
/**
|
|
731
|
+
* Defines values for DryrunActionName. \
|
|
732
|
+
* {@link KnownDryrunActionName} can be used interchangeably with DryrunActionName,
|
|
733
|
+
* this enum contains the known values that the service supports.
|
|
734
|
+
* ### Known values supported by the service
|
|
735
|
+
* **createOrUpdate**
|
|
736
|
+
*/
|
|
737
|
+
export type DryrunActionName = string;
|
|
738
|
+
/** Known values of {@link DryrunPrerequisiteResultType} that the service accepts. */
|
|
739
|
+
export declare enum KnownDryrunPrerequisiteResultType {
|
|
740
|
+
/** BasicError */
|
|
741
|
+
BasicError = "basicError",
|
|
742
|
+
/** PermissionsMissing */
|
|
743
|
+
PermissionsMissing = "permissionsMissing"
|
|
744
|
+
}
|
|
745
|
+
/**
|
|
746
|
+
* Defines values for DryrunPrerequisiteResultType. \
|
|
747
|
+
* {@link KnownDryrunPrerequisiteResultType} can be used interchangeably with DryrunPrerequisiteResultType,
|
|
748
|
+
* this enum contains the known values that the service supports.
|
|
749
|
+
* ### Known values supported by the service
|
|
750
|
+
* **basicError** \
|
|
751
|
+
* **permissionsMissing**
|
|
752
|
+
*/
|
|
753
|
+
export type DryrunPrerequisiteResultType = string;
|
|
754
|
+
/** Known values of {@link DryrunPreviewOperationType} that the service accepts. */
|
|
755
|
+
export declare enum KnownDryrunPreviewOperationType {
|
|
756
|
+
/** ConfigConnection */
|
|
757
|
+
ConfigConnection = "configConnection",
|
|
758
|
+
/** ConfigNetwork */
|
|
759
|
+
ConfigNetwork = "configNetwork",
|
|
760
|
+
/** ConfigAuth */
|
|
761
|
+
ConfigAuth = "configAuth"
|
|
762
|
+
}
|
|
763
|
+
/**
|
|
764
|
+
* Defines values for DryrunPreviewOperationType. \
|
|
765
|
+
* {@link KnownDryrunPreviewOperationType} can be used interchangeably with DryrunPreviewOperationType,
|
|
766
|
+
* this enum contains the known values that the service supports.
|
|
767
|
+
* ### Known values supported by the service
|
|
768
|
+
* **configConnection** \
|
|
769
|
+
* **configNetwork** \
|
|
770
|
+
* **configAuth**
|
|
771
|
+
*/
|
|
772
|
+
export type DryrunPreviewOperationType = string;
|
|
773
|
+
/** Known values of {@link CreatedByType} that the service accepts. */
|
|
774
|
+
export declare enum KnownCreatedByType {
|
|
775
|
+
/** User */
|
|
776
|
+
User = "User",
|
|
777
|
+
/** Application */
|
|
778
|
+
Application = "Application",
|
|
779
|
+
/** ManagedIdentity */
|
|
780
|
+
ManagedIdentity = "ManagedIdentity",
|
|
781
|
+
/** Key */
|
|
782
|
+
Key = "Key"
|
|
783
|
+
}
|
|
784
|
+
/**
|
|
785
|
+
* Defines values for CreatedByType. \
|
|
786
|
+
* {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
|
|
787
|
+
* this enum contains the known values that the service supports.
|
|
788
|
+
* ### Known values supported by the service
|
|
789
|
+
* **User** \
|
|
790
|
+
* **Application** \
|
|
791
|
+
* **ManagedIdentity** \
|
|
792
|
+
* **Key**
|
|
793
|
+
*/
|
|
794
|
+
export type CreatedByType = string;
|
|
377
795
|
/** Known values of {@link TargetServiceType} that the service accepts. */
|
|
378
796
|
export declare enum KnownTargetServiceType {
|
|
379
797
|
/** AzureResource */
|
|
@@ -381,7 +799,11 @@ export declare enum KnownTargetServiceType {
|
|
|
381
799
|
/** ConfluentBootstrapServer */
|
|
382
800
|
ConfluentBootstrapServer = "ConfluentBootstrapServer",
|
|
383
801
|
/** ConfluentSchemaRegistry */
|
|
384
|
-
ConfluentSchemaRegistry = "ConfluentSchemaRegistry"
|
|
802
|
+
ConfluentSchemaRegistry = "ConfluentSchemaRegistry",
|
|
803
|
+
/** SelfHostedServer */
|
|
804
|
+
SelfHostedServer = "SelfHostedServer",
|
|
805
|
+
/** FabricPlatform */
|
|
806
|
+
FabricPlatform = "FabricPlatform"
|
|
385
807
|
}
|
|
386
808
|
/**
|
|
387
809
|
* Defines values for TargetServiceType. \
|
|
@@ -390,7 +812,9 @@ export declare enum KnownTargetServiceType {
|
|
|
390
812
|
* ### Known values supported by the service
|
|
391
813
|
* **AzureResource** \
|
|
392
814
|
* **ConfluentBootstrapServer** \
|
|
393
|
-
* **ConfluentSchemaRegistry**
|
|
815
|
+
* **ConfluentSchemaRegistry** \
|
|
816
|
+
* **SelfHostedServer** \
|
|
817
|
+
* **FabricPlatform**
|
|
394
818
|
*/
|
|
395
819
|
export type TargetServiceType = string;
|
|
396
820
|
/** Known values of {@link AuthType} that the service accepts. */
|
|
@@ -404,7 +828,13 @@ export declare enum KnownAuthType {
|
|
|
404
828
|
/** ServicePrincipalCertificate */
|
|
405
829
|
ServicePrincipalCertificate = "servicePrincipalCertificate",
|
|
406
830
|
/** Secret */
|
|
407
|
-
Secret = "secret"
|
|
831
|
+
Secret = "secret",
|
|
832
|
+
/** AccessKey */
|
|
833
|
+
AccessKey = "accessKey",
|
|
834
|
+
/** UserAccount */
|
|
835
|
+
UserAccount = "userAccount",
|
|
836
|
+
/** EasyAuthMicrosoftEntraID */
|
|
837
|
+
EasyAuthMicrosoftEntraID = "easyAuthMicrosoftEntraID"
|
|
408
838
|
}
|
|
409
839
|
/**
|
|
410
840
|
* Defines values for AuthType. \
|
|
@@ -415,9 +845,28 @@ export declare enum KnownAuthType {
|
|
|
415
845
|
* **userAssignedIdentity** \
|
|
416
846
|
* **servicePrincipalSecret** \
|
|
417
847
|
* **servicePrincipalCertificate** \
|
|
418
|
-
* **secret**
|
|
848
|
+
* **secret** \
|
|
849
|
+
* **accessKey** \
|
|
850
|
+
* **userAccount** \
|
|
851
|
+
* **easyAuthMicrosoftEntraID**
|
|
419
852
|
*/
|
|
420
853
|
export type AuthType = string;
|
|
854
|
+
/** Known values of {@link AuthMode} that the service accepts. */
|
|
855
|
+
export declare enum KnownAuthMode {
|
|
856
|
+
/** Default authentication configuration according to the authentication type. */
|
|
857
|
+
OptInAllAuth = "optInAllAuth",
|
|
858
|
+
/** Skip all authentication configuration such as enabling managed identity and granting RBAC roles */
|
|
859
|
+
OptOutAllAuth = "optOutAllAuth"
|
|
860
|
+
}
|
|
861
|
+
/**
|
|
862
|
+
* Defines values for AuthMode. \
|
|
863
|
+
* {@link KnownAuthMode} can be used interchangeably with AuthMode,
|
|
864
|
+
* this enum contains the known values that the service supports.
|
|
865
|
+
* ### Known values supported by the service
|
|
866
|
+
* **optInAllAuth**: Default authentication configuration according to the authentication type. \
|
|
867
|
+
* **optOutAllAuth**: Skip all authentication configuration such as enabling managed identity and granting RBAC roles
|
|
868
|
+
*/
|
|
869
|
+
export type AuthMode = string;
|
|
421
870
|
/** Known values of {@link ClientType} that the service accepts. */
|
|
422
871
|
export declare enum KnownClientType {
|
|
423
872
|
/** None */
|
|
@@ -439,7 +888,13 @@ export declare enum KnownClientType {
|
|
|
439
888
|
/** Nodejs */
|
|
440
889
|
Nodejs = "nodejs",
|
|
441
890
|
/** SpringBoot */
|
|
442
|
-
SpringBoot = "springBoot"
|
|
891
|
+
SpringBoot = "springBoot",
|
|
892
|
+
/** KafkaSpringBoot */
|
|
893
|
+
KafkaSpringBoot = "kafka-springBoot",
|
|
894
|
+
/** JmsSpringBoot */
|
|
895
|
+
JmsSpringBoot = "jms-springBoot",
|
|
896
|
+
/** Dapr */
|
|
897
|
+
Dapr = "dapr"
|
|
443
898
|
}
|
|
444
899
|
/**
|
|
445
900
|
* Defines values for ClientType. \
|
|
@@ -455,7 +910,10 @@ export declare enum KnownClientType {
|
|
|
455
910
|
* **ruby** \
|
|
456
911
|
* **django** \
|
|
457
912
|
* **nodejs** \
|
|
458
|
-
* **springBoot**
|
|
913
|
+
* **springBoot** \
|
|
914
|
+
* **kafka-springBoot** \
|
|
915
|
+
* **jms-springBoot** \
|
|
916
|
+
* **dapr**
|
|
459
917
|
*/
|
|
460
918
|
export type ClientType = string;
|
|
461
919
|
/** Known values of {@link VNetSolutionType} that the service accepts. */
|
|
@@ -474,28 +932,89 @@ export declare enum KnownVNetSolutionType {
|
|
|
474
932
|
* **privateLink**
|
|
475
933
|
*/
|
|
476
934
|
export type VNetSolutionType = string;
|
|
477
|
-
/** Known values of {@link
|
|
478
|
-
export declare enum
|
|
479
|
-
/**
|
|
480
|
-
|
|
481
|
-
/**
|
|
482
|
-
|
|
483
|
-
/** ManagedIdentity */
|
|
484
|
-
ManagedIdentity = "ManagedIdentity",
|
|
485
|
-
/** Key */
|
|
486
|
-
Key = "Key"
|
|
935
|
+
/** Known values of {@link DeleteOrUpdateBehavior} that the service accepts. */
|
|
936
|
+
export declare enum KnownDeleteOrUpdateBehavior {
|
|
937
|
+
/** Default */
|
|
938
|
+
Default = "Default",
|
|
939
|
+
/** ForcedCleanup */
|
|
940
|
+
ForcedCleanup = "ForcedCleanup"
|
|
487
941
|
}
|
|
488
942
|
/**
|
|
489
|
-
* Defines values for
|
|
490
|
-
* {@link
|
|
943
|
+
* Defines values for DeleteOrUpdateBehavior. \
|
|
944
|
+
* {@link KnownDeleteOrUpdateBehavior} can be used interchangeably with DeleteOrUpdateBehavior,
|
|
491
945
|
* this enum contains the known values that the service supports.
|
|
492
946
|
* ### Known values supported by the service
|
|
493
|
-
* **
|
|
494
|
-
* **
|
|
495
|
-
* **ManagedIdentity** \
|
|
496
|
-
* **Key**
|
|
947
|
+
* **Default** \
|
|
948
|
+
* **ForcedCleanup**
|
|
497
949
|
*/
|
|
498
|
-
export type
|
|
950
|
+
export type DeleteOrUpdateBehavior = string;
|
|
951
|
+
/** Known values of {@link ActionType} that the service accepts. */
|
|
952
|
+
export declare enum KnownActionType {
|
|
953
|
+
/** Internal */
|
|
954
|
+
Internal = "Internal",
|
|
955
|
+
/** Enable */
|
|
956
|
+
Enable = "enable",
|
|
957
|
+
/** OptOut */
|
|
958
|
+
OptOut = "optOut"
|
|
959
|
+
}
|
|
960
|
+
/**
|
|
961
|
+
* Defines values for ActionType. \
|
|
962
|
+
* {@link KnownActionType} can be used interchangeably with ActionType,
|
|
963
|
+
* this enum contains the known values that the service supports.
|
|
964
|
+
* ### Known values supported by the service
|
|
965
|
+
* **Internal** \
|
|
966
|
+
* **enable** \
|
|
967
|
+
* **optOut**
|
|
968
|
+
*/
|
|
969
|
+
export type ActionType = string;
|
|
970
|
+
/** Known values of {@link AllowType} that the service accepts. */
|
|
971
|
+
export declare enum KnownAllowType {
|
|
972
|
+
/** True */
|
|
973
|
+
True = "true",
|
|
974
|
+
/** False */
|
|
975
|
+
False = "false"
|
|
976
|
+
}
|
|
977
|
+
/**
|
|
978
|
+
* Defines values for AllowType. \
|
|
979
|
+
* {@link KnownAllowType} can be used interchangeably with AllowType,
|
|
980
|
+
* this enum contains the known values that the service supports.
|
|
981
|
+
* ### Known values supported by the service
|
|
982
|
+
* **true** \
|
|
983
|
+
* **false**
|
|
984
|
+
*/
|
|
985
|
+
export type AllowType = string;
|
|
986
|
+
/** Known values of {@link DaprMetadataRequired} that the service accepts. */
|
|
987
|
+
export declare enum KnownDaprMetadataRequired {
|
|
988
|
+
/** True */
|
|
989
|
+
True = "true",
|
|
990
|
+
/** False */
|
|
991
|
+
False = "false"
|
|
992
|
+
}
|
|
993
|
+
/**
|
|
994
|
+
* Defines values for DaprMetadataRequired. \
|
|
995
|
+
* {@link KnownDaprMetadataRequired} can be used interchangeably with DaprMetadataRequired,
|
|
996
|
+
* this enum contains the known values that the service supports.
|
|
997
|
+
* ### Known values supported by the service
|
|
998
|
+
* **true** \
|
|
999
|
+
* **false**
|
|
1000
|
+
*/
|
|
1001
|
+
export type DaprMetadataRequired = string;
|
|
1002
|
+
/** Known values of {@link DaprBindingComponentDirection} that the service accepts. */
|
|
1003
|
+
export declare enum KnownDaprBindingComponentDirection {
|
|
1004
|
+
/** Input */
|
|
1005
|
+
Input = "input",
|
|
1006
|
+
/** Output */
|
|
1007
|
+
Output = "output"
|
|
1008
|
+
}
|
|
1009
|
+
/**
|
|
1010
|
+
* Defines values for DaprBindingComponentDirection. \
|
|
1011
|
+
* {@link KnownDaprBindingComponentDirection} can be used interchangeably with DaprBindingComponentDirection,
|
|
1012
|
+
* this enum contains the known values that the service supports.
|
|
1013
|
+
* ### Known values supported by the service
|
|
1014
|
+
* **input** \
|
|
1015
|
+
* **output**
|
|
1016
|
+
*/
|
|
1017
|
+
export type DaprBindingComponentDirection = string;
|
|
499
1018
|
/** Known values of {@link ValidationResultStatus} that the service accepts. */
|
|
500
1019
|
export declare enum KnownValidationResultStatus {
|
|
501
1020
|
/** Success */
|
|
@@ -515,6 +1034,22 @@ export declare enum KnownValidationResultStatus {
|
|
|
515
1034
|
* **warning**
|
|
516
1035
|
*/
|
|
517
1036
|
export type ValidationResultStatus = string;
|
|
1037
|
+
/** Known values of {@link LinkerConfigurationType} that the service accepts. */
|
|
1038
|
+
export declare enum KnownLinkerConfigurationType {
|
|
1039
|
+
/** Default */
|
|
1040
|
+
Default = "Default",
|
|
1041
|
+
/** KeyVaultSecret */
|
|
1042
|
+
KeyVaultSecret = "KeyVaultSecret"
|
|
1043
|
+
}
|
|
1044
|
+
/**
|
|
1045
|
+
* Defines values for LinkerConfigurationType. \
|
|
1046
|
+
* {@link KnownLinkerConfigurationType} can be used interchangeably with LinkerConfigurationType,
|
|
1047
|
+
* this enum contains the known values that the service supports.
|
|
1048
|
+
* ### Known values supported by the service
|
|
1049
|
+
* **Default** \
|
|
1050
|
+
* **KeyVaultSecret**
|
|
1051
|
+
*/
|
|
1052
|
+
export type LinkerConfigurationType = string;
|
|
518
1053
|
/** Known values of {@link Origin} that the service accepts. */
|
|
519
1054
|
export declare enum KnownOrigin {
|
|
520
1055
|
/** User */
|
|
@@ -534,30 +1069,36 @@ export declare enum KnownOrigin {
|
|
|
534
1069
|
* **user,system**
|
|
535
1070
|
*/
|
|
536
1071
|
export type Origin = string;
|
|
537
|
-
/** Known values of {@link
|
|
538
|
-
export declare enum
|
|
539
|
-
/**
|
|
540
|
-
|
|
1072
|
+
/** Known values of {@link SecretSourceType} that the service accepts. */
|
|
1073
|
+
export declare enum KnownSecretSourceType {
|
|
1074
|
+
/** RawValue */
|
|
1075
|
+
RawValue = "rawValue",
|
|
1076
|
+
/** KeyVaultSecret */
|
|
1077
|
+
KeyVaultSecret = "keyVaultSecret"
|
|
541
1078
|
}
|
|
542
1079
|
/**
|
|
543
|
-
* Defines values for
|
|
544
|
-
* {@link
|
|
1080
|
+
* Defines values for SecretSourceType. \
|
|
1081
|
+
* {@link KnownSecretSourceType} can be used interchangeably with SecretSourceType,
|
|
545
1082
|
* this enum contains the known values that the service supports.
|
|
546
1083
|
* ### Known values supported by the service
|
|
547
|
-
* **
|
|
1084
|
+
* **rawValue** \
|
|
1085
|
+
* **keyVaultSecret**
|
|
548
1086
|
*/
|
|
549
|
-
export type
|
|
1087
|
+
export type SecretSourceType = string;
|
|
550
1088
|
/** Known values of {@link AzureResourceType} that the service accepts. */
|
|
551
1089
|
export declare enum KnownAzureResourceType {
|
|
552
1090
|
/** KeyVault */
|
|
553
|
-
KeyVault = "KeyVault"
|
|
1091
|
+
KeyVault = "KeyVault",
|
|
1092
|
+
/** AppConfig */
|
|
1093
|
+
AppConfig = "AppConfig"
|
|
554
1094
|
}
|
|
555
1095
|
/**
|
|
556
1096
|
* Defines values for AzureResourceType. \
|
|
557
1097
|
* {@link KnownAzureResourceType} can be used interchangeably with AzureResourceType,
|
|
558
1098
|
* this enum contains the known values that the service supports.
|
|
559
1099
|
* ### Known values supported by the service
|
|
560
|
-
* **KeyVault**
|
|
1100
|
+
* **KeyVault** \
|
|
1101
|
+
* **AppConfig**
|
|
561
1102
|
*/
|
|
562
1103
|
export type AzureResourceType = string;
|
|
563
1104
|
/** Known values of {@link SecretType} that the service accepts. */
|
|
@@ -579,11 +1120,128 @@ export declare enum KnownSecretType {
|
|
|
579
1120
|
* **keyVaultSecretReference**
|
|
580
1121
|
*/
|
|
581
1122
|
export type SecretType = string;
|
|
1123
|
+
/** Known values of {@link AccessKeyPermissions} that the service accepts. */
|
|
1124
|
+
export declare enum KnownAccessKeyPermissions {
|
|
1125
|
+
/** Read */
|
|
1126
|
+
Read = "Read",
|
|
1127
|
+
/** Write */
|
|
1128
|
+
Write = "Write",
|
|
1129
|
+
/** Listen */
|
|
1130
|
+
Listen = "Listen",
|
|
1131
|
+
/** Send */
|
|
1132
|
+
Send = "Send",
|
|
1133
|
+
/** Manage */
|
|
1134
|
+
Manage = "Manage"
|
|
1135
|
+
}
|
|
1136
|
+
/**
|
|
1137
|
+
* Defines values for AccessKeyPermissions. \
|
|
1138
|
+
* {@link KnownAccessKeyPermissions} can be used interchangeably with AccessKeyPermissions,
|
|
1139
|
+
* this enum contains the known values that the service supports.
|
|
1140
|
+
* ### Known values supported by the service
|
|
1141
|
+
* **Read** \
|
|
1142
|
+
* **Write** \
|
|
1143
|
+
* **Listen** \
|
|
1144
|
+
* **Send** \
|
|
1145
|
+
* **Manage**
|
|
1146
|
+
*/
|
|
1147
|
+
export type AccessKeyPermissions = string;
|
|
1148
|
+
/** Optional parameters. */
|
|
1149
|
+
export interface ConnectorListDryrunOptionalParams extends coreClient.OperationOptions {
|
|
1150
|
+
}
|
|
1151
|
+
/** Contains response data for the listDryrun operation. */
|
|
1152
|
+
export type ConnectorListDryrunResponse = DryrunList;
|
|
1153
|
+
/** Optional parameters. */
|
|
1154
|
+
export interface ConnectorGetDryrunOptionalParams extends coreClient.OperationOptions {
|
|
1155
|
+
}
|
|
1156
|
+
/** Contains response data for the getDryrun operation. */
|
|
1157
|
+
export type ConnectorGetDryrunResponse = DryrunResource;
|
|
1158
|
+
/** Optional parameters. */
|
|
1159
|
+
export interface ConnectorCreateDryrunOptionalParams extends coreClient.OperationOptions {
|
|
1160
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
1161
|
+
updateIntervalInMs?: number;
|
|
1162
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1163
|
+
resumeFrom?: string;
|
|
1164
|
+
}
|
|
1165
|
+
/** Contains response data for the createDryrun operation. */
|
|
1166
|
+
export type ConnectorCreateDryrunResponse = DryrunResource;
|
|
1167
|
+
/** Optional parameters. */
|
|
1168
|
+
export interface ConnectorUpdateDryrunOptionalParams extends coreClient.OperationOptions {
|
|
1169
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
1170
|
+
updateIntervalInMs?: number;
|
|
1171
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1172
|
+
resumeFrom?: string;
|
|
1173
|
+
}
|
|
1174
|
+
/** Contains response data for the updateDryrun operation. */
|
|
1175
|
+
export type ConnectorUpdateDryrunResponse = DryrunResource;
|
|
1176
|
+
/** Optional parameters. */
|
|
1177
|
+
export interface ConnectorDeleteDryrunOptionalParams extends coreClient.OperationOptions {
|
|
1178
|
+
}
|
|
1179
|
+
/** Optional parameters. */
|
|
1180
|
+
export interface ConnectorListOptionalParams extends coreClient.OperationOptions {
|
|
1181
|
+
}
|
|
1182
|
+
/** Contains response data for the list operation. */
|
|
1183
|
+
export type ConnectorListResponse = ResourceList;
|
|
1184
|
+
/** Optional parameters. */
|
|
1185
|
+
export interface ConnectorGetOptionalParams extends coreClient.OperationOptions {
|
|
1186
|
+
}
|
|
1187
|
+
/** Contains response data for the get operation. */
|
|
1188
|
+
export type ConnectorGetResponse = LinkerResource;
|
|
1189
|
+
/** Optional parameters. */
|
|
1190
|
+
export interface ConnectorCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1191
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
1192
|
+
updateIntervalInMs?: number;
|
|
1193
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1194
|
+
resumeFrom?: string;
|
|
1195
|
+
}
|
|
1196
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
1197
|
+
export type ConnectorCreateOrUpdateResponse = LinkerResource;
|
|
1198
|
+
/** Optional parameters. */
|
|
1199
|
+
export interface ConnectorDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1200
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
1201
|
+
updateIntervalInMs?: number;
|
|
1202
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1203
|
+
resumeFrom?: string;
|
|
1204
|
+
}
|
|
1205
|
+
/** Optional parameters. */
|
|
1206
|
+
export interface ConnectorUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1207
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
1208
|
+
updateIntervalInMs?: number;
|
|
1209
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1210
|
+
resumeFrom?: string;
|
|
1211
|
+
}
|
|
1212
|
+
/** Contains response data for the update operation. */
|
|
1213
|
+
export type ConnectorUpdateResponse = LinkerResource;
|
|
1214
|
+
/** Optional parameters. */
|
|
1215
|
+
export interface ConnectorValidateOptionalParams extends coreClient.OperationOptions {
|
|
1216
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
1217
|
+
updateIntervalInMs?: number;
|
|
1218
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1219
|
+
resumeFrom?: string;
|
|
1220
|
+
}
|
|
1221
|
+
/** Contains response data for the validate operation. */
|
|
1222
|
+
export type ConnectorValidateResponse = ValidateOperationResult;
|
|
1223
|
+
/** Optional parameters. */
|
|
1224
|
+
export interface ConnectorGenerateConfigurationsOptionalParams extends coreClient.OperationOptions {
|
|
1225
|
+
/** Connection Info, including format, secret store, etc */
|
|
1226
|
+
parameters?: ConfigurationInfo;
|
|
1227
|
+
}
|
|
1228
|
+
/** Contains response data for the generateConfigurations operation. */
|
|
1229
|
+
export type ConnectorGenerateConfigurationsResponse = ConfigurationResult;
|
|
1230
|
+
/** Optional parameters. */
|
|
1231
|
+
export interface ConnectorListDryrunNextOptionalParams extends coreClient.OperationOptions {
|
|
1232
|
+
}
|
|
1233
|
+
/** Contains response data for the listDryrunNext operation. */
|
|
1234
|
+
export type ConnectorListDryrunNextResponse = DryrunList;
|
|
1235
|
+
/** Optional parameters. */
|
|
1236
|
+
export interface ConnectorListNextOptionalParams extends coreClient.OperationOptions {
|
|
1237
|
+
}
|
|
1238
|
+
/** Contains response data for the listNext operation. */
|
|
1239
|
+
export type ConnectorListNextResponse = ResourceList;
|
|
582
1240
|
/** Optional parameters. */
|
|
583
1241
|
export interface LinkerListOptionalParams extends coreClient.OperationOptions {
|
|
584
1242
|
}
|
|
585
1243
|
/** Contains response data for the list operation. */
|
|
586
|
-
export type LinkerListResponse =
|
|
1244
|
+
export type LinkerListResponse = ResourceList;
|
|
587
1245
|
/** Optional parameters. */
|
|
588
1246
|
export interface LinkerGetOptionalParams extends coreClient.OperationOptions {
|
|
589
1247
|
}
|
|
@@ -627,12 +1285,65 @@ export type LinkerValidateResponse = ValidateOperationResult;
|
|
|
627
1285
|
export interface LinkerListConfigurationsOptionalParams extends coreClient.OperationOptions {
|
|
628
1286
|
}
|
|
629
1287
|
/** Contains response data for the listConfigurations operation. */
|
|
630
|
-
export type LinkerListConfigurationsResponse =
|
|
1288
|
+
export type LinkerListConfigurationsResponse = ConfigurationResult;
|
|
631
1289
|
/** Optional parameters. */
|
|
632
1290
|
export interface LinkerListNextOptionalParams extends coreClient.OperationOptions {
|
|
633
1291
|
}
|
|
634
1292
|
/** Contains response data for the listNext operation. */
|
|
635
|
-
export type LinkerListNextResponse =
|
|
1293
|
+
export type LinkerListNextResponse = ResourceList;
|
|
1294
|
+
/** Optional parameters. */
|
|
1295
|
+
export interface LinkersListDryrunOptionalParams extends coreClient.OperationOptions {
|
|
1296
|
+
}
|
|
1297
|
+
/** Contains response data for the listDryrun operation. */
|
|
1298
|
+
export type LinkersListDryrunResponse = DryrunList;
|
|
1299
|
+
/** Optional parameters. */
|
|
1300
|
+
export interface LinkersGetDryrunOptionalParams extends coreClient.OperationOptions {
|
|
1301
|
+
}
|
|
1302
|
+
/** Contains response data for the getDryrun operation. */
|
|
1303
|
+
export type LinkersGetDryrunResponse = DryrunResource;
|
|
1304
|
+
/** Optional parameters. */
|
|
1305
|
+
export interface LinkersCreateDryrunOptionalParams extends coreClient.OperationOptions {
|
|
1306
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
1307
|
+
updateIntervalInMs?: number;
|
|
1308
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1309
|
+
resumeFrom?: string;
|
|
1310
|
+
}
|
|
1311
|
+
/** Contains response data for the createDryrun operation. */
|
|
1312
|
+
export type LinkersCreateDryrunResponse = DryrunResource;
|
|
1313
|
+
/** Optional parameters. */
|
|
1314
|
+
export interface LinkersUpdateDryrunOptionalParams extends coreClient.OperationOptions {
|
|
1315
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
1316
|
+
updateIntervalInMs?: number;
|
|
1317
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1318
|
+
resumeFrom?: string;
|
|
1319
|
+
}
|
|
1320
|
+
/** Contains response data for the updateDryrun operation. */
|
|
1321
|
+
export type LinkersUpdateDryrunResponse = DryrunResource;
|
|
1322
|
+
/** Optional parameters. */
|
|
1323
|
+
export interface LinkersDeleteDryrunOptionalParams extends coreClient.OperationOptions {
|
|
1324
|
+
}
|
|
1325
|
+
/** Optional parameters. */
|
|
1326
|
+
export interface LinkersGenerateConfigurationsOptionalParams extends coreClient.OperationOptions {
|
|
1327
|
+
/** Connection Info, including format, secret store, etc */
|
|
1328
|
+
parameters?: ConfigurationInfo;
|
|
1329
|
+
}
|
|
1330
|
+
/** Contains response data for the generateConfigurations operation. */
|
|
1331
|
+
export type LinkersGenerateConfigurationsResponse = ConfigurationResult;
|
|
1332
|
+
/** Optional parameters. */
|
|
1333
|
+
export interface LinkersListDaprConfigurationsOptionalParams extends coreClient.OperationOptions {
|
|
1334
|
+
}
|
|
1335
|
+
/** Contains response data for the listDaprConfigurations operation. */
|
|
1336
|
+
export type LinkersListDaprConfigurationsResponse = DaprConfigurationList;
|
|
1337
|
+
/** Optional parameters. */
|
|
1338
|
+
export interface LinkersListDryrunNextOptionalParams extends coreClient.OperationOptions {
|
|
1339
|
+
}
|
|
1340
|
+
/** Contains response data for the listDryrunNext operation. */
|
|
1341
|
+
export type LinkersListDryrunNextResponse = DryrunList;
|
|
1342
|
+
/** Optional parameters. */
|
|
1343
|
+
export interface LinkersListDaprConfigurationsNextOptionalParams extends coreClient.OperationOptions {
|
|
1344
|
+
}
|
|
1345
|
+
/** Contains response data for the listDaprConfigurationsNext operation. */
|
|
1346
|
+
export type LinkersListDaprConfigurationsNextResponse = DaprConfigurationList;
|
|
636
1347
|
/** Optional parameters. */
|
|
637
1348
|
export interface OperationsListOptionalParams extends coreClient.OperationOptions {
|
|
638
1349
|
}
|
|
@@ -644,6 +1355,20 @@ export interface OperationsListNextOptionalParams extends coreClient.OperationOp
|
|
|
644
1355
|
/** Contains response data for the listNext operation. */
|
|
645
1356
|
export type OperationsListNextResponse = OperationListResult;
|
|
646
1357
|
/** Optional parameters. */
|
|
1358
|
+
export interface ConfigurationNamesListOptionalParams extends coreClient.OperationOptions {
|
|
1359
|
+
/** OData filter options. */
|
|
1360
|
+
filter?: string;
|
|
1361
|
+
/** OData skipToken option for pagination. */
|
|
1362
|
+
skipToken?: string;
|
|
1363
|
+
}
|
|
1364
|
+
/** Contains response data for the list operation. */
|
|
1365
|
+
export type ConfigurationNamesListResponse = ConfigurationNameResult;
|
|
1366
|
+
/** Optional parameters. */
|
|
1367
|
+
export interface ConfigurationNamesListNextOptionalParams extends coreClient.OperationOptions {
|
|
1368
|
+
}
|
|
1369
|
+
/** Contains response data for the listNext operation. */
|
|
1370
|
+
export type ConfigurationNamesListNextResponse = ConfigurationNameResult;
|
|
1371
|
+
/** Optional parameters. */
|
|
647
1372
|
export interface ServiceLinkerManagementClientOptionalParams extends coreClient.ServiceClientOptions {
|
|
648
1373
|
/** server parameter */
|
|
649
1374
|
$host?: string;
|