@azure/arm-datafactory 10.10.2-alpha.20230210.1 → 11.0.0-alpha.20230221.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 +38 -7
- package/dist/index.js +837 -355
- 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/credentialOperationsCreateOrUpdateSample.d.ts +2 -0
- package/dist-esm/samples-dev/credentialOperationsCreateOrUpdateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/credentialOperationsCreateOrUpdateSample.js +46 -0
- package/dist-esm/samples-dev/credentialOperationsCreateOrUpdateSample.js.map +1 -0
- package/dist-esm/samples-dev/credentialOperationsDeleteSample.d.ts +2 -0
- package/dist-esm/samples-dev/credentialOperationsDeleteSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/credentialOperationsDeleteSample.js +40 -0
- package/dist-esm/samples-dev/credentialOperationsDeleteSample.js.map +1 -0
- package/dist-esm/samples-dev/credentialOperationsGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/credentialOperationsGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/credentialOperationsGetSample.js +40 -0
- package/dist-esm/samples-dev/credentialOperationsGetSample.js.map +1 -0
- package/dist-esm/samples-dev/credentialOperationsListByFactorySample.d.ts +2 -0
- package/dist-esm/samples-dev/credentialOperationsListByFactorySample.d.ts.map +1 -0
- package/dist-esm/samples-dev/credentialOperationsListByFactorySample.js +53 -0
- package/dist-esm/samples-dev/credentialOperationsListByFactorySample.js.map +1 -0
- package/dist-esm/src/dataFactoryManagementClient.d.ts +2 -1
- package/dist-esm/src/dataFactoryManagementClient.d.ts.map +1 -1
- package/dist-esm/src/dataFactoryManagementClient.js +3 -2
- package/dist-esm/src/dataFactoryManagementClient.js.map +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 +170 -33
- package/dist-esm/src/models/index.d.ts.map +1 -1
- package/dist-esm/src/models/index.js +30 -0
- package/dist-esm/src/models/index.js.map +1 -1
- package/dist-esm/src/models/mappers.d.ts +11 -6
- package/dist-esm/src/models/mappers.d.ts.map +1 -1
- package/dist-esm/src/models/mappers.js +239 -86
- package/dist-esm/src/models/mappers.js.map +1 -1
- package/dist-esm/src/models/parameters.d.ts +2 -0
- package/dist-esm/src/models/parameters.d.ts.map +1 -1
- package/dist-esm/src/models/parameters.js +20 -1
- package/dist-esm/src/models/parameters.js.map +1 -1
- package/dist-esm/src/operations/credentialOperations.d.ts +63 -0
- package/dist-esm/src/operations/credentialOperations.d.ts.map +1 -0
- package/dist-esm/src/operations/credentialOperations.js +251 -0
- package/dist-esm/src/operations/credentialOperations.js.map +1 -0
- package/dist-esm/src/operations/dataFlowDebugSession.d.ts +3 -3
- package/dist-esm/src/operations/dataFlowDebugSession.d.ts.map +1 -1
- package/dist-esm/src/operations/dataFlowDebugSession.js +18 -10
- package/dist-esm/src/operations/dataFlowDebugSession.js.map +1 -1
- package/dist-esm/src/operations/index.d.ts +1 -0
- package/dist-esm/src/operations/index.d.ts.map +1 -1
- package/dist-esm/src/operations/index.js +1 -0
- package/dist-esm/src/operations/index.js.map +1 -1
- package/dist-esm/src/operations/integrationRuntimeObjectMetadata.d.ts +2 -2
- package/dist-esm/src/operations/integrationRuntimeObjectMetadata.d.ts.map +1 -1
- package/dist-esm/src/operations/integrationRuntimeObjectMetadata.js +10 -6
- package/dist-esm/src/operations/integrationRuntimeObjectMetadata.js.map +1 -1
- package/dist-esm/src/operations/integrationRuntimes.d.ts +3 -3
- package/dist-esm/src/operations/integrationRuntimes.d.ts.map +1 -1
- package/dist-esm/src/operations/integrationRuntimes.js +18 -10
- package/dist-esm/src/operations/integrationRuntimes.js.map +1 -1
- package/dist-esm/src/operations/triggers.d.ts +5 -5
- package/dist-esm/src/operations/triggers.d.ts.map +1 -1
- package/dist-esm/src/operations/triggers.js +34 -18
- package/dist-esm/src/operations/triggers.js.map +1 -1
- package/dist-esm/src/operationsInterfaces/credentialOperations.d.ts +38 -0
- package/dist-esm/src/operationsInterfaces/credentialOperations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/credentialOperations.js +9 -0
- package/dist-esm/src/operationsInterfaces/credentialOperations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/dataFlowDebugSession.d.ts +3 -3
- package/dist-esm/src/operationsInterfaces/dataFlowDebugSession.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/index.d.ts +1 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/index.js +1 -0
- package/dist-esm/src/operationsInterfaces/index.js.map +1 -1
- package/dist-esm/src/operationsInterfaces/integrationRuntimeObjectMetadata.d.ts +2 -2
- package/dist-esm/src/operationsInterfaces/integrationRuntimeObjectMetadata.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/integrationRuntimes.d.ts +3 -3
- package/dist-esm/src/operationsInterfaces/integrationRuntimes.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/triggers.d.ts +5 -5
- package/dist-esm/src/operationsInterfaces/triggers.d.ts.map +1 -1
- package/dist-esm/test/datafactory_examples.spec.js +31 -0
- package/dist-esm/test/datafactory_examples.spec.js.map +1 -1
- package/package.json +4 -4
- package/review/arm-datafactory.api.md +129 -15
- package/src/dataFactoryManagementClient.ts +5 -1
- package/src/lroImpl.ts +31 -23
- package/src/models/index.ts +196 -39
- package/src/models/mappers.ts +262 -95
- package/src/models/parameters.ts +24 -0
- package/src/operations/credentialOperations.ts +341 -0
- package/src/operations/dataFlowDebugSession.ts +32 -22
- package/src/operations/index.ts +1 -0
- package/src/operations/integrationRuntimeObjectMetadata.ts +19 -12
- package/src/operations/integrationRuntimes.ts +28 -21
- package/src/operations/triggers.ts +50 -40
- package/src/operationsInterfaces/credentialOperations.ts +75 -0
- package/src/operationsInterfaces/dataFlowDebugSession.ts +5 -5
- package/src/operationsInterfaces/index.ts +1 -0
- package/src/operationsInterfaces/integrationRuntimeObjectMetadata.ts +3 -3
- package/src/operationsInterfaces/integrationRuntimes.ts +4 -4
- package/src/operationsInterfaces/triggers.ts +7 -7
- package/types/arm-datafactory.d.ts +210 -16
- package/types/tsdoc-metadata.json +1 -1
|
@@ -8,8 +8,8 @@ export declare type DatasetUnion = Dataset | AmazonS3Dataset | AvroDataset | Exc
|
|
|
8
8
|
export declare type ActivityUnion = Activity | ControlActivityUnion | ExecutionActivityUnion | ExecuteWranglingDataflowActivity;
|
|
9
9
|
export declare type TriggerUnion = Trigger | MultiplePipelineTriggerUnion | TumblingWindowTrigger | RerunTumblingWindowTrigger | ChainingTrigger;
|
|
10
10
|
export declare type DataFlowUnion = DataFlow | MappingDataFlow | Flowlet | WranglingDataFlow;
|
|
11
|
+
export declare type CredentialUnion = Credential | ManagedIdentityCredential | ServicePrincipalCredential;
|
|
11
12
|
export declare type SecretBaseUnion = SecretBase | SecureString | AzureKeyVaultSecretReference;
|
|
12
|
-
export declare type CredentialUnion = Credential | ServicePrincipalCredential | ManagedIdentityCredential;
|
|
13
13
|
export declare type DatasetLocationUnion = DatasetLocation | AzureBlobStorageLocation | AzureBlobFSLocation | AzureDataLakeStoreLocation | AmazonS3Location | FileServerLocation | AzureFileStorageLocation | AmazonS3CompatibleLocation | OracleCloudStorageLocation | GoogleCloudStorageLocation | FtpServerLocation | SftpLocation | HttpServerLocation | HdfsLocation;
|
|
14
14
|
export declare type DatasetStorageFormatUnion = DatasetStorageFormat | TextFormat | JsonFormat | AvroFormat | OrcFormat | ParquetFormat;
|
|
15
15
|
export declare type CustomSetupBaseUnion = CustomSetupBase | CmdkeySetup | EnvironmentVariableSetup | ComponentSetup | AzPowerShellSetup;
|
|
@@ -1392,6 +1392,24 @@ export interface ConnectionStateProperties {
|
|
|
1392
1392
|
*/
|
|
1393
1393
|
readonly status?: string;
|
|
1394
1394
|
}
|
|
1395
|
+
/** A list of credential resources. */
|
|
1396
|
+
export interface CredentialListResponse {
|
|
1397
|
+
/** List of credentials. */
|
|
1398
|
+
value: ManagedIdentityCredentialResource[];
|
|
1399
|
+
/** The link to the next page of results, if any remaining results exist. */
|
|
1400
|
+
nextLink?: string;
|
|
1401
|
+
}
|
|
1402
|
+
/** The Azure Data Factory nested object which contains the information and credential which can be used to connect with related store or compute resource. */
|
|
1403
|
+
export interface Credential {
|
|
1404
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1405
|
+
type: "ManagedIdentity" | "ServicePrincipal";
|
|
1406
|
+
/** Describes unknown properties. The value of an unknown property can be of "any" type. */
|
|
1407
|
+
[property: string]: any;
|
|
1408
|
+
/** Credential description. */
|
|
1409
|
+
description?: string;
|
|
1410
|
+
/** List of tags that can be used for describing the Credential. */
|
|
1411
|
+
annotations?: any[];
|
|
1412
|
+
}
|
|
1395
1413
|
/** A list of linked service resources. */
|
|
1396
1414
|
export interface PrivateEndpointConnectionListResponse {
|
|
1397
1415
|
/** List of Private Endpoint Connections. */
|
|
@@ -1549,17 +1567,6 @@ export interface CredentialReference {
|
|
|
1549
1567
|
/** Reference credential name. */
|
|
1550
1568
|
referenceName: string;
|
|
1551
1569
|
}
|
|
1552
|
-
/** The Azure Data Factory nested object which contains the information and credential which can be used to connect with related store or compute resource. */
|
|
1553
|
-
export interface Credential {
|
|
1554
|
-
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1555
|
-
type: "ServicePrincipal" | "ManagedIdentity";
|
|
1556
|
-
/** Describes unknown properties. The value of an unknown property can be of "any" type. */
|
|
1557
|
-
[property: string]: any;
|
|
1558
|
-
/** Credential description. */
|
|
1559
|
-
description?: string;
|
|
1560
|
-
/** List of tags that can be used for describing the Credential. */
|
|
1561
|
-
annotations?: any[];
|
|
1562
|
-
}
|
|
1563
1570
|
/** A data flow transformation. */
|
|
1564
1571
|
export interface Transformation {
|
|
1565
1572
|
/** Transformation name. */
|
|
@@ -1636,6 +1643,10 @@ export interface IntegrationRuntimeComputeProperties {
|
|
|
1636
1643
|
dataFlowProperties?: IntegrationRuntimeDataFlowProperties;
|
|
1637
1644
|
/** VNet properties for managed integration runtime. */
|
|
1638
1645
|
vNetProperties?: IntegrationRuntimeVNetProperties;
|
|
1646
|
+
/** CopyComputeScale properties for managed integration runtime. */
|
|
1647
|
+
copyComputeScaleProperties?: CopyComputeScaleProperties;
|
|
1648
|
+
/** PipelineExternalComputeScale properties for managed integration runtime. */
|
|
1649
|
+
pipelineExternalComputeScaleProperties?: PipelineExternalComputeScaleProperties;
|
|
1639
1650
|
}
|
|
1640
1651
|
/** Data flow properties for managed integration runtime. */
|
|
1641
1652
|
export interface IntegrationRuntimeDataFlowProperties {
|
|
@@ -1663,6 +1674,22 @@ export interface IntegrationRuntimeVNetProperties {
|
|
|
1663
1674
|
/** The ID of subnet, to which this Azure-SSIS integration runtime will be joined. */
|
|
1664
1675
|
subnetId?: string;
|
|
1665
1676
|
}
|
|
1677
|
+
/** CopyComputeScale properties for managed integration runtime. */
|
|
1678
|
+
export interface CopyComputeScaleProperties {
|
|
1679
|
+
/** Describes unknown properties. The value of an unknown property can be of "any" type. */
|
|
1680
|
+
[property: string]: any;
|
|
1681
|
+
/** DIU number setting reserved for copy activity execution. Supported values are multiples of 4 in range 4-256. */
|
|
1682
|
+
dataIntegrationUnit?: number;
|
|
1683
|
+
/** Time to live (in minutes) setting of integration runtime which will execute copy activity. */
|
|
1684
|
+
timeToLive?: number;
|
|
1685
|
+
}
|
|
1686
|
+
/** PipelineExternalComputeScale properties for managed integration runtime. */
|
|
1687
|
+
export interface PipelineExternalComputeScaleProperties {
|
|
1688
|
+
/** Describes unknown properties. The value of an unknown property can be of "any" type. */
|
|
1689
|
+
[property: string]: any;
|
|
1690
|
+
/** Time to live (in minutes) setting of integration runtime which will execute pipeline and external activity. */
|
|
1691
|
+
timeToLive?: number;
|
|
1692
|
+
}
|
|
1666
1693
|
/** SSIS properties for managed integration runtime. */
|
|
1667
1694
|
export interface IntegrationRuntimeSsisProperties {
|
|
1668
1695
|
/** Describes unknown properties. The value of an unknown property can be of "any" type. */
|
|
@@ -2496,6 +2523,13 @@ export interface SynapseSparkJobReference {
|
|
|
2496
2523
|
/** Reference spark job name. Expression with resultType string. */
|
|
2497
2524
|
referenceName: any;
|
|
2498
2525
|
}
|
|
2526
|
+
/** Spark configuration reference. */
|
|
2527
|
+
export interface SparkConfigurationParametrizationReference {
|
|
2528
|
+
/** Spark configuration reference type. */
|
|
2529
|
+
type: SparkConfigurationReferenceType;
|
|
2530
|
+
/** Reference spark configuration name. Type: string (or Expression with resultType string). */
|
|
2531
|
+
referenceName: any;
|
|
2532
|
+
}
|
|
2499
2533
|
/** The workflow trigger recurrence. */
|
|
2500
2534
|
export interface ScheduleTriggerRecurrence {
|
|
2501
2535
|
/** Describes unknown properties. The value of an unknown property can be of "any" type. */
|
|
@@ -2699,6 +2733,11 @@ export interface ManagedPrivateEndpointResource extends SubResource {
|
|
|
2699
2733
|
/** Managed private endpoint properties. */
|
|
2700
2734
|
properties: ManagedPrivateEndpoint;
|
|
2701
2735
|
}
|
|
2736
|
+
/** Credential resource type. */
|
|
2737
|
+
export interface ManagedIdentityCredentialResource extends SubResource {
|
|
2738
|
+
/** Managed Identity Credential properties. */
|
|
2739
|
+
properties: ManagedIdentityCredential;
|
|
2740
|
+
}
|
|
2702
2741
|
/** Private Endpoint Connection ARM resource. */
|
|
2703
2742
|
export interface PrivateEndpointConnectionResource extends SubResource {
|
|
2704
2743
|
/** Core resource properties */
|
|
@@ -2915,6 +2954,10 @@ export interface AzureBlobStorageLinkedService extends LinkedService {
|
|
|
2915
2954
|
encryptedCredential?: string;
|
|
2916
2955
|
/** The credential reference containing authentication information. */
|
|
2917
2956
|
credential?: CredentialReference;
|
|
2957
|
+
/** The type used for authentication. Type: string. */
|
|
2958
|
+
authenticationType?: AzureStorageAuthenticationType;
|
|
2959
|
+
/** Container uri of the Azure Blob Storage resource only support for anonymous access. Type: string (or Expression with resultType string). */
|
|
2960
|
+
containerUri?: any;
|
|
2918
2961
|
}
|
|
2919
2962
|
/** The azure table storage linked service. */
|
|
2920
2963
|
export interface AzureTableStorageLinkedService extends LinkedService {
|
|
@@ -6119,6 +6162,24 @@ export interface LinkedServiceDebugResource extends SubResourceDebugResource {
|
|
|
6119
6162
|
/** Properties of linked service. */
|
|
6120
6163
|
properties: LinkedServiceUnion;
|
|
6121
6164
|
}
|
|
6165
|
+
/** Managed identity credential. */
|
|
6166
|
+
export interface ManagedIdentityCredential extends Credential {
|
|
6167
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
6168
|
+
type: "ManagedIdentity";
|
|
6169
|
+
/** The resource id of user assigned managed identity */
|
|
6170
|
+
resourceId?: string;
|
|
6171
|
+
}
|
|
6172
|
+
/** Service principal credential. */
|
|
6173
|
+
export interface ServicePrincipalCredential extends Credential {
|
|
6174
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
6175
|
+
type: "ServicePrincipal";
|
|
6176
|
+
/** The app ID of the service principal used to authenticate */
|
|
6177
|
+
servicePrincipalId?: any;
|
|
6178
|
+
/** The key of the service principal used to authenticate. */
|
|
6179
|
+
servicePrincipalKey?: AzureKeyVaultSecretReference;
|
|
6180
|
+
/** The ID of the tenant to which the service principal belongs */
|
|
6181
|
+
tenant?: any;
|
|
6182
|
+
}
|
|
6122
6183
|
/** Azure Data Factory secure string definition. The string value will be masked with asterisks '*' during Get or List API calls. */
|
|
6123
6184
|
export interface SecureString extends SecretBase {
|
|
6124
6185
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
@@ -6137,24 +6198,6 @@ export interface AzureKeyVaultSecretReference extends SecretBase {
|
|
|
6137
6198
|
/** The version of the secret in Azure Key Vault. The default value is the latest version of the secret. Type: string (or Expression with resultType string). */
|
|
6138
6199
|
secretVersion?: any;
|
|
6139
6200
|
}
|
|
6140
|
-
/** Service principal credential. */
|
|
6141
|
-
export interface ServicePrincipalCredential extends Credential {
|
|
6142
|
-
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
6143
|
-
type: "ServicePrincipal";
|
|
6144
|
-
/** The app ID of the service principal used to authenticate */
|
|
6145
|
-
servicePrincipalId?: any;
|
|
6146
|
-
/** The key of the service principal used to authenticate. */
|
|
6147
|
-
servicePrincipalKey?: AzureKeyVaultSecretReference;
|
|
6148
|
-
/** The ID of the tenant to which the service principal belongs */
|
|
6149
|
-
tenant?: any;
|
|
6150
|
-
}
|
|
6151
|
-
/** Managed identity credential. */
|
|
6152
|
-
export interface ManagedIdentityCredential extends Credential {
|
|
6153
|
-
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
6154
|
-
type: "ManagedIdentity";
|
|
6155
|
-
/** The resource id of user assigned managed identity */
|
|
6156
|
-
resourceId?: string;
|
|
6157
|
-
}
|
|
6158
6201
|
/** Transformation for data flow source. */
|
|
6159
6202
|
export interface DataFlowSource extends Transformation {
|
|
6160
6203
|
/** Schema linked service reference. */
|
|
@@ -7230,7 +7273,7 @@ export interface SnowflakeSource extends CopySource {
|
|
|
7230
7273
|
/** Snowflake Sql query. Type: string (or Expression with resultType string). */
|
|
7231
7274
|
query?: any;
|
|
7232
7275
|
/** Snowflake export settings. */
|
|
7233
|
-
exportSettings
|
|
7276
|
+
exportSettings: SnowflakeExportCopyCommand;
|
|
7234
7277
|
}
|
|
7235
7278
|
/** A copy activity Azure Databricks Delta Lake source. */
|
|
7236
7279
|
export interface AzureDatabricksDeltaLakeSource extends CopySource {
|
|
@@ -8386,6 +8429,8 @@ export interface SynapseSparkJobDefinitionActivity extends ExecutionActivity {
|
|
|
8386
8429
|
arguments?: any[];
|
|
8387
8430
|
/** The main file used for the job, which will override the 'file' of the spark job definition you provide. Type: string (or Expression with resultType string). */
|
|
8388
8431
|
file?: any;
|
|
8432
|
+
/** Scanning subfolders from the root folder of the main definition file, these files will be added as reference files. The folders named 'jars', 'pyFiles', 'files' or 'archives' will be scanned, and the folders name are case sensitive. Type: boolean (or Expression with resultType boolean). */
|
|
8433
|
+
scanFolder?: any;
|
|
8389
8434
|
/** The fully-qualified identifier or the main class that is in the main definition file, which will override the 'className' of the spark job definition you provide. Type: string (or Expression with resultType string). */
|
|
8390
8435
|
className?: any;
|
|
8391
8436
|
/** (Deprecated. Please use pythonCodeReference and filesV2) Additional files used for reference in the main definition file, which will override the 'files' of the spark job definition you provide. */
|
|
@@ -8402,8 +8447,16 @@ export interface SynapseSparkJobDefinitionActivity extends ExecutionActivity {
|
|
|
8402
8447
|
conf?: any;
|
|
8403
8448
|
/** Number of core and memory to be used for driver allocated in the specified Spark pool for the job, which will be used for overriding 'driverCores' and 'driverMemory' of the spark job definition you provide. Type: string (or Expression with resultType string). */
|
|
8404
8449
|
driverSize?: any;
|
|
8405
|
-
/** Number of executors to launch for this job, which will override the 'numExecutors' of the spark job definition you provide. */
|
|
8406
|
-
numExecutors?:
|
|
8450
|
+
/** Number of executors to launch for this job, which will override the 'numExecutors' of the spark job definition you provide. Type: integer (or Expression with resultType integer). */
|
|
8451
|
+
numExecutors?: any;
|
|
8452
|
+
/** The type of the spark config. */
|
|
8453
|
+
configurationType?: ConfigurationType;
|
|
8454
|
+
/** The spark configuration of the spark job. */
|
|
8455
|
+
targetSparkConfiguration?: SparkConfigurationParametrizationReference;
|
|
8456
|
+
/** Spark configuration property. */
|
|
8457
|
+
sparkConfig?: {
|
|
8458
|
+
[propertyName: string]: any;
|
|
8459
|
+
};
|
|
8407
8460
|
}
|
|
8408
8461
|
/** Trigger that creates pipeline runs periodically, on schedule. */
|
|
8409
8462
|
export interface ScheduleTrigger extends MultiplePipelineTrigger {
|
|
@@ -9687,6 +9740,31 @@ export declare enum KnownIntegrationRuntimeInternalChannelEncryptionMode {
|
|
|
9687
9740
|
* **NotEncrypted**
|
|
9688
9741
|
*/
|
|
9689
9742
|
export declare type IntegrationRuntimeInternalChannelEncryptionMode = string;
|
|
9743
|
+
/** Known values of {@link AzureStorageAuthenticationType} that the service accepts. */
|
|
9744
|
+
export declare enum KnownAzureStorageAuthenticationType {
|
|
9745
|
+
/** Anonymous */
|
|
9746
|
+
Anonymous = "Anonymous",
|
|
9747
|
+
/** AccountKey */
|
|
9748
|
+
AccountKey = "AccountKey",
|
|
9749
|
+
/** SasUri */
|
|
9750
|
+
SasUri = "SasUri",
|
|
9751
|
+
/** ServicePrincipal */
|
|
9752
|
+
ServicePrincipal = "ServicePrincipal",
|
|
9753
|
+
/** Msi */
|
|
9754
|
+
Msi = "Msi"
|
|
9755
|
+
}
|
|
9756
|
+
/**
|
|
9757
|
+
* Defines values for AzureStorageAuthenticationType. \
|
|
9758
|
+
* {@link KnownAzureStorageAuthenticationType} can be used interchangeably with AzureStorageAuthenticationType,
|
|
9759
|
+
* this enum contains the known values that the service supports.
|
|
9760
|
+
* ### Known values supported by the service
|
|
9761
|
+
* **Anonymous** \
|
|
9762
|
+
* **AccountKey** \
|
|
9763
|
+
* **SasUri** \
|
|
9764
|
+
* **ServicePrincipal** \
|
|
9765
|
+
* **Msi**
|
|
9766
|
+
*/
|
|
9767
|
+
export declare type AzureStorageAuthenticationType = string;
|
|
9690
9768
|
/** Known values of {@link SqlAlwaysEncryptedAkvAuthType} that the service accepts. */
|
|
9691
9769
|
export declare enum KnownSqlAlwaysEncryptedAkvAuthType {
|
|
9692
9770
|
/** ServicePrincipal */
|
|
@@ -10672,6 +10750,38 @@ export declare enum KnownSparkJobReferenceType {
|
|
|
10672
10750
|
* **SparkJobDefinitionReference**
|
|
10673
10751
|
*/
|
|
10674
10752
|
export declare type SparkJobReferenceType = string;
|
|
10753
|
+
/** Known values of {@link ConfigurationType} that the service accepts. */
|
|
10754
|
+
export declare enum KnownConfigurationType {
|
|
10755
|
+
/** Default */
|
|
10756
|
+
Default = "Default",
|
|
10757
|
+
/** Customized */
|
|
10758
|
+
Customized = "Customized",
|
|
10759
|
+
/** Artifact */
|
|
10760
|
+
Artifact = "Artifact"
|
|
10761
|
+
}
|
|
10762
|
+
/**
|
|
10763
|
+
* Defines values for ConfigurationType. \
|
|
10764
|
+
* {@link KnownConfigurationType} can be used interchangeably with ConfigurationType,
|
|
10765
|
+
* this enum contains the known values that the service supports.
|
|
10766
|
+
* ### Known values supported by the service
|
|
10767
|
+
* **Default** \
|
|
10768
|
+
* **Customized** \
|
|
10769
|
+
* **Artifact**
|
|
10770
|
+
*/
|
|
10771
|
+
export declare type ConfigurationType = string;
|
|
10772
|
+
/** Known values of {@link SparkConfigurationReferenceType} that the service accepts. */
|
|
10773
|
+
export declare enum KnownSparkConfigurationReferenceType {
|
|
10774
|
+
/** SparkConfigurationReference */
|
|
10775
|
+
SparkConfigurationReference = "SparkConfigurationReference"
|
|
10776
|
+
}
|
|
10777
|
+
/**
|
|
10778
|
+
* Defines values for SparkConfigurationReferenceType. \
|
|
10779
|
+
* {@link KnownSparkConfigurationReferenceType} can be used interchangeably with SparkConfigurationReferenceType,
|
|
10780
|
+
* this enum contains the known values that the service supports.
|
|
10781
|
+
* ### Known values supported by the service
|
|
10782
|
+
* **SparkConfigurationReference**
|
|
10783
|
+
*/
|
|
10784
|
+
export declare type SparkConfigurationReferenceType = string;
|
|
10675
10785
|
/** Known values of {@link RecurrenceFrequency} that the service accepts. */
|
|
10676
10786
|
export declare enum KnownRecurrenceFrequency {
|
|
10677
10787
|
/** NotSpecified */
|
|
@@ -11677,6 +11787,33 @@ export interface ManagedPrivateEndpointsListByFactoryNextOptionalParams extends
|
|
|
11677
11787
|
/** Contains response data for the listByFactoryNext operation. */
|
|
11678
11788
|
export declare type ManagedPrivateEndpointsListByFactoryNextResponse = ManagedPrivateEndpointListResponse;
|
|
11679
11789
|
/** Optional parameters. */
|
|
11790
|
+
export interface CredentialOperationsListByFactoryOptionalParams extends coreClient.OperationOptions {
|
|
11791
|
+
}
|
|
11792
|
+
/** Contains response data for the listByFactory operation. */
|
|
11793
|
+
export declare type CredentialOperationsListByFactoryResponse = CredentialListResponse;
|
|
11794
|
+
/** Optional parameters. */
|
|
11795
|
+
export interface CredentialOperationsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
11796
|
+
/** ETag of the credential entity. Should only be specified for update, for which it should match existing entity or can be * for unconditional update. */
|
|
11797
|
+
ifMatch?: string;
|
|
11798
|
+
}
|
|
11799
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
11800
|
+
export declare type CredentialOperationsCreateOrUpdateResponse = ManagedIdentityCredentialResource;
|
|
11801
|
+
/** Optional parameters. */
|
|
11802
|
+
export interface CredentialOperationsGetOptionalParams extends coreClient.OperationOptions {
|
|
11803
|
+
/** ETag of the credential entity. Should only be specified for get. If the ETag matches the existing entity tag, or if * was provided, then no content will be returned. */
|
|
11804
|
+
ifNoneMatch?: string;
|
|
11805
|
+
}
|
|
11806
|
+
/** Contains response data for the get operation. */
|
|
11807
|
+
export declare type CredentialOperationsGetResponse = ManagedIdentityCredentialResource;
|
|
11808
|
+
/** Optional parameters. */
|
|
11809
|
+
export interface CredentialOperationsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
11810
|
+
}
|
|
11811
|
+
/** Optional parameters. */
|
|
11812
|
+
export interface CredentialOperationsListByFactoryNextOptionalParams extends coreClient.OperationOptions {
|
|
11813
|
+
}
|
|
11814
|
+
/** Contains response data for the listByFactoryNext operation. */
|
|
11815
|
+
export declare type CredentialOperationsListByFactoryNextResponse = CredentialListResponse;
|
|
11816
|
+
/** Optional parameters. */
|
|
11680
11817
|
export interface PrivateEndPointConnectionsListByFactoryOptionalParams extends coreClient.OperationOptions {
|
|
11681
11818
|
}
|
|
11682
11819
|
/** Contains response data for the listByFactory operation. */
|