Regenerate Synapse Artifacts (#18591)
This commit is contained in:
Родитель
41018c38bb
Коммит
9d15652ed6
|
@ -1,15 +1,12 @@
|
|||
# Release History
|
||||
|
||||
## 1.0.0-beta.7 (Unreleased)
|
||||
|
||||
### Features Added
|
||||
|
||||
### Breaking Changes
|
||||
|
||||
### Bugs Fixed
|
||||
## 1.0.0-beta.7 (2021-11-09)
|
||||
|
||||
### Other Changes
|
||||
|
||||
- Added data flow flowlet
|
||||
- `KqlScriptContentCurrentConnection` now has poolName and databaseName properties
|
||||
|
||||
## 1.0.0-beta.6 (2021-10-05)
|
||||
|
||||
### Other Changes
|
||||
|
|
|
@ -204,7 +204,7 @@ export type AmazonS3Dataset = Dataset & {
|
|||
modifiedDatetimeStart?: any;
|
||||
modifiedDatetimeEnd?: any;
|
||||
format?: DatasetStorageFormatUnion;
|
||||
compression?: DatasetCompressionUnion;
|
||||
compression?: DatasetCompression;
|
||||
};
|
||||
|
||||
// @public
|
||||
|
@ -383,7 +383,7 @@ export type AzureBlobDataset = Dataset & {
|
|||
modifiedDatetimeStart?: any;
|
||||
modifiedDatetimeEnd?: any;
|
||||
format?: DatasetStorageFormatUnion;
|
||||
compression?: DatasetCompressionUnion;
|
||||
compression?: DatasetCompression;
|
||||
};
|
||||
|
||||
// @public
|
||||
|
@ -392,7 +392,7 @@ export type AzureBlobFSDataset = Dataset & {
|
|||
folderPath?: any;
|
||||
fileName?: any;
|
||||
format?: DatasetStorageFormatUnion;
|
||||
compression?: DatasetCompressionUnion;
|
||||
compression?: DatasetCompression;
|
||||
};
|
||||
|
||||
// @public
|
||||
|
@ -622,7 +622,7 @@ export type AzureDataLakeStoreDataset = Dataset & {
|
|||
folderPath?: any;
|
||||
fileName?: any;
|
||||
format?: DatasetStorageFormatUnion;
|
||||
compression?: DatasetCompressionUnion;
|
||||
compression?: DatasetCompression;
|
||||
};
|
||||
|
||||
// @public
|
||||
|
@ -1112,7 +1112,7 @@ export type BigDataPoolsListResponse = BigDataPoolResourceInfoListResult;
|
|||
export type BinaryDataset = Dataset & {
|
||||
type: "Binary";
|
||||
location?: DatasetLocationUnion;
|
||||
compression?: DatasetCompressionUnion;
|
||||
compression?: DatasetCompression;
|
||||
};
|
||||
|
||||
// @public
|
||||
|
@ -1470,6 +1470,9 @@ export interface CreateDataFlowDebugSessionResponse {
|
|||
sessionId?: string;
|
||||
}
|
||||
|
||||
// @public
|
||||
export type CreateMode = string;
|
||||
|
||||
// @public
|
||||
export interface CreateRunResponse {
|
||||
runId: string;
|
||||
|
@ -1564,7 +1567,7 @@ export interface DataFlow {
|
|||
annotations?: any[];
|
||||
description?: string;
|
||||
folder?: DataFlowFolder;
|
||||
type: "MappingDataFlow";
|
||||
type: "MappingDataFlow" | "Flowlet";
|
||||
}
|
||||
|
||||
// @public
|
||||
|
@ -1608,6 +1611,7 @@ export type DataFlowDebugCommandType = string;
|
|||
export interface DataFlowDebugPackage {
|
||||
[property: string]: any;
|
||||
dataFlow?: DataFlowDebugResource;
|
||||
dataFlows?: DataFlowDebugResource[];
|
||||
datasets?: DatasetDebugResource[];
|
||||
debugSettings?: DataFlowDebugPackageDebugSettings;
|
||||
linkedServices?: LinkedServiceDebugResource[];
|
||||
|
@ -1789,6 +1793,9 @@ export interface DataFlowOperations {
|
|||
export interface DataFlowReference {
|
||||
[property: string]: any;
|
||||
datasetParameters?: any;
|
||||
parameters?: {
|
||||
[propertyName: string]: any;
|
||||
};
|
||||
referenceName: string;
|
||||
type: DataFlowReferenceType;
|
||||
}
|
||||
|
@ -1809,15 +1816,11 @@ export type DataFlowResource = SubResource & {
|
|||
|
||||
// @public
|
||||
export type DataFlowSink = Transformation & {
|
||||
dataset?: DatasetReference;
|
||||
linkedService?: LinkedServiceReference;
|
||||
schemaLinkedService?: LinkedServiceReference;
|
||||
};
|
||||
|
||||
// @public
|
||||
export type DataFlowSource = Transformation & {
|
||||
dataset?: DatasetReference;
|
||||
linkedService?: LinkedServiceReference;
|
||||
schemaLinkedService?: LinkedServiceReference;
|
||||
};
|
||||
|
||||
|
@ -1835,7 +1838,7 @@ export interface DataFlowStagingInfo {
|
|||
}
|
||||
|
||||
// @public (undocumented)
|
||||
export type DataFlowUnion = DataFlow | MappingDataFlow;
|
||||
export type DataFlowUnion = DataFlow | MappingDataFlow | Flowlet;
|
||||
|
||||
// @public
|
||||
export type DataLakeAnalyticsUsqlActivity = ExecutionActivity & {
|
||||
|
@ -1872,23 +1875,16 @@ export interface Dataset {
|
|||
type: "AmazonS3Object" | "Avro" | "Excel" | "Parquet" | "DelimitedText" | "Json" | "Xml" | "Orc" | "Binary" | "AzureBlob" | "AzureTable" | "AzureSqlTable" | "AzureSqlMITable" | "AzureSqlDWTable" | "CassandraTable" | "CustomDataset" | "CosmosDbSqlApiCollection" | "DocumentDbCollection" | "DynamicsEntity" | "DynamicsCrmEntity" | "CommonDataServiceForAppsEntity" | "AzureDataLakeStoreFile" | "AzureBlobFSFile" | "Office365Table" | "FileShare" | "MongoDbCollection" | "MongoDbAtlasCollection" | "MongoDbV2Collection" | "CosmosDbMongoDbApiCollection" | "ODataResource" | "OracleTable" | "AmazonRdsForOracleTable" | "TeradataTable" | "AzureMySqlTable" | "AmazonRedshiftTable" | "Db2Table" | "RelationalTable" | "InformixTable" | "OdbcTable" | "MySqlTable" | "PostgreSqlTable" | "MicrosoftAccessTable" | "SalesforceObject" | "SalesforceServiceCloudObject" | "SybaseTable" | "SapBwCube" | "SapCloudForCustomerResource" | "SapEccResource" | "SapHanaTable" | "SapOpenHubTable" | "SqlServerTable" | "AmazonRdsForSqlServerTable" | "RestResource" | "SapTableResource" | "WebTable" | "AzureSearchIndex" | "HttpFile" | "AmazonMWSObject" | "AzurePostgreSqlTable" | "ConcurObject" | "CouchbaseTable" | "DrillTable" | "EloquaObject" | "GoogleBigQueryObject" | "GreenplumTable" | "HBaseObject" | "HiveObject" | "HubspotObject" | "ImpalaObject" | "JiraObject" | "MagentoObject" | "MariaDBTable" | "AzureMariaDBTable" | "MarketoObject" | "PaypalObject" | "PhoenixObject" | "PrestoObject" | "QuickBooksObject" | "ServiceNowObject" | "ShopifyObject" | "SparkObject" | "SquareObject" | "XeroObject" | "ZohoObject" | "NetezzaTable" | "VerticaTable" | "SalesforceMarketingCloudObject" | "ResponsysObject" | "DynamicsAXResource" | "OracleServiceCloudObject" | "AzureDataExplorerTable" | "GoogleAdWordsObject" | "SnowflakeTable" | "SharePointOnlineListResource" | "AzureDatabricksDeltaLakeDataset";
|
||||
}
|
||||
|
||||
// @public
|
||||
export type DatasetBZip2Compression = DatasetCompression & {
|
||||
type: "BZip2";
|
||||
};
|
||||
|
||||
// @public
|
||||
export interface DatasetCompression {
|
||||
[property: string]: any;
|
||||
type: "BZip2" | "GZip" | "Deflate" | "ZipDeflate" | "Tar" | "TarGZip";
|
||||
level?: any;
|
||||
type: any;
|
||||
}
|
||||
|
||||
// @public
|
||||
export type DatasetCompressionLevel = string;
|
||||
|
||||
// @public (undocumented)
|
||||
export type DatasetCompressionUnion = DatasetCompression | DatasetBZip2Compression | DatasetGZipCompression | DatasetDeflateCompression | DatasetZipDeflateCompression | DatasetTarCompression | DatasetTarGZipCompression;
|
||||
|
||||
// @public
|
||||
export interface DatasetCreateOrUpdateDatasetOptionalParams extends coreClient.OperationOptions {
|
||||
ifMatch?: string;
|
||||
|
@ -1910,12 +1906,6 @@ export type DatasetDebugResource = SubResourceDebugResource & {
|
|||
properties: DatasetUnion;
|
||||
};
|
||||
|
||||
// @public
|
||||
export type DatasetDeflateCompression = DatasetCompression & {
|
||||
type: "Deflate";
|
||||
level?: any;
|
||||
};
|
||||
|
||||
// @public
|
||||
export interface DatasetDeleteDatasetOptionalParams extends coreClient.OperationOptions {
|
||||
resumeFrom?: string;
|
||||
|
@ -1949,12 +1939,6 @@ export interface DatasetGetDatasetsByWorkspaceOptionalParams extends coreClient.
|
|||
// @public
|
||||
export type DatasetGetDatasetsByWorkspaceResponse = DatasetListResponse;
|
||||
|
||||
// @public
|
||||
export type DatasetGZipCompression = DatasetCompression & {
|
||||
type: "GZip";
|
||||
level?: any;
|
||||
};
|
||||
|
||||
// @public
|
||||
export interface DatasetListResponse {
|
||||
nextLink?: string;
|
||||
|
@ -2025,26 +2009,9 @@ export interface DatasetStorageFormat {
|
|||
// @public (undocumented)
|
||||
export type DatasetStorageFormatUnion = DatasetStorageFormat | TextFormat | JsonFormat | AvroFormat | OrcFormat | ParquetFormat;
|
||||
|
||||
// @public
|
||||
export type DatasetTarCompression = DatasetCompression & {
|
||||
type: "Tar";
|
||||
};
|
||||
|
||||
// @public
|
||||
export type DatasetTarGZipCompression = DatasetCompression & {
|
||||
type: "TarGZip";
|
||||
level?: any;
|
||||
};
|
||||
|
||||
// @public (undocumented)
|
||||
export type DatasetUnion = Dataset | AmazonS3Dataset | AvroDataset | ExcelDataset | ParquetDataset | DelimitedTextDataset | JsonDataset | XmlDataset | OrcDataset | BinaryDataset | AzureBlobDataset | AzureTableDataset | AzureSqlTableDataset | AzureSqlMITableDataset | AzureSqlDWTableDataset | CassandraTableDataset | CustomDataset | CosmosDbSqlApiCollectionDataset | DocumentDbCollectionDataset | DynamicsEntityDataset | DynamicsCrmEntityDataset | CommonDataServiceForAppsEntityDataset | AzureDataLakeStoreDataset | AzureBlobFSDataset | Office365Dataset | FileShareDataset | MongoDbCollectionDataset | MongoDbAtlasCollectionDataset | MongoDbV2CollectionDataset | CosmosDbMongoDbApiCollectionDataset | ODataResourceDataset | OracleTableDataset | AmazonRdsForOracleTableDataset | TeradataTableDataset | AzureMySqlTableDataset | AmazonRedshiftTableDataset | Db2TableDataset | RelationalTableDataset | InformixTableDataset | OdbcTableDataset | MySqlTableDataset | PostgreSqlTableDataset | MicrosoftAccessTableDataset | SalesforceObjectDataset | SalesforceServiceCloudObjectDataset | SybaseTableDataset | SapBwCubeDataset | SapCloudForCustomerResourceDataset | SapEccResourceDataset | SapHanaTableDataset | SapOpenHubTableDataset | SqlServerTableDataset | AmazonRdsForSqlServerTableDataset | RestResourceDataset | SapTableResourceDataset | WebTableDataset | AzureSearchIndexDataset | HttpDataset | AmazonMWSObjectDataset | AzurePostgreSqlTableDataset | ConcurObjectDataset | CouchbaseTableDataset | DrillTableDataset | EloquaObjectDataset | GoogleBigQueryObjectDataset | GreenplumTableDataset | HBaseObjectDataset | HiveObjectDataset | HubspotObjectDataset | ImpalaObjectDataset | JiraObjectDataset | MagentoObjectDataset | MariaDBTableDataset | AzureMariaDBTableDataset | MarketoObjectDataset | PaypalObjectDataset | PhoenixObjectDataset | PrestoObjectDataset | QuickBooksObjectDataset | ServiceNowObjectDataset | ShopifyObjectDataset | SparkObjectDataset | SquareObjectDataset | XeroObjectDataset | ZohoObjectDataset | NetezzaTableDataset | VerticaTableDataset | SalesforceMarketingCloudObjectDataset | ResponsysObjectDataset | DynamicsAXResourceDataset | OracleServiceCloudObjectDataset | AzureDataExplorerTableDataset | GoogleAdWordsObjectDataset | SnowflakeDataset | SharePointOnlineListResourceDataset | AzureDatabricksDeltaLakeDataset;
|
||||
|
||||
// @public
|
||||
export type DatasetZipDeflateCompression = DatasetCompression & {
|
||||
type: "ZipDeflate";
|
||||
level?: any;
|
||||
};
|
||||
|
||||
// @public
|
||||
export type DayOfWeek = "Sunday" | "Monday" | "Tuesday" | "Wednesday" | "Thursday" | "Friday" | "Saturday";
|
||||
|
||||
|
@ -2314,6 +2281,9 @@ export type DynamicsLinkedService = LinkedService & {
|
|||
encryptedCredential?: any;
|
||||
};
|
||||
|
||||
// @public
|
||||
export type DynamicsServicePrincipalCredentialType = string;
|
||||
|
||||
// @public
|
||||
export type DynamicsSink = CopySink & {
|
||||
type: "DynamicsSink";
|
||||
|
@ -2407,7 +2377,7 @@ export type ExcelDataset = Dataset & {
|
|||
sheetName?: any;
|
||||
range?: any;
|
||||
firstRowAsHeader?: any;
|
||||
compression?: DatasetCompressionUnion;
|
||||
compression?: DatasetCompression;
|
||||
nullValue?: any;
|
||||
};
|
||||
|
||||
|
@ -2560,7 +2530,7 @@ export type FileShareDataset = Dataset & {
|
|||
modifiedDatetimeEnd?: any;
|
||||
format?: DatasetStorageFormatUnion;
|
||||
fileFilter?: any;
|
||||
compression?: DatasetCompressionUnion;
|
||||
compression?: DatasetCompression;
|
||||
};
|
||||
|
||||
// @public
|
||||
|
@ -2583,6 +2553,16 @@ export type FilterActivity = ControlActivity & {
|
|||
condition: Expression;
|
||||
};
|
||||
|
||||
// @public
|
||||
export type Flowlet = DataFlow & {
|
||||
type: "Flowlet";
|
||||
sources?: DataFlowSource[];
|
||||
sinks?: DataFlowSink[];
|
||||
transformations?: Transformation[];
|
||||
script?: string;
|
||||
scriptLines?: string[];
|
||||
};
|
||||
|
||||
// @public
|
||||
export type ForEachActivity = ControlActivity & {
|
||||
type: "ForEach";
|
||||
|
@ -3053,7 +3033,7 @@ export type HttpDataset = Dataset & {
|
|||
requestBody?: any;
|
||||
additionalHeaders?: any;
|
||||
format?: DatasetStorageFormatUnion;
|
||||
compression?: DatasetCompressionUnion;
|
||||
compression?: DatasetCompression;
|
||||
};
|
||||
|
||||
// @public
|
||||
|
@ -3363,7 +3343,7 @@ export type JsonDataset = Dataset & {
|
|||
type: "Json";
|
||||
location?: DatasetLocationUnion;
|
||||
encodingName?: any;
|
||||
compression?: DatasetCompressionUnion;
|
||||
compression?: DatasetCompression;
|
||||
};
|
||||
|
||||
// @public
|
||||
|
@ -3543,6 +3523,18 @@ export enum KnownCopyBehaviorType {
|
|||
PreserveHierarchy = "PreserveHierarchy"
|
||||
}
|
||||
|
||||
// @public
|
||||
export enum KnownCreateMode {
|
||||
// (undocumented)
|
||||
Default = "Default",
|
||||
// (undocumented)
|
||||
PointInTimeRestore = "PointInTimeRestore",
|
||||
// (undocumented)
|
||||
Recovery = "Recovery",
|
||||
// (undocumented)
|
||||
Restore = "Restore"
|
||||
}
|
||||
|
||||
// @public
|
||||
export enum KnownDataFlowComputeType {
|
||||
// (undocumented)
|
||||
|
@ -3619,6 +3611,14 @@ export enum KnownDynamicsDeploymentType {
|
|||
OnPremisesWithIfd = "OnPremisesWithIfd"
|
||||
}
|
||||
|
||||
// @public
|
||||
export enum KnownDynamicsServicePrincipalCredentialType {
|
||||
// (undocumented)
|
||||
ServicePrincipalCert = "ServicePrincipalCert",
|
||||
// (undocumented)
|
||||
ServicePrincipalKey = "ServicePrincipalKey"
|
||||
}
|
||||
|
||||
// @public
|
||||
export enum KnownDynamicsSinkWriteBehavior {
|
||||
// (undocumented)
|
||||
|
@ -4489,9 +4489,13 @@ export interface KqlScriptContent {
|
|||
|
||||
// @public (undocumented)
|
||||
export interface KqlScriptContentCurrentConnection {
|
||||
// (undocumented)
|
||||
databaseName?: string;
|
||||
// (undocumented)
|
||||
name?: string;
|
||||
// (undocumented)
|
||||
poolName?: string;
|
||||
// (undocumented)
|
||||
type?: string;
|
||||
}
|
||||
|
||||
|
@ -4904,6 +4908,7 @@ export type MappingDataFlow = DataFlow & {
|
|||
sinks?: DataFlowSink[];
|
||||
transformations?: Transformation[];
|
||||
script?: string;
|
||||
scriptLines?: string[];
|
||||
};
|
||||
|
||||
// @public
|
||||
|
@ -7111,7 +7116,7 @@ export type SqlPool = TrackedResource & {
|
|||
provisioningState?: string;
|
||||
status?: string;
|
||||
restorePointInTime?: string;
|
||||
createMode?: string;
|
||||
createMode?: CreateMode;
|
||||
creationDate?: Date;
|
||||
};
|
||||
|
||||
|
@ -7447,6 +7452,7 @@ export interface StagingSettings {
|
|||
// @public
|
||||
export interface StartDataFlowDebugSessionRequest {
|
||||
dataFlow?: DataFlowResource;
|
||||
dataFlows?: DataFlowResource[];
|
||||
datasets?: DatasetResource[];
|
||||
debugSettings?: any;
|
||||
incrementalDebug?: boolean;
|
||||
|
@ -7664,7 +7670,10 @@ export type TrackedResource = Resource & {
|
|||
|
||||
// @public
|
||||
export interface Transformation {
|
||||
dataset?: DatasetReference;
|
||||
description?: string;
|
||||
flowlet?: DataFlowReference;
|
||||
linkedService?: LinkedServiceReference;
|
||||
name: string;
|
||||
}
|
||||
|
||||
|
@ -8184,7 +8193,7 @@ export type XmlDataset = Dataset & {
|
|||
location?: DatasetLocationUnion;
|
||||
encodingName?: any;
|
||||
nullValue?: any;
|
||||
compression?: DatasetCompressionUnion;
|
||||
compression?: DatasetCompression;
|
||||
};
|
||||
|
||||
// @public
|
||||
|
@ -8235,7 +8244,6 @@ export type ZohoSource = TabularSource & {
|
|||
query?: any;
|
||||
};
|
||||
|
||||
|
||||
// (No @packageDocumentation comment for this package)
|
||||
|
||||
```
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
import * as coreClient from "@azure/core-client";
|
||||
|
||||
export type DataFlowUnion = DataFlow | MappingDataFlow;
|
||||
export type DataFlowUnion = DataFlow | MappingDataFlow | Flowlet;
|
||||
export type IntegrationRuntimeUnion =
|
||||
| IntegrationRuntime
|
||||
| ManagedIntegrationRuntime
|
||||
|
@ -247,14 +247,6 @@ export type DatasetStorageFormatUnion =
|
|||
| AvroFormat
|
||||
| OrcFormat
|
||||
| ParquetFormat;
|
||||
export type DatasetCompressionUnion =
|
||||
| DatasetCompression
|
||||
| DatasetBZip2Compression
|
||||
| DatasetGZipCompression
|
||||
| DatasetDeflateCompression
|
||||
| DatasetZipDeflateCompression
|
||||
| DatasetTarCompression
|
||||
| DatasetTarGZipCompression;
|
||||
export type WebLinkedServiceTypePropertiesUnion =
|
||||
| WebLinkedServiceTypeProperties
|
||||
| WebAnonymousAuthentication
|
||||
|
@ -533,6 +525,8 @@ export interface KqlScriptContentMetadata {
|
|||
|
||||
export interface KqlScriptContentCurrentConnection {
|
||||
name?: string;
|
||||
poolName?: string;
|
||||
databaseName?: string;
|
||||
type?: string;
|
||||
}
|
||||
|
||||
|
@ -720,7 +714,7 @@ export interface LibraryInfo {
|
|||
/** Azure Synapse nested object which contains a flow with data movements and transformations. */
|
||||
export interface DataFlow {
|
||||
/** Polymorphic discriminator, which specifies the different types this object can be */
|
||||
type: "MappingDataFlow";
|
||||
type: "MappingDataFlow" | "Flowlet";
|
||||
/** The description of the data flow. */
|
||||
description?: string;
|
||||
/** List of tags that can be used for describing the data flow. */
|
||||
|
@ -829,6 +823,8 @@ export interface DataFlowDebugPackage {
|
|||
sessionId?: string;
|
||||
/** Data flow instance. */
|
||||
dataFlow?: DataFlowDebugResource;
|
||||
/** List of Data flows */
|
||||
dataFlows?: DataFlowDebugResource[];
|
||||
/** List of datasets. */
|
||||
datasets?: DatasetDebugResource[];
|
||||
/** List of linked services. */
|
||||
|
@ -2361,6 +2357,8 @@ export interface DataFlowReference {
|
|||
referenceName: string;
|
||||
/** Reference data flow parameters from dataset. */
|
||||
datasetParameters?: any;
|
||||
/** Data flow parameters */
|
||||
parameters?: { [propertyName: string]: any };
|
||||
}
|
||||
|
||||
/** Rerun tumbling window trigger Parameters. */
|
||||
|
@ -2454,6 +2452,8 @@ export interface StartDataFlowDebugSessionRequest {
|
|||
sessionId?: string;
|
||||
/** Data flow instance. */
|
||||
dataFlow?: DataFlowResource;
|
||||
/** List of Data flows */
|
||||
dataFlows?: DataFlowResource[];
|
||||
/** List of datasets. */
|
||||
datasets?: DatasetResource[];
|
||||
/** List of linked services. */
|
||||
|
@ -2530,6 +2530,12 @@ export interface Transformation {
|
|||
name: string;
|
||||
/** Transformation description. */
|
||||
description?: string;
|
||||
/** Dataset reference. */
|
||||
dataset?: DatasetReference;
|
||||
/** Linked service reference. */
|
||||
linkedService?: LinkedServiceReference;
|
||||
/** Flowlet Reference */
|
||||
flowlet?: DataFlowReference;
|
||||
}
|
||||
|
||||
/** Dataset location. */
|
||||
|
@ -2592,10 +2598,12 @@ export interface DatasetStorageFormat {
|
|||
|
||||
/** The compression method used on a dataset. */
|
||||
export interface DatasetCompression {
|
||||
/** Polymorphic discriminator, which specifies the different types this object can be */
|
||||
type: "BZip2" | "GZip" | "Deflate" | "ZipDeflate" | "Tar" | "TarGZip";
|
||||
/** Describes unknown properties. The value of an unknown property can be of "any" type. */
|
||||
[property: string]: any;
|
||||
/** Type of dataset compression. Type: string (or Expression with resultType string). */
|
||||
type: any;
|
||||
/** The dataset compression level. Type: string (or Expression with resultType string). */
|
||||
level?: any;
|
||||
}
|
||||
|
||||
/** Base definition of WebLinkedServiceTypeProperties, this typeProperties is polymorphic based on authenticationType, so not flattened in SDK models. */
|
||||
|
@ -3481,6 +3489,24 @@ export type MappingDataFlow = DataFlow & {
|
|||
transformations?: Transformation[];
|
||||
/** DataFlow script. */
|
||||
script?: string;
|
||||
/** Data flow script lines. */
|
||||
scriptLines?: string[];
|
||||
};
|
||||
|
||||
/** Data flow flowlet */
|
||||
export type Flowlet = DataFlow & {
|
||||
/** Polymorphic discriminator, which specifies the different types this object can be */
|
||||
type: "Flowlet";
|
||||
/** List of sources in Flowlet. */
|
||||
sources?: DataFlowSource[];
|
||||
/** List of sinks in Flowlet. */
|
||||
sinks?: DataFlowSink[];
|
||||
/** List of transformations in Flowlet. */
|
||||
transformations?: Transformation[];
|
||||
/** Flowlet script. */
|
||||
script?: string;
|
||||
/** Flowlet script lines. */
|
||||
scriptLines?: string[];
|
||||
};
|
||||
|
||||
/** Integration runtime debug resource. */
|
||||
|
@ -3551,7 +3577,7 @@ export type AmazonS3Dataset = Dataset & {
|
|||
/** The format of files. */
|
||||
format?: DatasetStorageFormatUnion;
|
||||
/** The data compression method used for the Amazon S3 object. */
|
||||
compression?: DatasetCompressionUnion;
|
||||
compression?: DatasetCompression;
|
||||
};
|
||||
|
||||
/** Avro dataset. */
|
||||
|
@ -3578,7 +3604,7 @@ export type ExcelDataset = Dataset & {
|
|||
/** When used as input, treat the first row of data as headers. When used as output,write the headers into the output as the first row of data. The default value is false. Type: boolean (or Expression with resultType boolean). */
|
||||
firstRowAsHeader?: any;
|
||||
/** The data compression method used for the json dataset. */
|
||||
compression?: DatasetCompressionUnion;
|
||||
compression?: DatasetCompression;
|
||||
/** The null value string. Type: string (or Expression with resultType string). */
|
||||
nullValue?: any;
|
||||
};
|
||||
|
@ -3628,7 +3654,7 @@ export type JsonDataset = Dataset & {
|
|||
/** The code page name of the preferred encoding. If not specified, the default value is UTF-8, unless BOM denotes another Unicode encoding. Refer to the name column of the table in the following link to set supported values: https://msdn.microsoft.com/library/system.text.encoding.aspx. Type: string (or Expression with resultType string). */
|
||||
encodingName?: any;
|
||||
/** The data compression method used for the json dataset. */
|
||||
compression?: DatasetCompressionUnion;
|
||||
compression?: DatasetCompression;
|
||||
};
|
||||
|
||||
/** Xml dataset. */
|
||||
|
@ -3642,7 +3668,7 @@ export type XmlDataset = Dataset & {
|
|||
/** The null value string. Type: string (or Expression with resultType string). */
|
||||
nullValue?: any;
|
||||
/** The data compression method used for the json dataset. */
|
||||
compression?: DatasetCompressionUnion;
|
||||
compression?: DatasetCompression;
|
||||
};
|
||||
|
||||
/** ORC dataset. */
|
||||
|
@ -3662,7 +3688,7 @@ export type BinaryDataset = Dataset & {
|
|||
/** The location of the Binary storage. */
|
||||
location?: DatasetLocationUnion;
|
||||
/** The data compression method used for the binary dataset. */
|
||||
compression?: DatasetCompressionUnion;
|
||||
compression?: DatasetCompression;
|
||||
};
|
||||
|
||||
/** The Azure Blob storage. */
|
||||
|
@ -3682,7 +3708,7 @@ export type AzureBlobDataset = Dataset & {
|
|||
/** The format of the Azure Blob storage. */
|
||||
format?: DatasetStorageFormatUnion;
|
||||
/** The data compression method used for the blob storage. */
|
||||
compression?: DatasetCompressionUnion;
|
||||
compression?: DatasetCompression;
|
||||
};
|
||||
|
||||
/** The Azure Table storage dataset. */
|
||||
|
@ -3798,7 +3824,7 @@ export type AzureDataLakeStoreDataset = Dataset & {
|
|||
/** The format of the Data Lake Store. */
|
||||
format?: DatasetStorageFormatUnion;
|
||||
/** The data compression method used for the item(s) in the Azure Data Lake Store. */
|
||||
compression?: DatasetCompressionUnion;
|
||||
compression?: DatasetCompression;
|
||||
};
|
||||
|
||||
/** The Azure Data Lake Storage Gen2 storage. */
|
||||
|
@ -3812,7 +3838,7 @@ export type AzureBlobFSDataset = Dataset & {
|
|||
/** The format of the Azure Data Lake Storage Gen2 storage. */
|
||||
format?: DatasetStorageFormatUnion;
|
||||
/** The data compression method used for the blob storage. */
|
||||
compression?: DatasetCompressionUnion;
|
||||
compression?: DatasetCompression;
|
||||
};
|
||||
|
||||
/** The Office365 account. */
|
||||
|
@ -3842,7 +3868,7 @@ export type FileShareDataset = Dataset & {
|
|||
/** Specify a filter to be used to select a subset of files in the folderPath rather than all files. Type: string (or Expression with resultType string). */
|
||||
fileFilter?: any;
|
||||
/** The data compression method used for the file system. */
|
||||
compression?: DatasetCompressionUnion;
|
||||
compression?: DatasetCompression;
|
||||
};
|
||||
|
||||
/** The MongoDB database dataset. */
|
||||
|
@ -4154,7 +4180,7 @@ export type HttpDataset = Dataset & {
|
|||
/** The format of files. */
|
||||
format?: DatasetStorageFormatUnion;
|
||||
/** The data compression method used on files. */
|
||||
compression?: DatasetCompressionUnion;
|
||||
compression?: DatasetCompression;
|
||||
};
|
||||
|
||||
/** Amazon Marketplace Web Service dataset. */
|
||||
|
@ -6687,20 +6713,12 @@ export type AzureKeyVaultSecretReference = SecretBase & {
|
|||
|
||||
/** Transformation for data flow source. */
|
||||
export type DataFlowSource = Transformation & {
|
||||
/** Dataset reference. */
|
||||
dataset?: DatasetReference;
|
||||
/** Linked service reference. */
|
||||
linkedService?: LinkedServiceReference;
|
||||
/** Schema linked service reference. */
|
||||
schemaLinkedService?: LinkedServiceReference;
|
||||
};
|
||||
|
||||
/** Transformation for data flow sink. */
|
||||
export type DataFlowSink = Transformation & {
|
||||
/** Dataset reference. */
|
||||
dataset?: DatasetReference;
|
||||
/** Linked service reference. */
|
||||
linkedService?: LinkedServiceReference;
|
||||
/** Schema linked service reference. */
|
||||
schemaLinkedService?: LinkedServiceReference;
|
||||
};
|
||||
|
@ -6843,50 +6861,6 @@ export type ParquetFormat = DatasetStorageFormat & {
|
|||
type: "ParquetFormat";
|
||||
};
|
||||
|
||||
/** The BZip2 compression method used on a dataset. */
|
||||
export type DatasetBZip2Compression = DatasetCompression & {
|
||||
/** Polymorphic discriminator, which specifies the different types this object can be */
|
||||
type: "BZip2";
|
||||
};
|
||||
|
||||
/** The GZip compression method used on a dataset. */
|
||||
export type DatasetGZipCompression = DatasetCompression & {
|
||||
/** Polymorphic discriminator, which specifies the different types this object can be */
|
||||
type: "GZip";
|
||||
/** The GZip compression level. Type: string (or Expression with resultType string). */
|
||||
level?: any;
|
||||
};
|
||||
|
||||
/** The Deflate compression method used on a dataset. */
|
||||
export type DatasetDeflateCompression = DatasetCompression & {
|
||||
/** Polymorphic discriminator, which specifies the different types this object can be */
|
||||
type: "Deflate";
|
||||
/** The Deflate compression level. Type: string (or Expression with resultType string). */
|
||||
level?: any;
|
||||
};
|
||||
|
||||
/** The ZipDeflate compression method used on a dataset. */
|
||||
export type DatasetZipDeflateCompression = DatasetCompression & {
|
||||
/** Polymorphic discriminator, which specifies the different types this object can be */
|
||||
type: "ZipDeflate";
|
||||
/** The ZipDeflate compression level. Type: string (or Expression with resultType string). */
|
||||
level?: any;
|
||||
};
|
||||
|
||||
/** The Tar archive method used on a dataset. */
|
||||
export type DatasetTarCompression = DatasetCompression & {
|
||||
/** Polymorphic discriminator, which specifies the different types this object can be */
|
||||
type: "Tar";
|
||||
};
|
||||
|
||||
/** The TarGZip compression method used on a dataset. */
|
||||
export type DatasetTarGZipCompression = DatasetCompression & {
|
||||
/** Polymorphic discriminator, which specifies the different types this object can be */
|
||||
type: "TarGZip";
|
||||
/** The TarGZip compression level. Type: string (or Expression with resultType string). */
|
||||
level?: any;
|
||||
};
|
||||
|
||||
/** A WebLinkedService that uses anonymous authentication to communicate with an HTTP endpoint. */
|
||||
export type WebAnonymousAuthentication = WebLinkedServiceTypeProperties & {
|
||||
/** Polymorphic discriminator, which specifies the different types this object can be */
|
||||
|
@ -8428,8 +8402,18 @@ export type SqlPool = TrackedResource & {
|
|||
status?: string;
|
||||
/** Snapshot time to restore */
|
||||
restorePointInTime?: string;
|
||||
/** What is this? */
|
||||
createMode?: string;
|
||||
/**
|
||||
* Specifies the mode of sql pool creation.
|
||||
*
|
||||
* Default: regular sql pool creation.
|
||||
*
|
||||
* PointInTimeRestore: Creates a sql pool by restoring a point in time backup of an existing sql pool. sourceDatabaseId must be specified as the resource ID of the existing sql pool, and restorePointInTime must be specified.
|
||||
*
|
||||
* Recovery: Creates a sql pool by a geo-replicated backup. sourceDatabaseId must be specified as the recoverableDatabaseId to restore.
|
||||
*
|
||||
* Restore: Creates a sql pool by restoring a backup of a deleted sql pool. SourceDatabaseId should be the sql pool's original resource ID. SourceDatabaseId and sourceDatabaseDeletionDate must be specified.
|
||||
*/
|
||||
createMode?: CreateMode;
|
||||
/** Date the SQL pool was created */
|
||||
creationDate?: Date;
|
||||
};
|
||||
|
@ -10249,6 +10233,26 @@ export enum KnownLivyStates {
|
|||
*/
|
||||
export type LivyStates = string;
|
||||
|
||||
/** Known values of {@link CreateMode} that the service accepts. */
|
||||
export enum KnownCreateMode {
|
||||
Default = "Default",
|
||||
PointInTimeRestore = "PointInTimeRestore",
|
||||
Recovery = "Recovery",
|
||||
Restore = "Restore"
|
||||
}
|
||||
|
||||
/**
|
||||
* Defines values for CreateMode. \
|
||||
* {@link KnownCreateMode} can be used interchangeably with CreateMode,
|
||||
* this enum contains the known values that the service supports.
|
||||
* ### Known values supported by the service
|
||||
* **Default** \
|
||||
* **PointInTimeRestore** \
|
||||
* **Recovery** \
|
||||
* **Restore**
|
||||
*/
|
||||
export type CreateMode = string;
|
||||
|
||||
/** Known values of {@link SqlScriptType} that the service accepts. */
|
||||
export enum KnownSqlScriptType {
|
||||
SqlQuery = "SqlQuery"
|
||||
|
@ -11583,6 +11587,22 @@ export enum KnownDynamicsAuthenticationType {
|
|||
*/
|
||||
export type DynamicsAuthenticationType = string;
|
||||
|
||||
/** Known values of {@link DynamicsServicePrincipalCredentialType} that the service accepts. */
|
||||
export enum KnownDynamicsServicePrincipalCredentialType {
|
||||
ServicePrincipalKey = "ServicePrincipalKey",
|
||||
ServicePrincipalCert = "ServicePrincipalCert"
|
||||
}
|
||||
|
||||
/**
|
||||
* Defines values for DynamicsServicePrincipalCredentialType. \
|
||||
* {@link KnownDynamicsServicePrincipalCredentialType} can be used interchangeably with DynamicsServicePrincipalCredentialType,
|
||||
* this enum contains the known values that the service supports.
|
||||
* ### Known values supported by the service
|
||||
* **ServicePrincipalKey** \
|
||||
* **ServicePrincipalCert**
|
||||
*/
|
||||
export type DynamicsServicePrincipalCredentialType = string;
|
||||
|
||||
/** Known values of {@link HdiNodeTypes} that the service accepts. */
|
||||
export enum KnownHdiNodeTypes {
|
||||
Headnode = "Headnode",
|
||||
|
|
|
@ -140,6 +140,18 @@ export const KqlScriptContentCurrentConnection: coreClient.CompositeMapper = {
|
|||
name: "String"
|
||||
}
|
||||
},
|
||||
poolName: {
|
||||
serializedName: "poolName",
|
||||
type: {
|
||||
name: "String"
|
||||
}
|
||||
},
|
||||
databaseName: {
|
||||
serializedName: "databaseName",
|
||||
type: {
|
||||
name: "String"
|
||||
}
|
||||
},
|
||||
type: {
|
||||
serializedName: "type",
|
||||
type: {
|
||||
|
@ -926,6 +938,18 @@ export const DataFlowDebugPackage: coreClient.CompositeMapper = {
|
|||
className: "DataFlowDebugResource"
|
||||
}
|
||||
},
|
||||
dataFlows: {
|
||||
serializedName: "dataFlows",
|
||||
type: {
|
||||
name: "Sequence",
|
||||
element: {
|
||||
type: {
|
||||
name: "Composite",
|
||||
className: "DataFlowDebugResource"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
datasets: {
|
||||
serializedName: "datasets",
|
||||
type: {
|
||||
|
@ -4375,6 +4399,13 @@ export const DataFlowReference: coreClient.CompositeMapper = {
|
|||
type: {
|
||||
name: "any"
|
||||
}
|
||||
},
|
||||
parameters: {
|
||||
serializedName: "parameters",
|
||||
type: {
|
||||
name: "Dictionary",
|
||||
value: { type: { name: "any" } }
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -4622,6 +4653,18 @@ export const StartDataFlowDebugSessionRequest: coreClient.CompositeMapper = {
|
|||
className: "DataFlowResource"
|
||||
}
|
||||
},
|
||||
dataFlows: {
|
||||
serializedName: "dataFlows",
|
||||
type: {
|
||||
name: "Sequence",
|
||||
element: {
|
||||
type: {
|
||||
name: "Composite",
|
||||
className: "DataFlowResource"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
datasets: {
|
||||
serializedName: "datasets",
|
||||
type: {
|
||||
|
@ -4846,6 +4889,27 @@ export const Transformation: coreClient.CompositeMapper = {
|
|||
type: {
|
||||
name: "String"
|
||||
}
|
||||
},
|
||||
dataset: {
|
||||
serializedName: "dataset",
|
||||
type: {
|
||||
name: "Composite",
|
||||
className: "DatasetReference"
|
||||
}
|
||||
},
|
||||
linkedService: {
|
||||
serializedName: "linkedService",
|
||||
type: {
|
||||
name: "Composite",
|
||||
className: "LinkedServiceReference"
|
||||
}
|
||||
},
|
||||
flowlet: {
|
||||
serializedName: "flowlet",
|
||||
type: {
|
||||
name: "Composite",
|
||||
className: "DataFlowReference"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -4965,22 +5029,22 @@ export const DatasetStorageFormat: coreClient.CompositeMapper = {
|
|||
};
|
||||
|
||||
export const DatasetCompression: coreClient.CompositeMapper = {
|
||||
serializedName: "DatasetCompression",
|
||||
type: {
|
||||
name: "Composite",
|
||||
className: "DatasetCompression",
|
||||
uberParent: "DatasetCompression",
|
||||
additionalProperties: { type: { name: "Object" } },
|
||||
polymorphicDiscriminator: {
|
||||
serializedName: "type",
|
||||
clientName: "type"
|
||||
},
|
||||
modelProperties: {
|
||||
type: {
|
||||
serializedName: "type",
|
||||
required: true,
|
||||
type: {
|
||||
name: "String"
|
||||
name: "any"
|
||||
}
|
||||
},
|
||||
level: {
|
||||
serializedName: "level",
|
||||
type: {
|
||||
name: "any"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -7094,6 +7158,83 @@ export const MappingDataFlow: coreClient.CompositeMapper = {
|
|||
type: {
|
||||
name: "String"
|
||||
}
|
||||
},
|
||||
scriptLines: {
|
||||
serializedName: "typeProperties.scriptLines",
|
||||
type: {
|
||||
name: "Sequence",
|
||||
element: {
|
||||
type: {
|
||||
name: "String"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
export const Flowlet: coreClient.CompositeMapper = {
|
||||
serializedName: "Flowlet",
|
||||
type: {
|
||||
name: "Composite",
|
||||
className: "Flowlet",
|
||||
uberParent: "DataFlow",
|
||||
polymorphicDiscriminator: DataFlow.type.polymorphicDiscriminator,
|
||||
modelProperties: {
|
||||
...DataFlow.type.modelProperties,
|
||||
sources: {
|
||||
serializedName: "typeProperties.sources",
|
||||
type: {
|
||||
name: "Sequence",
|
||||
element: {
|
||||
type: {
|
||||
name: "Composite",
|
||||
className: "DataFlowSource"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
sinks: {
|
||||
serializedName: "typeProperties.sinks",
|
||||
type: {
|
||||
name: "Sequence",
|
||||
element: {
|
||||
type: {
|
||||
name: "Composite",
|
||||
className: "DataFlowSink"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
transformations: {
|
||||
serializedName: "typeProperties.transformations",
|
||||
type: {
|
||||
name: "Sequence",
|
||||
element: {
|
||||
type: {
|
||||
name: "Composite",
|
||||
className: "Transformation"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
script: {
|
||||
serializedName: "typeProperties.script",
|
||||
type: {
|
||||
name: "String"
|
||||
}
|
||||
},
|
||||
scriptLines: {
|
||||
serializedName: "typeProperties.scriptLines",
|
||||
type: {
|
||||
name: "Sequence",
|
||||
element: {
|
||||
type: {
|
||||
name: "String"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -16118,20 +16259,6 @@ export const DataFlowSource: coreClient.CompositeMapper = {
|
|||
className: "DataFlowSource",
|
||||
modelProperties: {
|
||||
...Transformation.type.modelProperties,
|
||||
dataset: {
|
||||
serializedName: "dataset",
|
||||
type: {
|
||||
name: "Composite",
|
||||
className: "DatasetReference"
|
||||
}
|
||||
},
|
||||
linkedService: {
|
||||
serializedName: "linkedService",
|
||||
type: {
|
||||
name: "Composite",
|
||||
className: "LinkedServiceReference"
|
||||
}
|
||||
},
|
||||
schemaLinkedService: {
|
||||
serializedName: "schemaLinkedService",
|
||||
type: {
|
||||
|
@ -16149,20 +16276,6 @@ export const DataFlowSink: coreClient.CompositeMapper = {
|
|||
className: "DataFlowSink",
|
||||
modelProperties: {
|
||||
...Transformation.type.modelProperties,
|
||||
dataset: {
|
||||
serializedName: "dataset",
|
||||
type: {
|
||||
name: "Composite",
|
||||
className: "DatasetReference"
|
||||
}
|
||||
},
|
||||
linkedService: {
|
||||
serializedName: "linkedService",
|
||||
type: {
|
||||
name: "Composite",
|
||||
className: "LinkedServiceReference"
|
||||
}
|
||||
},
|
||||
schemaLinkedService: {
|
||||
serializedName: "schemaLinkedService",
|
||||
type: {
|
||||
|
@ -16529,114 +16642,6 @@ export const ParquetFormat: coreClient.CompositeMapper = {
|
|||
}
|
||||
};
|
||||
|
||||
export const DatasetBZip2Compression: coreClient.CompositeMapper = {
|
||||
serializedName: "BZip2",
|
||||
type: {
|
||||
name: "Composite",
|
||||
className: "DatasetBZip2Compression",
|
||||
uberParent: "DatasetCompression",
|
||||
additionalProperties: { type: { name: "Object" } },
|
||||
polymorphicDiscriminator: DatasetCompression.type.polymorphicDiscriminator,
|
||||
modelProperties: {
|
||||
...DatasetCompression.type.modelProperties
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
export const DatasetGZipCompression: coreClient.CompositeMapper = {
|
||||
serializedName: "GZip",
|
||||
type: {
|
||||
name: "Composite",
|
||||
className: "DatasetGZipCompression",
|
||||
uberParent: "DatasetCompression",
|
||||
additionalProperties: { type: { name: "Object" } },
|
||||
polymorphicDiscriminator: DatasetCompression.type.polymorphicDiscriminator,
|
||||
modelProperties: {
|
||||
...DatasetCompression.type.modelProperties,
|
||||
level: {
|
||||
serializedName: "level",
|
||||
type: {
|
||||
name: "any"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
export const DatasetDeflateCompression: coreClient.CompositeMapper = {
|
||||
serializedName: "Deflate",
|
||||
type: {
|
||||
name: "Composite",
|
||||
className: "DatasetDeflateCompression",
|
||||
uberParent: "DatasetCompression",
|
||||
additionalProperties: { type: { name: "Object" } },
|
||||
polymorphicDiscriminator: DatasetCompression.type.polymorphicDiscriminator,
|
||||
modelProperties: {
|
||||
...DatasetCompression.type.modelProperties,
|
||||
level: {
|
||||
serializedName: "level",
|
||||
type: {
|
||||
name: "any"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
export const DatasetZipDeflateCompression: coreClient.CompositeMapper = {
|
||||
serializedName: "ZipDeflate",
|
||||
type: {
|
||||
name: "Composite",
|
||||
className: "DatasetZipDeflateCompression",
|
||||
uberParent: "DatasetCompression",
|
||||
additionalProperties: { type: { name: "Object" } },
|
||||
polymorphicDiscriminator: DatasetCompression.type.polymorphicDiscriminator,
|
||||
modelProperties: {
|
||||
...DatasetCompression.type.modelProperties,
|
||||
level: {
|
||||
serializedName: "level",
|
||||
type: {
|
||||
name: "any"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
export const DatasetTarCompression: coreClient.CompositeMapper = {
|
||||
serializedName: "Tar",
|
||||
type: {
|
||||
name: "Composite",
|
||||
className: "DatasetTarCompression",
|
||||
uberParent: "DatasetCompression",
|
||||
additionalProperties: { type: { name: "Object" } },
|
||||
polymorphicDiscriminator: DatasetCompression.type.polymorphicDiscriminator,
|
||||
modelProperties: {
|
||||
...DatasetCompression.type.modelProperties
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
export const DatasetTarGZipCompression: coreClient.CompositeMapper = {
|
||||
serializedName: "TarGZip",
|
||||
type: {
|
||||
name: "Composite",
|
||||
className: "DatasetTarGZipCompression",
|
||||
uberParent: "DatasetCompression",
|
||||
additionalProperties: { type: { name: "Object" } },
|
||||
polymorphicDiscriminator: DatasetCompression.type.polymorphicDiscriminator,
|
||||
modelProperties: {
|
||||
...DatasetCompression.type.modelProperties,
|
||||
level: {
|
||||
serializedName: "level",
|
||||
type: {
|
||||
name: "any"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
export const WebAnonymousAuthentication: coreClient.CompositeMapper = {
|
||||
serializedName: "Anonymous",
|
||||
type: {
|
||||
|
@ -24720,7 +24725,6 @@ export let discriminators = {
|
|||
SecretBase: SecretBase,
|
||||
DatasetLocation: DatasetLocation,
|
||||
DatasetStorageFormat: DatasetStorageFormat,
|
||||
DatasetCompression: DatasetCompression,
|
||||
WebLinkedServiceTypeProperties: WebLinkedServiceTypeProperties,
|
||||
StoreReadSettings: StoreReadSettings,
|
||||
StoreWriteSettings: StoreWriteSettings,
|
||||
|
@ -24736,6 +24740,7 @@ export let discriminators = {
|
|||
"CustomSetupBase.undefined": CustomSetupBase,
|
||||
LinkedIntegrationRuntimeType: LinkedIntegrationRuntimeType,
|
||||
"DataFlow.MappingDataFlow": MappingDataFlow,
|
||||
"DataFlow.Flowlet": Flowlet,
|
||||
"IntegrationRuntime.Managed": ManagedIntegrationRuntime,
|
||||
"IntegrationRuntime.SelfHosted": SelfHostedIntegrationRuntime,
|
||||
"Dataset.AmazonS3Object": AmazonS3Dataset,
|
||||
|
@ -24958,12 +24963,6 @@ export let discriminators = {
|
|||
"DatasetStorageFormat.AvroFormat": AvroFormat,
|
||||
"DatasetStorageFormat.OrcFormat": OrcFormat,
|
||||
"DatasetStorageFormat.ParquetFormat": ParquetFormat,
|
||||
"DatasetCompression.BZip2": DatasetBZip2Compression,
|
||||
"DatasetCompression.GZip": DatasetGZipCompression,
|
||||
"DatasetCompression.Deflate": DatasetDeflateCompression,
|
||||
"DatasetCompression.ZipDeflate": DatasetZipDeflateCompression,
|
||||
"DatasetCompression.Tar": DatasetTarCompression,
|
||||
"DatasetCompression.TarGZip": DatasetTarGZipCompression,
|
||||
"WebLinkedServiceTypeProperties.Anonymous": WebAnonymousAuthentication,
|
||||
"WebLinkedServiceTypeProperties.Basic": WebBasicAuthentication,
|
||||
"WebLinkedServiceTypeProperties.ClientCertificate": WebClientCertificateAuthentication,
|
||||
|
|
|
@ -58,7 +58,7 @@ export const endpoint: OperationURLParameter = {
|
|||
export const apiVersion: OperationQueryParameter = {
|
||||
parameterPath: "apiVersion",
|
||||
mapper: {
|
||||
defaultValue: "2021-06-01-preview",
|
||||
defaultValue: "2021-11-01-preview",
|
||||
isConstant: true,
|
||||
serializedName: "api-version",
|
||||
type: {
|
||||
|
@ -112,6 +112,18 @@ export const renameRequest: OperationParameter = {
|
|||
mapper: ArtifactRenameRequestMapper
|
||||
};
|
||||
|
||||
export const apiVersion1: OperationQueryParameter = {
|
||||
parameterPath: "apiVersion",
|
||||
mapper: {
|
||||
defaultValue: "2021-06-01-preview",
|
||||
isConstant: true,
|
||||
serializedName: "api-version",
|
||||
type: {
|
||||
name: "String"
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
export const sparkConfiguration: OperationParameter = {
|
||||
parameterPath: "sparkConfiguration",
|
||||
mapper: SparkConfigurationResourceMapper
|
||||
|
@ -153,7 +165,7 @@ export const request: OperationParameter = {
|
|||
mapper: ArtifactRenameRequestMapper
|
||||
};
|
||||
|
||||
export const apiVersion1: OperationQueryParameter = {
|
||||
export const apiVersion2: OperationQueryParameter = {
|
||||
parameterPath: "apiVersion",
|
||||
mapper: {
|
||||
defaultValue: "2020-12-01",
|
||||
|
|
|
@ -98,7 +98,7 @@ const listOperationSpec: coreClient.OperationSpec = {
|
|||
bodyMapper: Mappers.ErrorContract
|
||||
}
|
||||
},
|
||||
queryParameters: [Parameters.apiVersion1],
|
||||
queryParameters: [Parameters.apiVersion2],
|
||||
urlParameters: [Parameters.endpoint],
|
||||
headerParameters: [Parameters.accept],
|
||||
serializer
|
||||
|
@ -114,7 +114,7 @@ const getOperationSpec: coreClient.OperationSpec = {
|
|||
bodyMapper: Mappers.ErrorContract
|
||||
}
|
||||
},
|
||||
queryParameters: [Parameters.apiVersion1],
|
||||
queryParameters: [Parameters.apiVersion2],
|
||||
urlParameters: [Parameters.endpoint, Parameters.bigDataPoolName],
|
||||
headerParameters: [Parameters.accept],
|
||||
serializer
|
||||
|
|
|
@ -425,7 +425,7 @@ const createDataFlowDebugSessionOperationSpec: coreClient.OperationSpec = {
|
|||
}
|
||||
},
|
||||
requestBody: Parameters.request1,
|
||||
queryParameters: [Parameters.apiVersion1],
|
||||
queryParameters: [Parameters.apiVersion2],
|
||||
urlParameters: [Parameters.endpoint],
|
||||
headerParameters: [Parameters.accept, Parameters.contentType],
|
||||
mediaType: "json",
|
||||
|
@ -442,7 +442,7 @@ const queryDataFlowDebugSessionsByWorkspaceOperationSpec: coreClient.OperationSp
|
|||
bodyMapper: Mappers.CloudErrorAutoGenerated
|
||||
}
|
||||
},
|
||||
queryParameters: [Parameters.apiVersion1],
|
||||
queryParameters: [Parameters.apiVersion2],
|
||||
urlParameters: [Parameters.endpoint],
|
||||
headerParameters: [Parameters.accept],
|
||||
serializer
|
||||
|
@ -459,7 +459,7 @@ const addDataFlowOperationSpec: coreClient.OperationSpec = {
|
|||
}
|
||||
},
|
||||
requestBody: Parameters.request2,
|
||||
queryParameters: [Parameters.apiVersion1],
|
||||
queryParameters: [Parameters.apiVersion2],
|
||||
urlParameters: [Parameters.endpoint],
|
||||
headerParameters: [Parameters.accept, Parameters.contentType],
|
||||
mediaType: "json",
|
||||
|
@ -475,7 +475,7 @@ const deleteDataFlowDebugSessionOperationSpec: coreClient.OperationSpec = {
|
|||
}
|
||||
},
|
||||
requestBody: Parameters.request3,
|
||||
queryParameters: [Parameters.apiVersion1],
|
||||
queryParameters: [Parameters.apiVersion2],
|
||||
urlParameters: [Parameters.endpoint],
|
||||
headerParameters: [Parameters.accept, Parameters.contentType],
|
||||
mediaType: "json",
|
||||
|
@ -502,7 +502,7 @@ const executeCommandOperationSpec: coreClient.OperationSpec = {
|
|||
}
|
||||
},
|
||||
requestBody: Parameters.request4,
|
||||
queryParameters: [Parameters.apiVersion1],
|
||||
queryParameters: [Parameters.apiVersion2],
|
||||
urlParameters: [Parameters.endpoint],
|
||||
headerParameters: [Parameters.accept, Parameters.contentType],
|
||||
mediaType: "json",
|
||||
|
@ -519,7 +519,7 @@ const queryDataFlowDebugSessionsByWorkspaceNextOperationSpec: coreClient.Operati
|
|||
bodyMapper: Mappers.CloudErrorAutoGenerated
|
||||
}
|
||||
},
|
||||
queryParameters: [Parameters.apiVersion1],
|
||||
queryParameters: [Parameters.apiVersion2],
|
||||
urlParameters: [Parameters.endpoint, Parameters.nextLink],
|
||||
headerParameters: [Parameters.accept],
|
||||
serializer
|
||||
|
|
|
@ -481,7 +481,7 @@ const createOrUpdateDataFlowOperationSpec: coreClient.OperationSpec = {
|
|||
}
|
||||
},
|
||||
requestBody: Parameters.dataFlow,
|
||||
queryParameters: [Parameters.apiVersion1],
|
||||
queryParameters: [Parameters.apiVersion2],
|
||||
urlParameters: [Parameters.endpoint, Parameters.dataFlowName],
|
||||
headerParameters: [
|
||||
Parameters.accept,
|
||||
|
@ -502,7 +502,7 @@ const getDataFlowOperationSpec: coreClient.OperationSpec = {
|
|||
bodyMapper: Mappers.CloudErrorAutoGenerated
|
||||
}
|
||||
},
|
||||
queryParameters: [Parameters.apiVersion1],
|
||||
queryParameters: [Parameters.apiVersion2],
|
||||
urlParameters: [Parameters.endpoint, Parameters.dataFlowName],
|
||||
headerParameters: [Parameters.accept, Parameters.ifNoneMatch],
|
||||
serializer
|
||||
|
@ -519,7 +519,7 @@ const deleteDataFlowOperationSpec: coreClient.OperationSpec = {
|
|||
bodyMapper: Mappers.CloudErrorAutoGenerated
|
||||
}
|
||||
},
|
||||
queryParameters: [Parameters.apiVersion1],
|
||||
queryParameters: [Parameters.apiVersion2],
|
||||
urlParameters: [Parameters.endpoint, Parameters.dataFlowName],
|
||||
headerParameters: [Parameters.accept],
|
||||
serializer
|
||||
|
@ -537,7 +537,7 @@ const renameDataFlowOperationSpec: coreClient.OperationSpec = {
|
|||
}
|
||||
},
|
||||
requestBody: Parameters.request,
|
||||
queryParameters: [Parameters.apiVersion1],
|
||||
queryParameters: [Parameters.apiVersion2],
|
||||
urlParameters: [Parameters.endpoint, Parameters.dataFlowName],
|
||||
headerParameters: [Parameters.accept, Parameters.contentType],
|
||||
mediaType: "json",
|
||||
|
@ -554,7 +554,7 @@ const getDataFlowsByWorkspaceOperationSpec: coreClient.OperationSpec = {
|
|||
bodyMapper: Mappers.CloudErrorAutoGenerated
|
||||
}
|
||||
},
|
||||
queryParameters: [Parameters.apiVersion1],
|
||||
queryParameters: [Parameters.apiVersion2],
|
||||
urlParameters: [Parameters.endpoint],
|
||||
headerParameters: [Parameters.accept],
|
||||
serializer
|
||||
|
@ -570,7 +570,7 @@ const getDataFlowsByWorkspaceNextOperationSpec: coreClient.OperationSpec = {
|
|||
bodyMapper: Mappers.CloudErrorAutoGenerated
|
||||
}
|
||||
},
|
||||
queryParameters: [Parameters.apiVersion1],
|
||||
queryParameters: [Parameters.apiVersion2],
|
||||
urlParameters: [Parameters.endpoint, Parameters.nextLink],
|
||||
headerParameters: [Parameters.accept],
|
||||
serializer
|
||||
|
|
|
@ -466,7 +466,7 @@ const getDatasetsByWorkspaceOperationSpec: coreClient.OperationSpec = {
|
|||
bodyMapper: Mappers.CloudErrorAutoGenerated
|
||||
}
|
||||
},
|
||||
queryParameters: [Parameters.apiVersion1],
|
||||
queryParameters: [Parameters.apiVersion2],
|
||||
urlParameters: [Parameters.endpoint],
|
||||
headerParameters: [Parameters.accept],
|
||||
serializer
|
||||
|
@ -492,7 +492,7 @@ const createOrUpdateDatasetOperationSpec: coreClient.OperationSpec = {
|
|||
}
|
||||
},
|
||||
requestBody: Parameters.dataset,
|
||||
queryParameters: [Parameters.apiVersion1],
|
||||
queryParameters: [Parameters.apiVersion2],
|
||||
urlParameters: [Parameters.endpoint, Parameters.datasetName],
|
||||
headerParameters: [
|
||||
Parameters.accept,
|
||||
|
@ -514,7 +514,7 @@ const getDatasetOperationSpec: coreClient.OperationSpec = {
|
|||
bodyMapper: Mappers.CloudErrorAutoGenerated
|
||||
}
|
||||
},
|
||||
queryParameters: [Parameters.apiVersion1],
|
||||
queryParameters: [Parameters.apiVersion2],
|
||||
urlParameters: [Parameters.endpoint, Parameters.datasetName],
|
||||
headerParameters: [Parameters.accept, Parameters.ifNoneMatch],
|
||||
serializer
|
||||
|
@ -531,7 +531,7 @@ const deleteDatasetOperationSpec: coreClient.OperationSpec = {
|
|||
bodyMapper: Mappers.CloudErrorAutoGenerated
|
||||
}
|
||||
},
|
||||
queryParameters: [Parameters.apiVersion1],
|
||||
queryParameters: [Parameters.apiVersion2],
|
||||
urlParameters: [Parameters.endpoint, Parameters.datasetName],
|
||||
headerParameters: [Parameters.accept],
|
||||
serializer
|
||||
|
@ -549,7 +549,7 @@ const renameDatasetOperationSpec: coreClient.OperationSpec = {
|
|||
}
|
||||
},
|
||||
requestBody: Parameters.request,
|
||||
queryParameters: [Parameters.apiVersion1],
|
||||
queryParameters: [Parameters.apiVersion2],
|
||||
urlParameters: [Parameters.endpoint, Parameters.datasetName],
|
||||
headerParameters: [Parameters.accept, Parameters.contentType],
|
||||
mediaType: "json",
|
||||
|
@ -566,7 +566,7 @@ const getDatasetsByWorkspaceNextOperationSpec: coreClient.OperationSpec = {
|
|||
bodyMapper: Mappers.CloudErrorAutoGenerated
|
||||
}
|
||||
},
|
||||
queryParameters: [Parameters.apiVersion1],
|
||||
queryParameters: [Parameters.apiVersion2],
|
||||
urlParameters: [Parameters.endpoint, Parameters.nextLink],
|
||||
headerParameters: [Parameters.accept],
|
||||
serializer
|
||||
|
|
|
@ -98,7 +98,7 @@ const listOperationSpec: coreClient.OperationSpec = {
|
|||
bodyMapper: Mappers.ErrorContract
|
||||
}
|
||||
},
|
||||
queryParameters: [Parameters.apiVersion1],
|
||||
queryParameters: [Parameters.apiVersion2],
|
||||
urlParameters: [Parameters.endpoint],
|
||||
headerParameters: [Parameters.accept],
|
||||
serializer
|
||||
|
@ -114,7 +114,7 @@ const getOperationSpec: coreClient.OperationSpec = {
|
|||
bodyMapper: Mappers.ErrorContract
|
||||
}
|
||||
},
|
||||
queryParameters: [Parameters.apiVersion1],
|
||||
queryParameters: [Parameters.apiVersion2],
|
||||
urlParameters: [Parameters.endpoint, Parameters.integrationRuntimeName],
|
||||
headerParameters: [Parameters.accept],
|
||||
serializer
|
||||
|
|
|
@ -501,7 +501,7 @@ const listOperationSpec: coreClient.OperationSpec = {
|
|||
bodyMapper: Mappers.CloudErrorAutoGenerated
|
||||
}
|
||||
},
|
||||
queryParameters: [Parameters.apiVersion1],
|
||||
queryParameters: [Parameters.apiVersion2],
|
||||
urlParameters: [Parameters.endpoint],
|
||||
headerParameters: [Parameters.accept],
|
||||
serializer
|
||||
|
@ -518,7 +518,7 @@ const flushOperationSpec: coreClient.OperationSpec = {
|
|||
bodyMapper: Mappers.CloudErrorAutoGenerated
|
||||
}
|
||||
},
|
||||
queryParameters: [Parameters.apiVersion1],
|
||||
queryParameters: [Parameters.apiVersion2],
|
||||
urlParameters: [Parameters.endpoint, Parameters.libraryName],
|
||||
headerParameters: [Parameters.accept],
|
||||
serializer
|
||||
|
@ -537,7 +537,7 @@ const getOperationResultOperationSpec: coreClient.OperationSpec = {
|
|||
bodyMapper: Mappers.CloudErrorAutoGenerated
|
||||
}
|
||||
},
|
||||
queryParameters: [Parameters.apiVersion1],
|
||||
queryParameters: [Parameters.apiVersion2],
|
||||
urlParameters: [Parameters.endpoint, Parameters.operationId],
|
||||
headerParameters: [Parameters.accept],
|
||||
serializer
|
||||
|
@ -554,7 +554,7 @@ const deleteOperationSpec: coreClient.OperationSpec = {
|
|||
bodyMapper: Mappers.CloudErrorAutoGenerated
|
||||
}
|
||||
},
|
||||
queryParameters: [Parameters.apiVersion1],
|
||||
queryParameters: [Parameters.apiVersion2],
|
||||
urlParameters: [Parameters.endpoint, Parameters.libraryName],
|
||||
headerParameters: [Parameters.accept],
|
||||
serializer
|
||||
|
@ -571,7 +571,7 @@ const getOperationSpec: coreClient.OperationSpec = {
|
|||
bodyMapper: Mappers.CloudErrorAutoGenerated
|
||||
}
|
||||
},
|
||||
queryParameters: [Parameters.apiVersion1],
|
||||
queryParameters: [Parameters.apiVersion2],
|
||||
urlParameters: [Parameters.endpoint, Parameters.libraryName],
|
||||
headerParameters: [Parameters.accept],
|
||||
serializer
|
||||
|
@ -588,7 +588,7 @@ const createOperationSpec: coreClient.OperationSpec = {
|
|||
bodyMapper: Mappers.CloudErrorAutoGenerated
|
||||
}
|
||||
},
|
||||
queryParameters: [Parameters.apiVersion1],
|
||||
queryParameters: [Parameters.apiVersion2],
|
||||
urlParameters: [Parameters.endpoint, Parameters.libraryName],
|
||||
headerParameters: [Parameters.accept],
|
||||
serializer
|
||||
|
@ -603,7 +603,7 @@ const appendOperationSpec: coreClient.OperationSpec = {
|
|||
}
|
||||
},
|
||||
requestBody: Parameters.content,
|
||||
queryParameters: [Parameters.apiVersion1, Parameters.comp],
|
||||
queryParameters: [Parameters.apiVersion2, Parameters.comp],
|
||||
urlParameters: [Parameters.endpoint, Parameters.libraryName],
|
||||
headerParameters: [
|
||||
Parameters.contentType1,
|
||||
|
@ -624,7 +624,7 @@ const listNextOperationSpec: coreClient.OperationSpec = {
|
|||
bodyMapper: Mappers.CloudErrorAutoGenerated
|
||||
}
|
||||
},
|
||||
queryParameters: [Parameters.apiVersion1],
|
||||
queryParameters: [Parameters.apiVersion2],
|
||||
urlParameters: [Parameters.endpoint, Parameters.nextLink],
|
||||
headerParameters: [Parameters.accept],
|
||||
serializer
|
||||
|
|
|
@ -479,7 +479,7 @@ const getLinkedServicesByWorkspaceOperationSpec: coreClient.OperationSpec = {
|
|||
bodyMapper: Mappers.CloudErrorAutoGenerated
|
||||
}
|
||||
},
|
||||
queryParameters: [Parameters.apiVersion1],
|
||||
queryParameters: [Parameters.apiVersion2],
|
||||
urlParameters: [Parameters.endpoint],
|
||||
headerParameters: [Parameters.accept],
|
||||
serializer
|
||||
|
@ -505,7 +505,7 @@ const createOrUpdateLinkedServiceOperationSpec: coreClient.OperationSpec = {
|
|||
}
|
||||
},
|
||||
requestBody: Parameters.linkedService,
|
||||
queryParameters: [Parameters.apiVersion1],
|
||||
queryParameters: [Parameters.apiVersion2],
|
||||
urlParameters: [Parameters.endpoint, Parameters.linkedServiceName],
|
||||
headerParameters: [
|
||||
Parameters.accept,
|
||||
|
@ -527,7 +527,7 @@ const getLinkedServiceOperationSpec: coreClient.OperationSpec = {
|
|||
bodyMapper: Mappers.CloudErrorAutoGenerated
|
||||
}
|
||||
},
|
||||
queryParameters: [Parameters.apiVersion1],
|
||||
queryParameters: [Parameters.apiVersion2],
|
||||
urlParameters: [Parameters.endpoint, Parameters.linkedServiceName],
|
||||
headerParameters: [Parameters.accept, Parameters.ifNoneMatch],
|
||||
serializer
|
||||
|
@ -544,7 +544,7 @@ const deleteLinkedServiceOperationSpec: coreClient.OperationSpec = {
|
|||
bodyMapper: Mappers.CloudErrorAutoGenerated
|
||||
}
|
||||
},
|
||||
queryParameters: [Parameters.apiVersion1],
|
||||
queryParameters: [Parameters.apiVersion2],
|
||||
urlParameters: [Parameters.endpoint, Parameters.linkedServiceName],
|
||||
headerParameters: [Parameters.accept],
|
||||
serializer
|
||||
|
@ -562,7 +562,7 @@ const renameLinkedServiceOperationSpec: coreClient.OperationSpec = {
|
|||
}
|
||||
},
|
||||
requestBody: Parameters.request,
|
||||
queryParameters: [Parameters.apiVersion1],
|
||||
queryParameters: [Parameters.apiVersion2],
|
||||
urlParameters: [Parameters.endpoint, Parameters.linkedServiceName],
|
||||
headerParameters: [Parameters.accept, Parameters.contentType],
|
||||
mediaType: "json",
|
||||
|
@ -579,7 +579,7 @@ const getLinkedServicesByWorkspaceNextOperationSpec: coreClient.OperationSpec =
|
|||
bodyMapper: Mappers.CloudErrorAutoGenerated
|
||||
}
|
||||
},
|
||||
queryParameters: [Parameters.apiVersion1],
|
||||
queryParameters: [Parameters.apiVersion2],
|
||||
urlParameters: [Parameters.endpoint, Parameters.nextLink],
|
||||
headerParameters: [Parameters.accept],
|
||||
serializer
|
||||
|
|
|
@ -69,7 +69,7 @@ const getOperationSpec: coreClient.OperationSpec = {
|
|||
bodyMapper: Mappers.ErrorContract
|
||||
}
|
||||
},
|
||||
queryParameters: [Parameters.apiVersion1],
|
||||
queryParameters: [Parameters.apiVersion2],
|
||||
urlParameters: [Parameters.endpoint, Parameters.operationId],
|
||||
headerParameters: [Parameters.accept],
|
||||
serializer
|
||||
|
|
|
@ -581,7 +581,7 @@ const getNotebooksByWorkspaceOperationSpec: coreClient.OperationSpec = {
|
|||
bodyMapper: Mappers.CloudErrorAutoGenerated
|
||||
}
|
||||
},
|
||||
queryParameters: [Parameters.apiVersion1],
|
||||
queryParameters: [Parameters.apiVersion2],
|
||||
urlParameters: [Parameters.endpoint],
|
||||
headerParameters: [Parameters.accept],
|
||||
serializer
|
||||
|
@ -597,7 +597,7 @@ const getNotebookSummaryByWorkSpaceOperationSpec: coreClient.OperationSpec = {
|
|||
bodyMapper: Mappers.CloudErrorAutoGenerated
|
||||
}
|
||||
},
|
||||
queryParameters: [Parameters.apiVersion1],
|
||||
queryParameters: [Parameters.apiVersion2],
|
||||
urlParameters: [Parameters.endpoint],
|
||||
headerParameters: [Parameters.accept],
|
||||
serializer
|
||||
|
@ -623,7 +623,7 @@ const createOrUpdateNotebookOperationSpec: coreClient.OperationSpec = {
|
|||
}
|
||||
},
|
||||
requestBody: Parameters.notebook,
|
||||
queryParameters: [Parameters.apiVersion1],
|
||||
queryParameters: [Parameters.apiVersion2],
|
||||
urlParameters: [Parameters.endpoint, Parameters.notebookName],
|
||||
headerParameters: [
|
||||
Parameters.accept,
|
||||
|
@ -645,7 +645,7 @@ const getNotebookOperationSpec: coreClient.OperationSpec = {
|
|||
bodyMapper: Mappers.CloudErrorAutoGenerated
|
||||
}
|
||||
},
|
||||
queryParameters: [Parameters.apiVersion1],
|
||||
queryParameters: [Parameters.apiVersion2],
|
||||
urlParameters: [Parameters.endpoint, Parameters.notebookName],
|
||||
headerParameters: [Parameters.accept, Parameters.ifNoneMatch],
|
||||
serializer
|
||||
|
@ -662,7 +662,7 @@ const deleteNotebookOperationSpec: coreClient.OperationSpec = {
|
|||
bodyMapper: Mappers.CloudErrorAutoGenerated
|
||||
}
|
||||
},
|
||||
queryParameters: [Parameters.apiVersion1],
|
||||
queryParameters: [Parameters.apiVersion2],
|
||||
urlParameters: [Parameters.endpoint, Parameters.notebookName],
|
||||
headerParameters: [Parameters.accept],
|
||||
serializer
|
||||
|
@ -680,7 +680,7 @@ const renameNotebookOperationSpec: coreClient.OperationSpec = {
|
|||
}
|
||||
},
|
||||
requestBody: Parameters.request,
|
||||
queryParameters: [Parameters.apiVersion1],
|
||||
queryParameters: [Parameters.apiVersion2],
|
||||
urlParameters: [Parameters.endpoint, Parameters.notebookName],
|
||||
headerParameters: [Parameters.accept, Parameters.contentType],
|
||||
mediaType: "json",
|
||||
|
@ -697,7 +697,7 @@ const getNotebooksByWorkspaceNextOperationSpec: coreClient.OperationSpec = {
|
|||
bodyMapper: Mappers.CloudErrorAutoGenerated
|
||||
}
|
||||
},
|
||||
queryParameters: [Parameters.apiVersion1],
|
||||
queryParameters: [Parameters.apiVersion2],
|
||||
urlParameters: [Parameters.endpoint, Parameters.nextLink],
|
||||
headerParameters: [Parameters.accept],
|
||||
serializer
|
||||
|
@ -713,7 +713,7 @@ const getNotebookSummaryByWorkSpaceNextOperationSpec: coreClient.OperationSpec =
|
|||
bodyMapper: Mappers.CloudErrorAutoGenerated
|
||||
}
|
||||
},
|
||||
queryParameters: [Parameters.apiVersion1],
|
||||
queryParameters: [Parameters.apiVersion2],
|
||||
urlParameters: [Parameters.endpoint, Parameters.nextLink],
|
||||
headerParameters: [Parameters.accept],
|
||||
serializer
|
||||
|
|
|
@ -503,7 +503,7 @@ const getPipelinesByWorkspaceOperationSpec: coreClient.OperationSpec = {
|
|||
bodyMapper: Mappers.CloudErrorAutoGenerated
|
||||
}
|
||||
},
|
||||
queryParameters: [Parameters.apiVersion1],
|
||||
queryParameters: [Parameters.apiVersion2],
|
||||
urlParameters: [Parameters.endpoint],
|
||||
headerParameters: [Parameters.accept],
|
||||
serializer
|
||||
|
@ -529,7 +529,7 @@ const createOrUpdatePipelineOperationSpec: coreClient.OperationSpec = {
|
|||
}
|
||||
},
|
||||
requestBody: Parameters.pipeline,
|
||||
queryParameters: [Parameters.apiVersion1],
|
||||
queryParameters: [Parameters.apiVersion2],
|
||||
urlParameters: [Parameters.endpoint, Parameters.pipelineName],
|
||||
headerParameters: [
|
||||
Parameters.accept,
|
||||
|
@ -551,7 +551,7 @@ const getPipelineOperationSpec: coreClient.OperationSpec = {
|
|||
bodyMapper: Mappers.CloudErrorAutoGenerated
|
||||
}
|
||||
},
|
||||
queryParameters: [Parameters.apiVersion1],
|
||||
queryParameters: [Parameters.apiVersion2],
|
||||
urlParameters: [Parameters.endpoint, Parameters.pipelineName],
|
||||
headerParameters: [Parameters.accept, Parameters.ifNoneMatch],
|
||||
serializer
|
||||
|
@ -568,7 +568,7 @@ const deletePipelineOperationSpec: coreClient.OperationSpec = {
|
|||
bodyMapper: Mappers.CloudErrorAutoGenerated
|
||||
}
|
||||
},
|
||||
queryParameters: [Parameters.apiVersion1],
|
||||
queryParameters: [Parameters.apiVersion2],
|
||||
urlParameters: [Parameters.endpoint, Parameters.pipelineName],
|
||||
headerParameters: [Parameters.accept],
|
||||
serializer
|
||||
|
@ -586,7 +586,7 @@ const renamePipelineOperationSpec: coreClient.OperationSpec = {
|
|||
}
|
||||
},
|
||||
requestBody: Parameters.request,
|
||||
queryParameters: [Parameters.apiVersion1],
|
||||
queryParameters: [Parameters.apiVersion2],
|
||||
urlParameters: [Parameters.endpoint, Parameters.pipelineName],
|
||||
headerParameters: [Parameters.accept, Parameters.contentType],
|
||||
mediaType: "json",
|
||||
|
@ -605,7 +605,7 @@ const createPipelineRunOperationSpec: coreClient.OperationSpec = {
|
|||
},
|
||||
requestBody: Parameters.parameters,
|
||||
queryParameters: [
|
||||
Parameters.apiVersion1,
|
||||
Parameters.apiVersion2,
|
||||
Parameters.referencePipelineRunId,
|
||||
Parameters.isRecovery,
|
||||
Parameters.startActivityName
|
||||
|
@ -626,7 +626,7 @@ const getPipelinesByWorkspaceNextOperationSpec: coreClient.OperationSpec = {
|
|||
bodyMapper: Mappers.CloudErrorAutoGenerated
|
||||
}
|
||||
},
|
||||
queryParameters: [Parameters.apiVersion1],
|
||||
queryParameters: [Parameters.apiVersion2],
|
||||
urlParameters: [Parameters.endpoint, Parameters.nextLink],
|
||||
headerParameters: [Parameters.accept],
|
||||
serializer
|
||||
|
|
|
@ -175,7 +175,7 @@ const queryPipelineRunsByWorkspaceOperationSpec: coreClient.OperationSpec = {
|
|||
}
|
||||
},
|
||||
requestBody: Parameters.filterParameters,
|
||||
queryParameters: [Parameters.apiVersion1],
|
||||
queryParameters: [Parameters.apiVersion2],
|
||||
urlParameters: [Parameters.endpoint],
|
||||
headerParameters: [Parameters.accept, Parameters.contentType],
|
||||
mediaType: "json",
|
||||
|
@ -192,7 +192,7 @@ const getPipelineRunOperationSpec: coreClient.OperationSpec = {
|
|||
bodyMapper: Mappers.CloudErrorAutoGenerated
|
||||
}
|
||||
},
|
||||
queryParameters: [Parameters.apiVersion1],
|
||||
queryParameters: [Parameters.apiVersion2],
|
||||
urlParameters: [Parameters.endpoint, Parameters.runId],
|
||||
headerParameters: [Parameters.accept],
|
||||
serializer
|
||||
|
@ -209,7 +209,7 @@ const queryActivityRunsOperationSpec: coreClient.OperationSpec = {
|
|||
}
|
||||
},
|
||||
requestBody: Parameters.filterParameters,
|
||||
queryParameters: [Parameters.apiVersion1],
|
||||
queryParameters: [Parameters.apiVersion2],
|
||||
urlParameters: [
|
||||
Parameters.endpoint,
|
||||
Parameters.pipelineName,
|
||||
|
@ -228,7 +228,7 @@ const cancelPipelineRunOperationSpec: coreClient.OperationSpec = {
|
|||
bodyMapper: Mappers.CloudErrorAutoGenerated
|
||||
}
|
||||
},
|
||||
queryParameters: [Parameters.apiVersion1, Parameters.isRecursive],
|
||||
queryParameters: [Parameters.apiVersion2, Parameters.isRecursive],
|
||||
urlParameters: [Parameters.endpoint, Parameters.runId],
|
||||
headerParameters: [Parameters.accept],
|
||||
serializer
|
||||
|
|
|
@ -482,7 +482,7 @@ const getSparkConfigurationsByWorkspaceOperationSpec: coreClient.OperationSpec =
|
|||
bodyMapper: Mappers.CloudError
|
||||
}
|
||||
},
|
||||
queryParameters: [Parameters.apiVersion],
|
||||
queryParameters: [Parameters.apiVersion1],
|
||||
urlParameters: [Parameters.endpoint],
|
||||
headerParameters: [Parameters.accept],
|
||||
serializer
|
||||
|
@ -508,7 +508,7 @@ const createOrUpdateSparkConfigurationOperationSpec: coreClient.OperationSpec =
|
|||
}
|
||||
},
|
||||
requestBody: Parameters.sparkConfiguration,
|
||||
queryParameters: [Parameters.apiVersion],
|
||||
queryParameters: [Parameters.apiVersion1],
|
||||
urlParameters: [Parameters.endpoint, Parameters.sparkConfigurationName],
|
||||
headerParameters: [
|
||||
Parameters.accept,
|
||||
|
@ -530,7 +530,7 @@ const getSparkConfigurationOperationSpec: coreClient.OperationSpec = {
|
|||
bodyMapper: Mappers.CloudError
|
||||
}
|
||||
},
|
||||
queryParameters: [Parameters.apiVersion],
|
||||
queryParameters: [Parameters.apiVersion1],
|
||||
urlParameters: [Parameters.endpoint, Parameters.sparkConfigurationName],
|
||||
headerParameters: [Parameters.accept, Parameters.ifNoneMatch],
|
||||
serializer
|
||||
|
@ -547,7 +547,7 @@ const deleteSparkConfigurationOperationSpec: coreClient.OperationSpec = {
|
|||
bodyMapper: Mappers.CloudError
|
||||
}
|
||||
},
|
||||
queryParameters: [Parameters.apiVersion],
|
||||
queryParameters: [Parameters.apiVersion1],
|
||||
urlParameters: [Parameters.endpoint, Parameters.sparkConfigurationName],
|
||||
headerParameters: [Parameters.accept],
|
||||
serializer
|
||||
|
@ -565,7 +565,7 @@ const renameSparkConfigurationOperationSpec: coreClient.OperationSpec = {
|
|||
}
|
||||
},
|
||||
requestBody: Parameters.request,
|
||||
queryParameters: [Parameters.apiVersion],
|
||||
queryParameters: [Parameters.apiVersion1],
|
||||
urlParameters: [Parameters.endpoint, Parameters.sparkConfigurationName],
|
||||
headerParameters: [Parameters.accept, Parameters.contentType],
|
||||
mediaType: "json",
|
||||
|
@ -582,7 +582,7 @@ const getSparkConfigurationsByWorkspaceNextOperationSpec: coreClient.OperationSp
|
|||
bodyMapper: Mappers.CloudError
|
||||
}
|
||||
},
|
||||
queryParameters: [Parameters.apiVersion],
|
||||
queryParameters: [Parameters.apiVersion1],
|
||||
urlParameters: [Parameters.endpoint, Parameters.nextLink],
|
||||
headerParameters: [Parameters.accept],
|
||||
serializer
|
||||
|
|
|
@ -678,7 +678,7 @@ const getSparkJobDefinitionsByWorkspaceOperationSpec: coreClient.OperationSpec =
|
|||
bodyMapper: Mappers.CloudErrorAutoGenerated
|
||||
}
|
||||
},
|
||||
queryParameters: [Parameters.apiVersion1],
|
||||
queryParameters: [Parameters.apiVersion2],
|
||||
urlParameters: [Parameters.endpoint],
|
||||
headerParameters: [Parameters.accept],
|
||||
serializer
|
||||
|
@ -704,7 +704,7 @@ const createOrUpdateSparkJobDefinitionOperationSpec: coreClient.OperationSpec =
|
|||
}
|
||||
},
|
||||
requestBody: Parameters.sparkJobDefinition,
|
||||
queryParameters: [Parameters.apiVersion1],
|
||||
queryParameters: [Parameters.apiVersion2],
|
||||
urlParameters: [Parameters.endpoint, Parameters.sparkJobDefinitionName],
|
||||
headerParameters: [
|
||||
Parameters.accept,
|
||||
|
@ -726,7 +726,7 @@ const getSparkJobDefinitionOperationSpec: coreClient.OperationSpec = {
|
|||
bodyMapper: Mappers.CloudErrorAutoGenerated
|
||||
}
|
||||
},
|
||||
queryParameters: [Parameters.apiVersion1],
|
||||
queryParameters: [Parameters.apiVersion2],
|
||||
urlParameters: [Parameters.endpoint, Parameters.sparkJobDefinitionName],
|
||||
headerParameters: [Parameters.accept, Parameters.ifNoneMatch],
|
||||
serializer
|
||||
|
@ -743,7 +743,7 @@ const deleteSparkJobDefinitionOperationSpec: coreClient.OperationSpec = {
|
|||
bodyMapper: Mappers.CloudErrorAutoGenerated
|
||||
}
|
||||
},
|
||||
queryParameters: [Parameters.apiVersion1],
|
||||
queryParameters: [Parameters.apiVersion2],
|
||||
urlParameters: [Parameters.endpoint, Parameters.sparkJobDefinitionName],
|
||||
headerParameters: [Parameters.accept],
|
||||
serializer
|
||||
|
@ -768,7 +768,7 @@ const executeSparkJobDefinitionOperationSpec: coreClient.OperationSpec = {
|
|||
bodyMapper: Mappers.CloudErrorAutoGenerated
|
||||
}
|
||||
},
|
||||
queryParameters: [Parameters.apiVersion1],
|
||||
queryParameters: [Parameters.apiVersion2],
|
||||
urlParameters: [Parameters.endpoint, Parameters.sparkJobDefinitionName],
|
||||
headerParameters: [Parameters.accept],
|
||||
serializer
|
||||
|
@ -786,7 +786,7 @@ const renameSparkJobDefinitionOperationSpec: coreClient.OperationSpec = {
|
|||
}
|
||||
},
|
||||
requestBody: Parameters.request,
|
||||
queryParameters: [Parameters.apiVersion1],
|
||||
queryParameters: [Parameters.apiVersion2],
|
||||
urlParameters: [Parameters.endpoint, Parameters.sparkJobDefinitionName],
|
||||
headerParameters: [Parameters.accept, Parameters.contentType],
|
||||
mediaType: "json",
|
||||
|
@ -813,7 +813,7 @@ const debugSparkJobDefinitionOperationSpec: coreClient.OperationSpec = {
|
|||
}
|
||||
},
|
||||
requestBody: Parameters.sparkJobDefinitionAzureResource,
|
||||
queryParameters: [Parameters.apiVersion1],
|
||||
queryParameters: [Parameters.apiVersion2],
|
||||
urlParameters: [Parameters.endpoint],
|
||||
headerParameters: [Parameters.accept, Parameters.contentType],
|
||||
mediaType: "json",
|
||||
|
@ -830,7 +830,7 @@ const getSparkJobDefinitionsByWorkspaceNextOperationSpec: coreClient.OperationSp
|
|||
bodyMapper: Mappers.CloudErrorAutoGenerated
|
||||
}
|
||||
},
|
||||
queryParameters: [Parameters.apiVersion1],
|
||||
queryParameters: [Parameters.apiVersion2],
|
||||
urlParameters: [Parameters.endpoint, Parameters.nextLink],
|
||||
headerParameters: [Parameters.accept],
|
||||
serializer
|
||||
|
|
|
@ -98,7 +98,7 @@ const listOperationSpec: coreClient.OperationSpec = {
|
|||
bodyMapper: Mappers.ErrorContract
|
||||
}
|
||||
},
|
||||
queryParameters: [Parameters.apiVersion1],
|
||||
queryParameters: [Parameters.apiVersion2],
|
||||
urlParameters: [Parameters.endpoint],
|
||||
headerParameters: [Parameters.accept],
|
||||
serializer
|
||||
|
@ -114,7 +114,7 @@ const getOperationSpec: coreClient.OperationSpec = {
|
|||
bodyMapper: Mappers.ErrorContract
|
||||
}
|
||||
},
|
||||
queryParameters: [Parameters.apiVersion1],
|
||||
queryParameters: [Parameters.apiVersion2],
|
||||
urlParameters: [Parameters.endpoint, Parameters.sqlPoolName],
|
||||
headerParameters: [Parameters.accept],
|
||||
serializer
|
||||
|
|
|
@ -471,7 +471,7 @@ const getSqlScriptsByWorkspaceOperationSpec: coreClient.OperationSpec = {
|
|||
bodyMapper: Mappers.CloudErrorAutoGenerated
|
||||
}
|
||||
},
|
||||
queryParameters: [Parameters.apiVersion1],
|
||||
queryParameters: [Parameters.apiVersion2],
|
||||
urlParameters: [Parameters.endpoint],
|
||||
headerParameters: [Parameters.accept],
|
||||
serializer
|
||||
|
@ -497,7 +497,7 @@ const createOrUpdateSqlScriptOperationSpec: coreClient.OperationSpec = {
|
|||
}
|
||||
},
|
||||
requestBody: Parameters.sqlScript,
|
||||
queryParameters: [Parameters.apiVersion1],
|
||||
queryParameters: [Parameters.apiVersion2],
|
||||
urlParameters: [Parameters.endpoint, Parameters.sqlScriptName],
|
||||
headerParameters: [
|
||||
Parameters.accept,
|
||||
|
@ -519,7 +519,7 @@ const getSqlScriptOperationSpec: coreClient.OperationSpec = {
|
|||
bodyMapper: Mappers.CloudErrorAutoGenerated
|
||||
}
|
||||
},
|
||||
queryParameters: [Parameters.apiVersion1],
|
||||
queryParameters: [Parameters.apiVersion2],
|
||||
urlParameters: [Parameters.endpoint, Parameters.sqlScriptName],
|
||||
headerParameters: [Parameters.accept, Parameters.ifNoneMatch],
|
||||
serializer
|
||||
|
@ -536,7 +536,7 @@ const deleteSqlScriptOperationSpec: coreClient.OperationSpec = {
|
|||
bodyMapper: Mappers.CloudErrorAutoGenerated
|
||||
}
|
||||
},
|
||||
queryParameters: [Parameters.apiVersion1],
|
||||
queryParameters: [Parameters.apiVersion2],
|
||||
urlParameters: [Parameters.endpoint, Parameters.sqlScriptName],
|
||||
headerParameters: [Parameters.accept],
|
||||
serializer
|
||||
|
@ -554,7 +554,7 @@ const renameSqlScriptOperationSpec: coreClient.OperationSpec = {
|
|||
}
|
||||
},
|
||||
requestBody: Parameters.request,
|
||||
queryParameters: [Parameters.apiVersion1],
|
||||
queryParameters: [Parameters.apiVersion2],
|
||||
urlParameters: [Parameters.endpoint, Parameters.sqlScriptName],
|
||||
headerParameters: [Parameters.accept, Parameters.contentType],
|
||||
mediaType: "json",
|
||||
|
@ -571,7 +571,7 @@ const getSqlScriptsByWorkspaceNextOperationSpec: coreClient.OperationSpec = {
|
|||
bodyMapper: Mappers.CloudErrorAutoGenerated
|
||||
}
|
||||
},
|
||||
queryParameters: [Parameters.apiVersion1],
|
||||
queryParameters: [Parameters.apiVersion2],
|
||||
urlParameters: [Parameters.endpoint, Parameters.nextLink],
|
||||
headerParameters: [Parameters.accept],
|
||||
serializer
|
||||
|
|
|
@ -775,7 +775,7 @@ const getTriggersByWorkspaceOperationSpec: coreClient.OperationSpec = {
|
|||
bodyMapper: Mappers.CloudErrorAutoGenerated
|
||||
}
|
||||
},
|
||||
queryParameters: [Parameters.apiVersion1],
|
||||
queryParameters: [Parameters.apiVersion2],
|
||||
urlParameters: [Parameters.endpoint],
|
||||
headerParameters: [Parameters.accept],
|
||||
serializer
|
||||
|
@ -801,7 +801,7 @@ const createOrUpdateTriggerOperationSpec: coreClient.OperationSpec = {
|
|||
}
|
||||
},
|
||||
requestBody: Parameters.trigger,
|
||||
queryParameters: [Parameters.apiVersion1],
|
||||
queryParameters: [Parameters.apiVersion2],
|
||||
urlParameters: [Parameters.endpoint, Parameters.triggerName],
|
||||
headerParameters: [
|
||||
Parameters.accept,
|
||||
|
@ -823,7 +823,7 @@ const getTriggerOperationSpec: coreClient.OperationSpec = {
|
|||
bodyMapper: Mappers.CloudErrorAutoGenerated
|
||||
}
|
||||
},
|
||||
queryParameters: [Parameters.apiVersion1],
|
||||
queryParameters: [Parameters.apiVersion2],
|
||||
urlParameters: [Parameters.endpoint, Parameters.triggerName],
|
||||
headerParameters: [Parameters.accept, Parameters.ifNoneMatch],
|
||||
serializer
|
||||
|
@ -840,7 +840,7 @@ const deleteTriggerOperationSpec: coreClient.OperationSpec = {
|
|||
bodyMapper: Mappers.CloudErrorAutoGenerated
|
||||
}
|
||||
},
|
||||
queryParameters: [Parameters.apiVersion1],
|
||||
queryParameters: [Parameters.apiVersion2],
|
||||
urlParameters: [Parameters.endpoint, Parameters.triggerName],
|
||||
headerParameters: [Parameters.accept],
|
||||
serializer
|
||||
|
@ -865,7 +865,7 @@ const subscribeTriggerToEventsOperationSpec: coreClient.OperationSpec = {
|
|||
bodyMapper: Mappers.CloudErrorAutoGenerated
|
||||
}
|
||||
},
|
||||
queryParameters: [Parameters.apiVersion1],
|
||||
queryParameters: [Parameters.apiVersion2],
|
||||
urlParameters: [Parameters.endpoint, Parameters.triggerName],
|
||||
headerParameters: [Parameters.accept],
|
||||
serializer
|
||||
|
@ -881,7 +881,7 @@ const getEventSubscriptionStatusOperationSpec: coreClient.OperationSpec = {
|
|||
bodyMapper: Mappers.CloudErrorAutoGenerated
|
||||
}
|
||||
},
|
||||
queryParameters: [Parameters.apiVersion1],
|
||||
queryParameters: [Parameters.apiVersion2],
|
||||
urlParameters: [Parameters.endpoint, Parameters.triggerName],
|
||||
headerParameters: [Parameters.accept],
|
||||
serializer
|
||||
|
@ -906,7 +906,7 @@ const unsubscribeTriggerFromEventsOperationSpec: coreClient.OperationSpec = {
|
|||
bodyMapper: Mappers.CloudErrorAutoGenerated
|
||||
}
|
||||
},
|
||||
queryParameters: [Parameters.apiVersion1],
|
||||
queryParameters: [Parameters.apiVersion2],
|
||||
urlParameters: [Parameters.endpoint, Parameters.triggerName],
|
||||
headerParameters: [Parameters.accept],
|
||||
serializer
|
||||
|
@ -923,7 +923,7 @@ const startTriggerOperationSpec: coreClient.OperationSpec = {
|
|||
bodyMapper: Mappers.CloudErrorAutoGenerated
|
||||
}
|
||||
},
|
||||
queryParameters: [Parameters.apiVersion1],
|
||||
queryParameters: [Parameters.apiVersion2],
|
||||
urlParameters: [Parameters.endpoint, Parameters.triggerName],
|
||||
headerParameters: [Parameters.accept],
|
||||
serializer
|
||||
|
@ -940,7 +940,7 @@ const stopTriggerOperationSpec: coreClient.OperationSpec = {
|
|||
bodyMapper: Mappers.CloudErrorAutoGenerated
|
||||
}
|
||||
},
|
||||
queryParameters: [Parameters.apiVersion1],
|
||||
queryParameters: [Parameters.apiVersion2],
|
||||
urlParameters: [Parameters.endpoint, Parameters.triggerName],
|
||||
headerParameters: [Parameters.accept],
|
||||
serializer
|
||||
|
@ -956,7 +956,7 @@ const getTriggersByWorkspaceNextOperationSpec: coreClient.OperationSpec = {
|
|||
bodyMapper: Mappers.CloudErrorAutoGenerated
|
||||
}
|
||||
},
|
||||
queryParameters: [Parameters.apiVersion1],
|
||||
queryParameters: [Parameters.apiVersion2],
|
||||
urlParameters: [Parameters.endpoint, Parameters.nextLink],
|
||||
headerParameters: [Parameters.accept],
|
||||
serializer
|
||||
|
|
|
@ -139,7 +139,7 @@ const rerunTriggerInstanceOperationSpec: coreClient.OperationSpec = {
|
|||
bodyMapper: Mappers.CloudErrorAutoGenerated
|
||||
}
|
||||
},
|
||||
queryParameters: [Parameters.apiVersion1],
|
||||
queryParameters: [Parameters.apiVersion2],
|
||||
urlParameters: [
|
||||
Parameters.endpoint,
|
||||
Parameters.runId,
|
||||
|
@ -157,7 +157,7 @@ const cancelTriggerInstanceOperationSpec: coreClient.OperationSpec = {
|
|||
bodyMapper: Mappers.CloudErrorAutoGenerated
|
||||
}
|
||||
},
|
||||
queryParameters: [Parameters.apiVersion1],
|
||||
queryParameters: [Parameters.apiVersion2],
|
||||
urlParameters: [
|
||||
Parameters.endpoint,
|
||||
Parameters.runId,
|
||||
|
@ -178,7 +178,7 @@ const queryTriggerRunsByWorkspaceOperationSpec: coreClient.OperationSpec = {
|
|||
}
|
||||
},
|
||||
requestBody: Parameters.filterParameters,
|
||||
queryParameters: [Parameters.apiVersion1],
|
||||
queryParameters: [Parameters.apiVersion2],
|
||||
urlParameters: [Parameters.endpoint],
|
||||
headerParameters: [Parameters.accept, Parameters.contentType],
|
||||
mediaType: "json",
|
||||
|
|
|
@ -74,7 +74,7 @@ const getGitHubAccessTokenOperationSpec: coreClient.OperationSpec = {
|
|||
}
|
||||
},
|
||||
requestBody: Parameters.gitHubAccessTokenRequest,
|
||||
queryParameters: [Parameters.apiVersion1],
|
||||
queryParameters: [Parameters.apiVersion2],
|
||||
urlParameters: [Parameters.endpoint],
|
||||
headerParameters: [
|
||||
Parameters.accept,
|
||||
|
|
|
@ -66,7 +66,7 @@ const getOperationSpec: coreClient.OperationSpec = {
|
|||
bodyMapper: Mappers.ErrorContract
|
||||
}
|
||||
},
|
||||
queryParameters: [Parameters.apiVersion1],
|
||||
queryParameters: [Parameters.apiVersion2],
|
||||
urlParameters: [Parameters.endpoint],
|
||||
headerParameters: [Parameters.accept],
|
||||
serializer
|
||||
|
|
|
@ -15,10 +15,10 @@ clear-output-folder: false
|
|||
tracing-info:
|
||||
namespace: "Azure.Synapse.Artifacts"
|
||||
packagePrefix: "Microsoft.Synapse"
|
||||
require: https://raw.githubusercontent.com/Azure/azure-rest-api-specs/bee724836ffdeb5458274037dc75f4d43576b5e3/specification/synapse/data-plane/readme.md
|
||||
require: https://raw.githubusercontent.com/Azure/azure-rest-api-specs/9ab141452538ce5cf1427300d3c181923a8a8765/specification/synapse/data-plane/readme.md
|
||||
use-extension:
|
||||
"@autorest/typescript": "latest"
|
||||
tag: package-artifacts-composite-v1
|
||||
tag: package-artifacts-composite-v2
|
||||
|
||||
typescript:
|
||||
generate-metadata: false
|
||||
|
|
Загрузка…
Ссылка в новой задаче