diff --git a/sdk/datafactory/arm-datafactory/README.md b/sdk/datafactory/arm-datafactory/README.md index ac76deacb5f6..646ca60d2895 100644 --- a/sdk/datafactory/arm-datafactory/README.md +++ b/sdk/datafactory/arm-datafactory/README.md @@ -15,7 +15,7 @@ npm install @azure/arm-datafactory ### How to use -#### nodejs - Authentication, client creation and list operations as an example written in TypeScript. +#### nodejs - client creation and list operations as an example written in TypeScript. ##### Install @azure/ms-rest-nodeauth @@ -26,11 +26,10 @@ npm install @azure/ms-rest-nodeauth@"^3.0.0" ##### Sample code +While the below sample uses the interactive login, other authentication options can be found in the [README.md file of @azure/ms-rest-nodeauth](https://www.npmjs.com/package/@azure/ms-rest-nodeauth) package ```typescript -import * as msRest from "@azure/ms-rest-js"; -import * as msRestAzure from "@azure/ms-rest-azure-js"; -import * as msRestNodeAuth from "@azure/ms-rest-nodeauth"; -import { DataFactoryManagementClient, DataFactoryManagementModels, DataFactoryManagementMappers } from "@azure/arm-datafactory"; +const msRestNodeAuth = require("@azure/ms-rest-nodeauth"); +const { DataFactoryManagementClient } = require("@azure/arm-datafactory"); const subscriptionId = process.env["AZURE_SUBSCRIPTION_ID"]; msRestNodeAuth.interactiveLogin().then((creds) => { diff --git a/sdk/datafactory/arm-datafactory/rollup.config.js b/sdk/datafactory/arm-datafactory/rollup.config.js index 0812b612b053..b508e47e98dd 100644 --- a/sdk/datafactory/arm-datafactory/rollup.config.js +++ b/sdk/datafactory/arm-datafactory/rollup.config.js @@ -21,8 +21,8 @@ const config = { "@azure/ms-rest-azure-js": "msRestAzure" }, banner: `/* - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Copyright (c) Microsoft Corporation. + * Licensed under the MIT License. * * Code generated by Microsoft (R) AutoRest Code Generator. * Changes may cause incorrect behavior and will be lost if the code is regenerated. diff --git a/sdk/datafactory/arm-datafactory/src/dataFactoryManagementClient.ts b/sdk/datafactory/arm-datafactory/src/dataFactoryManagementClient.ts index 4c7474f36aa8..e38c9898e9bc 100644 --- a/sdk/datafactory/arm-datafactory/src/dataFactoryManagementClient.ts +++ b/sdk/datafactory/arm-datafactory/src/dataFactoryManagementClient.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for - * license information. + * Copyright (c) Microsoft Corporation. + * Licensed under the MIT License. * * Code generated by Microsoft (R) AutoRest Code Generator. * Changes may cause incorrect behavior and will be lost if the code is diff --git a/sdk/datafactory/arm-datafactory/src/dataFactoryManagementClientContext.ts b/sdk/datafactory/arm-datafactory/src/dataFactoryManagementClientContext.ts index 308c348475ca..2d271529eea7 100644 --- a/sdk/datafactory/arm-datafactory/src/dataFactoryManagementClientContext.ts +++ b/sdk/datafactory/arm-datafactory/src/dataFactoryManagementClientContext.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for - * license information. + * Copyright (c) Microsoft Corporation. + * Licensed under the MIT License. * * Code generated by Microsoft (R) AutoRest Code Generator. * Changes may cause incorrect behavior and will be lost if the code is diff --git a/sdk/datafactory/arm-datafactory/src/models/activityRunsMappers.ts b/sdk/datafactory/arm-datafactory/src/models/activityRunsMappers.ts index 3ae3a7b817cc..8ce7dd03a667 100644 --- a/sdk/datafactory/arm-datafactory/src/models/activityRunsMappers.ts +++ b/sdk/datafactory/arm-datafactory/src/models/activityRunsMappers.ts @@ -1,6 +1,6 @@ /* - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Copyright (c) Microsoft Corporation. + * Licensed under the MIT License. * * Code generated by Microsoft (R) AutoRest Code Generator. * Changes may cause incorrect behavior and will be lost if the code is regenerated. diff --git a/sdk/datafactory/arm-datafactory/src/models/dataFlowDebugSessionMappers.ts b/sdk/datafactory/arm-datafactory/src/models/dataFlowDebugSessionMappers.ts index e70a5cd2eb58..50916f44c77e 100644 --- a/sdk/datafactory/arm-datafactory/src/models/dataFlowDebugSessionMappers.ts +++ b/sdk/datafactory/arm-datafactory/src/models/dataFlowDebugSessionMappers.ts @@ -1,6 +1,6 @@ /* - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Copyright (c) Microsoft Corporation. + * Licensed under the MIT License. * * Code generated by Microsoft (R) AutoRest Code Generator. * Changes may cause incorrect behavior and will be lost if the code is regenerated. diff --git a/sdk/datafactory/arm-datafactory/src/models/dataFlowsMappers.ts b/sdk/datafactory/arm-datafactory/src/models/dataFlowsMappers.ts index 976ef0f8c0bc..99a2d6b3b2a1 100644 --- a/sdk/datafactory/arm-datafactory/src/models/dataFlowsMappers.ts +++ b/sdk/datafactory/arm-datafactory/src/models/dataFlowsMappers.ts @@ -1,6 +1,6 @@ /* - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Copyright (c) Microsoft Corporation. + * Licensed under the MIT License. * * Code generated by Microsoft (R) AutoRest Code Generator. * Changes may cause incorrect behavior and will be lost if the code is regenerated. @@ -119,6 +119,7 @@ export { ChainingTrigger, CloudError, CmdkeySetup, + CMKIdentityDefinition, CommonDataServiceForAppsEntityDataset, CommonDataServiceForAppsLinkedService, CommonDataServiceForAppsSink, @@ -131,6 +132,7 @@ export { ConnectionStateProperties, ControlActivity, CopyActivity, + CopyActivityLogSettings, CopySink, CopySource, CosmosDbLinkedService, @@ -207,6 +209,7 @@ export { EloquaLinkedService, EloquaObjectDataset, EloquaSource, + EncryptionConfiguration, EntityReference, EnvironmentVariableSetup, ExcelDataset, @@ -310,6 +313,8 @@ export { LinkedService, LinkedServiceReference, LinkedServiceResource, + LogLocationSettings, + LogSettings, LogStorageSettings, LookupActivity, MagentoLinkedService, diff --git a/sdk/datafactory/arm-datafactory/src/models/datasetsMappers.ts b/sdk/datafactory/arm-datafactory/src/models/datasetsMappers.ts index 98f56634e457..a3c9dfa01b7f 100644 --- a/sdk/datafactory/arm-datafactory/src/models/datasetsMappers.ts +++ b/sdk/datafactory/arm-datafactory/src/models/datasetsMappers.ts @@ -1,6 +1,6 @@ /* - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Copyright (c) Microsoft Corporation. + * Licensed under the MIT License. * * Code generated by Microsoft (R) AutoRest Code Generator. * Changes may cause incorrect behavior and will be lost if the code is regenerated. @@ -119,6 +119,7 @@ export { ChainingTrigger, CloudError, CmdkeySetup, + CMKIdentityDefinition, CommonDataServiceForAppsEntityDataset, CommonDataServiceForAppsLinkedService, CommonDataServiceForAppsSink, @@ -131,6 +132,7 @@ export { ConnectionStateProperties, ControlActivity, CopyActivity, + CopyActivityLogSettings, CopySink, CopySource, CosmosDbLinkedService, @@ -207,6 +209,7 @@ export { EloquaLinkedService, EloquaObjectDataset, EloquaSource, + EncryptionConfiguration, EntityReference, EnvironmentVariableSetup, ExcelDataset, @@ -310,6 +313,8 @@ export { LinkedService, LinkedServiceReference, LinkedServiceResource, + LogLocationSettings, + LogSettings, LogStorageSettings, LookupActivity, MagentoLinkedService, diff --git a/sdk/datafactory/arm-datafactory/src/models/exposureControlMappers.ts b/sdk/datafactory/arm-datafactory/src/models/exposureControlMappers.ts index a7d062d353fd..d0f583ee5fb7 100644 --- a/sdk/datafactory/arm-datafactory/src/models/exposureControlMappers.ts +++ b/sdk/datafactory/arm-datafactory/src/models/exposureControlMappers.ts @@ -1,6 +1,6 @@ /* - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Copyright (c) Microsoft Corporation. + * Licensed under the MIT License. * * Code generated by Microsoft (R) AutoRest Code Generator. * Changes may cause incorrect behavior and will be lost if the code is regenerated. diff --git a/sdk/datafactory/arm-datafactory/src/models/factoriesMappers.ts b/sdk/datafactory/arm-datafactory/src/models/factoriesMappers.ts index 86ccdbfe09ff..40fb8fd6db1f 100644 --- a/sdk/datafactory/arm-datafactory/src/models/factoriesMappers.ts +++ b/sdk/datafactory/arm-datafactory/src/models/factoriesMappers.ts @@ -1,6 +1,6 @@ /* - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Copyright (c) Microsoft Corporation. + * Licensed under the MIT License. * * Code generated by Microsoft (R) AutoRest Code Generator. * Changes may cause incorrect behavior and will be lost if the code is regenerated. @@ -120,6 +120,7 @@ export { ChainingTrigger, CloudError, CmdkeySetup, + CMKIdentityDefinition, CommonDataServiceForAppsEntityDataset, CommonDataServiceForAppsLinkedService, CommonDataServiceForAppsSink, @@ -132,6 +133,7 @@ export { ConnectionStateProperties, ControlActivity, CopyActivity, + CopyActivityLogSettings, CopySink, CopySource, CosmosDbLinkedService, @@ -207,6 +209,7 @@ export { EloquaLinkedService, EloquaObjectDataset, EloquaSource, + EncryptionConfiguration, EntityReference, EnvironmentVariableSetup, ExcelDataset, @@ -315,6 +318,8 @@ export { LinkedService, LinkedServiceReference, LinkedServiceResource, + LogLocationSettings, + LogSettings, LogStorageSettings, LookupActivity, MagentoLinkedService, diff --git a/sdk/datafactory/arm-datafactory/src/models/index.ts b/sdk/datafactory/arm-datafactory/src/models/index.ts index c9936d9ea625..c3d8162c0c7e 100644 --- a/sdk/datafactory/arm-datafactory/src/models/index.ts +++ b/sdk/datafactory/arm-datafactory/src/models/index.ts @@ -1,6 +1,6 @@ /* - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Copyright (c) Microsoft Corporation. + * Licensed under the MIT License. * * Code generated by Microsoft (R) AutoRest Code Generator. * Changes may cause incorrect behavior and will be lost if the code is regenerated. @@ -173,6 +173,10 @@ export interface FactoryIdentity { * **NOTE: This property will not be serialized. It can only be populated by the server.** */ readonly tenantId?: string; + /** + * List of user assigned identities for the factory. + */ + userAssignedIdentities?: { [propertyName: string]: any }; } /** @@ -225,6 +229,39 @@ export interface GlobalParameterSpecification { value: any; } +/** + * Managed Identity used for CMK. + */ +export interface CMKIdentityDefinition { + /** + * The resource id of the user assigned identity to authenticate to customer's key vault. + */ + userAssignedIdentity?: string; +} + +/** + * Definition of CMK for the factory. + */ +export interface EncryptionConfiguration { + /** + * The name of the key in Azure Key Vault to use as Customer Managed Key. + */ + keyName: string; + /** + * The url of the Azure Key Vault used for CMK. + */ + vaultBaseUrl: string; + /** + * The version of the key used for CMK. If not provided, latest version will be used. + */ + keyVersion?: string; + /** + * User assigned identity to use to authenticate to customer's key vault. If not provided Managed + * Service Identity will be used. + */ + identity?: CMKIdentityDefinition; +} + /** * Factory resource type. */ @@ -256,6 +293,10 @@ export interface Factory extends Resource { * List of parameters for factory. */ globalParameters?: { [propertyName: string]: GlobalParameterSpecification }; + /** + * Properties to enable Customer Managed Key for the factory. + */ + encryption?: EncryptionConfiguration; /** * Whether or not public network access is allowed for the data factory. Possible values include: * 'Enabled', 'Disabled' @@ -4814,6 +4855,11 @@ export interface ConcurLinkedService { * List of tags that can be used for describing the linked service. */ annotations?: any[]; + /** + * Properties used to connect to Concur. It is mutually exclusive with any other properties in + * the linked service. Type: object. + */ + connectionProperties?: any; /** * Application client_id supplied by Concur App Management. */ @@ -5423,6 +5469,11 @@ export interface AmazonS3LinkedService { * List of tags that can be used for describing the linked service. */ annotations?: any[]; + /** + * The authentication type of S3. Allowed value: AccessKey (default) or + * TemporarySecurityCredentials. Type: string (or Expression with resultType string). + */ + authenticationType?: any; /** * The access key identifier of the Amazon S3 Identity and Access Management (IAM) user. Type: * string (or Expression with resultType string). @@ -5438,6 +5489,10 @@ export interface AmazonS3LinkedService { * between https and http. Type: string (or Expression with resultType string). */ serviceUrl?: any; + /** + * The session token for the S3 temporary security credential. + */ + sessionToken?: SecretBaseUnion; /** * The encrypted credential used for authentication. Credentials are encrypted using the * integration runtime credential manager. Type: string (or Expression with resultType string). @@ -13427,7 +13482,7 @@ export interface TumblingWindowTrigger { */ pipelineProperty: TriggerPipelineReference; /** - * The frequency of the time windows. Possible values include: 'Minute', 'Hour' + * The frequency of the time windows. Possible values include: 'Minute', 'Hour', 'Month' */ frequency: TumblingWindowFrequency; /** @@ -13748,14 +13803,15 @@ export interface ActivityPolicy { export interface ExecuteDataFlowActivityTypePropertiesCompute { /** * Compute type of the cluster which will execute data flow job. Possible values include: - * 'General', 'MemoryOptimized', 'ComputeOptimized' + * 'General', 'MemoryOptimized', 'ComputeOptimized'. Type: string (or Expression with resultType + * string) */ - computeType?: DataFlowComputeType; + computeType?: any; /** * Core count of the cluster which will execute data flow job. Supported values are: 8, 16, 32, - * 48, 80, 144 and 272. + * 48, 80, 144 and 272. Type: integer (or Expression with resultType integer) */ - coreCount?: number; + coreCount?: any; } /** @@ -13845,6 +13901,21 @@ export interface ExecuteDataFlowActivity { * Compute properties for data flow activity. */ compute?: ExecuteDataFlowActivityTypePropertiesCompute; + /** + * Trace level setting used for data flow monitoring output. Supported values are: 'coarse', + * 'fine', and 'none'. Type: string (or Expression with resultType string) + */ + traceLevel?: any; + /** + * Continue on error setting used for data flow execution. Enables processing to continue if a + * sink fails. Type: boolean (or Expression with resultType boolean) + */ + continueOnError?: any; + /** + * Concurrent run setting used for data flow execution. Allows sinks with the same save order to + * be processed concurrently. Type: boolean (or Expression with resultType boolean) + */ + runConcurrently?: any; } /** @@ -15941,9 +16012,9 @@ export interface OracleSource { queryTimeout?: any; /** * The partition mechanism that will be used for Oracle read in parallel. Possible values - * include: 'None', 'PhysicalPartitionsOfTable', 'DynamicRange' + * include: "None", "PhysicalPartitionsOfTable", "DynamicRange". */ - partitionOption?: OraclePartitionOption; + partitionOption?: any; /** * The settings that will be leveraged for Oracle source partitioning. */ @@ -16891,9 +16962,9 @@ export interface NetezzaSource { query?: any; /** * The partition mechanism that will be used for Netezza read in parallel. Possible values - * include: 'None', 'DataSlice', 'DynamicRange' + * include: "None", "DataSlice", "DynamicRange". */ - partitionOption?: NetezzaPartitionOption; + partitionOption?: any; /** * The settings that will be leveraged for Netezza source partitioning. */ @@ -18033,9 +18104,9 @@ export interface TeradataSource { query?: any; /** * The partition mechanism that will be used for teradata read in parallel. Possible values - * include: 'None', 'Hash', 'DynamicRange' + * include: "None", "Hash", "DynamicRange". */ - partitionOption?: TeradataPartitionOption; + partitionOption?: any; /** * The settings that will be leveraged for teradata source partitioning. */ @@ -18155,9 +18226,9 @@ export interface SqlDWSource { storedProcedureParameters?: any; /** * The partition mechanism that will be used for Sql read in parallel. Possible values include: - * 'None', 'PhysicalPartitionsOfTable', 'DynamicRange' + * "None", "PhysicalPartitionsOfTable", "DynamicRange". */ - partitionOption?: SqlPartitionOption; + partitionOption?: any; /** * The settings that will be leveraged for Sql source partitioning. */ @@ -18231,9 +18302,9 @@ export interface SqlMISource { produceAdditionalTypes?: any; /** * The partition mechanism that will be used for Sql read in parallel. Possible values include: - * 'None', 'PhysicalPartitionsOfTable', 'DynamicRange' + * "None", "PhysicalPartitionsOfTable", "DynamicRange". */ - partitionOption?: SqlPartitionOption; + partitionOption?: any; /** * The settings that will be leveraged for Sql source partitioning. */ @@ -18292,9 +18363,9 @@ export interface AzureSqlSource { produceAdditionalTypes?: any; /** * The partition mechanism that will be used for Sql read in parallel. Possible values include: - * 'None', 'PhysicalPartitionsOfTable', 'DynamicRange' + * "None", "PhysicalPartitionsOfTable", "DynamicRange". */ - partitionOption?: SqlPartitionOption; + partitionOption?: any; /** * The settings that will be leveraged for Sql source partitioning. */ @@ -18353,9 +18424,9 @@ export interface SqlServerSource { produceAdditionalTypes?: any; /** * The partition mechanism that will be used for Sql read in parallel. Possible values include: - * 'None', 'PhysicalPartitionsOfTable', 'DynamicRange' + * "None", "PhysicalPartitionsOfTable", "DynamicRange". */ - partitionOption?: SqlPartitionOption; + partitionOption?: any; /** * The settings that will be leveraged for Sql source partitioning. */ @@ -18416,9 +18487,9 @@ export interface SqlSource { isolationLevel?: any; /** * The partition mechanism that will be used for Sql read in parallel. Possible values include: - * 'None', 'PhysicalPartitionsOfTable', 'DynamicRange' + * "None", "PhysicalPartitionsOfTable", "DynamicRange". */ - partitionOption?: SqlPartitionOption; + partitionOption?: any; /** * The settings that will be leveraged for Sql source partitioning. */ @@ -18519,10 +18590,10 @@ export interface SapTableSource { sapDataColumnDelimiter?: any; /** * The partition mechanism that will be used for SAP table read in parallel. Possible values - * include: 'None', 'PartitionOnInt', 'PartitionOnCalendarYear', 'PartitionOnCalendarMonth', - * 'PartitionOnCalendarDate', 'PartitionOnTime' + * include: "None", "PartitionOnInt", "PartitionOnCalendarYear", "PartitionOnCalendarMonth", + * "PartitionOnCalendarDate", "PartitionOnTime". */ - partitionOption?: SapTablePartitionOption; + partitionOption?: any; /** * The settings that will be leveraged for SAP table source partitioning. */ @@ -18638,9 +18709,9 @@ export interface SapHanaSource { packetSize?: any; /** * The partition mechanism that will be used for SAP HANA read in parallel. Possible values - * include: 'None', 'PhysicalPartitionsOfTable', 'SapHanaDynamicRange' + * include: "None", "PhysicalPartitionsOfTable", "SapHanaDynamicRange". */ - partitionOption?: SapHanaPartitionOption; + partitionOption?: any; /** * The settings that will be leveraged for SAP HANA source partitioning. */ @@ -19456,7 +19527,7 @@ export interface AzureDataExplorerCommandActivity { } /** - * Log storage settings. + * (Deprecated. Please use LogSettings) Log storage settings. */ export interface LogStorageSettings { /** @@ -20258,6 +20329,56 @@ export interface SkipErrorFile { dataInconsistency?: any; } +/** + * Log location settings. + */ +export interface LogLocationSettings { + /** + * Log storage linked service reference. + */ + linkedServiceName: LinkedServiceReference; + /** + * The path to storage for storing detailed logs of activity execution. Type: string (or + * Expression with resultType string). + */ + path?: any; +} + +/** + * Settings for copy activity log. + */ +export interface CopyActivityLogSettings { + /** + * Gets or sets the log level, support: Info, Warning. Type: string (or Expression with + * resultType string). + */ + logLevel?: any; + /** + * Specifies whether to enable reliable logging. Type: boolean (or Expression with resultType + * boolean). + */ + enableReliableLogging?: any; +} + +/** + * Log settings. + */ +export interface LogSettings { + /** + * Specifies whether to enable copy activity log. Type: boolean (or Expression with resultType + * boolean). + */ + enableCopyActivityLog?: any; + /** + * Specifies settings for copy activity log. + */ + copyActivityLogSettings?: CopyActivityLogSettings; + /** + * Log location settings customer needs to provide when enabling log. + */ + logLocationSettings: LogLocationSettings; +} + /** * Redirect incompatible row settings */ @@ -22479,9 +22600,14 @@ export interface CopyActivity { */ redirectIncompatibleRowSettings?: RedirectIncompatibleRowSettings; /** - * Log storage settings customer need to provide when enabling session log. + * (Deprecated. Please use LogSettings) Log storage settings customer need to provide when + * enabling session log. */ logStorageSettings?: LogStorageSettings; + /** + * Log settings customer needs provide when enabling log. + */ + logSettings?: LogSettings; /** * Preserve Rules. */ @@ -25083,11 +25209,11 @@ export type AvroCompressionCodec = 'none' | 'deflate' | 'snappy' | 'xz' | 'bzip2 /** * Defines values for TumblingWindowFrequency. - * Possible values include: 'Minute', 'Hour' + * Possible values include: 'Minute', 'Hour', 'Month' * @readonly * @enum {string} */ -export type TumblingWindowFrequency = 'Minute' | 'Hour'; +export type TumblingWindowFrequency = 'Minute' | 'Hour' | 'Month'; /** * Defines values for BlobEventTypes. @@ -25123,14 +25249,6 @@ export type DaysOfWeek = 'Sunday' | 'Monday' | 'Tuesday' | 'Wednesday' | 'Thursd */ export type RecurrenceFrequency = 'NotSpecified' | 'Minute' | 'Hour' | 'Day' | 'Week' | 'Month' | 'Year'; -/** - * Defines values for DataFlowComputeType. - * Possible values include: 'General', 'MemoryOptimized', 'ComputeOptimized' - * @readonly - * @enum {string} - */ -export type DataFlowComputeType = 'General' | 'MemoryOptimized' | 'ComputeOptimized'; - /** * Defines values for AzureFunctionActivityMethod. * Possible values include: 'GET', 'POST', 'PUT', 'DELETE', 'OPTIONS', 'HEAD', 'TRACE' @@ -25147,14 +25265,6 @@ export type AzureFunctionActivityMethod = 'GET' | 'POST' | 'PUT' | 'DELETE' | 'O */ export type WebActivityMethod = 'GET' | 'POST' | 'PUT' | 'DELETE'; -/** - * Defines values for OraclePartitionOption. - * Possible values include: 'None', 'PhysicalPartitionsOfTable', 'DynamicRange' - * @readonly - * @enum {string} - */ -export type OraclePartitionOption = 'None' | 'PhysicalPartitionsOfTable' | 'DynamicRange'; - /** * Defines values for SalesforceSourceReadBehavior. * Possible values include: 'Query', 'QueryAll' @@ -25163,14 +25273,6 @@ export type OraclePartitionOption = 'None' | 'PhysicalPartitionsOfTable' | 'Dyna */ export type SalesforceSourceReadBehavior = 'Query' | 'QueryAll'; -/** - * Defines values for NetezzaPartitionOption. - * Possible values include: 'None', 'DataSlice', 'DynamicRange' - * @readonly - * @enum {string} - */ -export type NetezzaPartitionOption = 'None' | 'DataSlice' | 'DynamicRange'; - /** * Defines values for CassandraSourceReadConsistencyLevels. * Possible values include: 'ALL', 'EACH_QUORUM', 'QUORUM', 'LOCAL_QUORUM', 'ONE', 'TWO', 'THREE', @@ -25180,22 +25282,6 @@ export type NetezzaPartitionOption = 'None' | 'DataSlice' | 'DynamicRange'; */ export type CassandraSourceReadConsistencyLevels = 'ALL' | 'EACH_QUORUM' | 'QUORUM' | 'LOCAL_QUORUM' | 'ONE' | 'TWO' | 'THREE' | 'LOCAL_ONE' | 'SERIAL' | 'LOCAL_SERIAL'; -/** - * Defines values for TeradataPartitionOption. - * Possible values include: 'None', 'Hash', 'DynamicRange' - * @readonly - * @enum {string} - */ -export type TeradataPartitionOption = 'None' | 'Hash' | 'DynamicRange'; - -/** - * Defines values for SqlPartitionOption. - * Possible values include: 'None', 'PhysicalPartitionsOfTable', 'DynamicRange' - * @readonly - * @enum {string} - */ -export type SqlPartitionOption = 'None' | 'PhysicalPartitionsOfTable' | 'DynamicRange'; - /** * Defines values for StoredProcedureParameterType. * Possible values include: 'String', 'Int', 'Int64', 'Decimal', 'Guid', 'Boolean', 'Date' @@ -25204,23 +25290,6 @@ export type SqlPartitionOption = 'None' | 'PhysicalPartitionsOfTable' | 'Dynamic */ export type StoredProcedureParameterType = 'String' | 'Int' | 'Int64' | 'Decimal' | 'Guid' | 'Boolean' | 'Date'; -/** - * Defines values for SapTablePartitionOption. - * Possible values include: 'None', 'PartitionOnInt', 'PartitionOnCalendarYear', - * 'PartitionOnCalendarMonth', 'PartitionOnCalendarDate', 'PartitionOnTime' - * @readonly - * @enum {string} - */ -export type SapTablePartitionOption = 'None' | 'PartitionOnInt' | 'PartitionOnCalendarYear' | 'PartitionOnCalendarMonth' | 'PartitionOnCalendarDate' | 'PartitionOnTime'; - -/** - * Defines values for SapHanaPartitionOption. - * Possible values include: 'None', 'PhysicalPartitionsOfTable', 'SapHanaDynamicRange' - * @readonly - * @enum {string} - */ -export type SapHanaPartitionOption = 'None' | 'PhysicalPartitionsOfTable' | 'SapHanaDynamicRange'; - /** * Defines values for SsisPackageLocationType. * Possible values include: 'SSISDB', 'File', 'InlinePackage', 'PackageStore' @@ -25366,6 +25435,14 @@ export type IntegrationRuntimeLicenseType = 'BasePrice' | 'LicenseIncluded'; */ export type IntegrationRuntimeEdition = 'Standard' | 'Enterprise'; +/** + * Defines values for DataFlowComputeType. + * Possible values include: 'General', 'MemoryOptimized', 'ComputeOptimized' + * @readonly + * @enum {string} + */ +export type DataFlowComputeType = 'General' | 'MemoryOptimized' | 'ComputeOptimized'; + /** * Defines values for SsisObjectMetadataType. * Possible values include: 'Folder', 'Project', 'Package', 'Environment' @@ -25390,6 +25467,55 @@ export type IntegrationRuntimeAuthKeyName = 'authKey1' | 'authKey2'; */ export type CopyBehaviorType = 'PreserveHierarchy' | 'FlattenHierarchy' | 'MergeFiles'; +/** + * Defines values for SqlPartitionOption. + * Possible values include: 'None', 'PhysicalPartitionsOfTable', 'DynamicRange' + * @readonly + * @enum {string} + */ +export type SqlPartitionOption = 'None' | 'PhysicalPartitionsOfTable' | 'DynamicRange'; + +/** + * Defines values for SapHanaPartitionOption. + * Possible values include: 'None', 'PhysicalPartitionsOfTable', 'SapHanaDynamicRange' + * @readonly + * @enum {string} + */ +export type SapHanaPartitionOption = 'None' | 'PhysicalPartitionsOfTable' | 'SapHanaDynamicRange'; + +/** + * Defines values for SapTablePartitionOption. + * Possible values include: 'None', 'PartitionOnInt', 'PartitionOnCalendarYear', + * 'PartitionOnCalendarMonth', 'PartitionOnCalendarDate', 'PartitionOnTime' + * @readonly + * @enum {string} + */ +export type SapTablePartitionOption = 'None' | 'PartitionOnInt' | 'PartitionOnCalendarYear' | 'PartitionOnCalendarMonth' | 'PartitionOnCalendarDate' | 'PartitionOnTime'; + +/** + * Defines values for OraclePartitionOption. + * Possible values include: 'None', 'PhysicalPartitionsOfTable', 'DynamicRange' + * @readonly + * @enum {string} + */ +export type OraclePartitionOption = 'None' | 'PhysicalPartitionsOfTable' | 'DynamicRange'; + +/** + * Defines values for TeradataPartitionOption. + * Possible values include: 'None', 'Hash', 'DynamicRange' + * @readonly + * @enum {string} + */ +export type TeradataPartitionOption = 'None' | 'Hash' | 'DynamicRange'; + +/** + * Defines values for NetezzaPartitionOption. + * Possible values include: 'None', 'DataSlice', 'DynamicRange' + * @readonly + * @enum {string} + */ +export type NetezzaPartitionOption = 'None' | 'DataSlice' | 'DynamicRange'; + /** * Contains response data for the list operation. */ diff --git a/sdk/datafactory/arm-datafactory/src/models/integrationRuntimeNodesMappers.ts b/sdk/datafactory/arm-datafactory/src/models/integrationRuntimeNodesMappers.ts index d30995986154..983947a169d7 100644 --- a/sdk/datafactory/arm-datafactory/src/models/integrationRuntimeNodesMappers.ts +++ b/sdk/datafactory/arm-datafactory/src/models/integrationRuntimeNodesMappers.ts @@ -1,6 +1,6 @@ /* - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Copyright (c) Microsoft Corporation. + * Licensed under the MIT License. * * Code generated by Microsoft (R) AutoRest Code Generator. * Changes may cause incorrect behavior and will be lost if the code is regenerated. diff --git a/sdk/datafactory/arm-datafactory/src/models/integrationRuntimeObjectMetadataMappers.ts b/sdk/datafactory/arm-datafactory/src/models/integrationRuntimeObjectMetadataMappers.ts index 20bb0a950ebd..94dc5afaa449 100644 --- a/sdk/datafactory/arm-datafactory/src/models/integrationRuntimeObjectMetadataMappers.ts +++ b/sdk/datafactory/arm-datafactory/src/models/integrationRuntimeObjectMetadataMappers.ts @@ -1,6 +1,6 @@ /* - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Copyright (c) Microsoft Corporation. + * Licensed under the MIT License. * * Code generated by Microsoft (R) AutoRest Code Generator. * Changes may cause incorrect behavior and will be lost if the code is regenerated. diff --git a/sdk/datafactory/arm-datafactory/src/models/integrationRuntimesMappers.ts b/sdk/datafactory/arm-datafactory/src/models/integrationRuntimesMappers.ts index b18611b5d889..9a84ddd6a37e 100644 --- a/sdk/datafactory/arm-datafactory/src/models/integrationRuntimesMappers.ts +++ b/sdk/datafactory/arm-datafactory/src/models/integrationRuntimesMappers.ts @@ -1,6 +1,6 @@ /* - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Copyright (c) Microsoft Corporation. + * Licensed under the MIT License. * * Code generated by Microsoft (R) AutoRest Code Generator. * Changes may cause incorrect behavior and will be lost if the code is regenerated. @@ -119,6 +119,7 @@ export { ChainingTrigger, CloudError, CmdkeySetup, + CMKIdentityDefinition, CommonDataServiceForAppsEntityDataset, CommonDataServiceForAppsLinkedService, CommonDataServiceForAppsSink, @@ -131,6 +132,7 @@ export { ConnectionStateProperties, ControlActivity, CopyActivity, + CopyActivityLogSettings, CopySink, CopySource, CosmosDbLinkedService, @@ -207,6 +209,7 @@ export { EloquaLinkedService, EloquaObjectDataset, EloquaSource, + EncryptionConfiguration, EntityReference, EnvironmentVariableSetup, ExcelDataset, @@ -320,6 +323,8 @@ export { LinkedService, LinkedServiceReference, LinkedServiceResource, + LogLocationSettings, + LogSettings, LogStorageSettings, LookupActivity, MagentoLinkedService, diff --git a/sdk/datafactory/arm-datafactory/src/models/linkedServicesMappers.ts b/sdk/datafactory/arm-datafactory/src/models/linkedServicesMappers.ts index 35acf56f5a88..44138801a9ab 100644 --- a/sdk/datafactory/arm-datafactory/src/models/linkedServicesMappers.ts +++ b/sdk/datafactory/arm-datafactory/src/models/linkedServicesMappers.ts @@ -1,6 +1,6 @@ /* - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Copyright (c) Microsoft Corporation. + * Licensed under the MIT License. * * Code generated by Microsoft (R) AutoRest Code Generator. * Changes may cause incorrect behavior and will be lost if the code is regenerated. @@ -119,6 +119,7 @@ export { ChainingTrigger, CloudError, CmdkeySetup, + CMKIdentityDefinition, CommonDataServiceForAppsEntityDataset, CommonDataServiceForAppsLinkedService, CommonDataServiceForAppsSink, @@ -131,6 +132,7 @@ export { ConnectionStateProperties, ControlActivity, CopyActivity, + CopyActivityLogSettings, CopySink, CopySource, CosmosDbLinkedService, @@ -206,6 +208,7 @@ export { EloquaLinkedService, EloquaObjectDataset, EloquaSource, + EncryptionConfiguration, EntityReference, EnvironmentVariableSetup, ExcelDataset, @@ -310,6 +313,8 @@ export { LinkedServiceListResponse, LinkedServiceReference, LinkedServiceResource, + LogLocationSettings, + LogSettings, LogStorageSettings, LookupActivity, MagentoLinkedService, diff --git a/sdk/datafactory/arm-datafactory/src/models/managedPrivateEndpointsMappers.ts b/sdk/datafactory/arm-datafactory/src/models/managedPrivateEndpointsMappers.ts index 3d84cb0a0c82..aeb3803acc8f 100644 --- a/sdk/datafactory/arm-datafactory/src/models/managedPrivateEndpointsMappers.ts +++ b/sdk/datafactory/arm-datafactory/src/models/managedPrivateEndpointsMappers.ts @@ -1,6 +1,6 @@ /* - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Copyright (c) Microsoft Corporation. + * Licensed under the MIT License. * * Code generated by Microsoft (R) AutoRest Code Generator. * Changes may cause incorrect behavior and will be lost if the code is regenerated. @@ -119,6 +119,7 @@ export { ChainingTrigger, CloudError, CmdkeySetup, + CMKIdentityDefinition, CommonDataServiceForAppsEntityDataset, CommonDataServiceForAppsLinkedService, CommonDataServiceForAppsSink, @@ -131,6 +132,7 @@ export { ConnectionStateProperties, ControlActivity, CopyActivity, + CopyActivityLogSettings, CopySink, CopySource, CosmosDbLinkedService, @@ -206,6 +208,7 @@ export { EloquaLinkedService, EloquaObjectDataset, EloquaSource, + EncryptionConfiguration, EntityReference, EnvironmentVariableSetup, ExcelDataset, @@ -309,6 +312,8 @@ export { LinkedService, LinkedServiceReference, LinkedServiceResource, + LogLocationSettings, + LogSettings, LogStorageSettings, LookupActivity, MagentoLinkedService, diff --git a/sdk/datafactory/arm-datafactory/src/models/managedVirtualNetworksMappers.ts b/sdk/datafactory/arm-datafactory/src/models/managedVirtualNetworksMappers.ts index cd62bd5f5377..4b5b6c2b8577 100644 --- a/sdk/datafactory/arm-datafactory/src/models/managedVirtualNetworksMappers.ts +++ b/sdk/datafactory/arm-datafactory/src/models/managedVirtualNetworksMappers.ts @@ -1,6 +1,6 @@ /* - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Copyright (c) Microsoft Corporation. + * Licensed under the MIT License. * * Code generated by Microsoft (R) AutoRest Code Generator. * Changes may cause incorrect behavior and will be lost if the code is regenerated. @@ -119,6 +119,7 @@ export { ChainingTrigger, CloudError, CmdkeySetup, + CMKIdentityDefinition, CommonDataServiceForAppsEntityDataset, CommonDataServiceForAppsLinkedService, CommonDataServiceForAppsSink, @@ -131,6 +132,7 @@ export { ConnectionStateProperties, ControlActivity, CopyActivity, + CopyActivityLogSettings, CopySink, CopySource, CosmosDbLinkedService, @@ -206,6 +208,7 @@ export { EloquaLinkedService, EloquaObjectDataset, EloquaSource, + EncryptionConfiguration, EntityReference, EnvironmentVariableSetup, ExcelDataset, @@ -309,6 +312,8 @@ export { LinkedService, LinkedServiceReference, LinkedServiceResource, + LogLocationSettings, + LogSettings, LogStorageSettings, LookupActivity, MagentoLinkedService, diff --git a/sdk/datafactory/arm-datafactory/src/models/mappers.ts b/sdk/datafactory/arm-datafactory/src/models/mappers.ts index 22b9b271d8f6..009039541be8 100644 --- a/sdk/datafactory/arm-datafactory/src/models/mappers.ts +++ b/sdk/datafactory/arm-datafactory/src/models/mappers.ts @@ -1,6 +1,6 @@ /* - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Copyright (c) Microsoft Corporation. + * Licensed under the MIT License. * * Code generated by Microsoft (R) AutoRest Code Generator. * Changes may cause incorrect behavior and will be lost if the code is regenerated. @@ -289,6 +289,17 @@ export const FactoryIdentity: msRest.CompositeMapper = { type: { name: "Uuid" } + }, + userAssignedIdentities: { + serializedName: "userAssignedIdentities", + type: { + name: "Dictionary", + value: { + type: { + name: "Object" + } + } + } } } } @@ -374,6 +385,59 @@ export const GlobalParameterSpecification: msRest.CompositeMapper = { } }; +export const CMKIdentityDefinition: msRest.CompositeMapper = { + serializedName: "CMKIdentityDefinition", + type: { + name: "Composite", + className: "CMKIdentityDefinition", + modelProperties: { + userAssignedIdentity: { + serializedName: "userAssignedIdentity", + type: { + name: "String" + } + } + } + } +}; + +export const EncryptionConfiguration: msRest.CompositeMapper = { + serializedName: "EncryptionConfiguration", + type: { + name: "Composite", + className: "EncryptionConfiguration", + modelProperties: { + keyName: { + required: true, + serializedName: "keyName", + type: { + name: "String" + } + }, + vaultBaseUrl: { + required: true, + serializedName: "vaultBaseUrl", + type: { + name: "String" + } + }, + keyVersion: { + serializedName: "keyVersion", + type: { + name: "String" + } + }, + identity: { + serializedName: "identity", + type: { + name: "Composite", + className: "CMKIdentityDefinition" + } + } + } + } +}; + export const Factory: msRest.CompositeMapper = { serializedName: "Factory", type: { @@ -428,6 +492,13 @@ export const Factory: msRest.CompositeMapper = { } } }, + encryption: { + serializedName: "properties.encryption", + type: { + name: "Composite", + className: "EncryptionConfiguration" + } + }, publicNetworkAccess: { serializedName: "properties.publicNetworkAccess", type: { @@ -6395,6 +6466,12 @@ export const ConcurLinkedService: msRest.CompositeMapper = { className: "ConcurLinkedService", modelProperties: { ...LinkedService.type.modelProperties, + connectionProperties: { + serializedName: "typeProperties.connectionProperties", + type: { + name: "Object" + } + }, clientId: { required: true, serializedName: "typeProperties.clientId", @@ -6992,6 +7069,12 @@ export const AmazonS3LinkedService: msRest.CompositeMapper = { className: "AmazonS3LinkedService", modelProperties: { ...LinkedService.type.modelProperties, + authenticationType: { + serializedName: "typeProperties.authenticationType", + type: { + name: "Object" + } + }, accessKeyId: { serializedName: "typeProperties.accessKeyId", type: { @@ -7011,6 +7094,13 @@ export const AmazonS3LinkedService: msRest.CompositeMapper = { name: "Object" } }, + sessionToken: { + serializedName: "typeProperties.sessionToken", + type: { + name: "Composite", + className: "SecretBase" + } + }, encryptedCredential: { serializedName: "typeProperties.encryptedCredential", type: { @@ -13571,13 +13661,13 @@ export const ExecuteDataFlowActivityTypePropertiesCompute: msRest.CompositeMappe computeType: { serializedName: "computeType", type: { - name: "String" + name: "Object" } }, coreCount: { serializedName: "coreCount", type: { - name: "Number" + name: "Object" } } } @@ -13660,6 +13750,24 @@ export const ExecuteDataFlowActivity: msRest.CompositeMapper = { name: "Composite", className: "ExecuteDataFlowActivityTypePropertiesCompute" } + }, + traceLevel: { + serializedName: "typeProperties.traceLevel", + type: { + name: "Object" + } + }, + continueOnError: { + serializedName: "typeProperties.continueOnError", + type: { + name: "Object" + } + }, + runConcurrently: { + serializedName: "typeProperties.runConcurrently", + type: { + name: "Object" + } } }, additionalProperties: Activity.type.additionalProperties @@ -16018,7 +16126,7 @@ export const OracleSource: msRest.CompositeMapper = { partitionOption: { serializedName: "partitionOption", type: { - name: "String" + name: "Object" } }, partitionSettings: { @@ -16830,7 +16938,7 @@ export const NetezzaSource: msRest.CompositeMapper = { partitionOption: { serializedName: "partitionOption", type: { - name: "String" + name: "Object" } }, partitionSettings: { @@ -17457,7 +17565,7 @@ export const TeradataSource: msRest.CompositeMapper = { partitionOption: { serializedName: "partitionOption", type: { - name: "String" + name: "Object" } }, partitionSettings: { @@ -17550,7 +17658,7 @@ export const SqlDWSource: msRest.CompositeMapper = { partitionOption: { serializedName: "partitionOption", type: { - name: "String" + name: "Object" } }, partitionSettings: { @@ -17629,7 +17737,7 @@ export const SqlMISource: msRest.CompositeMapper = { partitionOption: { serializedName: "partitionOption", type: { - name: "String" + name: "Object" } }, partitionSettings: { @@ -17686,7 +17794,7 @@ export const AzureSqlSource: msRest.CompositeMapper = { partitionOption: { serializedName: "partitionOption", type: { - name: "String" + name: "Object" } }, partitionSettings: { @@ -17743,7 +17851,7 @@ export const SqlServerSource: msRest.CompositeMapper = { partitionOption: { serializedName: "partitionOption", type: { - name: "String" + name: "Object" } }, partitionSettings: { @@ -17800,7 +17908,7 @@ export const SqlSource: msRest.CompositeMapper = { partitionOption: { serializedName: "partitionOption", type: { - name: "String" + name: "Object" } }, partitionSettings: { @@ -17903,7 +18011,7 @@ export const SapTableSource: msRest.CompositeMapper = { partitionOption: { serializedName: "partitionOption", type: { - name: "String" + name: "Object" } }, partitionSettings: { @@ -17996,7 +18104,7 @@ export const SapHanaSource: msRest.CompositeMapper = { partitionOption: { serializedName: "partitionOption", type: { - name: "String" + name: "Object" } }, partitionSettings: { @@ -19721,6 +19829,85 @@ export const SkipErrorFile: msRest.CompositeMapper = { } }; +export const LogLocationSettings: msRest.CompositeMapper = { + serializedName: "LogLocationSettings", + type: { + name: "Composite", + className: "LogLocationSettings", + modelProperties: { + linkedServiceName: { + required: true, + serializedName: "linkedServiceName", + defaultValue: {}, + type: { + name: "Composite", + className: "LinkedServiceReference" + } + }, + path: { + serializedName: "path", + type: { + name: "Object" + } + } + } + } +}; + +export const CopyActivityLogSettings: msRest.CompositeMapper = { + serializedName: "CopyActivityLogSettings", + type: { + name: "Composite", + className: "CopyActivityLogSettings", + modelProperties: { + logLevel: { + serializedName: "logLevel", + type: { + name: "Object" + } + }, + enableReliableLogging: { + serializedName: "enableReliableLogging", + type: { + name: "Object" + } + } + } + } +}; + +export const LogSettings: msRest.CompositeMapper = { + serializedName: "LogSettings", + type: { + name: "Composite", + className: "LogSettings", + modelProperties: { + enableCopyActivityLog: { + serializedName: "enableCopyActivityLog", + type: { + name: "Object" + } + }, + copyActivityLogSettings: { + serializedName: "copyActivityLogSettings", + type: { + name: "Composite", + className: "CopyActivityLogSettings" + } + }, + logLocationSettings: { + required: true, + serializedName: "logLocationSettings", + defaultValue: {}, + type: { + name: "Composite", + className: "LogLocationSettings" + } + } + } + } +}; + export const RedirectIncompatibleRowSettings: msRest.CompositeMapper = { serializedName: "RedirectIncompatibleRowSettings", type: { @@ -21621,6 +21808,13 @@ export const CopyActivity: msRest.CompositeMapper = { } } }, + logSettings: { + serializedName: "typeProperties.logSettings", + type: { + name: "Composite", + className: "LogSettings" + } + }, preserveRules: { serializedName: "typeProperties.preserveRules", type: { diff --git a/sdk/datafactory/arm-datafactory/src/models/operationsMappers.ts b/sdk/datafactory/arm-datafactory/src/models/operationsMappers.ts index 767872bbfbc3..7639d0c303c1 100644 --- a/sdk/datafactory/arm-datafactory/src/models/operationsMappers.ts +++ b/sdk/datafactory/arm-datafactory/src/models/operationsMappers.ts @@ -1,6 +1,6 @@ /* - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Copyright (c) Microsoft Corporation. + * Licensed under the MIT License. * * Code generated by Microsoft (R) AutoRest Code Generator. * Changes may cause incorrect behavior and will be lost if the code is regenerated. diff --git a/sdk/datafactory/arm-datafactory/src/models/parameters.ts b/sdk/datafactory/arm-datafactory/src/models/parameters.ts index 0f1c2f859c38..75a52e19ac01 100644 --- a/sdk/datafactory/arm-datafactory/src/models/parameters.ts +++ b/sdk/datafactory/arm-datafactory/src/models/parameters.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for - * license information. + * Copyright (c) Microsoft Corporation. + * Licensed under the MIT License. * * Code generated by Microsoft (R) AutoRest Code Generator. * Changes may cause incorrect behavior and will be lost if the code is diff --git a/sdk/datafactory/arm-datafactory/src/models/pipelineRunsMappers.ts b/sdk/datafactory/arm-datafactory/src/models/pipelineRunsMappers.ts index 3422986fa8d6..895c0489a86f 100644 --- a/sdk/datafactory/arm-datafactory/src/models/pipelineRunsMappers.ts +++ b/sdk/datafactory/arm-datafactory/src/models/pipelineRunsMappers.ts @@ -1,6 +1,6 @@ /* - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Copyright (c) Microsoft Corporation. + * Licensed under the MIT License. * * Code generated by Microsoft (R) AutoRest Code Generator. * Changes may cause incorrect behavior and will be lost if the code is regenerated. diff --git a/sdk/datafactory/arm-datafactory/src/models/pipelinesMappers.ts b/sdk/datafactory/arm-datafactory/src/models/pipelinesMappers.ts index d477d57802ae..f4e94862c8c3 100644 --- a/sdk/datafactory/arm-datafactory/src/models/pipelinesMappers.ts +++ b/sdk/datafactory/arm-datafactory/src/models/pipelinesMappers.ts @@ -1,6 +1,6 @@ /* - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Copyright (c) Microsoft Corporation. + * Licensed under the MIT License. * * Code generated by Microsoft (R) AutoRest Code Generator. * Changes may cause incorrect behavior and will be lost if the code is regenerated. @@ -119,6 +119,7 @@ export { ChainingTrigger, CloudError, CmdkeySetup, + CMKIdentityDefinition, CommonDataServiceForAppsEntityDataset, CommonDataServiceForAppsLinkedService, CommonDataServiceForAppsSink, @@ -131,6 +132,7 @@ export { ConnectionStateProperties, ControlActivity, CopyActivity, + CopyActivityLogSettings, CopySink, CopySource, CosmosDbLinkedService, @@ -207,6 +209,7 @@ export { EloquaLinkedService, EloquaObjectDataset, EloquaSource, + EncryptionConfiguration, EntityReference, EnvironmentVariableSetup, ExcelDataset, @@ -310,6 +313,8 @@ export { LinkedService, LinkedServiceReference, LinkedServiceResource, + LogLocationSettings, + LogSettings, LogStorageSettings, LookupActivity, MagentoLinkedService, diff --git a/sdk/datafactory/arm-datafactory/src/models/triggerRunsMappers.ts b/sdk/datafactory/arm-datafactory/src/models/triggerRunsMappers.ts index 1cafdd5322d6..aaaf294a1d80 100644 --- a/sdk/datafactory/arm-datafactory/src/models/triggerRunsMappers.ts +++ b/sdk/datafactory/arm-datafactory/src/models/triggerRunsMappers.ts @@ -1,6 +1,6 @@ /* - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Copyright (c) Microsoft Corporation. + * Licensed under the MIT License. * * Code generated by Microsoft (R) AutoRest Code Generator. * Changes may cause incorrect behavior and will be lost if the code is regenerated. diff --git a/sdk/datafactory/arm-datafactory/src/models/triggersMappers.ts b/sdk/datafactory/arm-datafactory/src/models/triggersMappers.ts index 0d001e9ebe05..9093682f1562 100644 --- a/sdk/datafactory/arm-datafactory/src/models/triggersMappers.ts +++ b/sdk/datafactory/arm-datafactory/src/models/triggersMappers.ts @@ -1,6 +1,6 @@ /* - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Copyright (c) Microsoft Corporation. + * Licensed under the MIT License. * * Code generated by Microsoft (R) AutoRest Code Generator. * Changes may cause incorrect behavior and will be lost if the code is regenerated. @@ -119,6 +119,7 @@ export { ChainingTrigger, CloudError, CmdkeySetup, + CMKIdentityDefinition, CommonDataServiceForAppsEntityDataset, CommonDataServiceForAppsLinkedService, CommonDataServiceForAppsSink, @@ -131,6 +132,7 @@ export { ConnectionStateProperties, ControlActivity, CopyActivity, + CopyActivityLogSettings, CopySink, CopySource, CosmosDbLinkedService, @@ -206,6 +208,7 @@ export { EloquaLinkedService, EloquaObjectDataset, EloquaSource, + EncryptionConfiguration, EntityReference, EnvironmentVariableSetup, ExcelDataset, @@ -309,6 +312,8 @@ export { LinkedService, LinkedServiceReference, LinkedServiceResource, + LogLocationSettings, + LogSettings, LogStorageSettings, LookupActivity, MagentoLinkedService, diff --git a/sdk/datafactory/arm-datafactory/src/operations/activityRuns.ts b/sdk/datafactory/arm-datafactory/src/operations/activityRuns.ts index 8fa8f663ebc9..567da8345d19 100644 --- a/sdk/datafactory/arm-datafactory/src/operations/activityRuns.ts +++ b/sdk/datafactory/arm-datafactory/src/operations/activityRuns.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for - * license information. + * Copyright (c) Microsoft Corporation. + * Licensed under the MIT License. * * Code generated by Microsoft (R) AutoRest Code Generator. * Changes may cause incorrect behavior and will be lost if the code is diff --git a/sdk/datafactory/arm-datafactory/src/operations/dataFlowDebugSession.ts b/sdk/datafactory/arm-datafactory/src/operations/dataFlowDebugSession.ts index 7a332a825ec7..65ce4b40d2e8 100644 --- a/sdk/datafactory/arm-datafactory/src/operations/dataFlowDebugSession.ts +++ b/sdk/datafactory/arm-datafactory/src/operations/dataFlowDebugSession.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for - * license information. + * Copyright (c) Microsoft Corporation. + * Licensed under the MIT License. * * Code generated by Microsoft (R) AutoRest Code Generator. * Changes may cause incorrect behavior and will be lost if the code is @@ -396,6 +395,9 @@ const queryByFactoryNextOperationSpec: msRest.OperationSpec = { urlParameters: [ Parameters.nextPageLink ], + queryParameters: [ + Parameters.apiVersion + ], headerParameters: [ Parameters.acceptLanguage ], diff --git a/sdk/datafactory/arm-datafactory/src/operations/dataFlows.ts b/sdk/datafactory/arm-datafactory/src/operations/dataFlows.ts index c6e4bb194376..087a09610e46 100644 --- a/sdk/datafactory/arm-datafactory/src/operations/dataFlows.ts +++ b/sdk/datafactory/arm-datafactory/src/operations/dataFlows.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for - * license information. + * Copyright (c) Microsoft Corporation. + * Licensed under the MIT License. * * Code generated by Microsoft (R) AutoRest Code Generator. * Changes may cause incorrect behavior and will be lost if the code is @@ -319,6 +318,9 @@ const listByFactoryNextOperationSpec: msRest.OperationSpec = { urlParameters: [ Parameters.nextPageLink ], + queryParameters: [ + Parameters.apiVersion + ], headerParameters: [ Parameters.acceptLanguage ], diff --git a/sdk/datafactory/arm-datafactory/src/operations/datasets.ts b/sdk/datafactory/arm-datafactory/src/operations/datasets.ts index c1a78dc8ccbd..6c266f96b949 100644 --- a/sdk/datafactory/arm-datafactory/src/operations/datasets.ts +++ b/sdk/datafactory/arm-datafactory/src/operations/datasets.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for - * license information. + * Copyright (c) Microsoft Corporation. + * Licensed under the MIT License. * * Code generated by Microsoft (R) AutoRest Code Generator. * Changes may cause incorrect behavior and will be lost if the code is @@ -320,6 +319,9 @@ const listByFactoryNextOperationSpec: msRest.OperationSpec = { urlParameters: [ Parameters.nextPageLink ], + queryParameters: [ + Parameters.apiVersion + ], headerParameters: [ Parameters.acceptLanguage ], diff --git a/sdk/datafactory/arm-datafactory/src/operations/exposureControl.ts b/sdk/datafactory/arm-datafactory/src/operations/exposureControl.ts index 1f524928b17e..6ded0ca8d520 100644 --- a/sdk/datafactory/arm-datafactory/src/operations/exposureControl.ts +++ b/sdk/datafactory/arm-datafactory/src/operations/exposureControl.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for - * license information. + * Copyright (c) Microsoft Corporation. + * Licensed under the MIT License. * * Code generated by Microsoft (R) AutoRest Code Generator. * Changes may cause incorrect behavior and will be lost if the code is diff --git a/sdk/datafactory/arm-datafactory/src/operations/factories.ts b/sdk/datafactory/arm-datafactory/src/operations/factories.ts index 0a957848b043..9dfe3372e25f 100644 --- a/sdk/datafactory/arm-datafactory/src/operations/factories.ts +++ b/sdk/datafactory/arm-datafactory/src/operations/factories.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for - * license information. + * Copyright (c) Microsoft Corporation. + * Licensed under the MIT License. * * Code generated by Microsoft (R) AutoRest Code Generator. * Changes may cause incorrect behavior and will be lost if the code is @@ -642,6 +641,9 @@ const listNextOperationSpec: msRest.OperationSpec = { urlParameters: [ Parameters.nextPageLink ], + queryParameters: [ + Parameters.apiVersion + ], headerParameters: [ Parameters.acceptLanguage ], @@ -663,6 +665,9 @@ const listByResourceGroupNextOperationSpec: msRest.OperationSpec = { urlParameters: [ Parameters.nextPageLink ], + queryParameters: [ + Parameters.apiVersion + ], headerParameters: [ Parameters.acceptLanguage ], diff --git a/sdk/datafactory/arm-datafactory/src/operations/index.ts b/sdk/datafactory/arm-datafactory/src/operations/index.ts index fc5cf147945b..6a1f43976f1f 100644 --- a/sdk/datafactory/arm-datafactory/src/operations/index.ts +++ b/sdk/datafactory/arm-datafactory/src/operations/index.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for - * license information. + * Copyright (c) Microsoft Corporation. + * Licensed under the MIT License. * * Code generated by Microsoft (R) AutoRest Code Generator. * Changes may cause incorrect behavior and will be lost if the code is diff --git a/sdk/datafactory/arm-datafactory/src/operations/integrationRuntimeNodes.ts b/sdk/datafactory/arm-datafactory/src/operations/integrationRuntimeNodes.ts index 236a5dcbd59f..2aa3bf62282c 100644 --- a/sdk/datafactory/arm-datafactory/src/operations/integrationRuntimeNodes.ts +++ b/sdk/datafactory/arm-datafactory/src/operations/integrationRuntimeNodes.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for - * license information. + * Copyright (c) Microsoft Corporation. + * Licensed under the MIT License. * * Code generated by Microsoft (R) AutoRest Code Generator. * Changes may cause incorrect behavior and will be lost if the code is diff --git a/sdk/datafactory/arm-datafactory/src/operations/integrationRuntimeObjectMetadata.ts b/sdk/datafactory/arm-datafactory/src/operations/integrationRuntimeObjectMetadata.ts index aa92768ff9e2..69027feaad29 100644 --- a/sdk/datafactory/arm-datafactory/src/operations/integrationRuntimeObjectMetadata.ts +++ b/sdk/datafactory/arm-datafactory/src/operations/integrationRuntimeObjectMetadata.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for - * license information. + * Copyright (c) Microsoft Corporation. + * Licensed under the MIT License. * * Code generated by Microsoft (R) AutoRest Code Generator. * Changes may cause incorrect behavior and will be lost if the code is diff --git a/sdk/datafactory/arm-datafactory/src/operations/integrationRuntimes.ts b/sdk/datafactory/arm-datafactory/src/operations/integrationRuntimes.ts index 61c16924a951..2ef200df3e65 100644 --- a/sdk/datafactory/arm-datafactory/src/operations/integrationRuntimes.ts +++ b/sdk/datafactory/arm-datafactory/src/operations/integrationRuntimes.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for - * license information. + * Copyright (c) Microsoft Corporation. + * Licensed under the MIT License. * * Code generated by Microsoft (R) AutoRest Code Generator. * Changes may cause incorrect behavior and will be lost if the code is @@ -1106,6 +1105,9 @@ const listByFactoryNextOperationSpec: msRest.OperationSpec = { urlParameters: [ Parameters.nextPageLink ], + queryParameters: [ + Parameters.apiVersion + ], headerParameters: [ Parameters.acceptLanguage ], diff --git a/sdk/datafactory/arm-datafactory/src/operations/linkedServices.ts b/sdk/datafactory/arm-datafactory/src/operations/linkedServices.ts index 6d117656636d..911df9d34c06 100644 --- a/sdk/datafactory/arm-datafactory/src/operations/linkedServices.ts +++ b/sdk/datafactory/arm-datafactory/src/operations/linkedServices.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for - * license information. + * Copyright (c) Microsoft Corporation. + * Licensed under the MIT License. * * Code generated by Microsoft (R) AutoRest Code Generator. * Changes may cause incorrect behavior and will be lost if the code is @@ -320,6 +319,9 @@ const listByFactoryNextOperationSpec: msRest.OperationSpec = { urlParameters: [ Parameters.nextPageLink ], + queryParameters: [ + Parameters.apiVersion + ], headerParameters: [ Parameters.acceptLanguage ], diff --git a/sdk/datafactory/arm-datafactory/src/operations/managedPrivateEndpoints.ts b/sdk/datafactory/arm-datafactory/src/operations/managedPrivateEndpoints.ts index d8d59c465139..a89c6abf688e 100644 --- a/sdk/datafactory/arm-datafactory/src/operations/managedPrivateEndpoints.ts +++ b/sdk/datafactory/arm-datafactory/src/operations/managedPrivateEndpoints.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for - * license information. + * Copyright (c) Microsoft Corporation. + * Licensed under the MIT License. * * Code generated by Microsoft (R) AutoRest Code Generator. * Changes may cause incorrect behavior and will be lost if the code is @@ -339,6 +338,9 @@ const listByFactoryNextOperationSpec: msRest.OperationSpec = { urlParameters: [ Parameters.nextPageLink ], + queryParameters: [ + Parameters.apiVersion + ], headerParameters: [ Parameters.acceptLanguage ], diff --git a/sdk/datafactory/arm-datafactory/src/operations/managedVirtualNetworks.ts b/sdk/datafactory/arm-datafactory/src/operations/managedVirtualNetworks.ts index 6ed1936b6009..0abb763ffa68 100644 --- a/sdk/datafactory/arm-datafactory/src/operations/managedVirtualNetworks.ts +++ b/sdk/datafactory/arm-datafactory/src/operations/managedVirtualNetworks.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for - * license information. + * Copyright (c) Microsoft Corporation. + * Licensed under the MIT License. * * Code generated by Microsoft (R) AutoRest Code Generator. * Changes may cause incorrect behavior and will be lost if the code is @@ -258,6 +257,9 @@ const listByFactoryNextOperationSpec: msRest.OperationSpec = { urlParameters: [ Parameters.nextPageLink ], + queryParameters: [ + Parameters.apiVersion + ], headerParameters: [ Parameters.acceptLanguage ], diff --git a/sdk/datafactory/arm-datafactory/src/operations/operations.ts b/sdk/datafactory/arm-datafactory/src/operations/operations.ts index 3d2c2fe9ddce..484c171e70bb 100644 --- a/sdk/datafactory/arm-datafactory/src/operations/operations.ts +++ b/sdk/datafactory/arm-datafactory/src/operations/operations.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for - * license information. + * Copyright (c) Microsoft Corporation. + * Licensed under the MIT License. * * Code generated by Microsoft (R) AutoRest Code Generator. * Changes may cause incorrect behavior and will be lost if the code is @@ -108,6 +107,9 @@ const listNextOperationSpec: msRest.OperationSpec = { urlParameters: [ Parameters.nextPageLink ], + queryParameters: [ + Parameters.apiVersion + ], headerParameters: [ Parameters.acceptLanguage ], diff --git a/sdk/datafactory/arm-datafactory/src/operations/pipelineRuns.ts b/sdk/datafactory/arm-datafactory/src/operations/pipelineRuns.ts index 553d61bcfbab..3cdc4d045785 100644 --- a/sdk/datafactory/arm-datafactory/src/operations/pipelineRuns.ts +++ b/sdk/datafactory/arm-datafactory/src/operations/pipelineRuns.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for - * license information. + * Copyright (c) Microsoft Corporation. + * Licensed under the MIT License. * * Code generated by Microsoft (R) AutoRest Code Generator. * Changes may cause incorrect behavior and will be lost if the code is diff --git a/sdk/datafactory/arm-datafactory/src/operations/pipelines.ts b/sdk/datafactory/arm-datafactory/src/operations/pipelines.ts index 0b0d35920ac5..497fb43beed9 100644 --- a/sdk/datafactory/arm-datafactory/src/operations/pipelines.ts +++ b/sdk/datafactory/arm-datafactory/src/operations/pipelines.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for - * license information. + * Copyright (c) Microsoft Corporation. + * Licensed under the MIT License. * * Code generated by Microsoft (R) AutoRest Code Generator. * Changes may cause incorrect behavior and will be lost if the code is @@ -403,6 +402,9 @@ const listByFactoryNextOperationSpec: msRest.OperationSpec = { urlParameters: [ Parameters.nextPageLink ], + queryParameters: [ + Parameters.apiVersion + ], headerParameters: [ Parameters.acceptLanguage ], diff --git a/sdk/datafactory/arm-datafactory/src/operations/triggerRuns.ts b/sdk/datafactory/arm-datafactory/src/operations/triggerRuns.ts index 2dda221d5541..b39e86847256 100644 --- a/sdk/datafactory/arm-datafactory/src/operations/triggerRuns.ts +++ b/sdk/datafactory/arm-datafactory/src/operations/triggerRuns.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for - * license information. + * Copyright (c) Microsoft Corporation. + * Licensed under the MIT License. * * Code generated by Microsoft (R) AutoRest Code Generator. * Changes may cause incorrect behavior and will be lost if the code is diff --git a/sdk/datafactory/arm-datafactory/src/operations/triggers.ts b/sdk/datafactory/arm-datafactory/src/operations/triggers.ts index 5218d661220e..76e732ccfb75 100644 --- a/sdk/datafactory/arm-datafactory/src/operations/triggers.ts +++ b/sdk/datafactory/arm-datafactory/src/operations/triggers.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for - * license information. + * Copyright (c) Microsoft Corporation. + * Licensed under the MIT License. * * Code generated by Microsoft (R) AutoRest Code Generator. * Changes may cause incorrect behavior and will be lost if the code is @@ -685,6 +684,9 @@ const listByFactoryNextOperationSpec: msRest.OperationSpec = { urlParameters: [ Parameters.nextPageLink ], + queryParameters: [ + Parameters.apiVersion + ], headerParameters: [ Parameters.acceptLanguage ],