diff --git a/sdk/datafactory/arm-datafactory/LICENSE.txt b/sdk/datafactory/arm-datafactory/LICENSE.txt index ea8fb1516028..2d3163745319 100644 --- a/sdk/datafactory/arm-datafactory/LICENSE.txt +++ b/sdk/datafactory/arm-datafactory/LICENSE.txt @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2020 Microsoft +Copyright (c) 2021 Microsoft Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal 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/package.json b/sdk/datafactory/arm-datafactory/package.json index 283dd799d328..ba0739e18402 100644 --- a/sdk/datafactory/arm-datafactory/package.json +++ b/sdk/datafactory/arm-datafactory/package.json @@ -2,7 +2,7 @@ "name": "@azure/arm-datafactory", "author": "Microsoft Corporation", "description": "DataFactoryManagementClient Library with typescript type definitions for node.js and browser.", - "version": "7.4.0", + "version": "7.5.0", "dependencies": { "@azure/ms-rest-azure-js": "^2.0.1", "@azure/ms-rest-js": "^2.0.4", 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..def810ba4bc5 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 @@ -13,7 +12,7 @@ import * as msRest from "@azure/ms-rest-js"; import * as msRestAzure from "@azure/ms-rest-azure-js"; const packageName = "@azure/arm-datafactory"; -const packageVersion = "7.4.0"; +const packageVersion = "7.5.0"; export class DataFactoryManagementClientContext extends msRestAzure.AzureServiceClient { credentials: msRest.ServiceClientCredentials; @@ -37,7 +36,7 @@ export class DataFactoryManagementClientContext extends msRestAzure.AzureService if (!options) { options = {}; } - if(!options.userAgent) { + if (!options.userAgent) { const defaultUserAgent = msRestAzure.getDefaultUserAgentValue(); options.userAgent = `${packageName}/${packageVersion} ${defaultUserAgent}`; } @@ -52,10 +51,10 @@ export class DataFactoryManagementClientContext extends msRestAzure.AzureService this.credentials = credentials; this.subscriptionId = subscriptionId; - if(options.acceptLanguage !== null && options.acceptLanguage !== undefined) { + if (options.acceptLanguage !== null && options.acceptLanguage !== undefined) { this.acceptLanguage = options.acceptLanguage; } - if(options.longRunningOperationRetryTimeout !== null && options.longRunningOperationRetryTimeout !== undefined) { + if (options.longRunningOperationRetryTimeout !== null && options.longRunningOperationRetryTimeout !== undefined) { this.longRunningOperationRetryTimeout = options.longRunningOperationRetryTimeout; } } 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..942761bb1fad 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. @@ -179,6 +179,7 @@ export { MagentoLinkedService, MagentoObjectDataset, ManagedIntegrationRuntime, + ManagedVirtualNetworkReference, MappingDataFlow, MariaDBLinkedService, MariaDBTableDataset, diff --git a/sdk/datafactory/arm-datafactory/src/models/dataFlowsMappers.ts b/sdk/datafactory/arm-datafactory/src/models/dataFlowsMappers.ts index 976ef0f8c0bc..ee9fdfa0e41d 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, @@ -148,6 +150,7 @@ export { CustomActivityReferenceObject, CustomDataset, CustomDataSourceLinkedService, + CustomEventsTrigger, CustomSetupBase, DatabricksNotebookActivity, DatabricksSparkJarActivity, @@ -207,6 +210,7 @@ export { EloquaLinkedService, EloquaObjectDataset, EloquaSource, + EncryptionConfiguration, EntityReference, EnvironmentVariableSetup, ExcelDataset, @@ -310,6 +314,8 @@ export { LinkedService, LinkedServiceReference, LinkedServiceResource, + LogLocationSettings, + LogSettings, LogStorageSettings, LookupActivity, MagentoLinkedService, @@ -319,6 +325,7 @@ export { ManagedPrivateEndpoint, ManagedPrivateEndpointResource, ManagedVirtualNetwork, + ManagedVirtualNetworkReference, ManagedVirtualNetworkResource, MappingDataFlow, MariaDBLinkedService, diff --git a/sdk/datafactory/arm-datafactory/src/models/datasetsMappers.ts b/sdk/datafactory/arm-datafactory/src/models/datasetsMappers.ts index 98f56634e457..b07a238f99f3 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, @@ -148,6 +150,7 @@ export { CustomActivityReferenceObject, CustomDataset, CustomDataSourceLinkedService, + CustomEventsTrigger, CustomSetupBase, DatabricksNotebookActivity, DatabricksSparkJarActivity, @@ -207,6 +210,7 @@ export { EloquaLinkedService, EloquaObjectDataset, EloquaSource, + EncryptionConfiguration, EntityReference, EnvironmentVariableSetup, ExcelDataset, @@ -310,6 +314,8 @@ export { LinkedService, LinkedServiceReference, LinkedServiceResource, + LogLocationSettings, + LogSettings, LogStorageSettings, LookupActivity, MagentoLinkedService, @@ -319,6 +325,7 @@ export { ManagedPrivateEndpoint, ManagedPrivateEndpointResource, ManagedVirtualNetwork, + ManagedVirtualNetworkReference, ManagedVirtualNetworkResource, MappingDataFlow, MariaDBLinkedService, 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..5e96aab086fa 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, @@ -149,6 +151,7 @@ export { CustomActivityReferenceObject, CustomDataset, CustomDataSourceLinkedService, + CustomEventsTrigger, CustomSetupBase, DatabricksNotebookActivity, DatabricksSparkJarActivity, @@ -207,6 +210,7 @@ export { EloquaLinkedService, EloquaObjectDataset, EloquaSource, + EncryptionConfiguration, EntityReference, EnvironmentVariableSetup, ExcelDataset, @@ -315,6 +319,8 @@ export { LinkedService, LinkedServiceReference, LinkedServiceResource, + LogLocationSettings, + LogSettings, LogStorageSettings, LookupActivity, MagentoLinkedService, @@ -324,6 +330,7 @@ export { ManagedPrivateEndpoint, ManagedPrivateEndpointResource, ManagedVirtualNetwork, + ManagedVirtualNetworkReference, ManagedVirtualNetworkResource, MappingDataFlow, MariaDBLinkedService, diff --git a/sdk/datafactory/arm-datafactory/src/models/index.ts b/sdk/datafactory/arm-datafactory/src/models/index.ts index c9936d9ea625..1cff185ab331 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' @@ -2054,6 +2095,16 @@ export interface ManagedVirtualNetworkResource extends SubResource { properties: ManagedVirtualNetwork; } +/** + * Managed Virtual Network reference type. + */ +export interface ManagedVirtualNetworkReference { + /** + * Reference ManagedVirtualNetwork name. + */ + referenceName: string; +} + /** * A data flow transformation. */ @@ -2766,7 +2817,17 @@ export interface AzureDatabricksLinkedService { * https://docs.azuredatabricks.net/api/latest/authentication.html. Type: string (or Expression * with resultType string). */ - accessToken: SecretBaseUnion; + accessToken?: SecretBaseUnion; + /** + * Required to specify MSI, if using Workspace resource id for databricks REST API. Type: string + * (or Expression with resultType string). + */ + authentication?: any; + /** + * Workspace resource id for databricks REST API. Type: string (or Expression with resultType + * string). + */ + workspaceResourceId?: any; /** * The id of an existing interactive cluster that will be used for all runs of this activity. * Type: string (or Expression with resultType string). @@ -2837,6 +2898,11 @@ export interface AzureDatabricksLinkedService { * integration runtime credential manager. Type: string (or Expression with resultType string). */ encryptedCredential?: any; + /** + * The policy id for limiting the ability to configure clusters based on a user defined set of + * rules. Type: string (or Expression with resultType string). + */ + policyId?: any; } /** @@ -4814,6 +4880,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 +5494,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 +5514,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 +13507,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; /** @@ -13468,7 +13548,7 @@ export interface TumblingWindowTrigger { /** * Contains the possible cases for MultiplePipelineTrigger. */ -export type MultiplePipelineTriggerUnion = MultiplePipelineTrigger | BlobEventsTrigger | BlobTrigger | ScheduleTrigger; +export type MultiplePipelineTriggerUnion = MultiplePipelineTrigger | CustomEventsTrigger | BlobEventsTrigger | BlobTrigger | ScheduleTrigger; /** * Base class for all triggers that support one to many model for trigger to pipeline. @@ -13498,6 +13578,52 @@ export interface MultiplePipelineTrigger { pipelines?: TriggerPipelineReference[]; } +/** + * Trigger that runs every time a custom event is received. + */ +export interface CustomEventsTrigger { + /** + * Polymorphic Discriminator + */ + type: "CustomEventsTrigger"; + /** + * Trigger description. + */ + description?: string; + /** + * Indicates if trigger is running or not. Updated when Start/Stop APIs are called on the + * Trigger. Possible values include: 'Started', 'Stopped', 'Disabled' + * **NOTE: This property will not be serialized. It can only be populated by the server.** + */ + readonly runtimeState?: TriggerRuntimeState; + /** + * List of tags that can be used for describing the trigger. + */ + annotations?: any[]; + /** + * Pipelines that need to be started. + */ + pipelines?: TriggerPipelineReference[]; + /** + * The event subject must begin with the pattern provided for trigger to fire. At least one of + * these must be provided: subjectBeginsWith, subjectEndsWith. + */ + subjectBeginsWith?: string; + /** + * The event subject must end with the pattern provided for trigger to fire. At least one of + * these must be provided: subjectBeginsWith, subjectEndsWith. + */ + subjectEndsWith?: string; + /** + * The list of event types that cause this trigger to fire. + */ + events: any[]; + /** + * The ARM resource ID of the Azure Event Grid Topic. + */ + scope: string; +} + /** * Trigger that runs every time a Blob event occurs. */ @@ -13748,14 +13874,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 +13972,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; } /** @@ -14147,7 +14289,17 @@ export interface AzureMLExecutePipelineActivity { /** * ID of the published Azure ML pipeline. Type: string (or Expression with resultType string). */ - mlPipelineId: any; + mlPipelineId?: any; + /** + * ID of the published Azure ML pipeline endpoint. Type: string (or Expression with resultType + * string). + */ + mlPipelineEndpointId?: any; + /** + * Version of the published Azure ML pipeline endpoint. Type: string (or Expression with + * resultType string). + */ + version?: any; /** * Run history experiment name of the pipeline run. This information will be passed in the * ExperimentName property of the published pipeline execution request. Type: string (or @@ -14161,6 +14313,12 @@ export interface AzureMLExecutePipelineActivity { * key value pairs (or Expression with resultType object). */ mlPipelineParameters?: any; + /** + * Dictionary used for changing data path assignments without retraining. Values will be passed + * in the dataPathAssignments property of the published pipeline execution request. Type: object + * with key value pairs (or Expression with resultType object). + */ + dataPathAssignments?: any; /** * The parent Azure ML Service pipeline run id. This information will be passed in the * ParentRunId property of the published pipeline execution request. Type: string (or Expression @@ -15187,25 +15345,31 @@ export interface GetMetadataActivity { */ export interface WebActivityAuthentication { /** - * Web activity authentication (Basic/ClientCertificate/MSI) + * Web activity authentication (Basic/ClientCertificate/MSI/ServicePrincipal) */ type: string; /** - * Base64-encoded contents of a PFX file. + * Base64-encoded contents of a PFX file or Certificate when used for ServicePrincipal */ pfx?: SecretBaseUnion; /** - * Web activity authentication user name for basic authentication. + * Web activity authentication user name for basic authentication or ClientID when used for + * ServicePrincipal */ username?: string; /** - * Password for the PFX file or basic authentication. + * Password for the PFX file or basic authentication / Secret when used for ServicePrincipal */ password?: SecretBaseUnion; /** * Resource for which Azure Auth token will be requested when using MSI Authentication. */ resource?: string; + /** + * TenantId for which Azure Auth token will be requested when using ServicePrincipal + * Authentication. Type: string (or Expression with resultType string). + */ + userTenant?: any; } /** @@ -15941,9 +16105,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 +17055,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 +18197,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 +18319,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 +18395,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 +18456,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 +18517,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 +18580,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 +18683,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 +18802,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 +19620,7 @@ export interface AzureDataExplorerCommandActivity { } /** - * Log storage settings. + * (Deprecated. Please use LogSettings) Log storage settings. */ export interface LogStorageSettings { /** @@ -19660,6 +19824,11 @@ export interface CustomActivity { * with resultType double). */ retentionTimeInDays?: any; + /** + * Elevation level and scope for the user, default is nonadmin task. Type: string (or Expression + * with resultType double). + */ + autoUserSpecification?: any; } /** @@ -20258,6 +20427,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 +22698,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. */ @@ -23609,6 +23833,10 @@ export interface IntegrationRuntimeSsisCatalogInfo { * 'Basic', 'Standard', 'Premium', 'PremiumRS' */ catalogPricingTier?: IntegrationRuntimeSsisCatalogPricingTier; + /** + * The dual standby pair name of Azure-SSIS Integration Runtimes to support SSISDB failover. + */ + dualStandbyPairName?: string; /** * Describes unknown properties. The value of an unknown property can be of "any" type. */ @@ -23764,6 +23992,10 @@ export interface ManagedIntegrationRuntime { * SSIS properties for managed integration runtime. */ ssisProperties?: IntegrationRuntimeSsisProperties; + /** + * Managed Virtual Network reference. + */ + managedVirtualNetwork?: ManagedVirtualNetworkReference; } /** @@ -25083,11 +25315,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 +25355,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 +25371,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 +25379,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 +25388,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 +25396,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 +25541,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 +25573,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..3e1054bdc6da 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, @@ -149,6 +151,7 @@ export { CustomActivityReferenceObject, CustomDataset, CustomDataSourceLinkedService, + CustomEventsTrigger, CustomSetupBase, DatabricksNotebookActivity, DatabricksSparkJarActivity, @@ -207,6 +210,7 @@ export { EloquaLinkedService, EloquaObjectDataset, EloquaSource, + EncryptionConfiguration, EntityReference, EnvironmentVariableSetup, ExcelDataset, @@ -320,6 +324,8 @@ export { LinkedService, LinkedServiceReference, LinkedServiceResource, + LogLocationSettings, + LogSettings, LogStorageSettings, LookupActivity, MagentoLinkedService, @@ -333,6 +339,7 @@ export { ManagedPrivateEndpoint, ManagedPrivateEndpointResource, ManagedVirtualNetwork, + ManagedVirtualNetworkReference, ManagedVirtualNetworkResource, MappingDataFlow, MariaDBLinkedService, diff --git a/sdk/datafactory/arm-datafactory/src/models/linkedServicesMappers.ts b/sdk/datafactory/arm-datafactory/src/models/linkedServicesMappers.ts index 35acf56f5a88..f8cc74eb9922 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, @@ -148,6 +150,7 @@ export { CustomActivityReferenceObject, CustomDataset, CustomDataSourceLinkedService, + CustomEventsTrigger, CustomSetupBase, DatabricksNotebookActivity, DatabricksSparkJarActivity, @@ -206,6 +209,7 @@ export { EloquaLinkedService, EloquaObjectDataset, EloquaSource, + EncryptionConfiguration, EntityReference, EnvironmentVariableSetup, ExcelDataset, @@ -310,6 +314,8 @@ export { LinkedServiceListResponse, LinkedServiceReference, LinkedServiceResource, + LogLocationSettings, + LogSettings, LogStorageSettings, LookupActivity, MagentoLinkedService, @@ -319,6 +325,7 @@ export { ManagedPrivateEndpoint, ManagedPrivateEndpointResource, ManagedVirtualNetwork, + ManagedVirtualNetworkReference, ManagedVirtualNetworkResource, MappingDataFlow, MariaDBLinkedService, diff --git a/sdk/datafactory/arm-datafactory/src/models/managedPrivateEndpointsMappers.ts b/sdk/datafactory/arm-datafactory/src/models/managedPrivateEndpointsMappers.ts index 3d84cb0a0c82..ee0704674505 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, @@ -148,6 +150,7 @@ export { CustomActivityReferenceObject, CustomDataset, CustomDataSourceLinkedService, + CustomEventsTrigger, CustomSetupBase, DatabricksNotebookActivity, DatabricksSparkJarActivity, @@ -206,6 +209,7 @@ export { EloquaLinkedService, EloquaObjectDataset, EloquaSource, + EncryptionConfiguration, EntityReference, EnvironmentVariableSetup, ExcelDataset, @@ -309,6 +313,8 @@ export { LinkedService, LinkedServiceReference, LinkedServiceResource, + LogLocationSettings, + LogSettings, LogStorageSettings, LookupActivity, MagentoLinkedService, @@ -319,6 +325,7 @@ export { ManagedPrivateEndpointListResponse, ManagedPrivateEndpointResource, ManagedVirtualNetwork, + ManagedVirtualNetworkReference, ManagedVirtualNetworkResource, MappingDataFlow, MariaDBLinkedService, diff --git a/sdk/datafactory/arm-datafactory/src/models/managedVirtualNetworksMappers.ts b/sdk/datafactory/arm-datafactory/src/models/managedVirtualNetworksMappers.ts index cd62bd5f5377..160b6c3f6313 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, @@ -148,6 +150,7 @@ export { CustomActivityReferenceObject, CustomDataset, CustomDataSourceLinkedService, + CustomEventsTrigger, CustomSetupBase, DatabricksNotebookActivity, DatabricksSparkJarActivity, @@ -206,6 +209,7 @@ export { EloquaLinkedService, EloquaObjectDataset, EloquaSource, + EncryptionConfiguration, EntityReference, EnvironmentVariableSetup, ExcelDataset, @@ -309,6 +313,8 @@ export { LinkedService, LinkedServiceReference, LinkedServiceResource, + LogLocationSettings, + LogSettings, LogStorageSettings, LookupActivity, MagentoLinkedService, @@ -319,6 +325,7 @@ export { ManagedPrivateEndpointResource, ManagedVirtualNetwork, ManagedVirtualNetworkListResponse, + ManagedVirtualNetworkReference, ManagedVirtualNetworkResource, MappingDataFlow, MariaDBLinkedService, diff --git a/sdk/datafactory/arm-datafactory/src/models/mappers.ts b/sdk/datafactory/arm-datafactory/src/models/mappers.ts index 22b9b271d8f6..14ee395c63b2 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: { @@ -3496,6 +3567,32 @@ export const ManagedVirtualNetworkResource: msRest.CompositeMapper = { } }; +export const ManagedVirtualNetworkReference: msRest.CompositeMapper = { + serializedName: "ManagedVirtualNetworkReference", + type: { + name: "Composite", + className: "ManagedVirtualNetworkReference", + modelProperties: { + type: { + required: true, + isConstant: true, + serializedName: "type", + defaultValue: 'ManagedVirtualNetworkReference', + type: { + name: "String" + } + }, + referenceName: { + required: true, + serializedName: "referenceName", + type: { + name: "String" + } + } + } + } +}; + export const Transformation: msRest.CompositeMapper = { serializedName: "Transformation", type: { @@ -4234,13 +4331,24 @@ export const AzureDatabricksLinkedService: msRest.CompositeMapper = { } }, accessToken: { - required: true, serializedName: "typeProperties.accessToken", type: { name: "Composite", className: "SecretBase" } }, + authentication: { + serializedName: "typeProperties.authentication", + type: { + name: "Object" + } + }, + workspaceResourceId: { + serializedName: "typeProperties.workspaceResourceId", + type: { + name: "Object" + } + }, existingClusterId: { serializedName: "typeProperties.existingClusterId", type: { @@ -4333,6 +4441,12 @@ export const AzureDatabricksLinkedService: msRest.CompositeMapper = { type: { name: "Object" } + }, + policyId: { + serializedName: "typeProperties.policyId", + type: { + name: "Object" + } } }, additionalProperties: LinkedService.type.additionalProperties @@ -6395,6 +6509,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 +7112,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 +7137,13 @@ export const AmazonS3LinkedService: msRest.CompositeMapper = { name: "Object" } }, + sessionToken: { + serializedName: "typeProperties.sessionToken", + type: { + name: "Composite", + className: "SecretBase" + } + }, encryptedCredential: { serializedName: "typeProperties.encryptedCredential", type: { @@ -13220,6 +13353,51 @@ export const MultiplePipelineTrigger: msRest.CompositeMapper = { } }; +export const CustomEventsTrigger: msRest.CompositeMapper = { + serializedName: "CustomEventsTrigger", + type: { + name: "Composite", + polymorphicDiscriminator: Trigger.type.polymorphicDiscriminator, + uberParent: "Trigger", + className: "CustomEventsTrigger", + modelProperties: { + ...MultiplePipelineTrigger.type.modelProperties, + subjectBeginsWith: { + serializedName: "typeProperties.subjectBeginsWith", + type: { + name: "String" + } + }, + subjectEndsWith: { + serializedName: "typeProperties.subjectEndsWith", + type: { + name: "String" + } + }, + events: { + required: true, + serializedName: "typeProperties.events", + type: { + name: "Sequence", + element: { + type: { + name: "Object" + } + } + } + }, + scope: { + required: true, + serializedName: "typeProperties.scope", + type: { + name: "String" + } + } + }, + additionalProperties: Trigger.type.additionalProperties + } +}; + export const BlobEventsTrigger: msRest.CompositeMapper = { serializedName: "BlobEventsTrigger", type: { @@ -13571,13 +13749,13 @@ export const ExecuteDataFlowActivityTypePropertiesCompute: msRest.CompositeMappe computeType: { serializedName: "computeType", type: { - name: "String" + name: "Object" } }, coreCount: { serializedName: "coreCount", type: { - name: "Number" + name: "Object" } } } @@ -13660,6 +13838,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 @@ -13925,12 +14121,23 @@ export const AzureMLExecutePipelineActivity: msRest.CompositeMapper = { modelProperties: { ...ExecutionActivity.type.modelProperties, mlPipelineId: { - required: true, serializedName: "typeProperties.mlPipelineId", type: { name: "Object" } }, + mlPipelineEndpointId: { + serializedName: "typeProperties.mlPipelineEndpointId", + type: { + name: "Object" + } + }, + version: { + serializedName: "typeProperties.version", + type: { + name: "Object" + } + }, experimentName: { serializedName: "typeProperties.experimentName", type: { @@ -13943,6 +14150,12 @@ export const AzureMLExecutePipelineActivity: msRest.CompositeMapper = { name: "Object" } }, + dataPathAssignments: { + serializedName: "typeProperties.dataPathAssignments", + type: { + name: "Object" + } + }, mlParentRunId: { serializedName: "typeProperties.mlParentRunId", type: { @@ -15252,6 +15465,12 @@ export const WebActivityAuthentication: msRest.CompositeMapper = { type: { name: "String" } + }, + userTenant: { + serializedName: "userTenant", + type: { + name: "Object" + } } } } @@ -16018,7 +16237,7 @@ export const OracleSource: msRest.CompositeMapper = { partitionOption: { serializedName: "partitionOption", type: { - name: "String" + name: "Object" } }, partitionSettings: { @@ -16830,7 +17049,7 @@ export const NetezzaSource: msRest.CompositeMapper = { partitionOption: { serializedName: "partitionOption", type: { - name: "String" + name: "Object" } }, partitionSettings: { @@ -17457,7 +17676,7 @@ export const TeradataSource: msRest.CompositeMapper = { partitionOption: { serializedName: "partitionOption", type: { - name: "String" + name: "Object" } }, partitionSettings: { @@ -17550,7 +17769,7 @@ export const SqlDWSource: msRest.CompositeMapper = { partitionOption: { serializedName: "partitionOption", type: { - name: "String" + name: "Object" } }, partitionSettings: { @@ -17629,7 +17848,7 @@ export const SqlMISource: msRest.CompositeMapper = { partitionOption: { serializedName: "partitionOption", type: { - name: "String" + name: "Object" } }, partitionSettings: { @@ -17686,7 +17905,7 @@ export const AzureSqlSource: msRest.CompositeMapper = { partitionOption: { serializedName: "partitionOption", type: { - name: "String" + name: "Object" } }, partitionSettings: { @@ -17743,7 +17962,7 @@ export const SqlServerSource: msRest.CompositeMapper = { partitionOption: { serializedName: "partitionOption", type: { - name: "String" + name: "Object" } }, partitionSettings: { @@ -17800,7 +18019,7 @@ export const SqlSource: msRest.CompositeMapper = { partitionOption: { serializedName: "partitionOption", type: { - name: "String" + name: "Object" } }, partitionSettings: { @@ -17903,7 +18122,7 @@ export const SapTableSource: msRest.CompositeMapper = { partitionOption: { serializedName: "partitionOption", type: { - name: "String" + name: "Object" } }, partitionSettings: { @@ -17996,7 +18215,7 @@ export const SapHanaSource: msRest.CompositeMapper = { partitionOption: { serializedName: "partitionOption", type: { - name: "String" + name: "Object" } }, partitionSettings: { @@ -18877,6 +19096,12 @@ export const CustomActivity: msRest.CompositeMapper = { type: { name: "Object" } + }, + autoUserSpecification: { + serializedName: "typeProperties.autoUserSpecification", + type: { + name: "Object" + } } }, additionalProperties: Activity.type.additionalProperties @@ -19721,6 +19946,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 +21925,13 @@ export const CopyActivity: msRest.CompositeMapper = { } } }, + logSettings: { + serializedName: "typeProperties.logSettings", + type: { + name: "Composite", + className: "LogSettings" + } + }, preserveRules: { serializedName: "typeProperties.preserveRules", type: { @@ -23114,6 +23425,12 @@ export const IntegrationRuntimeSsisCatalogInfo: msRest.CompositeMapper = { type: { name: "String" } + }, + dualStandbyPairName: { + serializedName: "dualStandbyPairName", + type: { + name: "String" + } } }, additionalProperties: { @@ -23383,6 +23700,13 @@ export const ManagedIntegrationRuntime: msRest.CompositeMapper = { } } } + }, + managedVirtualNetwork: { + serializedName: "managedVirtualNetwork", + type: { + name: "Composite", + className: "ManagedVirtualNetworkReference" + } } }, additionalProperties: IntegrationRuntime.type.additionalProperties @@ -24762,6 +25086,7 @@ export const discriminators = { 'DependencyReference.TriggerDependencyReference' : TriggerDependencyReference, 'DependencyReference' : DependencyReference, 'Trigger.TumblingWindowTrigger' : TumblingWindowTrigger, + 'Trigger.CustomEventsTrigger' : CustomEventsTrigger, 'Trigger.BlobEventsTrigger' : BlobEventsTrigger, 'Trigger.BlobTrigger' : BlobTrigger, 'Trigger.ScheduleTrigger' : ScheduleTrigger, 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..d93eeb8b338f 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, @@ -149,6 +151,7 @@ export { CustomActivityReferenceObject, CustomDataset, CustomDataSourceLinkedService, + CustomEventsTrigger, CustomSetupBase, DatabricksNotebookActivity, DatabricksSparkJarActivity, @@ -207,6 +210,7 @@ export { EloquaLinkedService, EloquaObjectDataset, EloquaSource, + EncryptionConfiguration, EntityReference, EnvironmentVariableSetup, ExcelDataset, @@ -310,6 +314,8 @@ export { LinkedService, LinkedServiceReference, LinkedServiceResource, + LogLocationSettings, + LogSettings, LogStorageSettings, LookupActivity, MagentoLinkedService, @@ -319,6 +325,7 @@ export { ManagedPrivateEndpoint, ManagedPrivateEndpointResource, ManagedVirtualNetwork, + ManagedVirtualNetworkReference, ManagedVirtualNetworkResource, MappingDataFlow, MariaDBLinkedService, 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..9b2552770673 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, @@ -148,6 +150,7 @@ export { CustomActivityReferenceObject, CustomDataset, CustomDataSourceLinkedService, + CustomEventsTrigger, CustomSetupBase, DatabricksNotebookActivity, DatabricksSparkJarActivity, @@ -206,6 +209,7 @@ export { EloquaLinkedService, EloquaObjectDataset, EloquaSource, + EncryptionConfiguration, EntityReference, EnvironmentVariableSetup, ExcelDataset, @@ -309,6 +313,8 @@ export { LinkedService, LinkedServiceReference, LinkedServiceResource, + LogLocationSettings, + LogSettings, LogStorageSettings, LookupActivity, MagentoLinkedService, @@ -318,6 +324,7 @@ export { ManagedPrivateEndpoint, ManagedPrivateEndpointResource, ManagedVirtualNetwork, + ManagedVirtualNetworkReference, ManagedVirtualNetworkResource, MappingDataFlow, MariaDBLinkedService, 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 ],