diff --git a/sdk/resourcemanager/datafactory/armdatafactory/CHANGELOG.md b/sdk/resourcemanager/datafactory/armdatafactory/CHANGELOG.md index a9e8cff1ca5e..dbf17fe2a5c5 100644 --- a/sdk/resourcemanager/datafactory/armdatafactory/CHANGELOG.md +++ b/sdk/resourcemanager/datafactory/armdatafactory/CHANGELOG.md @@ -1,5 +1,3275 @@ # Release History +## 4.0.0 (2023-11-07) +### Breaking Changes + +- Type of `Activity.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `ActivityDependency.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `ActivityPolicy.Retry` has been changed from `any` to `interface{}` +- Type of `ActivityPolicy.Timeout` has been changed from `any` to `interface{}` +- Type of `ActivityPolicy.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `ActivityRun.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `ActivityRun.Output` has been changed from `any` to `interface{}` +- Type of `ActivityRun.Error` has been changed from `any` to `interface{}` +- Type of `ActivityRun.Input` has been changed from `any` to `interface{}` +- Type of `AmazonMWSLinkedService.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `AmazonMWSLinkedService.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `AmazonMWSLinkedServiceTypeProperties.UseEncryptedEndpoints` has been changed from `any` to `interface{}` +- Type of `AmazonMWSLinkedServiceTypeProperties.Endpoint` has been changed from `any` to `interface{}` +- Type of `AmazonMWSLinkedServiceTypeProperties.MarketplaceID` has been changed from `any` to `interface{}` +- Type of `AmazonMWSLinkedServiceTypeProperties.EncryptedCredential` has been changed from `any` to `interface{}` +- Type of `AmazonMWSLinkedServiceTypeProperties.UseHostVerification` has been changed from `any` to `interface{}` +- Type of `AmazonMWSLinkedServiceTypeProperties.UsePeerVerification` has been changed from `any` to `interface{}` +- Type of `AmazonMWSLinkedServiceTypeProperties.AccessKeyID` has been changed from `any` to `interface{}` +- Type of `AmazonMWSLinkedServiceTypeProperties.SellerID` has been changed from `any` to `interface{}` +- Type of `AmazonMWSObjectDataset.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `AmazonMWSObjectDataset.Schema` has been changed from `any` to `interface{}` +- Type of `AmazonMWSObjectDataset.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `AmazonMWSObjectDataset.Structure` has been changed from `any` to `interface{}` +- Type of `AmazonMWSSource.AdditionalColumns` has been changed from `any` to `interface{}` +- Type of `AmazonMWSSource.DisableMetricsCollection` has been changed from `any` to `interface{}` +- Type of `AmazonMWSSource.QueryTimeout` has been changed from `any` to `interface{}` +- Type of `AmazonMWSSource.SourceRetryWait` has been changed from `any` to `interface{}` +- Type of `AmazonMWSSource.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `AmazonMWSSource.MaxConcurrentConnections` has been changed from `any` to `interface{}` +- Type of `AmazonMWSSource.Query` has been changed from `any` to `interface{}` +- Type of `AmazonMWSSource.SourceRetryCount` has been changed from `any` to `interface{}` +- Type of `AmazonRdsForLinkedServiceTypeProperties.ConnectionString` has been changed from `any` to `interface{}` +- Type of `AmazonRdsForLinkedServiceTypeProperties.EncryptedCredential` has been changed from `any` to `interface{}` +- Type of `AmazonRdsForOracleLinkedService.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `AmazonRdsForOracleLinkedService.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `AmazonRdsForOraclePartitionSettings.PartitionNames` has been changed from `any` to `interface{}` +- Type of `AmazonRdsForOraclePartitionSettings.PartitionUpperBound` has been changed from `any` to `interface{}` +- Type of `AmazonRdsForOraclePartitionSettings.PartitionColumnName` has been changed from `any` to `interface{}` +- Type of `AmazonRdsForOraclePartitionSettings.PartitionLowerBound` has been changed from `any` to `interface{}` +- Type of `AmazonRdsForOracleSource.AdditionalColumns` has been changed from `any` to `interface{}` +- Type of `AmazonRdsForOracleSource.DisableMetricsCollection` has been changed from `any` to `interface{}` +- Type of `AmazonRdsForOracleSource.QueryTimeout` has been changed from `any` to `interface{}` +- Type of `AmazonRdsForOracleSource.SourceRetryCount` has been changed from `any` to `interface{}` +- Type of `AmazonRdsForOracleSource.MaxConcurrentConnections` has been changed from `any` to `interface{}` +- Type of `AmazonRdsForOracleSource.OracleReaderQuery` has been changed from `any` to `interface{}` +- Type of `AmazonRdsForOracleSource.SourceRetryWait` has been changed from `any` to `interface{}` +- Type of `AmazonRdsForOracleSource.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `AmazonRdsForOracleSource.PartitionOption` has been changed from `any` to `interface{}` +- Type of `AmazonRdsForOracleTableDataset.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `AmazonRdsForOracleTableDataset.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `AmazonRdsForOracleTableDataset.Structure` has been changed from `any` to `interface{}` +- Type of `AmazonRdsForOracleTableDataset.Schema` has been changed from `any` to `interface{}` +- Type of `AmazonRdsForOracleTableDatasetTypeProperties.Table` has been changed from `any` to `interface{}` +- Type of `AmazonRdsForOracleTableDatasetTypeProperties.Schema` has been changed from `any` to `interface{}` +- Type of `AmazonRdsForSQLServerLinkedService.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `AmazonRdsForSQLServerLinkedService.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `AmazonRdsForSQLServerLinkedServiceTypeProperties.ConnectionString` has been changed from `any` to `interface{}` +- Type of `AmazonRdsForSQLServerLinkedServiceTypeProperties.EncryptedCredential` has been changed from `any` to `interface{}` +- Type of `AmazonRdsForSQLServerLinkedServiceTypeProperties.UserName` has been changed from `any` to `interface{}` +- Type of `AmazonRdsForSQLServerSource.SQLReaderQuery` has been changed from `any` to `interface{}` +- Type of `AmazonRdsForSQLServerSource.SourceRetryWait` has been changed from `any` to `interface{}` +- Type of `AmazonRdsForSQLServerSource.AdditionalColumns` has been changed from `any` to `interface{}` +- Type of `AmazonRdsForSQLServerSource.SourceRetryCount` has been changed from `any` to `interface{}` +- Type of `AmazonRdsForSQLServerSource.PartitionOption` has been changed from `any` to `interface{}` +- Type of `AmazonRdsForSQLServerSource.ProduceAdditionalTypes` has been changed from `any` to `interface{}` +- Type of `AmazonRdsForSQLServerSource.StoredProcedureParameters` has been changed from `any` to `map[string]*StoredProcedureParameter` +- Type of `AmazonRdsForSQLServerSource.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `AmazonRdsForSQLServerSource.DisableMetricsCollection` has been changed from `any` to `interface{}` +- Type of `AmazonRdsForSQLServerSource.QueryTimeout` has been changed from `any` to `interface{}` +- Type of `AmazonRdsForSQLServerSource.MaxConcurrentConnections` has been changed from `any` to `interface{}` +- Type of `AmazonRdsForSQLServerSource.SQLReaderStoredProcedureName` has been changed from `any` to `interface{}` +- Type of `AmazonRdsForSQLServerTableDataset.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `AmazonRdsForSQLServerTableDataset.Schema` has been changed from `any` to `interface{}` +- Type of `AmazonRdsForSQLServerTableDataset.Structure` has been changed from `any` to `interface{}` +- Type of `AmazonRdsForSQLServerTableDataset.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `AmazonRdsForSQLServerTableDatasetTypeProperties.Schema` has been changed from `any` to `interface{}` +- Type of `AmazonRdsForSQLServerTableDatasetTypeProperties.Table` has been changed from `any` to `interface{}` +- Type of `AmazonRedshiftLinkedService.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `AmazonRedshiftLinkedService.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `AmazonRedshiftLinkedServiceTypeProperties.Database` has been changed from `any` to `interface{}` +- Type of `AmazonRedshiftLinkedServiceTypeProperties.Server` has been changed from `any` to `interface{}` +- Type of `AmazonRedshiftLinkedServiceTypeProperties.EncryptedCredential` has been changed from `any` to `interface{}` +- Type of `AmazonRedshiftLinkedServiceTypeProperties.Port` has been changed from `any` to `interface{}` +- Type of `AmazonRedshiftLinkedServiceTypeProperties.Username` has been changed from `any` to `interface{}` +- Type of `AmazonRedshiftSource.Query` has been changed from `any` to `interface{}` +- Type of `AmazonRedshiftSource.QueryTimeout` has been changed from `any` to `interface{}` +- Type of `AmazonRedshiftSource.SourceRetryCount` has been changed from `any` to `interface{}` +- Type of `AmazonRedshiftSource.SourceRetryWait` has been changed from `any` to `interface{}` +- Type of `AmazonRedshiftSource.DisableMetricsCollection` has been changed from `any` to `interface{}` +- Type of `AmazonRedshiftSource.AdditionalColumns` has been changed from `any` to `interface{}` +- Type of `AmazonRedshiftSource.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `AmazonRedshiftSource.MaxConcurrentConnections` has been changed from `any` to `interface{}` +- Type of `AmazonRedshiftTableDataset.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `AmazonRedshiftTableDataset.Schema` has been changed from `any` to `interface{}` +- Type of `AmazonRedshiftTableDataset.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `AmazonRedshiftTableDataset.Structure` has been changed from `any` to `interface{}` +- Type of `AmazonRedshiftTableDatasetTypeProperties.TableName` has been changed from `any` to `interface{}` +- Type of `AmazonRedshiftTableDatasetTypeProperties.Schema` has been changed from `any` to `interface{}` +- Type of `AmazonRedshiftTableDatasetTypeProperties.Table` has been changed from `any` to `interface{}` +- Type of `AmazonS3CompatibleLinkedService.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `AmazonS3CompatibleLinkedService.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `AmazonS3CompatibleLinkedServiceTypeProperties.AccessKeyID` has been changed from `any` to `interface{}` +- Type of `AmazonS3CompatibleLinkedServiceTypeProperties.EncryptedCredential` has been changed from `any` to `interface{}` +- Type of `AmazonS3CompatibleLinkedServiceTypeProperties.ForcePathStyle` has been changed from `any` to `interface{}` +- Type of `AmazonS3CompatibleLinkedServiceTypeProperties.ServiceURL` has been changed from `any` to `interface{}` +- Type of `AmazonS3CompatibleLocation.Version` has been changed from `any` to `interface{}` +- Type of `AmazonS3CompatibleLocation.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `AmazonS3CompatibleLocation.BucketName` has been changed from `any` to `interface{}` +- Type of `AmazonS3CompatibleLocation.FileName` has been changed from `any` to `interface{}` +- Type of `AmazonS3CompatibleLocation.FolderPath` has been changed from `any` to `interface{}` +- Type of `AmazonS3CompatibleReadSettings.MaxConcurrentConnections` has been changed from `any` to `interface{}` +- Type of `AmazonS3CompatibleReadSettings.WildcardFileName` has been changed from `any` to `interface{}` +- Type of `AmazonS3CompatibleReadSettings.Recursive` has been changed from `any` to `interface{}` +- Type of `AmazonS3CompatibleReadSettings.Prefix` has been changed from `any` to `interface{}` +- Type of `AmazonS3CompatibleReadSettings.FileListPath` has been changed from `any` to `interface{}` +- Type of `AmazonS3CompatibleReadSettings.WildcardFolderPath` has been changed from `any` to `interface{}` +- Type of `AmazonS3CompatibleReadSettings.DisableMetricsCollection` has been changed from `any` to `interface{}` +- Type of `AmazonS3CompatibleReadSettings.ModifiedDatetimeStart` has been changed from `any` to `interface{}` +- Type of `AmazonS3CompatibleReadSettings.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `AmazonS3CompatibleReadSettings.DeleteFilesAfterCompletion` has been changed from `any` to `interface{}` +- Type of `AmazonS3CompatibleReadSettings.ModifiedDatetimeEnd` has been changed from `any` to `interface{}` +- Type of `AmazonS3CompatibleReadSettings.PartitionRootPath` has been changed from `any` to `interface{}` +- Type of `AmazonS3Dataset.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `AmazonS3Dataset.Structure` has been changed from `any` to `interface{}` +- Type of `AmazonS3Dataset.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `AmazonS3Dataset.Schema` has been changed from `any` to `interface{}` +- Type of `AmazonS3DatasetTypeProperties.ModifiedDatetimeEnd` has been changed from `any` to `interface{}` +- Type of `AmazonS3DatasetTypeProperties.ModifiedDatetimeStart` has been changed from `any` to `interface{}` +- Type of `AmazonS3DatasetTypeProperties.Prefix` has been changed from `any` to `interface{}` +- Type of `AmazonS3DatasetTypeProperties.Version` has been changed from `any` to `interface{}` +- Type of `AmazonS3DatasetTypeProperties.BucketName` has been changed from `any` to `interface{}` +- Type of `AmazonS3DatasetTypeProperties.Key` has been changed from `any` to `interface{}` +- Type of `AmazonS3LinkedService.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `AmazonS3LinkedService.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `AmazonS3LinkedServiceTypeProperties.AccessKeyID` has been changed from `any` to `interface{}` +- Type of `AmazonS3LinkedServiceTypeProperties.AuthenticationType` has been changed from `any` to `interface{}` +- Type of `AmazonS3LinkedServiceTypeProperties.EncryptedCredential` has been changed from `any` to `interface{}` +- Type of `AmazonS3LinkedServiceTypeProperties.ServiceURL` has been changed from `any` to `interface{}` +- Type of `AmazonS3Location.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `AmazonS3Location.BucketName` has been changed from `any` to `interface{}` +- Type of `AmazonS3Location.FileName` has been changed from `any` to `interface{}` +- Type of `AmazonS3Location.FolderPath` has been changed from `any` to `interface{}` +- Type of `AmazonS3Location.Version` has been changed from `any` to `interface{}` +- Type of `AmazonS3ReadSettings.DeleteFilesAfterCompletion` has been changed from `any` to `interface{}` +- Type of `AmazonS3ReadSettings.WildcardFolderPath` has been changed from `any` to `interface{}` +- Type of `AmazonS3ReadSettings.ModifiedDatetimeStart` has been changed from `any` to `interface{}` +- Type of `AmazonS3ReadSettings.Prefix` has been changed from `any` to `interface{}` +- Type of `AmazonS3ReadSettings.ModifiedDatetimeEnd` has been changed from `any` to `interface{}` +- Type of `AmazonS3ReadSettings.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `AmazonS3ReadSettings.MaxConcurrentConnections` has been changed from `any` to `interface{}` +- Type of `AmazonS3ReadSettings.Recursive` has been changed from `any` to `interface{}` +- Type of `AmazonS3ReadSettings.WildcardFileName` has been changed from `any` to `interface{}` +- Type of `AmazonS3ReadSettings.DisableMetricsCollection` has been changed from `any` to `interface{}` +- Type of `AmazonS3ReadSettings.FileListPath` has been changed from `any` to `interface{}` +- Type of `AmazonS3ReadSettings.PartitionRootPath` has been changed from `any` to `interface{}` +- Type of `AppFiguresLinkedService.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `AppFiguresLinkedService.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `AppFiguresLinkedServiceTypeProperties.UserName` has been changed from `any` to `interface{}` +- Type of `AppendVariableActivity.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `AppendVariableActivityTypeProperties.Value` has been changed from `any` to `interface{}` +- Type of `AsanaLinkedService.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `AsanaLinkedService.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `AsanaLinkedServiceTypeProperties.EncryptedCredential` has been changed from `any` to `interface{}` +- Type of `AvroDataset.Structure` has been changed from `any` to `interface{}` +- Type of `AvroDataset.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `AvroDataset.Schema` has been changed from `any` to `interface{}` +- Type of `AvroDataset.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `AvroDatasetTypeProperties.AvroCompressionCodec` has been changed from `any` to `interface{}` +- Type of `AvroFormat.Serializer` has been changed from `any` to `interface{}` +- Type of `AvroFormat.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `AvroFormat.Deserializer` has been changed from `any` to `interface{}` +- Type of `AvroSink.DisableMetricsCollection` has been changed from `any` to `interface{}` +- Type of `AvroSink.MaxConcurrentConnections` has been changed from `any` to `interface{}` +- Type of `AvroSink.SinkRetryCount` has been changed from `any` to `interface{}` +- Type of `AvroSink.WriteBatchTimeout` has been changed from `any` to `interface{}` +- Type of `AvroSink.SinkRetryWait` has been changed from `any` to `interface{}` +- Type of `AvroSink.WriteBatchSize` has been changed from `any` to `interface{}` +- Type of `AvroSink.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `AvroSource.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `AvroSource.DisableMetricsCollection` has been changed from `any` to `interface{}` +- Type of `AvroSource.MaxConcurrentConnections` has been changed from `any` to `interface{}` +- Type of `AvroSource.SourceRetryCount` has been changed from `any` to `interface{}` +- Type of `AvroSource.SourceRetryWait` has been changed from `any` to `interface{}` +- Type of `AvroSource.AdditionalColumns` has been changed from `any` to `interface{}` +- Type of `AvroWriteSettings.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `AvroWriteSettings.FileNamePrefix` has been changed from `any` to `interface{}` +- Type of `AvroWriteSettings.MaxRowsPerFile` has been changed from `any` to `interface{}` +- Type of `AzureBatchLinkedService.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `AzureBatchLinkedService.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `AzureBatchLinkedServiceTypeProperties.EncryptedCredential` has been changed from `any` to `interface{}` +- Type of `AzureBatchLinkedServiceTypeProperties.AccountName` has been changed from `any` to `interface{}` +- Type of `AzureBatchLinkedServiceTypeProperties.BatchURI` has been changed from `any` to `interface{}` +- Type of `AzureBatchLinkedServiceTypeProperties.PoolName` has been changed from `any` to `interface{}` +- Type of `AzureBlobDataset.Structure` has been changed from `any` to `interface{}` +- Type of `AzureBlobDataset.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `AzureBlobDataset.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `AzureBlobDataset.Schema` has been changed from `any` to `interface{}` +- Type of `AzureBlobDatasetTypeProperties.ModifiedDatetimeEnd` has been changed from `any` to `interface{}` +- Type of `AzureBlobDatasetTypeProperties.ModifiedDatetimeStart` has been changed from `any` to `interface{}` +- Type of `AzureBlobDatasetTypeProperties.TableRootLocation` has been changed from `any` to `interface{}` +- Type of `AzureBlobDatasetTypeProperties.FileName` has been changed from `any` to `interface{}` +- Type of `AzureBlobDatasetTypeProperties.FolderPath` has been changed from `any` to `interface{}` +- Type of `AzureBlobFSDataset.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `AzureBlobFSDataset.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `AzureBlobFSDataset.Schema` has been changed from `any` to `interface{}` +- Type of `AzureBlobFSDataset.Structure` has been changed from `any` to `interface{}` +- Type of `AzureBlobFSDatasetTypeProperties.FolderPath` has been changed from `any` to `interface{}` +- Type of `AzureBlobFSDatasetTypeProperties.FileName` has been changed from `any` to `interface{}` +- Type of `AzureBlobFSLinkedService.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `AzureBlobFSLinkedService.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `AzureBlobFSLinkedServiceTypeProperties.URL` has been changed from `any` to `interface{}` +- Type of `AzureBlobFSLinkedServiceTypeProperties.AccountKey` has been changed from `any` to `interface{}` +- Type of `AzureBlobFSLinkedServiceTypeProperties.AzureCloudType` has been changed from `any` to `interface{}` +- Type of `AzureBlobFSLinkedServiceTypeProperties.ServicePrincipalID` has been changed from `any` to `interface{}` +- Type of `AzureBlobFSLinkedServiceTypeProperties.EncryptedCredential` has been changed from `any` to `interface{}` +- Type of `AzureBlobFSLinkedServiceTypeProperties.ServicePrincipalCredentialType` has been changed from `any` to `interface{}` +- Type of `AzureBlobFSLinkedServiceTypeProperties.Tenant` has been changed from `any` to `interface{}` +- Type of `AzureBlobFSLocation.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `AzureBlobFSLocation.FileName` has been changed from `any` to `interface{}` +- Type of `AzureBlobFSLocation.FileSystem` has been changed from `any` to `interface{}` +- Type of `AzureBlobFSLocation.FolderPath` has been changed from `any` to `interface{}` +- Type of `AzureBlobFSReadSettings.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `AzureBlobFSReadSettings.ModifiedDatetimeEnd` has been changed from `any` to `interface{}` +- Type of `AzureBlobFSReadSettings.WildcardFileName` has been changed from `any` to `interface{}` +- Type of `AzureBlobFSReadSettings.WildcardFolderPath` has been changed from `any` to `interface{}` +- Type of `AzureBlobFSReadSettings.PartitionRootPath` has been changed from `any` to `interface{}` +- Type of `AzureBlobFSReadSettings.Recursive` has been changed from `any` to `interface{}` +- Type of `AzureBlobFSReadSettings.DeleteFilesAfterCompletion` has been changed from `any` to `interface{}` +- Type of `AzureBlobFSReadSettings.DisableMetricsCollection` has been changed from `any` to `interface{}` +- Type of `AzureBlobFSReadSettings.FileListPath` has been changed from `any` to `interface{}` +- Type of `AzureBlobFSReadSettings.MaxConcurrentConnections` has been changed from `any` to `interface{}` +- Type of `AzureBlobFSReadSettings.ModifiedDatetimeStart` has been changed from `any` to `interface{}` +- Type of `AzureBlobFSSink.MaxConcurrentConnections` has been changed from `any` to `interface{}` +- Type of `AzureBlobFSSink.WriteBatchTimeout` has been changed from `any` to `interface{}` +- Type of `AzureBlobFSSink.SinkRetryCount` has been changed from `any` to `interface{}` +- Type of `AzureBlobFSSink.SinkRetryWait` has been changed from `any` to `interface{}` +- Type of `AzureBlobFSSink.WriteBatchSize` has been changed from `any` to `interface{}` +- Type of `AzureBlobFSSink.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `AzureBlobFSSink.CopyBehavior` has been changed from `any` to `interface{}` +- Type of `AzureBlobFSSink.DisableMetricsCollection` has been changed from `any` to `interface{}` +- Type of `AzureBlobFSSource.DisableMetricsCollection` has been changed from `any` to `interface{}` +- Type of `AzureBlobFSSource.MaxConcurrentConnections` has been changed from `any` to `interface{}` +- Type of `AzureBlobFSSource.SkipHeaderLineCount` has been changed from `any` to `interface{}` +- Type of `AzureBlobFSSource.SourceRetryCount` has been changed from `any` to `interface{}` +- Type of `AzureBlobFSSource.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `AzureBlobFSSource.Recursive` has been changed from `any` to `interface{}` +- Type of `AzureBlobFSSource.SourceRetryWait` has been changed from `any` to `interface{}` +- Type of `AzureBlobFSSource.TreatEmptyAsNull` has been changed from `any` to `interface{}` +- Type of `AzureBlobFSWriteSettings.CopyBehavior` has been changed from `any` to `interface{}` +- Type of `AzureBlobFSWriteSettings.DisableMetricsCollection` has been changed from `any` to `interface{}` +- Type of `AzureBlobFSWriteSettings.MaxConcurrentConnections` has been changed from `any` to `interface{}` +- Type of `AzureBlobFSWriteSettings.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `AzureBlobFSWriteSettings.BlockSizeInMB` has been changed from `any` to `interface{}` +- Type of `AzureBlobStorageLinkedService.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `AzureBlobStorageLinkedService.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `AzureBlobStorageLinkedServiceTypeProperties.ConnectionString` has been changed from `any` to `interface{}` +- Type of `AzureBlobStorageLinkedServiceTypeProperties.SasURI` has been changed from `any` to `interface{}` +- Type of `AzureBlobStorageLinkedServiceTypeProperties.ServicePrincipalID` has been changed from `any` to `interface{}` +- Type of `AzureBlobStorageLinkedServiceTypeProperties.Tenant` has been changed from `any` to `interface{}` +- Type of `AzureBlobStorageLinkedServiceTypeProperties.AzureCloudType` has been changed from `any` to `interface{}` +- Type of `AzureBlobStorageLocation.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `AzureBlobStorageLocation.Container` has been changed from `any` to `interface{}` +- Type of `AzureBlobStorageLocation.FileName` has been changed from `any` to `interface{}` +- Type of `AzureBlobStorageLocation.FolderPath` has been changed from `any` to `interface{}` +- Type of `AzureBlobStorageReadSettings.FileListPath` has been changed from `any` to `interface{}` +- Type of `AzureBlobStorageReadSettings.Prefix` has been changed from `any` to `interface{}` +- Type of `AzureBlobStorageReadSettings.Recursive` has been changed from `any` to `interface{}` +- Type of `AzureBlobStorageReadSettings.DisableMetricsCollection` has been changed from `any` to `interface{}` +- Type of `AzureBlobStorageReadSettings.ModifiedDatetimeEnd` has been changed from `any` to `interface{}` +- Type of `AzureBlobStorageReadSettings.WildcardFolderPath` has been changed from `any` to `interface{}` +- Type of `AzureBlobStorageReadSettings.DeleteFilesAfterCompletion` has been changed from `any` to `interface{}` +- Type of `AzureBlobStorageReadSettings.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `AzureBlobStorageReadSettings.ModifiedDatetimeStart` has been changed from `any` to `interface{}` +- Type of `AzureBlobStorageReadSettings.WildcardFileName` has been changed from `any` to `interface{}` +- Type of `AzureBlobStorageReadSettings.MaxConcurrentConnections` has been changed from `any` to `interface{}` +- Type of `AzureBlobStorageReadSettings.PartitionRootPath` has been changed from `any` to `interface{}` +- Type of `AzureBlobStorageWriteSettings.DisableMetricsCollection` has been changed from `any` to `interface{}` +- Type of `AzureBlobStorageWriteSettings.MaxConcurrentConnections` has been changed from `any` to `interface{}` +- Type of `AzureBlobStorageWriteSettings.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `AzureBlobStorageWriteSettings.BlockSizeInMB` has been changed from `any` to `interface{}` +- Type of `AzureBlobStorageWriteSettings.CopyBehavior` has been changed from `any` to `interface{}` +- Type of `AzureDataExplorerCommandActivity.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `AzureDataExplorerCommandActivityTypeProperties.Command` has been changed from `any` to `interface{}` +- Type of `AzureDataExplorerCommandActivityTypeProperties.CommandTimeout` has been changed from `any` to `interface{}` +- Type of `AzureDataExplorerDatasetTypeProperties.Table` has been changed from `any` to `interface{}` +- Type of `AzureDataExplorerLinkedService.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `AzureDataExplorerLinkedService.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `AzureDataExplorerLinkedServiceTypeProperties.Endpoint` has been changed from `any` to `interface{}` +- Type of `AzureDataExplorerLinkedServiceTypeProperties.ServicePrincipalID` has been changed from `any` to `interface{}` +- Type of `AzureDataExplorerLinkedServiceTypeProperties.Tenant` has been changed from `any` to `interface{}` +- Type of `AzureDataExplorerLinkedServiceTypeProperties.Database` has been changed from `any` to `interface{}` +- Type of `AzureDataExplorerSink.IngestionMappingAsJSON` has been changed from `any` to `interface{}` +- Type of `AzureDataExplorerSink.IngestionMappingName` has been changed from `any` to `interface{}` +- Type of `AzureDataExplorerSink.DisableMetricsCollection` has been changed from `any` to `interface{}` +- Type of `AzureDataExplorerSink.SinkRetryCount` has been changed from `any` to `interface{}` +- Type of `AzureDataExplorerSink.FlushImmediately` has been changed from `any` to `interface{}` +- Type of `AzureDataExplorerSink.WriteBatchTimeout` has been changed from `any` to `interface{}` +- Type of `AzureDataExplorerSink.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `AzureDataExplorerSink.MaxConcurrentConnections` has been changed from `any` to `interface{}` +- Type of `AzureDataExplorerSink.SinkRetryWait` has been changed from `any` to `interface{}` +- Type of `AzureDataExplorerSink.WriteBatchSize` has been changed from `any` to `interface{}` +- Type of `AzureDataExplorerSource.NoTruncation` has been changed from `any` to `interface{}` +- Type of `AzureDataExplorerSource.SourceRetryCount` has been changed from `any` to `interface{}` +- Type of `AzureDataExplorerSource.AdditionalColumns` has been changed from `any` to `interface{}` +- Type of `AzureDataExplorerSource.DisableMetricsCollection` has been changed from `any` to `interface{}` +- Type of `AzureDataExplorerSource.QueryTimeout` has been changed from `any` to `interface{}` +- Type of `AzureDataExplorerSource.SourceRetryWait` has been changed from `any` to `interface{}` +- Type of `AzureDataExplorerSource.Query` has been changed from `any` to `interface{}` +- Type of `AzureDataExplorerSource.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `AzureDataExplorerSource.MaxConcurrentConnections` has been changed from `any` to `interface{}` +- Type of `AzureDataExplorerTableDataset.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `AzureDataExplorerTableDataset.Structure` has been changed from `any` to `interface{}` +- Type of `AzureDataExplorerTableDataset.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `AzureDataExplorerTableDataset.Schema` has been changed from `any` to `interface{}` +- Type of `AzureDataLakeAnalyticsLinkedService.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `AzureDataLakeAnalyticsLinkedService.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `AzureDataLakeAnalyticsLinkedServiceTypeProperties.AccountName` has been changed from `any` to `interface{}` +- Type of `AzureDataLakeAnalyticsLinkedServiceTypeProperties.Tenant` has been changed from `any` to `interface{}` +- Type of `AzureDataLakeAnalyticsLinkedServiceTypeProperties.DataLakeAnalyticsURI` has been changed from `any` to `interface{}` +- Type of `AzureDataLakeAnalyticsLinkedServiceTypeProperties.EncryptedCredential` has been changed from `any` to `interface{}` +- Type of `AzureDataLakeAnalyticsLinkedServiceTypeProperties.ResourceGroupName` has been changed from `any` to `interface{}` +- Type of `AzureDataLakeAnalyticsLinkedServiceTypeProperties.ServicePrincipalID` has been changed from `any` to `interface{}` +- Type of `AzureDataLakeAnalyticsLinkedServiceTypeProperties.SubscriptionID` has been changed from `any` to `interface{}` +- Type of `AzureDataLakeStoreDataset.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `AzureDataLakeStoreDataset.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `AzureDataLakeStoreDataset.Schema` has been changed from `any` to `interface{}` +- Type of `AzureDataLakeStoreDataset.Structure` has been changed from `any` to `interface{}` +- Type of `AzureDataLakeStoreDatasetTypeProperties.FileName` has been changed from `any` to `interface{}` +- Type of `AzureDataLakeStoreDatasetTypeProperties.FolderPath` has been changed from `any` to `interface{}` +- Type of `AzureDataLakeStoreLinkedService.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `AzureDataLakeStoreLinkedService.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `AzureDataLakeStoreLinkedServiceTypeProperties.AzureCloudType` has been changed from `any` to `interface{}` +- Type of `AzureDataLakeStoreLinkedServiceTypeProperties.EncryptedCredential` has been changed from `any` to `interface{}` +- Type of `AzureDataLakeStoreLinkedServiceTypeProperties.AccountName` has been changed from `any` to `interface{}` +- Type of `AzureDataLakeStoreLinkedServiceTypeProperties.ResourceGroupName` has been changed from `any` to `interface{}` +- Type of `AzureDataLakeStoreLinkedServiceTypeProperties.ServicePrincipalID` has been changed from `any` to `interface{}` +- Type of `AzureDataLakeStoreLinkedServiceTypeProperties.Tenant` has been changed from `any` to `interface{}` +- Type of `AzureDataLakeStoreLinkedServiceTypeProperties.SubscriptionID` has been changed from `any` to `interface{}` +- Type of `AzureDataLakeStoreLinkedServiceTypeProperties.DataLakeStoreURI` has been changed from `any` to `interface{}` +- Type of `AzureDataLakeStoreLocation.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `AzureDataLakeStoreLocation.FileName` has been changed from `any` to `interface{}` +- Type of `AzureDataLakeStoreLocation.FolderPath` has been changed from `any` to `interface{}` +- Type of `AzureDataLakeStoreReadSettings.ModifiedDatetimeEnd` has been changed from `any` to `interface{}` +- Type of `AzureDataLakeStoreReadSettings.ModifiedDatetimeStart` has been changed from `any` to `interface{}` +- Type of `AzureDataLakeStoreReadSettings.ListAfter` has been changed from `any` to `interface{}` +- Type of `AzureDataLakeStoreReadSettings.MaxConcurrentConnections` has been changed from `any` to `interface{}` +- Type of `AzureDataLakeStoreReadSettings.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `AzureDataLakeStoreReadSettings.DisableMetricsCollection` has been changed from `any` to `interface{}` +- Type of `AzureDataLakeStoreReadSettings.PartitionRootPath` has been changed from `any` to `interface{}` +- Type of `AzureDataLakeStoreReadSettings.WildcardFolderPath` has been changed from `any` to `interface{}` +- Type of `AzureDataLakeStoreReadSettings.FileListPath` has been changed from `any` to `interface{}` +- Type of `AzureDataLakeStoreReadSettings.ListBefore` has been changed from `any` to `interface{}` +- Type of `AzureDataLakeStoreReadSettings.Recursive` has been changed from `any` to `interface{}` +- Type of `AzureDataLakeStoreReadSettings.WildcardFileName` has been changed from `any` to `interface{}` +- Type of `AzureDataLakeStoreReadSettings.DeleteFilesAfterCompletion` has been changed from `any` to `interface{}` +- Type of `AzureDataLakeStoreSink.EnableAdlsSingleFileParallel` has been changed from `any` to `interface{}` +- Type of `AzureDataLakeStoreSink.MaxConcurrentConnections` has been changed from `any` to `interface{}` +- Type of `AzureDataLakeStoreSink.SinkRetryCount` has been changed from `any` to `interface{}` +- Type of `AzureDataLakeStoreSink.WriteBatchSize` has been changed from `any` to `interface{}` +- Type of `AzureDataLakeStoreSink.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `AzureDataLakeStoreSink.DisableMetricsCollection` has been changed from `any` to `interface{}` +- Type of `AzureDataLakeStoreSink.SinkRetryWait` has been changed from `any` to `interface{}` +- Type of `AzureDataLakeStoreSink.CopyBehavior` has been changed from `any` to `interface{}` +- Type of `AzureDataLakeStoreSink.WriteBatchTimeout` has been changed from `any` to `interface{}` +- Type of `AzureDataLakeStoreSource.DisableMetricsCollection` has been changed from `any` to `interface{}` +- Type of `AzureDataLakeStoreSource.MaxConcurrentConnections` has been changed from `any` to `interface{}` +- Type of `AzureDataLakeStoreSource.Recursive` has been changed from `any` to `interface{}` +- Type of `AzureDataLakeStoreSource.SourceRetryCount` has been changed from `any` to `interface{}` +- Type of `AzureDataLakeStoreSource.SourceRetryWait` has been changed from `any` to `interface{}` +- Type of `AzureDataLakeStoreSource.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `AzureDataLakeStoreWriteSettings.MaxConcurrentConnections` has been changed from `any` to `interface{}` +- Type of `AzureDataLakeStoreWriteSettings.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `AzureDataLakeStoreWriteSettings.CopyBehavior` has been changed from `any` to `interface{}` +- Type of `AzureDataLakeStoreWriteSettings.DisableMetricsCollection` has been changed from `any` to `interface{}` +- Type of `AzureDataLakeStoreWriteSettings.ExpiryDateTime` has been changed from `any` to `interface{}` +- Type of `AzureDatabricksDeltaLakeDataset.Schema` has been changed from `any` to `interface{}` +- Type of `AzureDatabricksDeltaLakeDataset.Structure` has been changed from `any` to `interface{}` +- Type of `AzureDatabricksDeltaLakeDataset.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `AzureDatabricksDeltaLakeDataset.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `AzureDatabricksDeltaLakeDatasetTypeProperties.Database` has been changed from `any` to `interface{}` +- Type of `AzureDatabricksDeltaLakeDatasetTypeProperties.Table` has been changed from `any` to `interface{}` +- Type of `AzureDatabricksDeltaLakeExportCommand.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `AzureDatabricksDeltaLakeExportCommand.DateFormat` has been changed from `any` to `interface{}` +- Type of `AzureDatabricksDeltaLakeExportCommand.TimestampFormat` has been changed from `any` to `interface{}` +- Type of `AzureDatabricksDeltaLakeImportCommand.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `AzureDatabricksDeltaLakeImportCommand.DateFormat` has been changed from `any` to `interface{}` +- Type of `AzureDatabricksDeltaLakeImportCommand.TimestampFormat` has been changed from `any` to `interface{}` +- Type of `AzureDatabricksDeltaLakeLinkedService.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `AzureDatabricksDeltaLakeLinkedService.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `AzureDatabricksDeltaLakeSink.WriteBatchSize` has been changed from `any` to `interface{}` +- Type of `AzureDatabricksDeltaLakeSink.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `AzureDatabricksDeltaLakeSink.PreCopyScript` has been changed from `any` to `interface{}` +- Type of `AzureDatabricksDeltaLakeSink.MaxConcurrentConnections` has been changed from `any` to `interface{}` +- Type of `AzureDatabricksDeltaLakeSink.SinkRetryCount` has been changed from `any` to `interface{}` +- Type of `AzureDatabricksDeltaLakeSink.SinkRetryWait` has been changed from `any` to `interface{}` +- Type of `AzureDatabricksDeltaLakeSink.WriteBatchTimeout` has been changed from `any` to `interface{}` +- Type of `AzureDatabricksDeltaLakeSink.DisableMetricsCollection` has been changed from `any` to `interface{}` +- Type of `AzureDatabricksDeltaLakeSource.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `AzureDatabricksDeltaLakeSource.DisableMetricsCollection` has been changed from `any` to `interface{}` +- Type of `AzureDatabricksDeltaLakeSource.MaxConcurrentConnections` has been changed from `any` to `interface{}` +- Type of `AzureDatabricksDeltaLakeSource.Query` has been changed from `any` to `interface{}` +- Type of `AzureDatabricksDeltaLakeSource.SourceRetryCount` has been changed from `any` to `interface{}` +- Type of `AzureDatabricksDeltaLakeSource.SourceRetryWait` has been changed from `any` to `interface{}` +- Type of `AzureDatabricksDetltaLakeLinkedServiceTypeProperties.Domain` has been changed from `any` to `interface{}` +- Type of `AzureDatabricksDetltaLakeLinkedServiceTypeProperties.ClusterID` has been changed from `any` to `interface{}` +- Type of `AzureDatabricksDetltaLakeLinkedServiceTypeProperties.EncryptedCredential` has been changed from `any` to `interface{}` +- Type of `AzureDatabricksDetltaLakeLinkedServiceTypeProperties.WorkspaceResourceID` has been changed from `any` to `interface{}` +- Type of `AzureDatabricksLinkedService.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `AzureDatabricksLinkedService.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `AzureDatabricksLinkedServiceTypeProperties.NewClusterDriverNodeType` has been changed from `any` to `interface{}` +- Type of `AzureDatabricksLinkedServiceTypeProperties.Authentication` has been changed from `any` to `interface{}` +- Type of `AzureDatabricksLinkedServiceTypeProperties.NewClusterNodeType` has been changed from `any` to `interface{}` +- Type of `AzureDatabricksLinkedServiceTypeProperties.NewClusterEnableElasticDisk` has been changed from `any` to `interface{}` +- Type of `AzureDatabricksLinkedServiceTypeProperties.NewClusterInitScripts` has been changed from `any` to `interface{}` +- Type of `AzureDatabricksLinkedServiceTypeProperties.ExistingClusterID` has been changed from `any` to `interface{}` +- Type of `AzureDatabricksLinkedServiceTypeProperties.NewClusterCustomTags` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `AzureDatabricksLinkedServiceTypeProperties.NewClusterSparkConf` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `AzureDatabricksLinkedServiceTypeProperties.NewClusterNumOfWorker` has been changed from `any` to `interface{}` +- Type of `AzureDatabricksLinkedServiceTypeProperties.NewClusterLogDestination` has been changed from `any` to `interface{}` +- Type of `AzureDatabricksLinkedServiceTypeProperties.Domain` has been changed from `any` to `interface{}` +- Type of `AzureDatabricksLinkedServiceTypeProperties.EncryptedCredential` has been changed from `any` to `interface{}` +- Type of `AzureDatabricksLinkedServiceTypeProperties.PolicyID` has been changed from `any` to `interface{}` +- Type of `AzureDatabricksLinkedServiceTypeProperties.WorkspaceResourceID` has been changed from `any` to `interface{}` +- Type of `AzureDatabricksLinkedServiceTypeProperties.InstancePoolID` has been changed from `any` to `interface{}` +- Type of `AzureDatabricksLinkedServiceTypeProperties.NewClusterSparkEnvVars` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `AzureDatabricksLinkedServiceTypeProperties.NewClusterVersion` has been changed from `any` to `interface{}` +- Type of `AzureFileStorageLinkedService.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `AzureFileStorageLinkedService.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `AzureFileStorageLinkedServiceTypeProperties.EncryptedCredential` has been changed from `any` to `interface{}` +- Type of `AzureFileStorageLinkedServiceTypeProperties.Host` has been changed from `any` to `interface{}` +- Type of `AzureFileStorageLinkedServiceTypeProperties.SasURI` has been changed from `any` to `interface{}` +- Type of `AzureFileStorageLinkedServiceTypeProperties.FileShare` has been changed from `any` to `interface{}` +- Type of `AzureFileStorageLinkedServiceTypeProperties.Snapshot` has been changed from `any` to `interface{}` +- Type of `AzureFileStorageLinkedServiceTypeProperties.UserID` has been changed from `any` to `interface{}` +- Type of `AzureFileStorageLinkedServiceTypeProperties.ConnectionString` has been changed from `any` to `interface{}` +- Type of `AzureFileStorageLocation.FileName` has been changed from `any` to `interface{}` +- Type of `AzureFileStorageLocation.FolderPath` has been changed from `any` to `interface{}` +- Type of `AzureFileStorageLocation.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `AzureFileStorageReadSettings.ModifiedDatetimeEnd` has been changed from `any` to `interface{}` +- Type of `AzureFileStorageReadSettings.Prefix` has been changed from `any` to `interface{}` +- Type of `AzureFileStorageReadSettings.ModifiedDatetimeStart` has been changed from `any` to `interface{}` +- Type of `AzureFileStorageReadSettings.Recursive` has been changed from `any` to `interface{}` +- Type of `AzureFileStorageReadSettings.WildcardFolderPath` has been changed from `any` to `interface{}` +- Type of `AzureFileStorageReadSettings.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `AzureFileStorageReadSettings.WildcardFileName` has been changed from `any` to `interface{}` +- Type of `AzureFileStorageReadSettings.FileListPath` has been changed from `any` to `interface{}` +- Type of `AzureFileStorageReadSettings.DeleteFilesAfterCompletion` has been changed from `any` to `interface{}` +- Type of `AzureFileStorageReadSettings.DisableMetricsCollection` has been changed from `any` to `interface{}` +- Type of `AzureFileStorageReadSettings.MaxConcurrentConnections` has been changed from `any` to `interface{}` +- Type of `AzureFileStorageReadSettings.PartitionRootPath` has been changed from `any` to `interface{}` +- Type of `AzureFileStorageWriteSettings.DisableMetricsCollection` has been changed from `any` to `interface{}` +- Type of `AzureFileStorageWriteSettings.MaxConcurrentConnections` has been changed from `any` to `interface{}` +- Type of `AzureFileStorageWriteSettings.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `AzureFileStorageWriteSettings.CopyBehavior` has been changed from `any` to `interface{}` +- Type of `AzureFunctionActivity.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `AzureFunctionActivityTypeProperties.Body` has been changed from `any` to `interface{}` +- Type of `AzureFunctionActivityTypeProperties.Headers` has been changed from `any` to `interface{}` +- Type of `AzureFunctionActivityTypeProperties.FunctionName` has been changed from `any` to `interface{}` +- Type of `AzureFunctionLinkedService.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `AzureFunctionLinkedService.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `AzureFunctionLinkedServiceTypeProperties.FunctionAppURL` has been changed from `any` to `interface{}` +- Type of `AzureFunctionLinkedServiceTypeProperties.Authentication` has been changed from `any` to `interface{}` +- Type of `AzureFunctionLinkedServiceTypeProperties.EncryptedCredential` has been changed from `any` to `interface{}` +- Type of `AzureFunctionLinkedServiceTypeProperties.ResourceID` has been changed from `any` to `interface{}` +- Type of `AzureKeyVaultLinkedService.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `AzureKeyVaultLinkedService.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `AzureKeyVaultLinkedServiceTypeProperties.BaseURL` has been changed from `any` to `interface{}` +- Type of `AzureKeyVaultSecretReference.SecretVersion` has been changed from `any` to `interface{}` +- Type of `AzureKeyVaultSecretReference.SecretName` has been changed from `any` to `interface{}` +- Type of `AzureMLBatchExecutionActivity.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `AzureMLBatchExecutionActivityTypeProperties.GlobalParameters` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `AzureMLExecutePipelineActivity.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `AzureMLExecutePipelineActivityTypeProperties.DataPathAssignments` has been changed from `any` to `interface{}` +- Type of `AzureMLExecutePipelineActivityTypeProperties.ExperimentName` has been changed from `any` to `interface{}` +- Type of `AzureMLExecutePipelineActivityTypeProperties.MlParentRunID` has been changed from `any` to `interface{}` +- Type of `AzureMLExecutePipelineActivityTypeProperties.MlPipelineEndpointID` has been changed from `any` to `interface{}` +- Type of `AzureMLExecutePipelineActivityTypeProperties.MlPipelineID` has been changed from `any` to `interface{}` +- Type of `AzureMLExecutePipelineActivityTypeProperties.MlPipelineParameters` has been changed from `any` to `interface{}` +- Type of `AzureMLExecutePipelineActivityTypeProperties.Version` has been changed from `any` to `interface{}` +- Type of `AzureMLExecutePipelineActivityTypeProperties.ContinueOnStepFailure` has been changed from `any` to `interface{}` +- Type of `AzureMLLinkedService.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `AzureMLLinkedService.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `AzureMLLinkedServiceTypeProperties.ServicePrincipalID` has been changed from `any` to `interface{}` +- Type of `AzureMLLinkedServiceTypeProperties.Tenant` has been changed from `any` to `interface{}` +- Type of `AzureMLLinkedServiceTypeProperties.UpdateResourceEndpoint` has been changed from `any` to `interface{}` +- Type of `AzureMLLinkedServiceTypeProperties.MlEndpoint` has been changed from `any` to `interface{}` +- Type of `AzureMLLinkedServiceTypeProperties.Authentication` has been changed from `any` to `interface{}` +- Type of `AzureMLLinkedServiceTypeProperties.EncryptedCredential` has been changed from `any` to `interface{}` +- Type of `AzureMLServiceLinkedService.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `AzureMLServiceLinkedService.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `AzureMLServiceLinkedServiceTypeProperties.Tenant` has been changed from `any` to `interface{}` +- Type of `AzureMLServiceLinkedServiceTypeProperties.MlWorkspaceName` has been changed from `any` to `interface{}` +- Type of `AzureMLServiceLinkedServiceTypeProperties.ResourceGroupName` has been changed from `any` to `interface{}` +- Type of `AzureMLServiceLinkedServiceTypeProperties.SubscriptionID` has been changed from `any` to `interface{}` +- Type of `AzureMLServiceLinkedServiceTypeProperties.EncryptedCredential` has been changed from `any` to `interface{}` +- Type of `AzureMLServiceLinkedServiceTypeProperties.ServicePrincipalID` has been changed from `any` to `interface{}` +- Type of `AzureMLUpdateResourceActivity.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `AzureMLUpdateResourceActivityTypeProperties.TrainedModelFilePath` has been changed from `any` to `interface{}` +- Type of `AzureMLUpdateResourceActivityTypeProperties.TrainedModelName` has been changed from `any` to `interface{}` +- Type of `AzureMLWebServiceFile.FilePath` has been changed from `any` to `interface{}` +- Type of `AzureMariaDBLinkedService.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `AzureMariaDBLinkedService.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `AzureMariaDBLinkedServiceTypeProperties.ConnectionString` has been changed from `any` to `interface{}` +- Type of `AzureMariaDBLinkedServiceTypeProperties.EncryptedCredential` has been changed from `any` to `interface{}` +- Type of `AzureMariaDBSource.QueryTimeout` has been changed from `any` to `interface{}` +- Type of `AzureMariaDBSource.Query` has been changed from `any` to `interface{}` +- Type of `AzureMariaDBSource.SourceRetryWait` has been changed from `any` to `interface{}` +- Type of `AzureMariaDBSource.SourceRetryCount` has been changed from `any` to `interface{}` +- Type of `AzureMariaDBSource.AdditionalColumns` has been changed from `any` to `interface{}` +- Type of `AzureMariaDBSource.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `AzureMariaDBSource.DisableMetricsCollection` has been changed from `any` to `interface{}` +- Type of `AzureMariaDBSource.MaxConcurrentConnections` has been changed from `any` to `interface{}` +- Type of `AzureMariaDBTableDataset.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `AzureMariaDBTableDataset.Schema` has been changed from `any` to `interface{}` +- Type of `AzureMariaDBTableDataset.Structure` has been changed from `any` to `interface{}` +- Type of `AzureMariaDBTableDataset.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `AzureMySQLLinkedService.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `AzureMySQLLinkedService.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `AzureMySQLLinkedServiceTypeProperties.ConnectionString` has been changed from `any` to `interface{}` +- Type of `AzureMySQLLinkedServiceTypeProperties.EncryptedCredential` has been changed from `any` to `interface{}` +- Type of `AzureMySQLSink.MaxConcurrentConnections` has been changed from `any` to `interface{}` +- Type of `AzureMySQLSink.PreCopyScript` has been changed from `any` to `interface{}` +- Type of `AzureMySQLSink.SinkRetryCount` has been changed from `any` to `interface{}` +- Type of `AzureMySQLSink.SinkRetryWait` has been changed from `any` to `interface{}` +- Type of `AzureMySQLSink.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `AzureMySQLSink.WriteBatchSize` has been changed from `any` to `interface{}` +- Type of `AzureMySQLSink.WriteBatchTimeout` has been changed from `any` to `interface{}` +- Type of `AzureMySQLSink.DisableMetricsCollection` has been changed from `any` to `interface{}` +- Type of `AzureMySQLSource.SourceRetryCount` has been changed from `any` to `interface{}` +- Type of `AzureMySQLSource.DisableMetricsCollection` has been changed from `any` to `interface{}` +- Type of `AzureMySQLSource.Query` has been changed from `any` to `interface{}` +- Type of `AzureMySQLSource.SourceRetryWait` has been changed from `any` to `interface{}` +- Type of `AzureMySQLSource.AdditionalColumns` has been changed from `any` to `interface{}` +- Type of `AzureMySQLSource.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `AzureMySQLSource.MaxConcurrentConnections` has been changed from `any` to `interface{}` +- Type of `AzureMySQLSource.QueryTimeout` has been changed from `any` to `interface{}` +- Type of `AzureMySQLTableDataset.Schema` has been changed from `any` to `interface{}` +- Type of `AzureMySQLTableDataset.Structure` has been changed from `any` to `interface{}` +- Type of `AzureMySQLTableDataset.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `AzureMySQLTableDataset.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `AzureMySQLTableDatasetTypeProperties.Table` has been changed from `any` to `interface{}` +- Type of `AzureMySQLTableDatasetTypeProperties.TableName` has been changed from `any` to `interface{}` +- Type of `AzurePostgreSQLLinkedService.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `AzurePostgreSQLLinkedService.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `AzurePostgreSQLLinkedServiceTypeProperties.ConnectionString` has been changed from `any` to `interface{}` +- Type of `AzurePostgreSQLLinkedServiceTypeProperties.EncryptedCredential` has been changed from `any` to `interface{}` +- Type of `AzurePostgreSQLSink.SinkRetryWait` has been changed from `any` to `interface{}` +- Type of `AzurePostgreSQLSink.WriteBatchSize` has been changed from `any` to `interface{}` +- Type of `AzurePostgreSQLSink.WriteBatchTimeout` has been changed from `any` to `interface{}` +- Type of `AzurePostgreSQLSink.MaxConcurrentConnections` has been changed from `any` to `interface{}` +- Type of `AzurePostgreSQLSink.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `AzurePostgreSQLSink.DisableMetricsCollection` has been changed from `any` to `interface{}` +- Type of `AzurePostgreSQLSink.PreCopyScript` has been changed from `any` to `interface{}` +- Type of `AzurePostgreSQLSink.SinkRetryCount` has been changed from `any` to `interface{}` +- Type of `AzurePostgreSQLSource.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `AzurePostgreSQLSource.Query` has been changed from `any` to `interface{}` +- Type of `AzurePostgreSQLSource.QueryTimeout` has been changed from `any` to `interface{}` +- Type of `AzurePostgreSQLSource.SourceRetryWait` has been changed from `any` to `interface{}` +- Type of `AzurePostgreSQLSource.AdditionalColumns` has been changed from `any` to `interface{}` +- Type of `AzurePostgreSQLSource.MaxConcurrentConnections` has been changed from `any` to `interface{}` +- Type of `AzurePostgreSQLSource.DisableMetricsCollection` has been changed from `any` to `interface{}` +- Type of `AzurePostgreSQLSource.SourceRetryCount` has been changed from `any` to `interface{}` +- Type of `AzurePostgreSQLTableDataset.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `AzurePostgreSQLTableDataset.Structure` has been changed from `any` to `interface{}` +- Type of `AzurePostgreSQLTableDataset.Schema` has been changed from `any` to `interface{}` +- Type of `AzurePostgreSQLTableDataset.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `AzurePostgreSQLTableDatasetTypeProperties.Schema` has been changed from `any` to `interface{}` +- Type of `AzurePostgreSQLTableDatasetTypeProperties.Table` has been changed from `any` to `interface{}` +- Type of `AzurePostgreSQLTableDatasetTypeProperties.TableName` has been changed from `any` to `interface{}` +- Type of `AzureQueueSink.DisableMetricsCollection` has been changed from `any` to `interface{}` +- Type of `AzureQueueSink.MaxConcurrentConnections` has been changed from `any` to `interface{}` +- Type of `AzureQueueSink.SinkRetryCount` has been changed from `any` to `interface{}` +- Type of `AzureQueueSink.SinkRetryWait` has been changed from `any` to `interface{}` +- Type of `AzureQueueSink.WriteBatchSize` has been changed from `any` to `interface{}` +- Type of `AzureQueueSink.WriteBatchTimeout` has been changed from `any` to `interface{}` +- Type of `AzureQueueSink.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `AzureSQLDWLinkedService.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `AzureSQLDWLinkedService.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `AzureSQLDWLinkedServiceTypeProperties.AzureCloudType` has been changed from `any` to `interface{}` +- Type of `AzureSQLDWLinkedServiceTypeProperties.EncryptedCredential` has been changed from `any` to `interface{}` +- Type of `AzureSQLDWLinkedServiceTypeProperties.ServicePrincipalID` has been changed from `any` to `interface{}` +- Type of `AzureSQLDWLinkedServiceTypeProperties.Tenant` has been changed from `any` to `interface{}` +- Type of `AzureSQLDWLinkedServiceTypeProperties.ConnectionString` has been changed from `any` to `interface{}` +- Type of `AzureSQLDWTableDataset.Structure` has been changed from `any` to `interface{}` +- Type of `AzureSQLDWTableDataset.Schema` has been changed from `any` to `interface{}` +- Type of `AzureSQLDWTableDataset.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `AzureSQLDWTableDataset.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `AzureSQLDWTableDatasetTypeProperties.Schema` has been changed from `any` to `interface{}` +- Type of `AzureSQLDWTableDatasetTypeProperties.Table` has been changed from `any` to `interface{}` +- Type of `AzureSQLDWTableDatasetTypeProperties.TableName` has been changed from `any` to `interface{}` +- Type of `AzureSQLDatabaseLinkedService.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `AzureSQLDatabaseLinkedService.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `AzureSQLDatabaseLinkedServiceTypeProperties.ConnectionString` has been changed from `any` to `interface{}` +- Type of `AzureSQLDatabaseLinkedServiceTypeProperties.Tenant` has been changed from `any` to `interface{}` +- Type of `AzureSQLDatabaseLinkedServiceTypeProperties.AzureCloudType` has been changed from `any` to `interface{}` +- Type of `AzureSQLDatabaseLinkedServiceTypeProperties.EncryptedCredential` has been changed from `any` to `interface{}` +- Type of `AzureSQLDatabaseLinkedServiceTypeProperties.ServicePrincipalID` has been changed from `any` to `interface{}` +- Type of `AzureSQLMILinkedService.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `AzureSQLMILinkedService.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `AzureSQLMILinkedServiceTypeProperties.AzureCloudType` has been changed from `any` to `interface{}` +- Type of `AzureSQLMILinkedServiceTypeProperties.EncryptedCredential` has been changed from `any` to `interface{}` +- Type of `AzureSQLMILinkedServiceTypeProperties.ServicePrincipalID` has been changed from `any` to `interface{}` +- Type of `AzureSQLMILinkedServiceTypeProperties.ConnectionString` has been changed from `any` to `interface{}` +- Type of `AzureSQLMILinkedServiceTypeProperties.Tenant` has been changed from `any` to `interface{}` +- Type of `AzureSQLMITableDataset.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `AzureSQLMITableDataset.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `AzureSQLMITableDataset.Schema` has been changed from `any` to `interface{}` +- Type of `AzureSQLMITableDataset.Structure` has been changed from `any` to `interface{}` +- Type of `AzureSQLMITableDatasetTypeProperties.Schema` has been changed from `any` to `interface{}` +- Type of `AzureSQLMITableDatasetTypeProperties.Table` has been changed from `any` to `interface{}` +- Type of `AzureSQLMITableDatasetTypeProperties.TableName` has been changed from `any` to `interface{}` +- Type of `AzureSQLSink.WriteBehavior` has been changed from `any` to `interface{}` +- Type of `AzureSQLSink.SQLWriterTableType` has been changed from `any` to `interface{}` +- Type of `AzureSQLSink.StoredProcedureParameters` has been changed from `any` to `map[string]*StoredProcedureParameter` +- Type of `AzureSQLSink.SinkRetryCount` has been changed from `any` to `interface{}` +- Type of `AzureSQLSink.DisableMetricsCollection` has been changed from `any` to `interface{}` +- Type of `AzureSQLSink.SQLWriterStoredProcedureName` has been changed from `any` to `interface{}` +- Type of `AzureSQLSink.WriteBatchSize` has been changed from `any` to `interface{}` +- Type of `AzureSQLSink.WriteBatchTimeout` has been changed from `any` to `interface{}` +- Type of `AzureSQLSink.MaxConcurrentConnections` has been changed from `any` to `interface{}` +- Type of `AzureSQLSink.StoredProcedureTableTypeParameterName` has been changed from `any` to `interface{}` +- Type of `AzureSQLSink.PreCopyScript` has been changed from `any` to `interface{}` +- Type of `AzureSQLSink.TableOption` has been changed from `any` to `interface{}` +- Type of `AzureSQLSink.SinkRetryWait` has been changed from `any` to `interface{}` +- Type of `AzureSQLSink.SQLWriterUseTableLock` has been changed from `any` to `interface{}` +- Type of `AzureSQLSink.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `AzureSQLSource.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `AzureSQLSource.DisableMetricsCollection` has been changed from `any` to `interface{}` +- Type of `AzureSQLSource.PartitionOption` has been changed from `any` to `interface{}` +- Type of `AzureSQLSource.ProduceAdditionalTypes` has been changed from `any` to `interface{}` +- Type of `AzureSQLSource.MaxConcurrentConnections` has been changed from `any` to `interface{}` +- Type of `AzureSQLSource.QueryTimeout` has been changed from `any` to `interface{}` +- Type of `AzureSQLSource.SQLReaderQuery` has been changed from `any` to `interface{}` +- Type of `AzureSQLSource.SourceRetryWait` has been changed from `any` to `interface{}` +- Type of `AzureSQLSource.SQLReaderStoredProcedureName` has been changed from `any` to `interface{}` +- Type of `AzureSQLSource.AdditionalColumns` has been changed from `any` to `interface{}` +- Type of `AzureSQLSource.SourceRetryCount` has been changed from `any` to `interface{}` +- Type of `AzureSQLSource.StoredProcedureParameters` has been changed from `any` to `map[string]*StoredProcedureParameter` +- Type of `AzureSQLTableDataset.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `AzureSQLTableDataset.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `AzureSQLTableDataset.Schema` has been changed from `any` to `interface{}` +- Type of `AzureSQLTableDataset.Structure` has been changed from `any` to `interface{}` +- Type of `AzureSQLTableDatasetTypeProperties.Schema` has been changed from `any` to `interface{}` +- Type of `AzureSQLTableDatasetTypeProperties.Table` has been changed from `any` to `interface{}` +- Type of `AzureSQLTableDatasetTypeProperties.TableName` has been changed from `any` to `interface{}` +- Type of `AzureSearchIndexDataset.Schema` has been changed from `any` to `interface{}` +- Type of `AzureSearchIndexDataset.Structure` has been changed from `any` to `interface{}` +- Type of `AzureSearchIndexDataset.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `AzureSearchIndexDataset.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `AzureSearchIndexDatasetTypeProperties.IndexName` has been changed from `any` to `interface{}` +- Type of `AzureSearchIndexSink.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `AzureSearchIndexSink.DisableMetricsCollection` has been changed from `any` to `interface{}` +- Type of `AzureSearchIndexSink.MaxConcurrentConnections` has been changed from `any` to `interface{}` +- Type of `AzureSearchIndexSink.SinkRetryCount` has been changed from `any` to `interface{}` +- Type of `AzureSearchIndexSink.SinkRetryWait` has been changed from `any` to `interface{}` +- Type of `AzureSearchIndexSink.WriteBatchTimeout` has been changed from `any` to `interface{}` +- Type of `AzureSearchIndexSink.WriteBatchSize` has been changed from `any` to `interface{}` +- Type of `AzureSearchLinkedService.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `AzureSearchLinkedService.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `AzureSearchLinkedServiceTypeProperties.URL` has been changed from `any` to `interface{}` +- Type of `AzureSearchLinkedServiceTypeProperties.EncryptedCredential` has been changed from `any` to `interface{}` +- Type of `AzureStorageLinkedService.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `AzureStorageLinkedService.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `AzureStorageLinkedServiceTypeProperties.ConnectionString` has been changed from `any` to `interface{}` +- Type of `AzureStorageLinkedServiceTypeProperties.SasURI` has been changed from `any` to `interface{}` +- Type of `AzureSynapseArtifactsLinkedService.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `AzureSynapseArtifactsLinkedService.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `AzureSynapseArtifactsLinkedServiceTypeProperties.Endpoint` has been changed from `any` to `interface{}` +- Type of `AzureSynapseArtifactsLinkedServiceTypeProperties.Authentication` has been changed from `any` to `interface{}` +- Type of `AzureTableDataset.Structure` has been changed from `any` to `interface{}` +- Type of `AzureTableDataset.Schema` has been changed from `any` to `interface{}` +- Type of `AzureTableDataset.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `AzureTableDataset.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `AzureTableDatasetTypeProperties.TableName` has been changed from `any` to `interface{}` +- Type of `AzureTableSink.WriteBatchTimeout` has been changed from `any` to `interface{}` +- Type of `AzureTableSink.WriteBatchSize` has been changed from `any` to `interface{}` +- Type of `AzureTableSink.AzureTablePartitionKeyName` has been changed from `any` to `interface{}` +- Type of `AzureTableSink.DisableMetricsCollection` has been changed from `any` to `interface{}` +- Type of `AzureTableSink.MaxConcurrentConnections` has been changed from `any` to `interface{}` +- Type of `AzureTableSink.AzureTableInsertType` has been changed from `any` to `interface{}` +- Type of `AzureTableSink.AzureTableDefaultPartitionKeyValue` has been changed from `any` to `interface{}` +- Type of `AzureTableSink.SinkRetryCount` has been changed from `any` to `interface{}` +- Type of `AzureTableSink.SinkRetryWait` has been changed from `any` to `interface{}` +- Type of `AzureTableSink.AzureTableRowKeyName` has been changed from `any` to `interface{}` +- Type of `AzureTableSink.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `AzureTableSource.AdditionalColumns` has been changed from `any` to `interface{}` +- Type of `AzureTableSource.AzureTableSourceIgnoreTableNotFound` has been changed from `any` to `interface{}` +- Type of `AzureTableSource.QueryTimeout` has been changed from `any` to `interface{}` +- Type of `AzureTableSource.SourceRetryCount` has been changed from `any` to `interface{}` +- Type of `AzureTableSource.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `AzureTableSource.AzureTableSourceQuery` has been changed from `any` to `interface{}` +- Type of `AzureTableSource.MaxConcurrentConnections` has been changed from `any` to `interface{}` +- Type of `AzureTableSource.DisableMetricsCollection` has been changed from `any` to `interface{}` +- Type of `AzureTableSource.SourceRetryWait` has been changed from `any` to `interface{}` +- Type of `AzureTableStorageLinkedService.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `AzureTableStorageLinkedService.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `BigDataPoolParametrizationReference.ReferenceName` has been changed from `any` to `interface{}` +- Type of `BinaryDataset.Structure` has been changed from `any` to `interface{}` +- Type of `BinaryDataset.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `BinaryDataset.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `BinaryDataset.Schema` has been changed from `any` to `interface{}` +- Type of `BinaryReadSettings.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `BinarySink.WriteBatchSize` has been changed from `any` to `interface{}` +- Type of `BinarySink.WriteBatchTimeout` has been changed from `any` to `interface{}` +- Type of `BinarySink.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `BinarySink.DisableMetricsCollection` has been changed from `any` to `interface{}` +- Type of `BinarySink.MaxConcurrentConnections` has been changed from `any` to `interface{}` +- Type of `BinarySink.SinkRetryWait` has been changed from `any` to `interface{}` +- Type of `BinarySink.SinkRetryCount` has been changed from `any` to `interface{}` +- Type of `BinarySource.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `BinarySource.DisableMetricsCollection` has been changed from `any` to `interface{}` +- Type of `BinarySource.MaxConcurrentConnections` has been changed from `any` to `interface{}` +- Type of `BinarySource.SourceRetryCount` has been changed from `any` to `interface{}` +- Type of `BinarySource.SourceRetryWait` has been changed from `any` to `interface{}` +- Type of `BlobEventsTrigger.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `BlobEventsTrigger.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `BlobSink.SinkRetryCount` has been changed from `any` to `interface{}` +- Type of `BlobSink.CopyBehavior` has been changed from `any` to `interface{}` +- Type of `BlobSink.MaxConcurrentConnections` has been changed from `any` to `interface{}` +- Type of `BlobSink.SinkRetryWait` has been changed from `any` to `interface{}` +- Type of `BlobSink.BlobWriterAddHeader` has been changed from `any` to `interface{}` +- Type of `BlobSink.DisableMetricsCollection` has been changed from `any` to `interface{}` +- Type of `BlobSink.WriteBatchTimeout` has been changed from `any` to `interface{}` +- Type of `BlobSink.WriteBatchSize` has been changed from `any` to `interface{}` +- Type of `BlobSink.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `BlobSink.BlobWriterDateTimeFormat` has been changed from `any` to `interface{}` +- Type of `BlobSink.BlobWriterOverwriteFiles` has been changed from `any` to `interface{}` +- Type of `BlobSource.SourceRetryWait` has been changed from `any` to `interface{}` +- Type of `BlobSource.TreatEmptyAsNull` has been changed from `any` to `interface{}` +- Type of `BlobSource.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `BlobSource.DisableMetricsCollection` has been changed from `any` to `interface{}` +- Type of `BlobSource.SkipHeaderLineCount` has been changed from `any` to `interface{}` +- Type of `BlobSource.SourceRetryCount` has been changed from `any` to `interface{}` +- Type of `BlobSource.MaxConcurrentConnections` has been changed from `any` to `interface{}` +- Type of `BlobSource.Recursive` has been changed from `any` to `interface{}` +- Type of `BlobTrigger.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `BlobTrigger.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `CassandraLinkedService.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `CassandraLinkedService.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `CassandraLinkedServiceTypeProperties.AuthenticationType` has been changed from `any` to `interface{}` +- Type of `CassandraLinkedServiceTypeProperties.EncryptedCredential` has been changed from `any` to `interface{}` +- Type of `CassandraLinkedServiceTypeProperties.Port` has been changed from `any` to `interface{}` +- Type of `CassandraLinkedServiceTypeProperties.Username` has been changed from `any` to `interface{}` +- Type of `CassandraLinkedServiceTypeProperties.Host` has been changed from `any` to `interface{}` +- Type of `CassandraSource.SourceRetryWait` has been changed from `any` to `interface{}` +- Type of `CassandraSource.AdditionalColumns` has been changed from `any` to `interface{}` +- Type of `CassandraSource.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `CassandraSource.Query` has been changed from `any` to `interface{}` +- Type of `CassandraSource.DisableMetricsCollection` has been changed from `any` to `interface{}` +- Type of `CassandraSource.MaxConcurrentConnections` has been changed from `any` to `interface{}` +- Type of `CassandraSource.QueryTimeout` has been changed from `any` to `interface{}` +- Type of `CassandraSource.SourceRetryCount` has been changed from `any` to `interface{}` +- Type of `CassandraTableDataset.Schema` has been changed from `any` to `interface{}` +- Type of `CassandraTableDataset.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `CassandraTableDataset.Structure` has been changed from `any` to `interface{}` +- Type of `CassandraTableDataset.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `CassandraTableDatasetTypeProperties.Keyspace` has been changed from `any` to `interface{}` +- Type of `CassandraTableDatasetTypeProperties.TableName` has been changed from `any` to `interface{}` +- Type of `ChainingTrigger.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `ChainingTrigger.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `CmdkeySetupTypeProperties.TargetName` has been changed from `any` to `interface{}` +- Type of `CmdkeySetupTypeProperties.UserName` has been changed from `any` to `interface{}` +- Type of `CommonDataServiceForAppsEntityDataset.Structure` has been changed from `any` to `interface{}` +- Type of `CommonDataServiceForAppsEntityDataset.Schema` has been changed from `any` to `interface{}` +- Type of `CommonDataServiceForAppsEntityDataset.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `CommonDataServiceForAppsEntityDataset.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `CommonDataServiceForAppsEntityDatasetTypeProperties.EntityName` has been changed from `any` to `interface{}` +- Type of `CommonDataServiceForAppsLinkedService.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `CommonDataServiceForAppsLinkedService.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `CommonDataServiceForAppsLinkedServiceTypeProperties.AuthenticationType` has been changed from `any` to `interface{}` +- Type of `CommonDataServiceForAppsLinkedServiceTypeProperties.EncryptedCredential` has been changed from `any` to `interface{}` +- Type of `CommonDataServiceForAppsLinkedServiceTypeProperties.OrganizationName` has been changed from `any` to `interface{}` +- Type of `CommonDataServiceForAppsLinkedServiceTypeProperties.DeploymentType` has been changed from `any` to `interface{}` +- Type of `CommonDataServiceForAppsLinkedServiceTypeProperties.HostName` has been changed from `any` to `interface{}` +- Type of `CommonDataServiceForAppsLinkedServiceTypeProperties.ServicePrincipalCredentialType` has been changed from `any` to `interface{}` +- Type of `CommonDataServiceForAppsLinkedServiceTypeProperties.ServicePrincipalID` has been changed from `any` to `interface{}` +- Type of `CommonDataServiceForAppsLinkedServiceTypeProperties.Port` has been changed from `any` to `interface{}` +- Type of `CommonDataServiceForAppsLinkedServiceTypeProperties.ServiceURI` has been changed from `any` to `interface{}` +- Type of `CommonDataServiceForAppsLinkedServiceTypeProperties.Username` has been changed from `any` to `interface{}` +- Type of `CommonDataServiceForAppsSink.SinkRetryWait` has been changed from `any` to `interface{}` +- Type of `CommonDataServiceForAppsSink.WriteBatchSize` has been changed from `any` to `interface{}` +- Type of `CommonDataServiceForAppsSink.AlternateKeyName` has been changed from `any` to `interface{}` +- Type of `CommonDataServiceForAppsSink.DisableMetricsCollection` has been changed from `any` to `interface{}` +- Type of `CommonDataServiceForAppsSink.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `CommonDataServiceForAppsSink.IgnoreNullValues` has been changed from `any` to `interface{}` +- Type of `CommonDataServiceForAppsSink.SinkRetryCount` has been changed from `any` to `interface{}` +- Type of `CommonDataServiceForAppsSink.WriteBatchTimeout` has been changed from `any` to `interface{}` +- Type of `CommonDataServiceForAppsSink.MaxConcurrentConnections` has been changed from `any` to `interface{}` +- Type of `CommonDataServiceForAppsSource.Query` has been changed from `any` to `interface{}` +- Type of `CommonDataServiceForAppsSource.SourceRetryCount` has been changed from `any` to `interface{}` +- Type of `CommonDataServiceForAppsSource.SourceRetryWait` has been changed from `any` to `interface{}` +- Type of `CommonDataServiceForAppsSource.AdditionalColumns` has been changed from `any` to `interface{}` +- Type of `CommonDataServiceForAppsSource.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `CommonDataServiceForAppsSource.DisableMetricsCollection` has been changed from `any` to `interface{}` +- Type of `CommonDataServiceForAppsSource.MaxConcurrentConnections` has been changed from `any` to `interface{}` +- Type of `CompressionReadSettings.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `ConcurLinkedService.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `ConcurLinkedService.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `ConcurLinkedServiceTypeProperties.UseHostVerification` has been changed from `any` to `interface{}` +- Type of `ConcurLinkedServiceTypeProperties.UsePeerVerification` has been changed from `any` to `interface{}` +- Type of `ConcurLinkedServiceTypeProperties.ClientID` has been changed from `any` to `interface{}` +- Type of `ConcurLinkedServiceTypeProperties.Username` has been changed from `any` to `interface{}` +- Type of `ConcurLinkedServiceTypeProperties.ConnectionProperties` has been changed from `any` to `interface{}` +- Type of `ConcurLinkedServiceTypeProperties.EncryptedCredential` has been changed from `any` to `interface{}` +- Type of `ConcurLinkedServiceTypeProperties.UseEncryptedEndpoints` has been changed from `any` to `interface{}` +- Type of `ConcurObjectDataset.Schema` has been changed from `any` to `interface{}` +- Type of `ConcurObjectDataset.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `ConcurObjectDataset.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `ConcurObjectDataset.Structure` has been changed from `any` to `interface{}` +- Type of `ConcurSource.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `ConcurSource.Query` has been changed from `any` to `interface{}` +- Type of `ConcurSource.QueryTimeout` has been changed from `any` to `interface{}` +- Type of `ConcurSource.SourceRetryCount` has been changed from `any` to `interface{}` +- Type of `ConcurSource.SourceRetryWait` has been changed from `any` to `interface{}` +- Type of `ConcurSource.AdditionalColumns` has been changed from `any` to `interface{}` +- Type of `ConcurSource.MaxConcurrentConnections` has been changed from `any` to `interface{}` +- Type of `ConcurSource.DisableMetricsCollection` has been changed from `any` to `interface{}` +- Type of `ControlActivity.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `CopyActivity.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `CopyActivityLogSettings.EnableReliableLogging` has been changed from `any` to `interface{}` +- Type of `CopyActivityLogSettings.LogLevel` has been changed from `any` to `interface{}` +- Type of `CopyActivityTypeProperties.ValidateDataConsistency` has been changed from `any` to `interface{}` +- Type of `CopyActivityTypeProperties.DataIntegrationUnits` has been changed from `any` to `interface{}` +- Type of `CopyActivityTypeProperties.EnableStaging` has been changed from `any` to `interface{}` +- Type of `CopyActivityTypeProperties.Preserve` has been changed from `[]any` to `[]interface{}` +- Type of `CopyActivityTypeProperties.ParallelCopies` has been changed from `any` to `interface{}` +- Type of `CopyActivityTypeProperties.PreserveRules` has been changed from `[]any` to `[]interface{}` +- Type of `CopyActivityTypeProperties.Translator` has been changed from `any` to `interface{}` +- Type of `CopyActivityTypeProperties.EnableSkipIncompatibleRow` has been changed from `any` to `interface{}` +- Type of `CopySink.SinkRetryCount` has been changed from `any` to `interface{}` +- Type of `CopySink.SinkRetryWait` has been changed from `any` to `interface{}` +- Type of `CopySink.WriteBatchSize` has been changed from `any` to `interface{}` +- Type of `CopySink.WriteBatchTimeout` has been changed from `any` to `interface{}` +- Type of `CopySink.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `CopySink.DisableMetricsCollection` has been changed from `any` to `interface{}` +- Type of `CopySink.MaxConcurrentConnections` has been changed from `any` to `interface{}` +- Type of `CopySource.DisableMetricsCollection` has been changed from `any` to `interface{}` +- Type of `CopySource.MaxConcurrentConnections` has been changed from `any` to `interface{}` +- Type of `CopySource.SourceRetryCount` has been changed from `any` to `interface{}` +- Type of `CopySource.SourceRetryWait` has been changed from `any` to `interface{}` +- Type of `CopySource.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `CosmosDbLinkedService.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `CosmosDbLinkedService.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `CosmosDbLinkedServiceTypeProperties.AzureCloudType` has been changed from `any` to `interface{}` +- Type of `CosmosDbLinkedServiceTypeProperties.ConnectionString` has been changed from `any` to `interface{}` +- Type of `CosmosDbLinkedServiceTypeProperties.Database` has been changed from `any` to `interface{}` +- Type of `CosmosDbLinkedServiceTypeProperties.EncryptedCredential` has been changed from `any` to `interface{}` +- Type of `CosmosDbLinkedServiceTypeProperties.AccountEndpoint` has been changed from `any` to `interface{}` +- Type of `CosmosDbLinkedServiceTypeProperties.ServicePrincipalID` has been changed from `any` to `interface{}` +- Type of `CosmosDbLinkedServiceTypeProperties.Tenant` has been changed from `any` to `interface{}` +- Type of `CosmosDbMongoDbAPICollectionDataset.Structure` has been changed from `any` to `interface{}` +- Type of `CosmosDbMongoDbAPICollectionDataset.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `CosmosDbMongoDbAPICollectionDataset.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `CosmosDbMongoDbAPICollectionDataset.Schema` has been changed from `any` to `interface{}` +- Type of `CosmosDbMongoDbAPICollectionDatasetTypeProperties.Collection` has been changed from `any` to `interface{}` +- Type of `CosmosDbMongoDbAPILinkedService.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `CosmosDbMongoDbAPILinkedService.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `CosmosDbMongoDbAPILinkedServiceTypeProperties.ConnectionString` has been changed from `any` to `interface{}` +- Type of `CosmosDbMongoDbAPILinkedServiceTypeProperties.Database` has been changed from `any` to `interface{}` +- Type of `CosmosDbMongoDbAPILinkedServiceTypeProperties.IsServerVersionAbove32` has been changed from `any` to `interface{}` +- Type of `CosmosDbMongoDbAPISink.WriteBatchTimeout` has been changed from `any` to `interface{}` +- Type of `CosmosDbMongoDbAPISink.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `CosmosDbMongoDbAPISink.WriteBehavior` has been changed from `any` to `interface{}` +- Type of `CosmosDbMongoDbAPISink.DisableMetricsCollection` has been changed from `any` to `interface{}` +- Type of `CosmosDbMongoDbAPISink.MaxConcurrentConnections` has been changed from `any` to `interface{}` +- Type of `CosmosDbMongoDbAPISink.SinkRetryCount` has been changed from `any` to `interface{}` +- Type of `CosmosDbMongoDbAPISink.SinkRetryWait` has been changed from `any` to `interface{}` +- Type of `CosmosDbMongoDbAPISink.WriteBatchSize` has been changed from `any` to `interface{}` +- Type of `CosmosDbMongoDbAPISource.Filter` has been changed from `any` to `interface{}` +- Type of `CosmosDbMongoDbAPISource.MaxConcurrentConnections` has been changed from `any` to `interface{}` +- Type of `CosmosDbMongoDbAPISource.SourceRetryWait` has been changed from `any` to `interface{}` +- Type of `CosmosDbMongoDbAPISource.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `CosmosDbMongoDbAPISource.SourceRetryCount` has been changed from `any` to `interface{}` +- Type of `CosmosDbMongoDbAPISource.AdditionalColumns` has been changed from `any` to `interface{}` +- Type of `CosmosDbMongoDbAPISource.DisableMetricsCollection` has been changed from `any` to `interface{}` +- Type of `CosmosDbMongoDbAPISource.QueryTimeout` has been changed from `any` to `interface{}` +- Type of `CosmosDbMongoDbAPISource.BatchSize` has been changed from `any` to `interface{}` +- Type of `CosmosDbSQLAPICollectionDataset.Structure` has been changed from `any` to `interface{}` +- Type of `CosmosDbSQLAPICollectionDataset.Schema` has been changed from `any` to `interface{}` +- Type of `CosmosDbSQLAPICollectionDataset.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `CosmosDbSQLAPICollectionDataset.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `CosmosDbSQLAPICollectionDatasetTypeProperties.CollectionName` has been changed from `any` to `interface{}` +- Type of `CosmosDbSQLAPISink.WriteBatchTimeout` has been changed from `any` to `interface{}` +- Type of `CosmosDbSQLAPISink.WriteBehavior` has been changed from `any` to `interface{}` +- Type of `CosmosDbSQLAPISink.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `CosmosDbSQLAPISink.DisableMetricsCollection` has been changed from `any` to `interface{}` +- Type of `CosmosDbSQLAPISink.MaxConcurrentConnections` has been changed from `any` to `interface{}` +- Type of `CosmosDbSQLAPISink.SinkRetryWait` has been changed from `any` to `interface{}` +- Type of `CosmosDbSQLAPISink.SinkRetryCount` has been changed from `any` to `interface{}` +- Type of `CosmosDbSQLAPISink.WriteBatchSize` has been changed from `any` to `interface{}` +- Type of `CosmosDbSQLAPISource.PreferredRegions` has been changed from `any` to `interface{}` +- Type of `CosmosDbSQLAPISource.AdditionalColumns` has been changed from `any` to `interface{}` +- Type of `CosmosDbSQLAPISource.MaxConcurrentConnections` has been changed from `any` to `interface{}` +- Type of `CosmosDbSQLAPISource.Query` has been changed from `any` to `interface{}` +- Type of `CosmosDbSQLAPISource.SourceRetryCount` has been changed from `any` to `interface{}` +- Type of `CosmosDbSQLAPISource.SourceRetryWait` has been changed from `any` to `interface{}` +- Type of `CosmosDbSQLAPISource.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `CosmosDbSQLAPISource.DetectDatetime` has been changed from `any` to `interface{}` +- Type of `CosmosDbSQLAPISource.PageSize` has been changed from `any` to `interface{}` +- Type of `CosmosDbSQLAPISource.DisableMetricsCollection` has been changed from `any` to `interface{}` +- Type of `CouchbaseLinkedService.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `CouchbaseLinkedService.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `CouchbaseLinkedServiceTypeProperties.ConnectionString` has been changed from `any` to `interface{}` +- Type of `CouchbaseLinkedServiceTypeProperties.EncryptedCredential` has been changed from `any` to `interface{}` +- Type of `CouchbaseSource.AdditionalColumns` has been changed from `any` to `interface{}` +- Type of `CouchbaseSource.Query` has been changed from `any` to `interface{}` +- Type of `CouchbaseSource.QueryTimeout` has been changed from `any` to `interface{}` +- Type of `CouchbaseSource.SourceRetryWait` has been changed from `any` to `interface{}` +- Type of `CouchbaseSource.DisableMetricsCollection` has been changed from `any` to `interface{}` +- Type of `CouchbaseSource.MaxConcurrentConnections` has been changed from `any` to `interface{}` +- Type of `CouchbaseSource.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `CouchbaseSource.SourceRetryCount` has been changed from `any` to `interface{}` +- Type of `CouchbaseTableDataset.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `CouchbaseTableDataset.Schema` has been changed from `any` to `interface{}` +- Type of `CouchbaseTableDataset.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `CouchbaseTableDataset.Structure` has been changed from `any` to `interface{}` +- Type of `CredentialReference.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `CustomActivity.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `CustomActivityTypeProperties.AutoUserSpecification` has been changed from `any` to `interface{}` +- Type of `CustomActivityTypeProperties.ExtendedProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `CustomActivityTypeProperties.FolderPath` has been changed from `any` to `interface{}` +- Type of `CustomActivityTypeProperties.RetentionTimeInDays` has been changed from `any` to `interface{}` +- Type of `CustomActivityTypeProperties.Command` has been changed from `any` to `interface{}` +- Type of `CustomDataSourceLinkedService.TypeProperties` has been changed from `any` to `interface{}` +- Type of `CustomDataSourceLinkedService.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `CustomDataSourceLinkedService.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `CustomDataset.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `CustomDataset.Structure` has been changed from `any` to `interface{}` +- Type of `CustomDataset.Schema` has been changed from `any` to `interface{}` +- Type of `CustomDataset.TypeProperties` has been changed from `any` to `interface{}` +- Type of `CustomDataset.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `CustomEventsTrigger.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `CustomEventsTrigger.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `CustomEventsTriggerTypeProperties.Events` has been changed from `[]any` to `[]interface{}` +- Type of `DWCopyCommandDefaultValue.ColumnName` has been changed from `any` to `interface{}` +- Type of `DWCopyCommandDefaultValue.DefaultValue` has been changed from `any` to `interface{}` +- Type of `DataFlow.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `DataFlowDebugPackage.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `DataFlowDebugPackageDebugSettings.Parameters` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `DataFlowDebugPackageDebugSettings.DatasetParameters` has been changed from `any` to `interface{}` +- Type of `DataFlowDebugSessionInfo.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `DataFlowReference.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `DataFlowReference.DatasetParameters` has been changed from `any` to `interface{}` +- Type of `DataFlowReference.Parameters` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `DataFlowSourceSetting.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `DataFlowStagingInfo.FolderPath` has been changed from `any` to `interface{}` +- Type of `DataLakeAnalyticsUSQLActivity.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `DataLakeAnalyticsUSQLActivityTypeProperties.ScriptPath` has been changed from `any` to `interface{}` +- Type of `DataLakeAnalyticsUSQLActivityTypeProperties.CompilationMode` has been changed from `any` to `interface{}` +- Type of `DataLakeAnalyticsUSQLActivityTypeProperties.DegreeOfParallelism` has been changed from `any` to `interface{}` +- Type of `DataLakeAnalyticsUSQLActivityTypeProperties.Parameters` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `DataLakeAnalyticsUSQLActivityTypeProperties.Priority` has been changed from `any` to `interface{}` +- Type of `DataLakeAnalyticsUSQLActivityTypeProperties.RuntimeVersion` has been changed from `any` to `interface{}` +- Type of `DatabricksNotebookActivity.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `DatabricksNotebookActivityTypeProperties.Libraries` has been changed from `[]map[string]any` to `[]map[string]interface{}` +- Type of `DatabricksNotebookActivityTypeProperties.NotebookPath` has been changed from `any` to `interface{}` +- Type of `DatabricksNotebookActivityTypeProperties.BaseParameters` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `DatabricksSparkJarActivity.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `DatabricksSparkJarActivityTypeProperties.MainClassName` has been changed from `any` to `interface{}` +- Type of `DatabricksSparkJarActivityTypeProperties.Libraries` has been changed from `[]map[string]any` to `[]map[string]interface{}` +- Type of `DatabricksSparkJarActivityTypeProperties.Parameters` has been changed from `[]any` to `[]interface{}` +- Type of `DatabricksSparkPythonActivity.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `DatabricksSparkPythonActivityTypeProperties.PythonFile` has been changed from `any` to `interface{}` +- Type of `DatabricksSparkPythonActivityTypeProperties.Libraries` has been changed from `[]map[string]any` to `[]map[string]interface{}` +- Type of `DatabricksSparkPythonActivityTypeProperties.Parameters` has been changed from `[]any` to `[]interface{}` +- Type of `Dataset.Structure` has been changed from `any` to `interface{}` +- Type of `Dataset.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `Dataset.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `Dataset.Schema` has been changed from `any` to `interface{}` +- Type of `DatasetCompression.Level` has been changed from `any` to `interface{}` +- Type of `DatasetCompression.Type` has been changed from `any` to `interface{}` +- Type of `DatasetCompression.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `DatasetLocation.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `DatasetLocation.FileName` has been changed from `any` to `interface{}` +- Type of `DatasetLocation.FolderPath` has been changed from `any` to `interface{}` +- Type of `DatasetReference.Parameters` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `DatasetStorageFormat.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `DatasetStorageFormat.Deserializer` has been changed from `any` to `interface{}` +- Type of `DatasetStorageFormat.Serializer` has been changed from `any` to `interface{}` +- Type of `DataworldLinkedService.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `DataworldLinkedService.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `DataworldLinkedServiceTypeProperties.EncryptedCredential` has been changed from `any` to `interface{}` +- Type of `Db2LinkedService.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `Db2LinkedService.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `Db2LinkedServiceTypeProperties.CertificateCommonName` has been changed from `any` to `interface{}` +- Type of `Db2LinkedServiceTypeProperties.EncryptedCredential` has been changed from `any` to `interface{}` +- Type of `Db2LinkedServiceTypeProperties.Server` has been changed from `any` to `interface{}` +- Type of `Db2LinkedServiceTypeProperties.Database` has been changed from `any` to `interface{}` +- Type of `Db2LinkedServiceTypeProperties.PackageCollection` has been changed from `any` to `interface{}` +- Type of `Db2LinkedServiceTypeProperties.Username` has been changed from `any` to `interface{}` +- Type of `Db2LinkedServiceTypeProperties.ConnectionString` has been changed from `any` to `interface{}` +- Type of `Db2Source.SourceRetryCount` has been changed from `any` to `interface{}` +- Type of `Db2Source.MaxConcurrentConnections` has been changed from `any` to `interface{}` +- Type of `Db2Source.Query` has been changed from `any` to `interface{}` +- Type of `Db2Source.QueryTimeout` has been changed from `any` to `interface{}` +- Type of `Db2Source.AdditionalColumns` has been changed from `any` to `interface{}` +- Type of `Db2Source.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `Db2Source.DisableMetricsCollection` has been changed from `any` to `interface{}` +- Type of `Db2Source.SourceRetryWait` has been changed from `any` to `interface{}` +- Type of `Db2TableDataset.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `Db2TableDataset.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `Db2TableDataset.Schema` has been changed from `any` to `interface{}` +- Type of `Db2TableDataset.Structure` has been changed from `any` to `interface{}` +- Type of `Db2TableDatasetTypeProperties.Schema` has been changed from `any` to `interface{}` +- Type of `Db2TableDatasetTypeProperties.Table` has been changed from `any` to `interface{}` +- Type of `Db2TableDatasetTypeProperties.TableName` has been changed from `any` to `interface{}` +- Type of `DeleteActivity.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `DeleteActivityTypeProperties.Recursive` has been changed from `any` to `interface{}` +- Type of `DeleteActivityTypeProperties.EnableLogging` has been changed from `any` to `interface{}` +- Type of `DelimitedTextDataset.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `DelimitedTextDataset.Schema` has been changed from `any` to `interface{}` +- Type of `DelimitedTextDataset.Structure` has been changed from `any` to `interface{}` +- Type of `DelimitedTextDataset.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `DelimitedTextDatasetTypeProperties.EncodingName` has been changed from `any` to `interface{}` +- Type of `DelimitedTextDatasetTypeProperties.EscapeChar` has been changed from `any` to `interface{}` +- Type of `DelimitedTextDatasetTypeProperties.RowDelimiter` has been changed from `any` to `interface{}` +- Type of `DelimitedTextDatasetTypeProperties.ColumnDelimiter` has been changed from `any` to `interface{}` +- Type of `DelimitedTextDatasetTypeProperties.FirstRowAsHeader` has been changed from `any` to `interface{}` +- Type of `DelimitedTextDatasetTypeProperties.QuoteChar` has been changed from `any` to `interface{}` +- Type of `DelimitedTextDatasetTypeProperties.CompressionCodec` has been changed from `any` to `interface{}` +- Type of `DelimitedTextDatasetTypeProperties.CompressionLevel` has been changed from `any` to `interface{}` +- Type of `DelimitedTextDatasetTypeProperties.NullValue` has been changed from `any` to `interface{}` +- Type of `DelimitedTextReadSettings.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `DelimitedTextReadSettings.SkipLineCount` has been changed from `any` to `interface{}` +- Type of `DelimitedTextSink.MaxConcurrentConnections` has been changed from `any` to `interface{}` +- Type of `DelimitedTextSink.SinkRetryCount` has been changed from `any` to `interface{}` +- Type of `DelimitedTextSink.SinkRetryWait` has been changed from `any` to `interface{}` +- Type of `DelimitedTextSink.WriteBatchSize` has been changed from `any` to `interface{}` +- Type of `DelimitedTextSink.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `DelimitedTextSink.DisableMetricsCollection` has been changed from `any` to `interface{}` +- Type of `DelimitedTextSink.WriteBatchTimeout` has been changed from `any` to `interface{}` +- Type of `DelimitedTextSource.AdditionalColumns` has been changed from `any` to `interface{}` +- Type of `DelimitedTextSource.MaxConcurrentConnections` has been changed from `any` to `interface{}` +- Type of `DelimitedTextSource.SourceRetryCount` has been changed from `any` to `interface{}` +- Type of `DelimitedTextSource.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `DelimitedTextSource.DisableMetricsCollection` has been changed from `any` to `interface{}` +- Type of `DelimitedTextSource.SourceRetryWait` has been changed from `any` to `interface{}` +- Type of `DelimitedTextWriteSettings.FileNamePrefix` has been changed from `any` to `interface{}` +- Type of `DelimitedTextWriteSettings.MaxRowsPerFile` has been changed from `any` to `interface{}` +- Type of `DelimitedTextWriteSettings.QuoteAllText` has been changed from `any` to `interface{}` +- Type of `DelimitedTextWriteSettings.FileExtension` has been changed from `any` to `interface{}` +- Type of `DelimitedTextWriteSettings.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `DistcpSettings.ResourceManagerEndpoint` has been changed from `any` to `interface{}` +- Type of `DistcpSettings.TempScriptPath` has been changed from `any` to `interface{}` +- Type of `DistcpSettings.DistcpOptions` has been changed from `any` to `interface{}` +- Type of `DocumentDbCollectionDataset.Structure` has been changed from `any` to `interface{}` +- Type of `DocumentDbCollectionDataset.Schema` has been changed from `any` to `interface{}` +- Type of `DocumentDbCollectionDataset.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `DocumentDbCollectionDataset.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `DocumentDbCollectionDatasetTypeProperties.CollectionName` has been changed from `any` to `interface{}` +- Type of `DocumentDbCollectionSink.WriteBatchSize` has been changed from `any` to `interface{}` +- Type of `DocumentDbCollectionSink.MaxConcurrentConnections` has been changed from `any` to `interface{}` +- Type of `DocumentDbCollectionSink.SinkRetryCount` has been changed from `any` to `interface{}` +- Type of `DocumentDbCollectionSink.WriteBatchTimeout` has been changed from `any` to `interface{}` +- Type of `DocumentDbCollectionSink.WriteBehavior` has been changed from `any` to `interface{}` +- Type of `DocumentDbCollectionSink.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `DocumentDbCollectionSink.DisableMetricsCollection` has been changed from `any` to `interface{}` +- Type of `DocumentDbCollectionSink.NestingSeparator` has been changed from `any` to `interface{}` +- Type of `DocumentDbCollectionSink.SinkRetryWait` has been changed from `any` to `interface{}` +- Type of `DocumentDbCollectionSource.DisableMetricsCollection` has been changed from `any` to `interface{}` +- Type of `DocumentDbCollectionSource.MaxConcurrentConnections` has been changed from `any` to `interface{}` +- Type of `DocumentDbCollectionSource.NestingSeparator` has been changed from `any` to `interface{}` +- Type of `DocumentDbCollectionSource.AdditionalColumns` has been changed from `any` to `interface{}` +- Type of `DocumentDbCollectionSource.Query` has been changed from `any` to `interface{}` +- Type of `DocumentDbCollectionSource.SourceRetryWait` has been changed from `any` to `interface{}` +- Type of `DocumentDbCollectionSource.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `DocumentDbCollectionSource.QueryTimeout` has been changed from `any` to `interface{}` +- Type of `DocumentDbCollectionSource.SourceRetryCount` has been changed from `any` to `interface{}` +- Type of `DrillDatasetTypeProperties.Schema` has been changed from `any` to `interface{}` +- Type of `DrillDatasetTypeProperties.Table` has been changed from `any` to `interface{}` +- Type of `DrillDatasetTypeProperties.TableName` has been changed from `any` to `interface{}` +- Type of `DrillLinkedService.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `DrillLinkedService.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `DrillLinkedServiceTypeProperties.ConnectionString` has been changed from `any` to `interface{}` +- Type of `DrillLinkedServiceTypeProperties.EncryptedCredential` has been changed from `any` to `interface{}` +- Type of `DrillSource.MaxConcurrentConnections` has been changed from `any` to `interface{}` +- Type of `DrillSource.SourceRetryCount` has been changed from `any` to `interface{}` +- Type of `DrillSource.SourceRetryWait` has been changed from `any` to `interface{}` +- Type of `DrillSource.DisableMetricsCollection` has been changed from `any` to `interface{}` +- Type of `DrillSource.QueryTimeout` has been changed from `any` to `interface{}` +- Type of `DrillSource.Query` has been changed from `any` to `interface{}` +- Type of `DrillSource.AdditionalColumns` has been changed from `any` to `interface{}` +- Type of `DrillSource.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `DrillTableDataset.Schema` has been changed from `any` to `interface{}` +- Type of `DrillTableDataset.Structure` has been changed from `any` to `interface{}` +- Type of `DrillTableDataset.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `DrillTableDataset.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `DynamicsAXLinkedService.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `DynamicsAXLinkedService.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `DynamicsAXLinkedServiceTypeProperties.Tenant` has been changed from `any` to `interface{}` +- Type of `DynamicsAXLinkedServiceTypeProperties.URL` has been changed from `any` to `interface{}` +- Type of `DynamicsAXLinkedServiceTypeProperties.EncryptedCredential` has been changed from `any` to `interface{}` +- Type of `DynamicsAXLinkedServiceTypeProperties.AADResourceID` has been changed from `any` to `interface{}` +- Type of `DynamicsAXLinkedServiceTypeProperties.ServicePrincipalID` has been changed from `any` to `interface{}` +- Type of `DynamicsAXResourceDataset.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `DynamicsAXResourceDataset.Schema` has been changed from `any` to `interface{}` +- Type of `DynamicsAXResourceDataset.Structure` has been changed from `any` to `interface{}` +- Type of `DynamicsAXResourceDataset.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `DynamicsAXResourceDatasetTypeProperties.Path` has been changed from `any` to `interface{}` +- Type of `DynamicsAXSource.AdditionalColumns` has been changed from `any` to `interface{}` +- Type of `DynamicsAXSource.DisableMetricsCollection` has been changed from `any` to `interface{}` +- Type of `DynamicsAXSource.Query` has been changed from `any` to `interface{}` +- Type of `DynamicsAXSource.SourceRetryCount` has been changed from `any` to `interface{}` +- Type of `DynamicsAXSource.HTTPRequestTimeout` has been changed from `any` to `interface{}` +- Type of `DynamicsAXSource.MaxConcurrentConnections` has been changed from `any` to `interface{}` +- Type of `DynamicsAXSource.QueryTimeout` has been changed from `any` to `interface{}` +- Type of `DynamicsAXSource.SourceRetryWait` has been changed from `any` to `interface{}` +- Type of `DynamicsAXSource.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `DynamicsCrmEntityDataset.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `DynamicsCrmEntityDataset.Schema` has been changed from `any` to `interface{}` +- Type of `DynamicsCrmEntityDataset.Structure` has been changed from `any` to `interface{}` +- Type of `DynamicsCrmEntityDataset.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `DynamicsCrmEntityDatasetTypeProperties.EntityName` has been changed from `any` to `interface{}` +- Type of `DynamicsCrmLinkedService.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `DynamicsCrmLinkedService.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `DynamicsCrmLinkedServiceTypeProperties.Username` has been changed from `any` to `interface{}` +- Type of `DynamicsCrmLinkedServiceTypeProperties.ServiceURI` has been changed from `any` to `interface{}` +- Type of `DynamicsCrmLinkedServiceTypeProperties.AuthenticationType` has been changed from `any` to `interface{}` +- Type of `DynamicsCrmLinkedServiceTypeProperties.EncryptedCredential` has been changed from `any` to `interface{}` +- Type of `DynamicsCrmLinkedServiceTypeProperties.HostName` has been changed from `any` to `interface{}` +- Type of `DynamicsCrmLinkedServiceTypeProperties.DeploymentType` has been changed from `any` to `interface{}` +- Type of `DynamicsCrmLinkedServiceTypeProperties.OrganizationName` has been changed from `any` to `interface{}` +- Type of `DynamicsCrmLinkedServiceTypeProperties.ServicePrincipalCredentialType` has been changed from `any` to `interface{}` +- Type of `DynamicsCrmLinkedServiceTypeProperties.Port` has been changed from `any` to `interface{}` +- Type of `DynamicsCrmLinkedServiceTypeProperties.ServicePrincipalID` has been changed from `any` to `interface{}` +- Type of `DynamicsCrmSink.AlternateKeyName` has been changed from `any` to `interface{}` +- Type of `DynamicsCrmSink.DisableMetricsCollection` has been changed from `any` to `interface{}` +- Type of `DynamicsCrmSink.IgnoreNullValues` has been changed from `any` to `interface{}` +- Type of `DynamicsCrmSink.WriteBatchSize` has been changed from `any` to `interface{}` +- Type of `DynamicsCrmSink.SinkRetryCount` has been changed from `any` to `interface{}` +- Type of `DynamicsCrmSink.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `DynamicsCrmSink.MaxConcurrentConnections` has been changed from `any` to `interface{}` +- Type of `DynamicsCrmSink.SinkRetryWait` has been changed from `any` to `interface{}` +- Type of `DynamicsCrmSink.WriteBatchTimeout` has been changed from `any` to `interface{}` +- Type of `DynamicsCrmSource.Query` has been changed from `any` to `interface{}` +- Type of `DynamicsCrmSource.SourceRetryCount` has been changed from `any` to `interface{}` +- Type of `DynamicsCrmSource.SourceRetryWait` has been changed from `any` to `interface{}` +- Type of `DynamicsCrmSource.AdditionalColumns` has been changed from `any` to `interface{}` +- Type of `DynamicsCrmSource.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `DynamicsCrmSource.DisableMetricsCollection` has been changed from `any` to `interface{}` +- Type of `DynamicsCrmSource.MaxConcurrentConnections` has been changed from `any` to `interface{}` +- Type of `DynamicsEntityDataset.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `DynamicsEntityDataset.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `DynamicsEntityDataset.Structure` has been changed from `any` to `interface{}` +- Type of `DynamicsEntityDataset.Schema` has been changed from `any` to `interface{}` +- Type of `DynamicsEntityDatasetTypeProperties.EntityName` has been changed from `any` to `interface{}` +- Type of `DynamicsLinkedService.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `DynamicsLinkedService.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `DynamicsLinkedServiceTypeProperties.ServicePrincipalCredentialType` has been changed from `any` to `interface{}` +- Type of `DynamicsLinkedServiceTypeProperties.Username` has been changed from `any` to `interface{}` +- Type of `DynamicsLinkedServiceTypeProperties.EncryptedCredential` has been changed from `any` to `interface{}` +- Type of `DynamicsLinkedServiceTypeProperties.ServiceURI` has been changed from `any` to `interface{}` +- Type of `DynamicsLinkedServiceTypeProperties.AuthenticationType` has been changed from `any` to `interface{}` +- Type of `DynamicsLinkedServiceTypeProperties.OrganizationName` has been changed from `any` to `interface{}` +- Type of `DynamicsLinkedServiceTypeProperties.Port` has been changed from `any` to `interface{}` +- Type of `DynamicsLinkedServiceTypeProperties.DeploymentType` has been changed from `any` to `interface{}` +- Type of `DynamicsLinkedServiceTypeProperties.HostName` has been changed from `any` to `interface{}` +- Type of `DynamicsLinkedServiceTypeProperties.ServicePrincipalID` has been changed from `any` to `interface{}` +- Type of `DynamicsSink.AlternateKeyName` has been changed from `any` to `interface{}` +- Type of `DynamicsSink.IgnoreNullValues` has been changed from `any` to `interface{}` +- Type of `DynamicsSink.SinkRetryCount` has been changed from `any` to `interface{}` +- Type of `DynamicsSink.MaxConcurrentConnections` has been changed from `any` to `interface{}` +- Type of `DynamicsSink.WriteBatchTimeout` has been changed from `any` to `interface{}` +- Type of `DynamicsSink.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `DynamicsSink.DisableMetricsCollection` has been changed from `any` to `interface{}` +- Type of `DynamicsSink.SinkRetryWait` has been changed from `any` to `interface{}` +- Type of `DynamicsSink.WriteBatchSize` has been changed from `any` to `interface{}` +- Type of `DynamicsSource.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `DynamicsSource.DisableMetricsCollection` has been changed from `any` to `interface{}` +- Type of `DynamicsSource.MaxConcurrentConnections` has been changed from `any` to `interface{}` +- Type of `DynamicsSource.Query` has been changed from `any` to `interface{}` +- Type of `DynamicsSource.SourceRetryCount` has been changed from `any` to `interface{}` +- Type of `DynamicsSource.SourceRetryWait` has been changed from `any` to `interface{}` +- Type of `DynamicsSource.AdditionalColumns` has been changed from `any` to `interface{}` +- Type of `EloquaLinkedService.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `EloquaLinkedService.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `EloquaLinkedServiceTypeProperties.UseEncryptedEndpoints` has been changed from `any` to `interface{}` +- Type of `EloquaLinkedServiceTypeProperties.UseHostVerification` has been changed from `any` to `interface{}` +- Type of `EloquaLinkedServiceTypeProperties.UsePeerVerification` has been changed from `any` to `interface{}` +- Type of `EloquaLinkedServiceTypeProperties.Endpoint` has been changed from `any` to `interface{}` +- Type of `EloquaLinkedServiceTypeProperties.Username` has been changed from `any` to `interface{}` +- Type of `EloquaLinkedServiceTypeProperties.EncryptedCredential` has been changed from `any` to `interface{}` +- Type of `EloquaObjectDataset.Schema` has been changed from `any` to `interface{}` +- Type of `EloquaObjectDataset.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `EloquaObjectDataset.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `EloquaObjectDataset.Structure` has been changed from `any` to `interface{}` +- Type of `EloquaSource.SourceRetryCount` has been changed from `any` to `interface{}` +- Type of `EloquaSource.SourceRetryWait` has been changed from `any` to `interface{}` +- Type of `EloquaSource.AdditionalColumns` has been changed from `any` to `interface{}` +- Type of `EloquaSource.Query` has been changed from `any` to `interface{}` +- Type of `EloquaSource.QueryTimeout` has been changed from `any` to `interface{}` +- Type of `EloquaSource.MaxConcurrentConnections` has been changed from `any` to `interface{}` +- Type of `EloquaSource.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `EloquaSource.DisableMetricsCollection` has been changed from `any` to `interface{}` +- Type of `ExcelDataset.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `ExcelDataset.Schema` has been changed from `any` to `interface{}` +- Type of `ExcelDataset.Structure` has been changed from `any` to `interface{}` +- Type of `ExcelDataset.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `ExcelDatasetTypeProperties.FirstRowAsHeader` has been changed from `any` to `interface{}` +- Type of `ExcelDatasetTypeProperties.NullValue` has been changed from `any` to `interface{}` +- Type of `ExcelDatasetTypeProperties.Range` has been changed from `any` to `interface{}` +- Type of `ExcelDatasetTypeProperties.SheetIndex` has been changed from `any` to `interface{}` +- Type of `ExcelDatasetTypeProperties.SheetName` has been changed from `any` to `interface{}` +- Type of `ExcelSource.SourceRetryWait` has been changed from `any` to `interface{}` +- Type of `ExcelSource.AdditionalColumns` has been changed from `any` to `interface{}` +- Type of `ExcelSource.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `ExcelSource.DisableMetricsCollection` has been changed from `any` to `interface{}` +- Type of `ExcelSource.MaxConcurrentConnections` has been changed from `any` to `interface{}` +- Type of `ExcelSource.SourceRetryCount` has been changed from `any` to `interface{}` +- Type of `ExecuteDataFlowActivity.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `ExecuteDataFlowActivityTypeProperties.TraceLevel` has been changed from `any` to `interface{}` +- Type of `ExecuteDataFlowActivityTypeProperties.ContinueOnError` has been changed from `any` to `interface{}` +- Type of `ExecuteDataFlowActivityTypeProperties.RunConcurrently` has been changed from `any` to `interface{}` +- Type of `ExecuteDataFlowActivityTypeProperties.SourceStagingConcurrency` has been changed from `any` to `interface{}` +- Type of `ExecuteDataFlowActivityTypePropertiesCompute.ComputeType` has been changed from `any` to `interface{}` +- Type of `ExecuteDataFlowActivityTypePropertiesCompute.CoreCount` has been changed from `any` to `interface{}` +- Type of `ExecutePipelineActivity.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `ExecutePipelineActivityPolicy.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `ExecutePipelineActivityTypeProperties.Parameters` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `ExecutePowerQueryActivityTypeProperties.TraceLevel` has been changed from `any` to `interface{}` +- Type of `ExecutePowerQueryActivityTypeProperties.RunConcurrently` has been changed from `any` to `interface{}` +- Type of `ExecutePowerQueryActivityTypeProperties.ContinueOnError` has been changed from `any` to `interface{}` +- Type of `ExecutePowerQueryActivityTypeProperties.SourceStagingConcurrency` has been changed from `any` to `interface{}` +- Type of `ExecuteSSISPackageActivity.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `ExecuteSSISPackageActivityTypeProperties.EnvironmentPath` has been changed from `any` to `interface{}` +- Type of `ExecuteSSISPackageActivityTypeProperties.Runtime` has been changed from `any` to `interface{}` +- Type of `ExecuteSSISPackageActivityTypeProperties.LoggingLevel` has been changed from `any` to `interface{}` +- Type of `ExecuteWranglingDataflowActivity.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `ExecutionActivity.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `ExportSettings.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `Factory.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `FactoryIdentity.UserAssignedIdentities` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `FailActivity.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `FailActivityTypeProperties.ErrorCode` has been changed from `any` to `interface{}` +- Type of `FailActivityTypeProperties.Message` has been changed from `any` to `interface{}` +- Type of `FileServerLinkedService.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `FileServerLinkedService.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `FileServerLinkedServiceTypeProperties.UserID` has been changed from `any` to `interface{}` +- Type of `FileServerLinkedServiceTypeProperties.Host` has been changed from `any` to `interface{}` +- Type of `FileServerLinkedServiceTypeProperties.EncryptedCredential` has been changed from `any` to `interface{}` +- Type of `FileServerLocation.FileName` has been changed from `any` to `interface{}` +- Type of `FileServerLocation.FolderPath` has been changed from `any` to `interface{}` +- Type of `FileServerLocation.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `FileServerReadSettings.FileListPath` has been changed from `any` to `interface{}` +- Type of `FileServerReadSettings.DeleteFilesAfterCompletion` has been changed from `any` to `interface{}` +- Type of `FileServerReadSettings.ModifiedDatetimeEnd` has been changed from `any` to `interface{}` +- Type of `FileServerReadSettings.ModifiedDatetimeStart` has been changed from `any` to `interface{}` +- Type of `FileServerReadSettings.PartitionRootPath` has been changed from `any` to `interface{}` +- Type of `FileServerReadSettings.DisableMetricsCollection` has been changed from `any` to `interface{}` +- Type of `FileServerReadSettings.Recursive` has been changed from `any` to `interface{}` +- Type of `FileServerReadSettings.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `FileServerReadSettings.WildcardFileName` has been changed from `any` to `interface{}` +- Type of `FileServerReadSettings.WildcardFolderPath` has been changed from `any` to `interface{}` +- Type of `FileServerReadSettings.MaxConcurrentConnections` has been changed from `any` to `interface{}` +- Type of `FileServerReadSettings.FileFilter` has been changed from `any` to `interface{}` +- Type of `FileServerWriteSettings.MaxConcurrentConnections` has been changed from `any` to `interface{}` +- Type of `FileServerWriteSettings.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `FileServerWriteSettings.CopyBehavior` has been changed from `any` to `interface{}` +- Type of `FileServerWriteSettings.DisableMetricsCollection` has been changed from `any` to `interface{}` +- Type of `FileShareDataset.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `FileShareDataset.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `FileShareDataset.Schema` has been changed from `any` to `interface{}` +- Type of `FileShareDataset.Structure` has been changed from `any` to `interface{}` +- Type of `FileShareDatasetTypeProperties.ModifiedDatetimeStart` has been changed from `any` to `interface{}` +- Type of `FileShareDatasetTypeProperties.FileFilter` has been changed from `any` to `interface{}` +- Type of `FileShareDatasetTypeProperties.FileName` has been changed from `any` to `interface{}` +- Type of `FileShareDatasetTypeProperties.FolderPath` has been changed from `any` to `interface{}` +- Type of `FileShareDatasetTypeProperties.ModifiedDatetimeEnd` has been changed from `any` to `interface{}` +- Type of `FileSystemSink.SinkRetryWait` has been changed from `any` to `interface{}` +- Type of `FileSystemSink.WriteBatchSize` has been changed from `any` to `interface{}` +- Type of `FileSystemSink.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `FileSystemSink.MaxConcurrentConnections` has been changed from `any` to `interface{}` +- Type of `FileSystemSink.SinkRetryCount` has been changed from `any` to `interface{}` +- Type of `FileSystemSink.WriteBatchTimeout` has been changed from `any` to `interface{}` +- Type of `FileSystemSink.CopyBehavior` has been changed from `any` to `interface{}` +- Type of `FileSystemSink.DisableMetricsCollection` has been changed from `any` to `interface{}` +- Type of `FileSystemSource.SourceRetryWait` has been changed from `any` to `interface{}` +- Type of `FileSystemSource.AdditionalColumns` has been changed from `any` to `interface{}` +- Type of `FileSystemSource.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `FileSystemSource.DisableMetricsCollection` has been changed from `any` to `interface{}` +- Type of `FileSystemSource.MaxConcurrentConnections` has been changed from `any` to `interface{}` +- Type of `FileSystemSource.Recursive` has been changed from `any` to `interface{}` +- Type of `FileSystemSource.SourceRetryCount` has been changed from `any` to `interface{}` +- Type of `FilterActivity.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `Flowlet.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `ForEachActivity.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `FormatReadSettings.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `FormatWriteSettings.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `FtpReadSettings.DisableMetricsCollection` has been changed from `any` to `interface{}` +- Type of `FtpReadSettings.PartitionRootPath` has been changed from `any` to `interface{}` +- Type of `FtpReadSettings.FileListPath` has been changed from `any` to `interface{}` +- Type of `FtpReadSettings.WildcardFileName` has been changed from `any` to `interface{}` +- Type of `FtpReadSettings.WildcardFolderPath` has been changed from `any` to `interface{}` +- Type of `FtpReadSettings.MaxConcurrentConnections` has been changed from `any` to `interface{}` +- Type of `FtpReadSettings.DeleteFilesAfterCompletion` has been changed from `any` to `interface{}` +- Type of `FtpReadSettings.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `FtpReadSettings.DisableChunking` has been changed from `any` to `interface{}` +- Type of `FtpReadSettings.Recursive` has been changed from `any` to `interface{}` +- Type of `FtpServerLinkedService.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `FtpServerLinkedService.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `FtpServerLinkedServiceTypeProperties.Port` has been changed from `any` to `interface{}` +- Type of `FtpServerLinkedServiceTypeProperties.UserName` has been changed from `any` to `interface{}` +- Type of `FtpServerLinkedServiceTypeProperties.Host` has been changed from `any` to `interface{}` +- Type of `FtpServerLinkedServiceTypeProperties.EnableSSL` has been changed from `any` to `interface{}` +- Type of `FtpServerLinkedServiceTypeProperties.EnableServerCertificateValidation` has been changed from `any` to `interface{}` +- Type of `FtpServerLinkedServiceTypeProperties.EncryptedCredential` has been changed from `any` to `interface{}` +- Type of `FtpServerLocation.FolderPath` has been changed from `any` to `interface{}` +- Type of `FtpServerLocation.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `FtpServerLocation.FileName` has been changed from `any` to `interface{}` +- Type of `GenericDatasetTypeProperties.TableName` has been changed from `any` to `interface{}` +- Type of `GetMetadataActivity.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `GetMetadataActivityTypeProperties.FieldList` has been changed from `[]any` to `[]interface{}` +- Type of `GlobalParameterSpecification.Value` has been changed from `any` to `interface{}` +- Type of `GoogleAdWordsLinkedService.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `GoogleAdWordsLinkedService.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `GoogleAdWordsLinkedServiceTypeProperties.UseSystemTrustStore` has been changed from `any` to `interface{}` +- Type of `GoogleAdWordsLinkedServiceTypeProperties.ClientCustomerID` has been changed from `any` to `interface{}` +- Type of `GoogleAdWordsLinkedServiceTypeProperties.ConnectionProperties` has been changed from `any` to `interface{}` +- Type of `GoogleAdWordsLinkedServiceTypeProperties.Email` has been changed from `any` to `interface{}` +- Type of `GoogleAdWordsLinkedServiceTypeProperties.EncryptedCredential` has been changed from `any` to `interface{}` +- Type of `GoogleAdWordsLinkedServiceTypeProperties.KeyFilePath` has been changed from `any` to `interface{}` +- Type of `GoogleAdWordsLinkedServiceTypeProperties.ClientID` has been changed from `any` to `interface{}` +- Type of `GoogleAdWordsLinkedServiceTypeProperties.TrustedCertPath` has been changed from `any` to `interface{}` +- Type of `GoogleAdWordsObjectDataset.Structure` has been changed from `any` to `interface{}` +- Type of `GoogleAdWordsObjectDataset.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `GoogleAdWordsObjectDataset.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `GoogleAdWordsObjectDataset.Schema` has been changed from `any` to `interface{}` +- Type of `GoogleAdWordsSource.AdditionalColumns` has been changed from `any` to `interface{}` +- Type of `GoogleAdWordsSource.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `GoogleAdWordsSource.Query` has been changed from `any` to `interface{}` +- Type of `GoogleAdWordsSource.SourceRetryWait` has been changed from `any` to `interface{}` +- Type of `GoogleAdWordsSource.DisableMetricsCollection` has been changed from `any` to `interface{}` +- Type of `GoogleAdWordsSource.MaxConcurrentConnections` has been changed from `any` to `interface{}` +- Type of `GoogleAdWordsSource.QueryTimeout` has been changed from `any` to `interface{}` +- Type of `GoogleAdWordsSource.SourceRetryCount` has been changed from `any` to `interface{}` +- Type of `GoogleBigQueryDatasetTypeProperties.Table` has been changed from `any` to `interface{}` +- Type of `GoogleBigQueryDatasetTypeProperties.TableName` has been changed from `any` to `interface{}` +- Type of `GoogleBigQueryDatasetTypeProperties.Dataset` has been changed from `any` to `interface{}` +- Type of `GoogleBigQueryLinkedService.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `GoogleBigQueryLinkedService.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `GoogleBigQueryLinkedServiceTypeProperties.Email` has been changed from `any` to `interface{}` +- Type of `GoogleBigQueryLinkedServiceTypeProperties.KeyFilePath` has been changed from `any` to `interface{}` +- Type of `GoogleBigQueryLinkedServiceTypeProperties.UseSystemTrustStore` has been changed from `any` to `interface{}` +- Type of `GoogleBigQueryLinkedServiceTypeProperties.RequestGoogleDriveScope` has been changed from `any` to `interface{}` +- Type of `GoogleBigQueryLinkedServiceTypeProperties.Project` has been changed from `any` to `interface{}` +- Type of `GoogleBigQueryLinkedServiceTypeProperties.AdditionalProjects` has been changed from `any` to `interface{}` +- Type of `GoogleBigQueryLinkedServiceTypeProperties.ClientID` has been changed from `any` to `interface{}` +- Type of `GoogleBigQueryLinkedServiceTypeProperties.EncryptedCredential` has been changed from `any` to `interface{}` +- Type of `GoogleBigQueryLinkedServiceTypeProperties.TrustedCertPath` has been changed from `any` to `interface{}` +- Type of `GoogleBigQueryObjectDataset.Schema` has been changed from `any` to `interface{}` +- Type of `GoogleBigQueryObjectDataset.Structure` has been changed from `any` to `interface{}` +- Type of `GoogleBigQueryObjectDataset.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `GoogleBigQueryObjectDataset.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `GoogleBigQuerySource.Query` has been changed from `any` to `interface{}` +- Type of `GoogleBigQuerySource.QueryTimeout` has been changed from `any` to `interface{}` +- Type of `GoogleBigQuerySource.SourceRetryCount` has been changed from `any` to `interface{}` +- Type of `GoogleBigQuerySource.SourceRetryWait` has been changed from `any` to `interface{}` +- Type of `GoogleBigQuerySource.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `GoogleBigQuerySource.AdditionalColumns` has been changed from `any` to `interface{}` +- Type of `GoogleBigQuerySource.MaxConcurrentConnections` has been changed from `any` to `interface{}` +- Type of `GoogleBigQuerySource.DisableMetricsCollection` has been changed from `any` to `interface{}` +- Type of `GoogleCloudStorageLinkedService.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `GoogleCloudStorageLinkedService.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `GoogleCloudStorageLinkedServiceTypeProperties.AccessKeyID` has been changed from `any` to `interface{}` +- Type of `GoogleCloudStorageLinkedServiceTypeProperties.EncryptedCredential` has been changed from `any` to `interface{}` +- Type of `GoogleCloudStorageLinkedServiceTypeProperties.ServiceURL` has been changed from `any` to `interface{}` +- Type of `GoogleCloudStorageLocation.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `GoogleCloudStorageLocation.BucketName` has been changed from `any` to `interface{}` +- Type of `GoogleCloudStorageLocation.FileName` has been changed from `any` to `interface{}` +- Type of `GoogleCloudStorageLocation.FolderPath` has been changed from `any` to `interface{}` +- Type of `GoogleCloudStorageLocation.Version` has been changed from `any` to `interface{}` +- Type of `GoogleCloudStorageReadSettings.ModifiedDatetimeEnd` has been changed from `any` to `interface{}` +- Type of `GoogleCloudStorageReadSettings.FileListPath` has been changed from `any` to `interface{}` +- Type of `GoogleCloudStorageReadSettings.Prefix` has been changed from `any` to `interface{}` +- Type of `GoogleCloudStorageReadSettings.DisableMetricsCollection` has been changed from `any` to `interface{}` +- Type of `GoogleCloudStorageReadSettings.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `GoogleCloudStorageReadSettings.WildcardFileName` has been changed from `any` to `interface{}` +- Type of `GoogleCloudStorageReadSettings.DeleteFilesAfterCompletion` has been changed from `any` to `interface{}` +- Type of `GoogleCloudStorageReadSettings.PartitionRootPath` has been changed from `any` to `interface{}` +- Type of `GoogleCloudStorageReadSettings.Recursive` has been changed from `any` to `interface{}` +- Type of `GoogleCloudStorageReadSettings.MaxConcurrentConnections` has been changed from `any` to `interface{}` +- Type of `GoogleCloudStorageReadSettings.ModifiedDatetimeStart` has been changed from `any` to `interface{}` +- Type of `GoogleCloudStorageReadSettings.WildcardFolderPath` has been changed from `any` to `interface{}` +- Type of `GreenplumDatasetTypeProperties.Table` has been changed from `any` to `interface{}` +- Type of `GreenplumDatasetTypeProperties.TableName` has been changed from `any` to `interface{}` +- Type of `GreenplumDatasetTypeProperties.Schema` has been changed from `any` to `interface{}` +- Type of `GreenplumLinkedService.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `GreenplumLinkedService.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `GreenplumLinkedServiceTypeProperties.ConnectionString` has been changed from `any` to `interface{}` +- Type of `GreenplumLinkedServiceTypeProperties.EncryptedCredential` has been changed from `any` to `interface{}` +- Type of `GreenplumSource.AdditionalColumns` has been changed from `any` to `interface{}` +- Type of `GreenplumSource.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `GreenplumSource.MaxConcurrentConnections` has been changed from `any` to `interface{}` +- Type of `GreenplumSource.QueryTimeout` has been changed from `any` to `interface{}` +- Type of `GreenplumSource.SourceRetryCount` has been changed from `any` to `interface{}` +- Type of `GreenplumSource.DisableMetricsCollection` has been changed from `any` to `interface{}` +- Type of `GreenplumSource.Query` has been changed from `any` to `interface{}` +- Type of `GreenplumSource.SourceRetryWait` has been changed from `any` to `interface{}` +- Type of `GreenplumTableDataset.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `GreenplumTableDataset.Structure` has been changed from `any` to `interface{}` +- Type of `GreenplumTableDataset.Schema` has been changed from `any` to `interface{}` +- Type of `GreenplumTableDataset.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `HBaseLinkedService.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `HBaseLinkedService.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `HBaseLinkedServiceTypeProperties.Port` has been changed from `any` to `interface{}` +- Type of `HBaseLinkedServiceTypeProperties.EnableSSL` has been changed from `any` to `interface{}` +- Type of `HBaseLinkedServiceTypeProperties.Username` has been changed from `any` to `interface{}` +- Type of `HBaseLinkedServiceTypeProperties.TrustedCertPath` has been changed from `any` to `interface{}` +- Type of `HBaseLinkedServiceTypeProperties.Host` has been changed from `any` to `interface{}` +- Type of `HBaseLinkedServiceTypeProperties.AllowSelfSignedServerCert` has been changed from `any` to `interface{}` +- Type of `HBaseLinkedServiceTypeProperties.EncryptedCredential` has been changed from `any` to `interface{}` +- Type of `HBaseLinkedServiceTypeProperties.AllowHostNameCNMismatch` has been changed from `any` to `interface{}` +- Type of `HBaseLinkedServiceTypeProperties.HTTPPath` has been changed from `any` to `interface{}` +- Type of `HBaseObjectDataset.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `HBaseObjectDataset.Schema` has been changed from `any` to `interface{}` +- Type of `HBaseObjectDataset.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `HBaseObjectDataset.Structure` has been changed from `any` to `interface{}` +- Type of `HBaseSource.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `HBaseSource.MaxConcurrentConnections` has been changed from `any` to `interface{}` +- Type of `HBaseSource.QueryTimeout` has been changed from `any` to `interface{}` +- Type of `HBaseSource.SourceRetryCount` has been changed from `any` to `interface{}` +- Type of `HBaseSource.SourceRetryWait` has been changed from `any` to `interface{}` +- Type of `HBaseSource.DisableMetricsCollection` has been changed from `any` to `interface{}` +- Type of `HBaseSource.Query` has been changed from `any` to `interface{}` +- Type of `HBaseSource.AdditionalColumns` has been changed from `any` to `interface{}` +- Type of `HDInsightHiveActivity.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `HDInsightHiveActivityTypeProperties.ScriptPath` has been changed from `any` to `interface{}` +- Type of `HDInsightHiveActivityTypeProperties.Variables` has been changed from `[]any` to `[]interface{}` +- Type of `HDInsightHiveActivityTypeProperties.Arguments` has been changed from `[]any` to `[]interface{}` +- Type of `HDInsightHiveActivityTypeProperties.Defines` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `HDInsightLinkedService.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `HDInsightLinkedService.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `HDInsightLinkedServiceTypeProperties.UserName` has been changed from `any` to `interface{}` +- Type of `HDInsightLinkedServiceTypeProperties.ClusterURI` has been changed from `any` to `interface{}` +- Type of `HDInsightLinkedServiceTypeProperties.EncryptedCredential` has been changed from `any` to `interface{}` +- Type of `HDInsightLinkedServiceTypeProperties.FileSystem` has been changed from `any` to `interface{}` +- Type of `HDInsightLinkedServiceTypeProperties.IsEspEnabled` has been changed from `any` to `interface{}` +- Type of `HDInsightMapReduceActivity.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `HDInsightMapReduceActivityTypeProperties.JarLibs` has been changed from `[]any` to `[]interface{}` +- Type of `HDInsightMapReduceActivityTypeProperties.ClassName` has been changed from `any` to `interface{}` +- Type of `HDInsightMapReduceActivityTypeProperties.JarFilePath` has been changed from `any` to `interface{}` +- Type of `HDInsightMapReduceActivityTypeProperties.Arguments` has been changed from `[]any` to `[]interface{}` +- Type of `HDInsightMapReduceActivityTypeProperties.Defines` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `HDInsightOnDemandLinkedService.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `HDInsightOnDemandLinkedService.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `HDInsightOnDemandLinkedServiceTypeProperties.ZookeeperNodeSize` has been changed from `any` to `interface{}` +- Type of `HDInsightOnDemandLinkedServiceTypeProperties.HdfsConfiguration` has been changed from `any` to `interface{}` +- Type of `HDInsightOnDemandLinkedServiceTypeProperties.ClusterUserName` has been changed from `any` to `interface{}` +- Type of `HDInsightOnDemandLinkedServiceTypeProperties.ClusterSize` has been changed from `any` to `interface{}` +- Type of `HDInsightOnDemandLinkedServiceTypeProperties.YarnConfiguration` has been changed from `any` to `interface{}` +- Type of `HDInsightOnDemandLinkedServiceTypeProperties.HostSubscriptionID` has been changed from `any` to `interface{}` +- Type of `HDInsightOnDemandLinkedServiceTypeProperties.OozieConfiguration` has been changed from `any` to `interface{}` +- Type of `HDInsightOnDemandLinkedServiceTypeProperties.SparkVersion` has been changed from `any` to `interface{}` +- Type of `HDInsightOnDemandLinkedServiceTypeProperties.SubnetName` has been changed from `any` to `interface{}` +- Type of `HDInsightOnDemandLinkedServiceTypeProperties.TimeToLive` has been changed from `any` to `interface{}` +- Type of `HDInsightOnDemandLinkedServiceTypeProperties.ServicePrincipalID` has been changed from `any` to `interface{}` +- Type of `HDInsightOnDemandLinkedServiceTypeProperties.VirtualNetworkID` has been changed from `any` to `interface{}` +- Type of `HDInsightOnDemandLinkedServiceTypeProperties.DataNodeSize` has been changed from `any` to `interface{}` +- Type of `HDInsightOnDemandLinkedServiceTypeProperties.ClusterType` has been changed from `any` to `interface{}` +- Type of `HDInsightOnDemandLinkedServiceTypeProperties.StormConfiguration` has been changed from `any` to `interface{}` +- Type of `HDInsightOnDemandLinkedServiceTypeProperties.Tenant` has been changed from `any` to `interface{}` +- Type of `HDInsightOnDemandLinkedServiceTypeProperties.HBaseConfiguration` has been changed from `any` to `interface{}` +- Type of `HDInsightOnDemandLinkedServiceTypeProperties.ClusterSSHUserName` has been changed from `any` to `interface{}` +- Type of `HDInsightOnDemandLinkedServiceTypeProperties.MapReduceConfiguration` has been changed from `any` to `interface{}` +- Type of `HDInsightOnDemandLinkedServiceTypeProperties.HeadNodeSize` has been changed from `any` to `interface{}` +- Type of `HDInsightOnDemandLinkedServiceTypeProperties.Version` has been changed from `any` to `interface{}` +- Type of `HDInsightOnDemandLinkedServiceTypeProperties.CoreConfiguration` has been changed from `any` to `interface{}` +- Type of `HDInsightOnDemandLinkedServiceTypeProperties.ClusterNamePrefix` has been changed from `any` to `interface{}` +- Type of `HDInsightOnDemandLinkedServiceTypeProperties.EncryptedCredential` has been changed from `any` to `interface{}` +- Type of `HDInsightOnDemandLinkedServiceTypeProperties.ClusterResourceGroup` has been changed from `any` to `interface{}` +- Type of `HDInsightOnDemandLinkedServiceTypeProperties.HiveConfiguration` has been changed from `any` to `interface{}` +- Type of `HDInsightPigActivity.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `HDInsightPigActivityTypeProperties.Defines` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `HDInsightPigActivityTypeProperties.ScriptPath` has been changed from `any` to `interface{}` +- Type of `HDInsightPigActivityTypeProperties.Arguments` has been changed from `any` to `interface{}` +- Type of `HDInsightSparkActivity.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `HDInsightSparkActivityTypeProperties.SparkConfig` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `HDInsightSparkActivityTypeProperties.EntryFilePath` has been changed from `any` to `interface{}` +- Type of `HDInsightSparkActivityTypeProperties.RootPath` has been changed from `any` to `interface{}` +- Type of `HDInsightSparkActivityTypeProperties.Arguments` has been changed from `[]any` to `[]interface{}` +- Type of `HDInsightSparkActivityTypeProperties.ProxyUser` has been changed from `any` to `interface{}` +- Type of `HDInsightStreamingActivity.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `HDInsightStreamingActivityTypeProperties.Combiner` has been changed from `any` to `interface{}` +- Type of `HDInsightStreamingActivityTypeProperties.CommandEnvironment` has been changed from `[]any` to `[]interface{}` +- Type of `HDInsightStreamingActivityTypeProperties.Input` has been changed from `any` to `interface{}` +- Type of `HDInsightStreamingActivityTypeProperties.Defines` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `HDInsightStreamingActivityTypeProperties.Output` has been changed from `any` to `interface{}` +- Type of `HDInsightStreamingActivityTypeProperties.FilePaths` has been changed from `[]any` to `[]interface{}` +- Type of `HDInsightStreamingActivityTypeProperties.Mapper` has been changed from `any` to `interface{}` +- Type of `HDInsightStreamingActivityTypeProperties.Reducer` has been changed from `any` to `interface{}` +- Type of `HDInsightStreamingActivityTypeProperties.Arguments` has been changed from `[]any` to `[]interface{}` +- Type of `HTTPDataset.Structure` has been changed from `any` to `interface{}` +- Type of `HTTPDataset.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `HTTPDataset.Schema` has been changed from `any` to `interface{}` +- Type of `HTTPDataset.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `HTTPDatasetTypeProperties.AdditionalHeaders` has been changed from `any` to `interface{}` +- Type of `HTTPDatasetTypeProperties.RelativeURL` has been changed from `any` to `interface{}` +- Type of `HTTPDatasetTypeProperties.RequestBody` has been changed from `any` to `interface{}` +- Type of `HTTPDatasetTypeProperties.RequestMethod` has been changed from `any` to `interface{}` +- Type of `HTTPLinkedService.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `HTTPLinkedService.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `HTTPLinkedServiceTypeProperties.URL` has been changed from `any` to `interface{}` +- Type of `HTTPLinkedServiceTypeProperties.AuthHeaders` has been changed from `any` to `interface{}` +- Type of `HTTPLinkedServiceTypeProperties.CertThumbprint` has been changed from `any` to `interface{}` +- Type of `HTTPLinkedServiceTypeProperties.UserName` has been changed from `any` to `interface{}` +- Type of `HTTPLinkedServiceTypeProperties.EmbeddedCertData` has been changed from `any` to `interface{}` +- Type of `HTTPLinkedServiceTypeProperties.EnableServerCertificateValidation` has been changed from `any` to `interface{}` +- Type of `HTTPLinkedServiceTypeProperties.EncryptedCredential` has been changed from `any` to `interface{}` +- Type of `HTTPReadSettings.MaxConcurrentConnections` has been changed from `any` to `interface{}` +- Type of `HTTPReadSettings.PartitionRootPath` has been changed from `any` to `interface{}` +- Type of `HTTPReadSettings.AdditionalHeaders` has been changed from `any` to `interface{}` +- Type of `HTTPReadSettings.RequestBody` has been changed from `any` to `interface{}` +- Type of `HTTPReadSettings.RequestMethod` has been changed from `any` to `interface{}` +- Type of `HTTPReadSettings.RequestTimeout` has been changed from `any` to `interface{}` +- Type of `HTTPReadSettings.DisableMetricsCollection` has been changed from `any` to `interface{}` +- Type of `HTTPReadSettings.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `HTTPServerLocation.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `HTTPServerLocation.FileName` has been changed from `any` to `interface{}` +- Type of `HTTPServerLocation.FolderPath` has been changed from `any` to `interface{}` +- Type of `HTTPServerLocation.RelativeURL` has been changed from `any` to `interface{}` +- Type of `HTTPSource.DisableMetricsCollection` has been changed from `any` to `interface{}` +- Type of `HTTPSource.HTTPRequestTimeout` has been changed from `any` to `interface{}` +- Type of `HTTPSource.MaxConcurrentConnections` has been changed from `any` to `interface{}` +- Type of `HTTPSource.SourceRetryCount` has been changed from `any` to `interface{}` +- Type of `HTTPSource.SourceRetryWait` has been changed from `any` to `interface{}` +- Type of `HTTPSource.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `HdfsLinkedService.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `HdfsLinkedService.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `HdfsLinkedServiceTypeProperties.AuthenticationType` has been changed from `any` to `interface{}` +- Type of `HdfsLinkedServiceTypeProperties.EncryptedCredential` has been changed from `any` to `interface{}` +- Type of `HdfsLinkedServiceTypeProperties.UserName` has been changed from `any` to `interface{}` +- Type of `HdfsLinkedServiceTypeProperties.URL` has been changed from `any` to `interface{}` +- Type of `HdfsLocation.FileName` has been changed from `any` to `interface{}` +- Type of `HdfsLocation.FolderPath` has been changed from `any` to `interface{}` +- Type of `HdfsLocation.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `HdfsReadSettings.FileListPath` has been changed from `any` to `interface{}` +- Type of `HdfsReadSettings.ModifiedDatetimeEnd` has been changed from `any` to `interface{}` +- Type of `HdfsReadSettings.ModifiedDatetimeStart` has been changed from `any` to `interface{}` +- Type of `HdfsReadSettings.WildcardFileName` has been changed from `any` to `interface{}` +- Type of `HdfsReadSettings.WildcardFolderPath` has been changed from `any` to `interface{}` +- Type of `HdfsReadSettings.PartitionRootPath` has been changed from `any` to `interface{}` +- Type of `HdfsReadSettings.Recursive` has been changed from `any` to `interface{}` +- Type of `HdfsReadSettings.DisableMetricsCollection` has been changed from `any` to `interface{}` +- Type of `HdfsReadSettings.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `HdfsReadSettings.DeleteFilesAfterCompletion` has been changed from `any` to `interface{}` +- Type of `HdfsReadSettings.MaxConcurrentConnections` has been changed from `any` to `interface{}` +- Type of `HdfsSource.SourceRetryCount` has been changed from `any` to `interface{}` +- Type of `HdfsSource.SourceRetryWait` has been changed from `any` to `interface{}` +- Type of `HdfsSource.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `HdfsSource.DisableMetricsCollection` has been changed from `any` to `interface{}` +- Type of `HdfsSource.MaxConcurrentConnections` has been changed from `any` to `interface{}` +- Type of `HdfsSource.Recursive` has been changed from `any` to `interface{}` +- Type of `HiveDatasetTypeProperties.TableName` has been changed from `any` to `interface{}` +- Type of `HiveDatasetTypeProperties.Schema` has been changed from `any` to `interface{}` +- Type of `HiveDatasetTypeProperties.Table` has been changed from `any` to `interface{}` +- Type of `HiveLinkedService.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `HiveLinkedService.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `HiveLinkedServiceTypeProperties.Host` has been changed from `any` to `interface{}` +- Type of `HiveLinkedServiceTypeProperties.EnableSSL` has been changed from `any` to `interface{}` +- Type of `HiveLinkedServiceTypeProperties.ZooKeeperNameSpace` has been changed from `any` to `interface{}` +- Type of `HiveLinkedServiceTypeProperties.UseNativeQuery` has been changed from `any` to `interface{}` +- Type of `HiveLinkedServiceTypeProperties.Username` has been changed from `any` to `interface{}` +- Type of `HiveLinkedServiceTypeProperties.TrustedCertPath` has been changed from `any` to `interface{}` +- Type of `HiveLinkedServiceTypeProperties.AllowSelfSignedServerCert` has been changed from `any` to `interface{}` +- Type of `HiveLinkedServiceTypeProperties.AllowHostNameCNMismatch` has been changed from `any` to `interface{}` +- Type of `HiveLinkedServiceTypeProperties.HTTPPath` has been changed from `any` to `interface{}` +- Type of `HiveLinkedServiceTypeProperties.EncryptedCredential` has been changed from `any` to `interface{}` +- Type of `HiveLinkedServiceTypeProperties.UseSystemTrustStore` has been changed from `any` to `interface{}` +- Type of `HiveLinkedServiceTypeProperties.Port` has been changed from `any` to `interface{}` +- Type of `HiveLinkedServiceTypeProperties.ServiceDiscoveryMode` has been changed from `any` to `interface{}` +- Type of `HiveObjectDataset.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `HiveObjectDataset.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `HiveObjectDataset.Schema` has been changed from `any` to `interface{}` +- Type of `HiveObjectDataset.Structure` has been changed from `any` to `interface{}` +- Type of `HiveSource.Query` has been changed from `any` to `interface{}` +- Type of `HiveSource.SourceRetryCount` has been changed from `any` to `interface{}` +- Type of `HiveSource.MaxConcurrentConnections` has been changed from `any` to `interface{}` +- Type of `HiveSource.QueryTimeout` has been changed from `any` to `interface{}` +- Type of `HiveSource.AdditionalColumns` has been changed from `any` to `interface{}` +- Type of `HiveSource.DisableMetricsCollection` has been changed from `any` to `interface{}` +- Type of `HiveSource.SourceRetryWait` has been changed from `any` to `interface{}` +- Type of `HiveSource.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `HubspotLinkedService.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `HubspotLinkedService.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `HubspotLinkedServiceTypeProperties.ClientID` has been changed from `any` to `interface{}` +- Type of `HubspotLinkedServiceTypeProperties.EncryptedCredential` has been changed from `any` to `interface{}` +- Type of `HubspotLinkedServiceTypeProperties.UseEncryptedEndpoints` has been changed from `any` to `interface{}` +- Type of `HubspotLinkedServiceTypeProperties.UseHostVerification` has been changed from `any` to `interface{}` +- Type of `HubspotLinkedServiceTypeProperties.UsePeerVerification` has been changed from `any` to `interface{}` +- Type of `HubspotObjectDataset.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `HubspotObjectDataset.Schema` has been changed from `any` to `interface{}` +- Type of `HubspotObjectDataset.Structure` has been changed from `any` to `interface{}` +- Type of `HubspotObjectDataset.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `HubspotSource.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `HubspotSource.DisableMetricsCollection` has been changed from `any` to `interface{}` +- Type of `HubspotSource.SourceRetryCount` has been changed from `any` to `interface{}` +- Type of `HubspotSource.MaxConcurrentConnections` has been changed from `any` to `interface{}` +- Type of `HubspotSource.Query` has been changed from `any` to `interface{}` +- Type of `HubspotSource.QueryTimeout` has been changed from `any` to `interface{}` +- Type of `HubspotSource.SourceRetryWait` has been changed from `any` to `interface{}` +- Type of `HubspotSource.AdditionalColumns` has been changed from `any` to `interface{}` +- Type of `IfConditionActivity.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `ImpalaDatasetTypeProperties.Table` has been changed from `any` to `interface{}` +- Type of `ImpalaDatasetTypeProperties.TableName` has been changed from `any` to `interface{}` +- Type of `ImpalaDatasetTypeProperties.Schema` has been changed from `any` to `interface{}` +- Type of `ImpalaLinkedService.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `ImpalaLinkedService.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `ImpalaLinkedServiceTypeProperties.TrustedCertPath` has been changed from `any` to `interface{}` +- Type of `ImpalaLinkedServiceTypeProperties.EncryptedCredential` has been changed from `any` to `interface{}` +- Type of `ImpalaLinkedServiceTypeProperties.AllowHostNameCNMismatch` has been changed from `any` to `interface{}` +- Type of `ImpalaLinkedServiceTypeProperties.Port` has been changed from `any` to `interface{}` +- Type of `ImpalaLinkedServiceTypeProperties.Host` has been changed from `any` to `interface{}` +- Type of `ImpalaLinkedServiceTypeProperties.Username` has been changed from `any` to `interface{}` +- Type of `ImpalaLinkedServiceTypeProperties.AllowSelfSignedServerCert` has been changed from `any` to `interface{}` +- Type of `ImpalaLinkedServiceTypeProperties.EnableSSL` has been changed from `any` to `interface{}` +- Type of `ImpalaLinkedServiceTypeProperties.UseSystemTrustStore` has been changed from `any` to `interface{}` +- Type of `ImpalaObjectDataset.Structure` has been changed from `any` to `interface{}` +- Type of `ImpalaObjectDataset.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `ImpalaObjectDataset.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `ImpalaObjectDataset.Schema` has been changed from `any` to `interface{}` +- Type of `ImpalaSource.SourceRetryWait` has been changed from `any` to `interface{}` +- Type of `ImpalaSource.QueryTimeout` has been changed from `any` to `interface{}` +- Type of `ImpalaSource.SourceRetryCount` has been changed from `any` to `interface{}` +- Type of `ImpalaSource.AdditionalColumns` has been changed from `any` to `interface{}` +- Type of `ImpalaSource.MaxConcurrentConnections` has been changed from `any` to `interface{}` +- Type of `ImpalaSource.Query` has been changed from `any` to `interface{}` +- Type of `ImpalaSource.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `ImpalaSource.DisableMetricsCollection` has been changed from `any` to `interface{}` +- Type of `ImportSettings.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `InformixLinkedService.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `InformixLinkedService.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `InformixLinkedServiceTypeProperties.ConnectionString` has been changed from `any` to `interface{}` +- Type of `InformixLinkedServiceTypeProperties.AuthenticationType` has been changed from `any` to `interface{}` +- Type of `InformixLinkedServiceTypeProperties.EncryptedCredential` has been changed from `any` to `interface{}` +- Type of `InformixLinkedServiceTypeProperties.UserName` has been changed from `any` to `interface{}` +- Type of `InformixSink.SinkRetryCount` has been changed from `any` to `interface{}` +- Type of `InformixSink.SinkRetryWait` has been changed from `any` to `interface{}` +- Type of `InformixSink.WriteBatchSize` has been changed from `any` to `interface{}` +- Type of `InformixSink.WriteBatchTimeout` has been changed from `any` to `interface{}` +- Type of `InformixSink.PreCopyScript` has been changed from `any` to `interface{}` +- Type of `InformixSink.MaxConcurrentConnections` has been changed from `any` to `interface{}` +- Type of `InformixSink.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `InformixSink.DisableMetricsCollection` has been changed from `any` to `interface{}` +- Type of `InformixSource.SourceRetryWait` has been changed from `any` to `interface{}` +- Type of `InformixSource.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `InformixSource.DisableMetricsCollection` has been changed from `any` to `interface{}` +- Type of `InformixSource.MaxConcurrentConnections` has been changed from `any` to `interface{}` +- Type of `InformixSource.AdditionalColumns` has been changed from `any` to `interface{}` +- Type of `InformixSource.SourceRetryCount` has been changed from `any` to `interface{}` +- Type of `InformixSource.Query` has been changed from `any` to `interface{}` +- Type of `InformixSource.QueryTimeout` has been changed from `any` to `interface{}` +- Type of `InformixTableDataset.Schema` has been changed from `any` to `interface{}` +- Type of `InformixTableDataset.Structure` has been changed from `any` to `interface{}` +- Type of `InformixTableDataset.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `InformixTableDataset.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `InformixTableDatasetTypeProperties.TableName` has been changed from `any` to `interface{}` +- Type of `IntegrationRuntime.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `IntegrationRuntimeComputeProperties.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `IntegrationRuntimeConnectionInfo.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `IntegrationRuntimeDataFlowProperties.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `IntegrationRuntimeNodeMonitoringData.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `IntegrationRuntimeReference.Parameters` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `IntegrationRuntimeSsisCatalogInfo.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `IntegrationRuntimeSsisProperties.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `IntegrationRuntimeStatus.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `IntegrationRuntimeVNetProperties.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `JSONDataset.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `JSONDataset.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `JSONDataset.Schema` has been changed from `any` to `interface{}` +- Type of `JSONDataset.Structure` has been changed from `any` to `interface{}` +- Type of `JSONDatasetTypeProperties.EncodingName` has been changed from `any` to `interface{}` +- Type of `JSONFormat.EncodingName` has been changed from `any` to `interface{}` +- Type of `JSONFormat.FilePattern` has been changed from `any` to `interface{}` +- Type of `JSONFormat.JSONNodeReference` has been changed from `any` to `interface{}` +- Type of `JSONFormat.JSONPathDefinition` has been changed from `any` to `interface{}` +- Type of `JSONFormat.NestingSeparator` has been changed from `any` to `interface{}` +- Type of `JSONFormat.Serializer` has been changed from `any` to `interface{}` +- Type of `JSONFormat.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `JSONFormat.Deserializer` has been changed from `any` to `interface{}` +- Type of `JSONReadSettings.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `JSONSink.SinkRetryWait` has been changed from `any` to `interface{}` +- Type of `JSONSink.WriteBatchTimeout` has been changed from `any` to `interface{}` +- Type of `JSONSink.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `JSONSink.DisableMetricsCollection` has been changed from `any` to `interface{}` +- Type of `JSONSink.MaxConcurrentConnections` has been changed from `any` to `interface{}` +- Type of `JSONSink.WriteBatchSize` has been changed from `any` to `interface{}` +- Type of `JSONSink.SinkRetryCount` has been changed from `any` to `interface{}` +- Type of `JSONSource.AdditionalColumns` has been changed from `any` to `interface{}` +- Type of `JSONSource.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `JSONSource.SourceRetryCount` has been changed from `any` to `interface{}` +- Type of `JSONSource.SourceRetryWait` has been changed from `any` to `interface{}` +- Type of `JSONSource.DisableMetricsCollection` has been changed from `any` to `interface{}` +- Type of `JSONSource.MaxConcurrentConnections` has been changed from `any` to `interface{}` +- Type of `JSONWriteSettings.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `JSONWriteSettings.FilePattern` has been changed from `any` to `interface{}` +- Type of `JiraLinkedService.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `JiraLinkedService.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `JiraLinkedServiceTypeProperties.UseHostVerification` has been changed from `any` to `interface{}` +- Type of `JiraLinkedServiceTypeProperties.UsePeerVerification` has been changed from `any` to `interface{}` +- Type of `JiraLinkedServiceTypeProperties.Host` has been changed from `any` to `interface{}` +- Type of `JiraLinkedServiceTypeProperties.Username` has been changed from `any` to `interface{}` +- Type of `JiraLinkedServiceTypeProperties.EncryptedCredential` has been changed from `any` to `interface{}` +- Type of `JiraLinkedServiceTypeProperties.Port` has been changed from `any` to `interface{}` +- Type of `JiraLinkedServiceTypeProperties.UseEncryptedEndpoints` has been changed from `any` to `interface{}` +- Type of `JiraObjectDataset.Schema` has been changed from `any` to `interface{}` +- Type of `JiraObjectDataset.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `JiraObjectDataset.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `JiraObjectDataset.Structure` has been changed from `any` to `interface{}` +- Type of `JiraSource.SourceRetryWait` has been changed from `any` to `interface{}` +- Type of `JiraSource.AdditionalColumns` has been changed from `any` to `interface{}` +- Type of `JiraSource.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `JiraSource.MaxConcurrentConnections` has been changed from `any` to `interface{}` +- Type of `JiraSource.QueryTimeout` has been changed from `any` to `interface{}` +- Type of `JiraSource.SourceRetryCount` has been changed from `any` to `interface{}` +- Type of `JiraSource.DisableMetricsCollection` has been changed from `any` to `interface{}` +- Type of `JiraSource.Query` has been changed from `any` to `interface{}` +- Type of `LinkedService.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `LinkedService.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `LinkedServiceReference.Type` has been changed from `*LinkedServiceReferenceType` to `*Type` +- Type of `LinkedServiceReference.Parameters` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `LogLocationSettings.Path` has been changed from `any` to `interface{}` +- Type of `LogSettings.EnableCopyActivityLog` has been changed from `any` to `interface{}` +- Type of `LogStorageSettings.Path` has been changed from `any` to `interface{}` +- Type of `LogStorageSettings.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `LogStorageSettings.EnableReliableLogging` has been changed from `any` to `interface{}` +- Type of `LogStorageSettings.LogLevel` has been changed from `any` to `interface{}` +- Type of `LookupActivity.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `LookupActivityTypeProperties.FirstRowOnly` has been changed from `any` to `interface{}` +- Type of `MagentoLinkedService.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `MagentoLinkedService.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `MagentoLinkedServiceTypeProperties.UseEncryptedEndpoints` has been changed from `any` to `interface{}` +- Type of `MagentoLinkedServiceTypeProperties.UseHostVerification` has been changed from `any` to `interface{}` +- Type of `MagentoLinkedServiceTypeProperties.UsePeerVerification` has been changed from `any` to `interface{}` +- Type of `MagentoLinkedServiceTypeProperties.Host` has been changed from `any` to `interface{}` +- Type of `MagentoLinkedServiceTypeProperties.EncryptedCredential` has been changed from `any` to `interface{}` +- Type of `MagentoObjectDataset.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `MagentoObjectDataset.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `MagentoObjectDataset.Structure` has been changed from `any` to `interface{}` +- Type of `MagentoObjectDataset.Schema` has been changed from `any` to `interface{}` +- Type of `MagentoSource.SourceRetryWait` has been changed from `any` to `interface{}` +- Type of `MagentoSource.QueryTimeout` has been changed from `any` to `interface{}` +- Type of `MagentoSource.AdditionalColumns` has been changed from `any` to `interface{}` +- Type of `MagentoSource.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `MagentoSource.DisableMetricsCollection` has been changed from `any` to `interface{}` +- Type of `MagentoSource.MaxConcurrentConnections` has been changed from `any` to `interface{}` +- Type of `MagentoSource.Query` has been changed from `any` to `interface{}` +- Type of `MagentoSource.SourceRetryCount` has been changed from `any` to `interface{}` +- Type of `ManagedIntegrationRuntime.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `ManagedIntegrationRuntimeError.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `ManagedIntegrationRuntimeNode.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `ManagedIntegrationRuntimeOperationResult.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `ManagedIntegrationRuntimeStatus.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `ManagedPrivateEndpoint.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `ManagedVirtualNetwork.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `MappingDataFlow.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `MariaDBLinkedService.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `MariaDBLinkedService.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `MariaDBLinkedServiceTypeProperties.ConnectionString` has been changed from `any` to `interface{}` +- Type of `MariaDBLinkedServiceTypeProperties.EncryptedCredential` has been changed from `any` to `interface{}` +- Type of `MariaDBSource.AdditionalColumns` has been changed from `any` to `interface{}` +- Type of `MariaDBSource.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `MariaDBSource.DisableMetricsCollection` has been changed from `any` to `interface{}` +- Type of `MariaDBSource.SourceRetryCount` has been changed from `any` to `interface{}` +- Type of `MariaDBSource.SourceRetryWait` has been changed from `any` to `interface{}` +- Type of `MariaDBSource.MaxConcurrentConnections` has been changed from `any` to `interface{}` +- Type of `MariaDBSource.Query` has been changed from `any` to `interface{}` +- Type of `MariaDBSource.QueryTimeout` has been changed from `any` to `interface{}` +- Type of `MariaDBTableDataset.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `MariaDBTableDataset.Schema` has been changed from `any` to `interface{}` +- Type of `MariaDBTableDataset.Structure` has been changed from `any` to `interface{}` +- Type of `MariaDBTableDataset.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `MarketoLinkedService.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `MarketoLinkedService.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `MarketoLinkedServiceTypeProperties.Endpoint` has been changed from `any` to `interface{}` +- Type of `MarketoLinkedServiceTypeProperties.EncryptedCredential` has been changed from `any` to `interface{}` +- Type of `MarketoLinkedServiceTypeProperties.UseEncryptedEndpoints` has been changed from `any` to `interface{}` +- Type of `MarketoLinkedServiceTypeProperties.UseHostVerification` has been changed from `any` to `interface{}` +- Type of `MarketoLinkedServiceTypeProperties.UsePeerVerification` has been changed from `any` to `interface{}` +- Type of `MarketoLinkedServiceTypeProperties.ClientID` has been changed from `any` to `interface{}` +- Type of `MarketoObjectDataset.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `MarketoObjectDataset.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `MarketoObjectDataset.Schema` has been changed from `any` to `interface{}` +- Type of `MarketoObjectDataset.Structure` has been changed from `any` to `interface{}` +- Type of `MarketoSource.AdditionalColumns` has been changed from `any` to `interface{}` +- Type of `MarketoSource.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `MarketoSource.DisableMetricsCollection` has been changed from `any` to `interface{}` +- Type of `MarketoSource.Query` has been changed from `any` to `interface{}` +- Type of `MarketoSource.QueryTimeout` has been changed from `any` to `interface{}` +- Type of `MarketoSource.SourceRetryCount` has been changed from `any` to `interface{}` +- Type of `MarketoSource.SourceRetryWait` has been changed from `any` to `interface{}` +- Type of `MarketoSource.MaxConcurrentConnections` has been changed from `any` to `interface{}` +- Type of `MetadataItem.Value` has been changed from `any` to `interface{}` +- Type of `MetadataItem.Name` has been changed from `any` to `interface{}` +- Type of `MicrosoftAccessLinkedService.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `MicrosoftAccessLinkedService.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `MicrosoftAccessLinkedServiceTypeProperties.AuthenticationType` has been changed from `any` to `interface{}` +- Type of `MicrosoftAccessLinkedServiceTypeProperties.EncryptedCredential` has been changed from `any` to `interface{}` +- Type of `MicrosoftAccessLinkedServiceTypeProperties.UserName` has been changed from `any` to `interface{}` +- Type of `MicrosoftAccessLinkedServiceTypeProperties.ConnectionString` has been changed from `any` to `interface{}` +- Type of `MicrosoftAccessSink.SinkRetryWait` has been changed from `any` to `interface{}` +- Type of `MicrosoftAccessSink.WriteBatchSize` has been changed from `any` to `interface{}` +- Type of `MicrosoftAccessSink.WriteBatchTimeout` has been changed from `any` to `interface{}` +- Type of `MicrosoftAccessSink.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `MicrosoftAccessSink.DisableMetricsCollection` has been changed from `any` to `interface{}` +- Type of `MicrosoftAccessSink.MaxConcurrentConnections` has been changed from `any` to `interface{}` +- Type of `MicrosoftAccessSink.PreCopyScript` has been changed from `any` to `interface{}` +- Type of `MicrosoftAccessSink.SinkRetryCount` has been changed from `any` to `interface{}` +- Type of `MicrosoftAccessSource.Query` has been changed from `any` to `interface{}` +- Type of `MicrosoftAccessSource.SourceRetryCount` has been changed from `any` to `interface{}` +- Type of `MicrosoftAccessSource.SourceRetryWait` has been changed from `any` to `interface{}` +- Type of `MicrosoftAccessSource.AdditionalColumns` has been changed from `any` to `interface{}` +- Type of `MicrosoftAccessSource.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `MicrosoftAccessSource.DisableMetricsCollection` has been changed from `any` to `interface{}` +- Type of `MicrosoftAccessSource.MaxConcurrentConnections` has been changed from `any` to `interface{}` +- Type of `MicrosoftAccessTableDataset.Schema` has been changed from `any` to `interface{}` +- Type of `MicrosoftAccessTableDataset.Structure` has been changed from `any` to `interface{}` +- Type of `MicrosoftAccessTableDataset.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `MicrosoftAccessTableDataset.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `MicrosoftAccessTableDatasetTypeProperties.TableName` has been changed from `any` to `interface{}` +- Type of `MongoDbAtlasCollectionDataset.Structure` has been changed from `any` to `interface{}` +- Type of `MongoDbAtlasCollectionDataset.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `MongoDbAtlasCollectionDataset.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `MongoDbAtlasCollectionDataset.Schema` has been changed from `any` to `interface{}` +- Type of `MongoDbAtlasCollectionDatasetTypeProperties.Collection` has been changed from `any` to `interface{}` +- Type of `MongoDbAtlasLinkedService.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `MongoDbAtlasLinkedService.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `MongoDbAtlasLinkedServiceTypeProperties.ConnectionString` has been changed from `any` to `interface{}` +- Type of `MongoDbAtlasLinkedServiceTypeProperties.Database` has been changed from `any` to `interface{}` +- Type of `MongoDbAtlasSink.SinkRetryCount` has been changed from `any` to `interface{}` +- Type of `MongoDbAtlasSink.WriteBatchSize` has been changed from `any` to `interface{}` +- Type of `MongoDbAtlasSink.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `MongoDbAtlasSink.DisableMetricsCollection` has been changed from `any` to `interface{}` +- Type of `MongoDbAtlasSink.MaxConcurrentConnections` has been changed from `any` to `interface{}` +- Type of `MongoDbAtlasSink.WriteBehavior` has been changed from `any` to `interface{}` +- Type of `MongoDbAtlasSink.SinkRetryWait` has been changed from `any` to `interface{}` +- Type of `MongoDbAtlasSink.WriteBatchTimeout` has been changed from `any` to `interface{}` +- Type of `MongoDbAtlasSource.SourceRetryWait` has been changed from `any` to `interface{}` +- Type of `MongoDbAtlasSource.MaxConcurrentConnections` has been changed from `any` to `interface{}` +- Type of `MongoDbAtlasSource.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `MongoDbAtlasSource.Filter` has been changed from `any` to `interface{}` +- Type of `MongoDbAtlasSource.SourceRetryCount` has been changed from `any` to `interface{}` +- Type of `MongoDbAtlasSource.DisableMetricsCollection` has been changed from `any` to `interface{}` +- Type of `MongoDbAtlasSource.QueryTimeout` has been changed from `any` to `interface{}` +- Type of `MongoDbAtlasSource.AdditionalColumns` has been changed from `any` to `interface{}` +- Type of `MongoDbAtlasSource.BatchSize` has been changed from `any` to `interface{}` +- Type of `MongoDbCollectionDataset.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `MongoDbCollectionDataset.Schema` has been changed from `any` to `interface{}` +- Type of `MongoDbCollectionDataset.Structure` has been changed from `any` to `interface{}` +- Type of `MongoDbCollectionDataset.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `MongoDbCollectionDatasetTypeProperties.CollectionName` has been changed from `any` to `interface{}` +- Type of `MongoDbCursorMethodsProperties.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `MongoDbCursorMethodsProperties.Limit` has been changed from `any` to `interface{}` +- Type of `MongoDbCursorMethodsProperties.Project` has been changed from `any` to `interface{}` +- Type of `MongoDbCursorMethodsProperties.Skip` has been changed from `any` to `interface{}` +- Type of `MongoDbCursorMethodsProperties.Sort` has been changed from `any` to `interface{}` +- Type of `MongoDbLinkedService.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `MongoDbLinkedService.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `MongoDbLinkedServiceTypeProperties.Port` has been changed from `any` to `interface{}` +- Type of `MongoDbLinkedServiceTypeProperties.AllowSelfSignedServerCert` has been changed from `any` to `interface{}` +- Type of `MongoDbLinkedServiceTypeProperties.AuthSource` has been changed from `any` to `interface{}` +- Type of `MongoDbLinkedServiceTypeProperties.EnableSSL` has been changed from `any` to `interface{}` +- Type of `MongoDbLinkedServiceTypeProperties.EncryptedCredential` has been changed from `any` to `interface{}` +- Type of `MongoDbLinkedServiceTypeProperties.Username` has been changed from `any` to `interface{}` +- Type of `MongoDbLinkedServiceTypeProperties.DatabaseName` has been changed from `any` to `interface{}` +- Type of `MongoDbLinkedServiceTypeProperties.Server` has been changed from `any` to `interface{}` +- Type of `MongoDbSource.SourceRetryWait` has been changed from `any` to `interface{}` +- Type of `MongoDbSource.AdditionalColumns` has been changed from `any` to `interface{}` +- Type of `MongoDbSource.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `MongoDbSource.DisableMetricsCollection` has been changed from `any` to `interface{}` +- Type of `MongoDbSource.MaxConcurrentConnections` has been changed from `any` to `interface{}` +- Type of `MongoDbSource.Query` has been changed from `any` to `interface{}` +- Type of `MongoDbSource.SourceRetryCount` has been changed from `any` to `interface{}` +- Type of `MongoDbV2CollectionDataset.Structure` has been changed from `any` to `interface{}` +- Type of `MongoDbV2CollectionDataset.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `MongoDbV2CollectionDataset.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `MongoDbV2CollectionDataset.Schema` has been changed from `any` to `interface{}` +- Type of `MongoDbV2CollectionDatasetTypeProperties.Collection` has been changed from `any` to `interface{}` +- Type of `MongoDbV2LinkedService.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `MongoDbV2LinkedService.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `MongoDbV2LinkedServiceTypeProperties.ConnectionString` has been changed from `any` to `interface{}` +- Type of `MongoDbV2LinkedServiceTypeProperties.Database` has been changed from `any` to `interface{}` +- Type of `MongoDbV2Sink.WriteBatchSize` has been changed from `any` to `interface{}` +- Type of `MongoDbV2Sink.WriteBatchTimeout` has been changed from `any` to `interface{}` +- Type of `MongoDbV2Sink.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `MongoDbV2Sink.DisableMetricsCollection` has been changed from `any` to `interface{}` +- Type of `MongoDbV2Sink.MaxConcurrentConnections` has been changed from `any` to `interface{}` +- Type of `MongoDbV2Sink.SinkRetryCount` has been changed from `any` to `interface{}` +- Type of `MongoDbV2Sink.WriteBehavior` has been changed from `any` to `interface{}` +- Type of `MongoDbV2Sink.SinkRetryWait` has been changed from `any` to `interface{}` +- Type of `MongoDbV2Source.SourceRetryWait` has been changed from `any` to `interface{}` +- Type of `MongoDbV2Source.Filter` has been changed from `any` to `interface{}` +- Type of `MongoDbV2Source.SourceRetryCount` has been changed from `any` to `interface{}` +- Type of `MongoDbV2Source.MaxConcurrentConnections` has been changed from `any` to `interface{}` +- Type of `MongoDbV2Source.BatchSize` has been changed from `any` to `interface{}` +- Type of `MongoDbV2Source.DisableMetricsCollection` has been changed from `any` to `interface{}` +- Type of `MongoDbV2Source.QueryTimeout` has been changed from `any` to `interface{}` +- Type of `MongoDbV2Source.AdditionalColumns` has been changed from `any` to `interface{}` +- Type of `MongoDbV2Source.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `MultiplePipelineTrigger.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `MultiplePipelineTrigger.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `MySQLLinkedService.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `MySQLLinkedService.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `MySQLLinkedServiceTypeProperties.ConnectionString` has been changed from `any` to `interface{}` +- Type of `MySQLLinkedServiceTypeProperties.EncryptedCredential` has been changed from `any` to `interface{}` +- Type of `MySQLSource.Query` has been changed from `any` to `interface{}` +- Type of `MySQLSource.SourceRetryWait` has been changed from `any` to `interface{}` +- Type of `MySQLSource.DisableMetricsCollection` has been changed from `any` to `interface{}` +- Type of `MySQLSource.MaxConcurrentConnections` has been changed from `any` to `interface{}` +- Type of `MySQLSource.QueryTimeout` has been changed from `any` to `interface{}` +- Type of `MySQLSource.SourceRetryCount` has been changed from `any` to `interface{}` +- Type of `MySQLSource.AdditionalColumns` has been changed from `any` to `interface{}` +- Type of `MySQLSource.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `MySQLTableDataset.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `MySQLTableDataset.Schema` has been changed from `any` to `interface{}` +- Type of `MySQLTableDataset.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `MySQLTableDataset.Structure` has been changed from `any` to `interface{}` +- Type of `MySQLTableDatasetTypeProperties.TableName` has been changed from `any` to `interface{}` +- Type of `NetezzaLinkedService.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `NetezzaLinkedService.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `NetezzaLinkedServiceTypeProperties.ConnectionString` has been changed from `any` to `interface{}` +- Type of `NetezzaLinkedServiceTypeProperties.EncryptedCredential` has been changed from `any` to `interface{}` +- Type of `NetezzaPartitionSettings.PartitionColumnName` has been changed from `any` to `interface{}` +- Type of `NetezzaPartitionSettings.PartitionLowerBound` has been changed from `any` to `interface{}` +- Type of `NetezzaPartitionSettings.PartitionUpperBound` has been changed from `any` to `interface{}` +- Type of `NetezzaSource.Query` has been changed from `any` to `interface{}` +- Type of `NetezzaSource.SourceRetryCount` has been changed from `any` to `interface{}` +- Type of `NetezzaSource.SourceRetryWait` has been changed from `any` to `interface{}` +- Type of `NetezzaSource.AdditionalColumns` has been changed from `any` to `interface{}` +- Type of `NetezzaSource.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `NetezzaSource.QueryTimeout` has been changed from `any` to `interface{}` +- Type of `NetezzaSource.DisableMetricsCollection` has been changed from `any` to `interface{}` +- Type of `NetezzaSource.MaxConcurrentConnections` has been changed from `any` to `interface{}` +- Type of `NetezzaSource.PartitionOption` has been changed from `any` to `interface{}` +- Type of `NetezzaTableDataset.Structure` has been changed from `any` to `interface{}` +- Type of `NetezzaTableDataset.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `NetezzaTableDataset.Schema` has been changed from `any` to `interface{}` +- Type of `NetezzaTableDataset.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `NetezzaTableDatasetTypeProperties.Table` has been changed from `any` to `interface{}` +- Type of `NetezzaTableDatasetTypeProperties.TableName` has been changed from `any` to `interface{}` +- Type of `NetezzaTableDatasetTypeProperties.Schema` has been changed from `any` to `interface{}` +- Type of `NotebookParameter.Value` has been changed from `any` to `interface{}` +- Type of `ODataLinkedService.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `ODataLinkedService.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `ODataLinkedServiceTypeProperties.UserName` has been changed from `any` to `interface{}` +- Type of `ODataLinkedServiceTypeProperties.ServicePrincipalID` has been changed from `any` to `interface{}` +- Type of `ODataLinkedServiceTypeProperties.URL` has been changed from `any` to `interface{}` +- Type of `ODataLinkedServiceTypeProperties.AuthHeaders` has been changed from `any` to `interface{}` +- Type of `ODataLinkedServiceTypeProperties.EncryptedCredential` has been changed from `any` to `interface{}` +- Type of `ODataLinkedServiceTypeProperties.AADResourceID` has been changed from `any` to `interface{}` +- Type of `ODataLinkedServiceTypeProperties.AzureCloudType` has been changed from `any` to `interface{}` +- Type of `ODataLinkedServiceTypeProperties.Tenant` has been changed from `any` to `interface{}` +- Type of `ODataResourceDataset.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `ODataResourceDataset.Schema` has been changed from `any` to `interface{}` +- Type of `ODataResourceDataset.Structure` has been changed from `any` to `interface{}` +- Type of `ODataResourceDataset.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `ODataResourceDatasetTypeProperties.Path` has been changed from `any` to `interface{}` +- Type of `ODataSource.AdditionalColumns` has been changed from `any` to `interface{}` +- Type of `ODataSource.MaxConcurrentConnections` has been changed from `any` to `interface{}` +- Type of `ODataSource.SourceRetryWait` has been changed from `any` to `interface{}` +- Type of `ODataSource.Query` has been changed from `any` to `interface{}` +- Type of `ODataSource.SourceRetryCount` has been changed from `any` to `interface{}` +- Type of `ODataSource.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `ODataSource.DisableMetricsCollection` has been changed from `any` to `interface{}` +- Type of `ODataSource.HTTPRequestTimeout` has been changed from `any` to `interface{}` +- Type of `OdbcLinkedService.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `OdbcLinkedService.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `OdbcLinkedServiceTypeProperties.EncryptedCredential` has been changed from `any` to `interface{}` +- Type of `OdbcLinkedServiceTypeProperties.UserName` has been changed from `any` to `interface{}` +- Type of `OdbcLinkedServiceTypeProperties.ConnectionString` has been changed from `any` to `interface{}` +- Type of `OdbcLinkedServiceTypeProperties.AuthenticationType` has been changed from `any` to `interface{}` +- Type of `OdbcSink.WriteBatchSize` has been changed from `any` to `interface{}` +- Type of `OdbcSink.WriteBatchTimeout` has been changed from `any` to `interface{}` +- Type of `OdbcSink.MaxConcurrentConnections` has been changed from `any` to `interface{}` +- Type of `OdbcSink.PreCopyScript` has been changed from `any` to `interface{}` +- Type of `OdbcSink.SinkRetryWait` has been changed from `any` to `interface{}` +- Type of `OdbcSink.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `OdbcSink.DisableMetricsCollection` has been changed from `any` to `interface{}` +- Type of `OdbcSink.SinkRetryCount` has been changed from `any` to `interface{}` +- Type of `OdbcSource.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `OdbcSource.DisableMetricsCollection` has been changed from `any` to `interface{}` +- Type of `OdbcSource.SourceRetryWait` has been changed from `any` to `interface{}` +- Type of `OdbcSource.Query` has been changed from `any` to `interface{}` +- Type of `OdbcSource.QueryTimeout` has been changed from `any` to `interface{}` +- Type of `OdbcSource.SourceRetryCount` has been changed from `any` to `interface{}` +- Type of `OdbcSource.MaxConcurrentConnections` has been changed from `any` to `interface{}` +- Type of `OdbcSource.AdditionalColumns` has been changed from `any` to `interface{}` +- Type of `OdbcTableDataset.Schema` has been changed from `any` to `interface{}` +- Type of `OdbcTableDataset.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `OdbcTableDataset.Structure` has been changed from `any` to `interface{}` +- Type of `OdbcTableDataset.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `OdbcTableDatasetTypeProperties.TableName` has been changed from `any` to `interface{}` +- Type of `Office365Dataset.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `Office365Dataset.Schema` has been changed from `any` to `interface{}` +- Type of `Office365Dataset.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `Office365Dataset.Structure` has been changed from `any` to `interface{}` +- Type of `Office365DatasetTypeProperties.TableName` has been changed from `any` to `interface{}` +- Type of `Office365DatasetTypeProperties.Predicate` has been changed from `any` to `interface{}` +- Type of `Office365LinkedService.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `Office365LinkedService.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `Office365LinkedServiceTypeProperties.ServicePrincipalID` has been changed from `any` to `interface{}` +- Type of `Office365LinkedServiceTypeProperties.ServicePrincipalTenantID` has been changed from `any` to `interface{}` +- Type of `Office365LinkedServiceTypeProperties.EncryptedCredential` has been changed from `any` to `interface{}` +- Type of `Office365LinkedServiceTypeProperties.Office365TenantID` has been changed from `any` to `interface{}` +- Type of `Office365Source.MaxConcurrentConnections` has been changed from `any` to `interface{}` +- Type of `Office365Source.OutputColumns` has been changed from `any` to `interface{}` +- Type of `Office365Source.AllowedGroups` has been changed from `any` to `interface{}` +- Type of `Office365Source.DisableMetricsCollection` has been changed from `any` to `interface{}` +- Type of `Office365Source.EndTime` has been changed from `any` to `interface{}` +- Type of `Office365Source.StartTime` has been changed from `any` to `interface{}` +- Type of `Office365Source.UserScopeFilterURI` has been changed from `any` to `interface{}` +- Type of `Office365Source.SourceRetryCount` has been changed from `any` to `interface{}` +- Type of `Office365Source.SourceRetryWait` has been changed from `any` to `interface{}` +- Type of `Office365Source.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `Office365Source.DateFilterColumn` has been changed from `any` to `interface{}` +- Type of `OracleCloudStorageLinkedService.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `OracleCloudStorageLinkedService.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `OracleCloudStorageLinkedServiceTypeProperties.EncryptedCredential` has been changed from `any` to `interface{}` +- Type of `OracleCloudStorageLinkedServiceTypeProperties.ServiceURL` has been changed from `any` to `interface{}` +- Type of `OracleCloudStorageLinkedServiceTypeProperties.AccessKeyID` has been changed from `any` to `interface{}` +- Type of `OracleCloudStorageLocation.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `OracleCloudStorageLocation.BucketName` has been changed from `any` to `interface{}` +- Type of `OracleCloudStorageLocation.FileName` has been changed from `any` to `interface{}` +- Type of `OracleCloudStorageLocation.FolderPath` has been changed from `any` to `interface{}` +- Type of `OracleCloudStorageLocation.Version` has been changed from `any` to `interface{}` +- Type of `OracleCloudStorageReadSettings.WildcardFileName` has been changed from `any` to `interface{}` +- Type of `OracleCloudStorageReadSettings.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `OracleCloudStorageReadSettings.MaxConcurrentConnections` has been changed from `any` to `interface{}` +- Type of `OracleCloudStorageReadSettings.PartitionRootPath` has been changed from `any` to `interface{}` +- Type of `OracleCloudStorageReadSettings.FileListPath` has been changed from `any` to `interface{}` +- Type of `OracleCloudStorageReadSettings.DisableMetricsCollection` has been changed from `any` to `interface{}` +- Type of `OracleCloudStorageReadSettings.ModifiedDatetimeEnd` has been changed from `any` to `interface{}` +- Type of `OracleCloudStorageReadSettings.DeleteFilesAfterCompletion` has been changed from `any` to `interface{}` +- Type of `OracleCloudStorageReadSettings.ModifiedDatetimeStart` has been changed from `any` to `interface{}` +- Type of `OracleCloudStorageReadSettings.Prefix` has been changed from `any` to `interface{}` +- Type of `OracleCloudStorageReadSettings.Recursive` has been changed from `any` to `interface{}` +- Type of `OracleCloudStorageReadSettings.WildcardFolderPath` has been changed from `any` to `interface{}` +- Type of `OracleLinkedService.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `OracleLinkedService.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `OracleLinkedServiceTypeProperties.EncryptedCredential` has been changed from `any` to `interface{}` +- Type of `OracleLinkedServiceTypeProperties.ConnectionString` has been changed from `any` to `interface{}` +- Type of `OraclePartitionSettings.PartitionColumnName` has been changed from `any` to `interface{}` +- Type of `OraclePartitionSettings.PartitionLowerBound` has been changed from `any` to `interface{}` +- Type of `OraclePartitionSettings.PartitionNames` has been changed from `any` to `interface{}` +- Type of `OraclePartitionSettings.PartitionUpperBound` has been changed from `any` to `interface{}` +- Type of `OracleServiceCloudLinkedService.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `OracleServiceCloudLinkedService.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `OracleServiceCloudLinkedServiceTypeProperties.EncryptedCredential` has been changed from `any` to `interface{}` +- Type of `OracleServiceCloudLinkedServiceTypeProperties.UseEncryptedEndpoints` has been changed from `any` to `interface{}` +- Type of `OracleServiceCloudLinkedServiceTypeProperties.UseHostVerification` has been changed from `any` to `interface{}` +- Type of `OracleServiceCloudLinkedServiceTypeProperties.UsePeerVerification` has been changed from `any` to `interface{}` +- Type of `OracleServiceCloudLinkedServiceTypeProperties.Host` has been changed from `any` to `interface{}` +- Type of `OracleServiceCloudLinkedServiceTypeProperties.Username` has been changed from `any` to `interface{}` +- Type of `OracleServiceCloudObjectDataset.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `OracleServiceCloudObjectDataset.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `OracleServiceCloudObjectDataset.Schema` has been changed from `any` to `interface{}` +- Type of `OracleServiceCloudObjectDataset.Structure` has been changed from `any` to `interface{}` +- Type of `OracleServiceCloudSource.SourceRetryCount` has been changed from `any` to `interface{}` +- Type of `OracleServiceCloudSource.AdditionalColumns` has been changed from `any` to `interface{}` +- Type of `OracleServiceCloudSource.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `OracleServiceCloudSource.DisableMetricsCollection` has been changed from `any` to `interface{}` +- Type of `OracleServiceCloudSource.MaxConcurrentConnections` has been changed from `any` to `interface{}` +- Type of `OracleServiceCloudSource.Query` has been changed from `any` to `interface{}` +- Type of `OracleServiceCloudSource.SourceRetryWait` has been changed from `any` to `interface{}` +- Type of `OracleServiceCloudSource.QueryTimeout` has been changed from `any` to `interface{}` +- Type of `OracleSink.SinkRetryWait` has been changed from `any` to `interface{}` +- Type of `OracleSink.WriteBatchSize` has been changed from `any` to `interface{}` +- Type of `OracleSink.WriteBatchTimeout` has been changed from `any` to `interface{}` +- Type of `OracleSink.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `OracleSink.MaxConcurrentConnections` has been changed from `any` to `interface{}` +- Type of `OracleSink.PreCopyScript` has been changed from `any` to `interface{}` +- Type of `OracleSink.DisableMetricsCollection` has been changed from `any` to `interface{}` +- Type of `OracleSink.SinkRetryCount` has been changed from `any` to `interface{}` +- Type of `OracleSource.MaxConcurrentConnections` has been changed from `any` to `interface{}` +- Type of `OracleSource.SourceRetryCount` has been changed from `any` to `interface{}` +- Type of `OracleSource.OracleReaderQuery` has been changed from `any` to `interface{}` +- Type of `OracleSource.DisableMetricsCollection` has been changed from `any` to `interface{}` +- Type of `OracleSource.QueryTimeout` has been changed from `any` to `interface{}` +- Type of `OracleSource.SourceRetryWait` has been changed from `any` to `interface{}` +- Type of `OracleSource.AdditionalColumns` has been changed from `any` to `interface{}` +- Type of `OracleSource.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `OracleSource.PartitionOption` has been changed from `any` to `interface{}` +- Type of `OracleTableDataset.Structure` has been changed from `any` to `interface{}` +- Type of `OracleTableDataset.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `OracleTableDataset.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `OracleTableDataset.Schema` has been changed from `any` to `interface{}` +- Type of `OracleTableDatasetTypeProperties.TableName` has been changed from `any` to `interface{}` +- Type of `OracleTableDatasetTypeProperties.Schema` has been changed from `any` to `interface{}` +- Type of `OracleTableDatasetTypeProperties.Table` has been changed from `any` to `interface{}` +- Type of `OrcDataset.Schema` has been changed from `any` to `interface{}` +- Type of `OrcDataset.Structure` has been changed from `any` to `interface{}` +- Type of `OrcDataset.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `OrcDataset.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `OrcDatasetTypeProperties.OrcCompressionCodec` has been changed from `any` to `interface{}` +- Type of `OrcFormat.Deserializer` has been changed from `any` to `interface{}` +- Type of `OrcFormat.Serializer` has been changed from `any` to `interface{}` +- Type of `OrcFormat.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `OrcSink.MaxConcurrentConnections` has been changed from `any` to `interface{}` +- Type of `OrcSink.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `OrcSink.DisableMetricsCollection` has been changed from `any` to `interface{}` +- Type of `OrcSink.SinkRetryCount` has been changed from `any` to `interface{}` +- Type of `OrcSink.SinkRetryWait` has been changed from `any` to `interface{}` +- Type of `OrcSink.WriteBatchSize` has been changed from `any` to `interface{}` +- Type of `OrcSink.WriteBatchTimeout` has been changed from `any` to `interface{}` +- Type of `OrcSource.AdditionalColumns` has been changed from `any` to `interface{}` +- Type of `OrcSource.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `OrcSource.DisableMetricsCollection` has been changed from `any` to `interface{}` +- Type of `OrcSource.MaxConcurrentConnections` has been changed from `any` to `interface{}` +- Type of `OrcSource.SourceRetryCount` has been changed from `any` to `interface{}` +- Type of `OrcSource.SourceRetryWait` has been changed from `any` to `interface{}` +- Type of `OrcWriteSettings.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `OrcWriteSettings.FileNamePrefix` has been changed from `any` to `interface{}` +- Type of `OrcWriteSettings.MaxRowsPerFile` has been changed from `any` to `interface{}` +- Type of `ParameterSpecification.DefaultValue` has been changed from `any` to `interface{}` +- Type of `ParquetDataset.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `ParquetDataset.Structure` has been changed from `any` to `interface{}` +- Type of `ParquetDataset.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `ParquetDataset.Schema` has been changed from `any` to `interface{}` +- Type of `ParquetDatasetTypeProperties.CompressionCodec` has been changed from `any` to `interface{}` +- Type of `ParquetFormat.Serializer` has been changed from `any` to `interface{}` +- Type of `ParquetFormat.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `ParquetFormat.Deserializer` has been changed from `any` to `interface{}` +- Type of `ParquetSink.SinkRetryWait` has been changed from `any` to `interface{}` +- Type of `ParquetSink.WriteBatchSize` has been changed from `any` to `interface{}` +- Type of `ParquetSink.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `ParquetSink.MaxConcurrentConnections` has been changed from `any` to `interface{}` +- Type of `ParquetSink.WriteBatchTimeout` has been changed from `any` to `interface{}` +- Type of `ParquetSink.DisableMetricsCollection` has been changed from `any` to `interface{}` +- Type of `ParquetSink.SinkRetryCount` has been changed from `any` to `interface{}` +- Type of `ParquetSource.MaxConcurrentConnections` has been changed from `any` to `interface{}` +- Type of `ParquetSource.SourceRetryCount` has been changed from `any` to `interface{}` +- Type of `ParquetSource.SourceRetryWait` has been changed from `any` to `interface{}` +- Type of `ParquetSource.AdditionalColumns` has been changed from `any` to `interface{}` +- Type of `ParquetSource.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `ParquetSource.DisableMetricsCollection` has been changed from `any` to `interface{}` +- Type of `ParquetWriteSettings.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `ParquetWriteSettings.FileNamePrefix` has been changed from `any` to `interface{}` +- Type of `ParquetWriteSettings.MaxRowsPerFile` has been changed from `any` to `interface{}` +- Type of `PaypalLinkedService.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `PaypalLinkedService.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `PaypalLinkedServiceTypeProperties.UsePeerVerification` has been changed from `any` to `interface{}` +- Type of `PaypalLinkedServiceTypeProperties.ClientID` has been changed from `any` to `interface{}` +- Type of `PaypalLinkedServiceTypeProperties.Host` has been changed from `any` to `interface{}` +- Type of `PaypalLinkedServiceTypeProperties.EncryptedCredential` has been changed from `any` to `interface{}` +- Type of `PaypalLinkedServiceTypeProperties.UseEncryptedEndpoints` has been changed from `any` to `interface{}` +- Type of `PaypalLinkedServiceTypeProperties.UseHostVerification` has been changed from `any` to `interface{}` +- Type of `PaypalObjectDataset.Structure` has been changed from `any` to `interface{}` +- Type of `PaypalObjectDataset.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `PaypalObjectDataset.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `PaypalObjectDataset.Schema` has been changed from `any` to `interface{}` +- Type of `PaypalSource.AdditionalColumns` has been changed from `any` to `interface{}` +- Type of `PaypalSource.MaxConcurrentConnections` has been changed from `any` to `interface{}` +- Type of `PaypalSource.Query` has been changed from `any` to `interface{}` +- Type of `PaypalSource.QueryTimeout` has been changed from `any` to `interface{}` +- Type of `PaypalSource.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `PaypalSource.DisableMetricsCollection` has been changed from `any` to `interface{}` +- Type of `PaypalSource.SourceRetryCount` has been changed from `any` to `interface{}` +- Type of `PaypalSource.SourceRetryWait` has been changed from `any` to `interface{}` +- Type of `PhoenixDatasetTypeProperties.Schema` has been changed from `any` to `interface{}` +- Type of `PhoenixDatasetTypeProperties.Table` has been changed from `any` to `interface{}` +- Type of `PhoenixDatasetTypeProperties.TableName` has been changed from `any` to `interface{}` +- Type of `PhoenixLinkedService.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `PhoenixLinkedService.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `PhoenixLinkedServiceTypeProperties.Host` has been changed from `any` to `interface{}` +- Type of `PhoenixLinkedServiceTypeProperties.TrustedCertPath` has been changed from `any` to `interface{}` +- Type of `PhoenixLinkedServiceTypeProperties.UseSystemTrustStore` has been changed from `any` to `interface{}` +- Type of `PhoenixLinkedServiceTypeProperties.Username` has been changed from `any` to `interface{}` +- Type of `PhoenixLinkedServiceTypeProperties.EnableSSL` has been changed from `any` to `interface{}` +- Type of `PhoenixLinkedServiceTypeProperties.EncryptedCredential` has been changed from `any` to `interface{}` +- Type of `PhoenixLinkedServiceTypeProperties.HTTPPath` has been changed from `any` to `interface{}` +- Type of `PhoenixLinkedServiceTypeProperties.Port` has been changed from `any` to `interface{}` +- Type of `PhoenixLinkedServiceTypeProperties.AllowSelfSignedServerCert` has been changed from `any` to `interface{}` +- Type of `PhoenixLinkedServiceTypeProperties.AllowHostNameCNMismatch` has been changed from `any` to `interface{}` +- Type of `PhoenixObjectDataset.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `PhoenixObjectDataset.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `PhoenixObjectDataset.Schema` has been changed from `any` to `interface{}` +- Type of `PhoenixObjectDataset.Structure` has been changed from `any` to `interface{}` +- Type of `PhoenixSource.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `PhoenixSource.MaxConcurrentConnections` has been changed from `any` to `interface{}` +- Type of `PhoenixSource.SourceRetryCount` has been changed from `any` to `interface{}` +- Type of `PhoenixSource.SourceRetryWait` has been changed from `any` to `interface{}` +- Type of `PhoenixSource.AdditionalColumns` has been changed from `any` to `interface{}` +- Type of `PhoenixSource.DisableMetricsCollection` has been changed from `any` to `interface{}` +- Type of `PhoenixSource.Query` has been changed from `any` to `interface{}` +- Type of `PhoenixSource.QueryTimeout` has been changed from `any` to `interface{}` +- Type of `Pipeline.RunDimensions` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `Pipeline.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `PipelineElapsedTimeMetricPolicy.Duration` has been changed from `any` to `interface{}` +- Type of `PipelineResource.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `PipelineRun.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `PipelinesClientCreateRunOptions.Parameters` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `PolybaseSettings.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `PolybaseSettings.RejectSampleValue` has been changed from `any` to `interface{}` +- Type of `PolybaseSettings.RejectValue` has been changed from `any` to `interface{}` +- Type of `PolybaseSettings.UseTypeDefault` has been changed from `any` to `interface{}` +- Type of `PostgreSQLLinkedService.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `PostgreSQLLinkedService.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `PostgreSQLLinkedServiceTypeProperties.ConnectionString` has been changed from `any` to `interface{}` +- Type of `PostgreSQLLinkedServiceTypeProperties.EncryptedCredential` has been changed from `any` to `interface{}` +- Type of `PostgreSQLSource.SourceRetryCount` has been changed from `any` to `interface{}` +- Type of `PostgreSQLSource.AdditionalColumns` has been changed from `any` to `interface{}` +- Type of `PostgreSQLSource.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `PostgreSQLSource.SourceRetryWait` has been changed from `any` to `interface{}` +- Type of `PostgreSQLSource.DisableMetricsCollection` has been changed from `any` to `interface{}` +- Type of `PostgreSQLSource.MaxConcurrentConnections` has been changed from `any` to `interface{}` +- Type of `PostgreSQLSource.Query` has been changed from `any` to `interface{}` +- Type of `PostgreSQLSource.QueryTimeout` has been changed from `any` to `interface{}` +- Type of `PostgreSQLTableDataset.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `PostgreSQLTableDataset.Structure` has been changed from `any` to `interface{}` +- Type of `PostgreSQLTableDataset.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `PostgreSQLTableDataset.Schema` has been changed from `any` to `interface{}` +- Type of `PostgreSQLTableDatasetTypeProperties.TableName` has been changed from `any` to `interface{}` +- Type of `PostgreSQLTableDatasetTypeProperties.Schema` has been changed from `any` to `interface{}` +- Type of `PostgreSQLTableDatasetTypeProperties.Table` has been changed from `any` to `interface{}` +- Type of `PrestoDatasetTypeProperties.Schema` has been changed from `any` to `interface{}` +- Type of `PrestoDatasetTypeProperties.Table` has been changed from `any` to `interface{}` +- Type of `PrestoDatasetTypeProperties.TableName` has been changed from `any` to `interface{}` +- Type of `PrestoLinkedService.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `PrestoLinkedService.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `PrestoLinkedServiceTypeProperties.Host` has been changed from `any` to `interface{}` +- Type of `PrestoLinkedServiceTypeProperties.AllowHostNameCNMismatch` has been changed from `any` to `interface{}` +- Type of `PrestoLinkedServiceTypeProperties.EncryptedCredential` has been changed from `any` to `interface{}` +- Type of `PrestoLinkedServiceTypeProperties.Catalog` has been changed from `any` to `interface{}` +- Type of `PrestoLinkedServiceTypeProperties.Port` has been changed from `any` to `interface{}` +- Type of `PrestoLinkedServiceTypeProperties.EnableSSL` has been changed from `any` to `interface{}` +- Type of `PrestoLinkedServiceTypeProperties.TrustedCertPath` has been changed from `any` to `interface{}` +- Type of `PrestoLinkedServiceTypeProperties.UseSystemTrustStore` has been changed from `any` to `interface{}` +- Type of `PrestoLinkedServiceTypeProperties.AllowSelfSignedServerCert` has been changed from `any` to `interface{}` +- Type of `PrestoLinkedServiceTypeProperties.TimeZoneID` has been changed from `any` to `interface{}` +- Type of `PrestoLinkedServiceTypeProperties.ServerVersion` has been changed from `any` to `interface{}` +- Type of `PrestoLinkedServiceTypeProperties.Username` has been changed from `any` to `interface{}` +- Type of `PrestoObjectDataset.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `PrestoObjectDataset.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `PrestoObjectDataset.Structure` has been changed from `any` to `interface{}` +- Type of `PrestoObjectDataset.Schema` has been changed from `any` to `interface{}` +- Type of `PrestoSource.Query` has been changed from `any` to `interface{}` +- Type of `PrestoSource.QueryTimeout` has been changed from `any` to `interface{}` +- Type of `PrestoSource.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `PrestoSource.MaxConcurrentConnections` has been changed from `any` to `interface{}` +- Type of `PrestoSource.SourceRetryCount` has been changed from `any` to `interface{}` +- Type of `PrestoSource.SourceRetryWait` has been changed from `any` to `interface{}` +- Type of `PrestoSource.AdditionalColumns` has been changed from `any` to `interface{}` +- Type of `PrestoSource.DisableMetricsCollection` has been changed from `any` to `interface{}` +- Type of `QuickBooksLinkedService.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `QuickBooksLinkedService.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `QuickBooksLinkedServiceTypeProperties.UseEncryptedEndpoints` has been changed from `any` to `interface{}` +- Type of `QuickBooksLinkedServiceTypeProperties.CompanyID` has been changed from `any` to `interface{}` +- Type of `QuickBooksLinkedServiceTypeProperties.ConsumerKey` has been changed from `any` to `interface{}` +- Type of `QuickBooksLinkedServiceTypeProperties.EncryptedCredential` has been changed from `any` to `interface{}` +- Type of `QuickBooksLinkedServiceTypeProperties.Endpoint` has been changed from `any` to `interface{}` +- Type of `QuickBooksLinkedServiceTypeProperties.ConnectionProperties` has been changed from `any` to `interface{}` +- Type of `QuickBooksObjectDataset.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `QuickBooksObjectDataset.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `QuickBooksObjectDataset.Structure` has been changed from `any` to `interface{}` +- Type of `QuickBooksObjectDataset.Schema` has been changed from `any` to `interface{}` +- Type of `QuickBooksSource.SourceRetryWait` has been changed from `any` to `interface{}` +- Type of `QuickBooksSource.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `QuickBooksSource.MaxConcurrentConnections` has been changed from `any` to `interface{}` +- Type of `QuickBooksSource.QueryTimeout` has been changed from `any` to `interface{}` +- Type of `QuickBooksSource.SourceRetryCount` has been changed from `any` to `interface{}` +- Type of `QuickBooksSource.AdditionalColumns` has been changed from `any` to `interface{}` +- Type of `QuickBooksSource.DisableMetricsCollection` has been changed from `any` to `interface{}` +- Type of `QuickBooksSource.Query` has been changed from `any` to `interface{}` +- Type of `QuickbaseLinkedService.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `QuickbaseLinkedService.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `QuickbaseLinkedServiceTypeProperties.URL` has been changed from `any` to `interface{}` +- Type of `QuickbaseLinkedServiceTypeProperties.EncryptedCredential` has been changed from `any` to `interface{}` +- Type of `RecurrenceSchedule.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `RecurrenceScheduleOccurrence.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `RedirectIncompatibleRowSettings.LinkedServiceName` has been changed from `any` to `interface{}` +- Type of `RedirectIncompatibleRowSettings.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `RedirectIncompatibleRowSettings.Path` has been changed from `any` to `interface{}` +- Type of `RedshiftUnloadSettings.BucketName` has been changed from `any` to `interface{}` +- Type of `RelationalSource.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `RelationalSource.DisableMetricsCollection` has been changed from `any` to `interface{}` +- Type of `RelationalSource.MaxConcurrentConnections` has been changed from `any` to `interface{}` +- Type of `RelationalSource.Query` has been changed from `any` to `interface{}` +- Type of `RelationalSource.SourceRetryCount` has been changed from `any` to `interface{}` +- Type of `RelationalSource.SourceRetryWait` has been changed from `any` to `interface{}` +- Type of `RelationalSource.AdditionalColumns` has been changed from `any` to `interface{}` +- Type of `RelationalTableDataset.Schema` has been changed from `any` to `interface{}` +- Type of `RelationalTableDataset.Structure` has been changed from `any` to `interface{}` +- Type of `RelationalTableDataset.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `RelationalTableDataset.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `RelationalTableDatasetTypeProperties.TableName` has been changed from `any` to `interface{}` +- Type of `RerunTumblingWindowTrigger.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `RerunTumblingWindowTrigger.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `RerunTumblingWindowTriggerTypeProperties.ParentTrigger` has been changed from `any` to `interface{}` +- Type of `ResponsysLinkedService.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `ResponsysLinkedService.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `ResponsysLinkedServiceTypeProperties.UseEncryptedEndpoints` has been changed from `any` to `interface{}` +- Type of `ResponsysLinkedServiceTypeProperties.UseHostVerification` has been changed from `any` to `interface{}` +- Type of `ResponsysLinkedServiceTypeProperties.UsePeerVerification` has been changed from `any` to `interface{}` +- Type of `ResponsysLinkedServiceTypeProperties.ClientID` has been changed from `any` to `interface{}` +- Type of `ResponsysLinkedServiceTypeProperties.Endpoint` has been changed from `any` to `interface{}` +- Type of `ResponsysLinkedServiceTypeProperties.EncryptedCredential` has been changed from `any` to `interface{}` +- Type of `ResponsysObjectDataset.Structure` has been changed from `any` to `interface{}` +- Type of `ResponsysObjectDataset.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `ResponsysObjectDataset.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `ResponsysObjectDataset.Schema` has been changed from `any` to `interface{}` +- Type of `ResponsysSource.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `ResponsysSource.MaxConcurrentConnections` has been changed from `any` to `interface{}` +- Type of `ResponsysSource.QueryTimeout` has been changed from `any` to `interface{}` +- Type of `ResponsysSource.AdditionalColumns` has been changed from `any` to `interface{}` +- Type of `ResponsysSource.DisableMetricsCollection` has been changed from `any` to `interface{}` +- Type of `ResponsysSource.Query` has been changed from `any` to `interface{}` +- Type of `ResponsysSource.SourceRetryCount` has been changed from `any` to `interface{}` +- Type of `ResponsysSource.SourceRetryWait` has been changed from `any` to `interface{}` +- Type of `RestResourceDataset.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `RestResourceDataset.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `RestResourceDataset.Structure` has been changed from `any` to `interface{}` +- Type of `RestResourceDataset.Schema` has been changed from `any` to `interface{}` +- Type of `RestResourceDatasetTypeProperties.RequestBody` has been changed from `any` to `interface{}` +- Type of `RestResourceDatasetTypeProperties.RequestMethod` has been changed from `any` to `interface{}` +- Type of `RestResourceDatasetTypeProperties.AdditionalHeaders` has been changed from `any` to `interface{}` +- Type of `RestResourceDatasetTypeProperties.PaginationRules` has been changed from `any` to `interface{}` +- Type of `RestResourceDatasetTypeProperties.RelativeURL` has been changed from `any` to `interface{}` +- Type of `RestServiceLinkedService.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `RestServiceLinkedService.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `RestServiceLinkedServiceTypeProperties.URL` has been changed from `any` to `interface{}` +- Type of `RestServiceLinkedServiceTypeProperties.AADResourceID` has been changed from `any` to `interface{}` +- Type of `RestServiceLinkedServiceTypeProperties.ClientID` has been changed from `any` to `interface{}` +- Type of `RestServiceLinkedServiceTypeProperties.Resource` has been changed from `any` to `interface{}` +- Type of `RestServiceLinkedServiceTypeProperties.Scope` has been changed from `any` to `interface{}` +- Type of `RestServiceLinkedServiceTypeProperties.Tenant` has been changed from `any` to `interface{}` +- Type of `RestServiceLinkedServiceTypeProperties.TokenEndpoint` has been changed from `any` to `interface{}` +- Type of `RestServiceLinkedServiceTypeProperties.EnableServerCertificateValidation` has been changed from `any` to `interface{}` +- Type of `RestServiceLinkedServiceTypeProperties.EncryptedCredential` has been changed from `any` to `interface{}` +- Type of `RestServiceLinkedServiceTypeProperties.ServicePrincipalID` has been changed from `any` to `interface{}` +- Type of `RestServiceLinkedServiceTypeProperties.AuthHeaders` has been changed from `any` to `interface{}` +- Type of `RestServiceLinkedServiceTypeProperties.AzureCloudType` has been changed from `any` to `interface{}` +- Type of `RestServiceLinkedServiceTypeProperties.UserName` has been changed from `any` to `interface{}` +- Type of `RestSink.RequestInterval` has been changed from `any` to `interface{}` +- Type of `RestSink.SinkRetryWait` has been changed from `any` to `interface{}` +- Type of `RestSink.DisableMetricsCollection` has been changed from `any` to `interface{}` +- Type of `RestSink.WriteBatchTimeout` has been changed from `any` to `interface{}` +- Type of `RestSink.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `RestSink.HTTPCompressionType` has been changed from `any` to `interface{}` +- Type of `RestSink.HTTPRequestTimeout` has been changed from `any` to `interface{}` +- Type of `RestSink.SinkRetryCount` has been changed from `any` to `interface{}` +- Type of `RestSink.AdditionalHeaders` has been changed from `any` to `interface{}` +- Type of `RestSink.RequestMethod` has been changed from `any` to `interface{}` +- Type of `RestSink.WriteBatchSize` has been changed from `any` to `interface{}` +- Type of `RestSink.MaxConcurrentConnections` has been changed from `any` to `interface{}` +- Type of `RestSource.HTTPRequestTimeout` has been changed from `any` to `interface{}` +- Type of `RestSource.RequestMethod` has been changed from `any` to `interface{}` +- Type of `RestSource.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `RestSource.DisableMetricsCollection` has been changed from `any` to `interface{}` +- Type of `RestSource.AdditionalColumns` has been changed from `any` to `interface{}` +- Type of `RestSource.MaxConcurrentConnections` has been changed from `any` to `interface{}` +- Type of `RestSource.PaginationRules` has been changed from `any` to `interface{}` +- Type of `RestSource.AdditionalHeaders` has been changed from `any` to `interface{}` +- Type of `RestSource.RequestBody` has been changed from `any` to `interface{}` +- Type of `RestSource.RequestInterval` has been changed from `any` to `interface{}` +- Type of `RestSource.SourceRetryCount` has been changed from `any` to `interface{}` +- Type of `RestSource.SourceRetryWait` has been changed from `any` to `interface{}` +- Type of `RetryPolicy.Count` has been changed from `any` to `interface{}` +- Type of `SQLAlwaysEncryptedProperties.ServicePrincipalID` has been changed from `any` to `interface{}` +- Type of `SQLDWSink.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `SQLDWSink.WriteBatchTimeout` has been changed from `any` to `interface{}` +- Type of `SQLDWSink.TableOption` has been changed from `any` to `interface{}` +- Type of `SQLDWSink.DisableMetricsCollection` has been changed from `any` to `interface{}` +- Type of `SQLDWSink.WriteBehavior` has been changed from `any` to `interface{}` +- Type of `SQLDWSink.WriteBatchSize` has been changed from `any` to `interface{}` +- Type of `SQLDWSink.SinkRetryWait` has been changed from `any` to `interface{}` +- Type of `SQLDWSink.AllowPolyBase` has been changed from `any` to `interface{}` +- Type of `SQLDWSink.PreCopyScript` has been changed from `any` to `interface{}` +- Type of `SQLDWSink.AllowCopyCommand` has been changed from `any` to `interface{}` +- Type of `SQLDWSink.MaxConcurrentConnections` has been changed from `any` to `interface{}` +- Type of `SQLDWSink.SinkRetryCount` has been changed from `any` to `interface{}` +- Type of `SQLDWSink.SQLWriterUseTableLock` has been changed from `any` to `interface{}` +- Type of `SQLDWSource.QueryTimeout` has been changed from `any` to `interface{}` +- Type of `SQLDWSource.SQLReaderQuery` has been changed from `any` to `interface{}` +- Type of `SQLDWSource.SourceRetryCount` has been changed from `any` to `interface{}` +- Type of `SQLDWSource.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `SQLDWSource.SourceRetryWait` has been changed from `any` to `interface{}` +- Type of `SQLDWSource.DisableMetricsCollection` has been changed from `any` to `interface{}` +- Type of `SQLDWSource.PartitionOption` has been changed from `any` to `interface{}` +- Type of `SQLDWSource.SQLReaderStoredProcedureName` has been changed from `any` to `interface{}` +- Type of `SQLDWSource.StoredProcedureParameters` has been changed from `any` to `interface{}` +- Type of `SQLDWSource.AdditionalColumns` has been changed from `any` to `interface{}` +- Type of `SQLDWSource.MaxConcurrentConnections` has been changed from `any` to `interface{}` +- Type of `SQLDWUpsertSettings.InterimSchemaName` has been changed from `any` to `interface{}` +- Type of `SQLDWUpsertSettings.Keys` has been changed from `any` to `interface{}` +- Type of `SQLMISink.SQLWriterUseTableLock` has been changed from `any` to `interface{}` +- Type of `SQLMISink.WriteBehavior` has been changed from `any` to `interface{}` +- Type of `SQLMISink.WriteBatchSize` has been changed from `any` to `interface{}` +- Type of `SQLMISink.StoredProcedureTableTypeParameterName` has been changed from `any` to `interface{}` +- Type of `SQLMISink.WriteBatchTimeout` has been changed from `any` to `interface{}` +- Type of `SQLMISink.PreCopyScript` has been changed from `any` to `interface{}` +- Type of `SQLMISink.SQLWriterStoredProcedureName` has been changed from `any` to `interface{}` +- Type of `SQLMISink.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `SQLMISink.DisableMetricsCollection` has been changed from `any` to `interface{}` +- Type of `SQLMISink.MaxConcurrentConnections` has been changed from `any` to `interface{}` +- Type of `SQLMISink.SQLWriterTableType` has been changed from `any` to `interface{}` +- Type of `SQLMISink.SinkRetryCount` has been changed from `any` to `interface{}` +- Type of `SQLMISink.SinkRetryWait` has been changed from `any` to `interface{}` +- Type of `SQLMISink.StoredProcedureParameters` has been changed from `any` to `map[string]*StoredProcedureParameter` +- Type of `SQLMISink.TableOption` has been changed from `any` to `interface{}` +- Type of `SQLMISource.MaxConcurrentConnections` has been changed from `any` to `interface{}` +- Type of `SQLMISource.QueryTimeout` has been changed from `any` to `interface{}` +- Type of `SQLMISource.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `SQLMISource.ProduceAdditionalTypes` has been changed from `any` to `interface{}` +- Type of `SQLMISource.SQLReaderStoredProcedureName` has been changed from `any` to `interface{}` +- Type of `SQLMISource.SourceRetryWait` has been changed from `any` to `interface{}` +- Type of `SQLMISource.DisableMetricsCollection` has been changed from `any` to `interface{}` +- Type of `SQLMISource.SourceRetryCount` has been changed from `any` to `interface{}` +- Type of `SQLMISource.StoredProcedureParameters` has been changed from `any` to `map[string]*StoredProcedureParameter` +- Type of `SQLMISource.AdditionalColumns` has been changed from `any` to `interface{}` +- Type of `SQLMISource.PartitionOption` has been changed from `any` to `interface{}` +- Type of `SQLMISource.SQLReaderQuery` has been changed from `any` to `interface{}` +- Type of `SQLPartitionSettings.PartitionColumnName` has been changed from `any` to `interface{}` +- Type of `SQLPartitionSettings.PartitionLowerBound` has been changed from `any` to `interface{}` +- Type of `SQLPartitionSettings.PartitionUpperBound` has been changed from `any` to `interface{}` +- Type of `SQLServerLinkedService.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `SQLServerLinkedService.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `SQLServerLinkedServiceTypeProperties.UserName` has been changed from `any` to `interface{}` +- Type of `SQLServerLinkedServiceTypeProperties.ConnectionString` has been changed from `any` to `interface{}` +- Type of `SQLServerLinkedServiceTypeProperties.EncryptedCredential` has been changed from `any` to `interface{}` +- Type of `SQLServerSink.SQLWriterUseTableLock` has been changed from `any` to `interface{}` +- Type of `SQLServerSink.WriteBatchTimeout` has been changed from `any` to `interface{}` +- Type of `SQLServerSink.WriteBehavior` has been changed from `any` to `interface{}` +- Type of `SQLServerSink.SinkRetryCount` has been changed from `any` to `interface{}` +- Type of `SQLServerSink.TableOption` has been changed from `any` to `interface{}` +- Type of `SQLServerSink.StoredProcedureParameters` has been changed from `any` to `map[string]*StoredProcedureParameter` +- Type of `SQLServerSink.SQLWriterStoredProcedureName` has been changed from `any` to `interface{}` +- Type of `SQLServerSink.WriteBatchSize` has been changed from `any` to `interface{}` +- Type of `SQLServerSink.MaxConcurrentConnections` has been changed from `any` to `interface{}` +- Type of `SQLServerSink.DisableMetricsCollection` has been changed from `any` to `interface{}` +- Type of `SQLServerSink.PreCopyScript` has been changed from `any` to `interface{}` +- Type of `SQLServerSink.StoredProcedureTableTypeParameterName` has been changed from `any` to `interface{}` +- Type of `SQLServerSink.SinkRetryWait` has been changed from `any` to `interface{}` +- Type of `SQLServerSink.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `SQLServerSink.SQLWriterTableType` has been changed from `any` to `interface{}` +- Type of `SQLServerSource.StoredProcedureParameters` has been changed from `any` to `map[string]*StoredProcedureParameter` +- Type of `SQLServerSource.PartitionOption` has been changed from `any` to `interface{}` +- Type of `SQLServerSource.SourceRetryWait` has been changed from `any` to `interface{}` +- Type of `SQLServerSource.MaxConcurrentConnections` has been changed from `any` to `interface{}` +- Type of `SQLServerSource.DisableMetricsCollection` has been changed from `any` to `interface{}` +- Type of `SQLServerSource.SQLReaderStoredProcedureName` has been changed from `any` to `interface{}` +- Type of `SQLServerSource.SourceRetryCount` has been changed from `any` to `interface{}` +- Type of `SQLServerSource.AdditionalColumns` has been changed from `any` to `interface{}` +- Type of `SQLServerSource.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `SQLServerSource.ProduceAdditionalTypes` has been changed from `any` to `interface{}` +- Type of `SQLServerSource.SQLReaderQuery` has been changed from `any` to `interface{}` +- Type of `SQLServerSource.QueryTimeout` has been changed from `any` to `interface{}` +- Type of `SQLServerStoredProcedureActivity.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `SQLServerStoredProcedureActivityTypeProperties.StoredProcedureParameters` has been changed from `any` to `interface{}` +- Type of `SQLServerStoredProcedureActivityTypeProperties.StoredProcedureName` has been changed from `any` to `interface{}` +- Type of `SQLServerTableDataset.Structure` has been changed from `any` to `interface{}` +- Type of `SQLServerTableDataset.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `SQLServerTableDataset.Schema` has been changed from `any` to `interface{}` +- Type of `SQLServerTableDataset.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `SQLServerTableDatasetTypeProperties.Schema` has been changed from `any` to `interface{}` +- Type of `SQLServerTableDatasetTypeProperties.Table` has been changed from `any` to `interface{}` +- Type of `SQLServerTableDatasetTypeProperties.TableName` has been changed from `any` to `interface{}` +- Type of `SQLSink.SinkRetryCount` has been changed from `any` to `interface{}` +- Type of `SQLSink.WriteBatchTimeout` has been changed from `any` to `interface{}` +- Type of `SQLSink.SQLWriterTableType` has been changed from `any` to `interface{}` +- Type of `SQLSink.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `SQLSink.WriteBatchSize` has been changed from `any` to `interface{}` +- Type of `SQLSink.DisableMetricsCollection` has been changed from `any` to `interface{}` +- Type of `SQLSink.TableOption` has been changed from `any` to `interface{}` +- Type of `SQLSink.WriteBehavior` has been changed from `any` to `interface{}` +- Type of `SQLSink.SQLWriterStoredProcedureName` has been changed from `any` to `interface{}` +- Type of `SQLSink.MaxConcurrentConnections` has been changed from `any` to `interface{}` +- Type of `SQLSink.StoredProcedureTableTypeParameterName` has been changed from `any` to `interface{}` +- Type of `SQLSink.SQLWriterUseTableLock` has been changed from `any` to `interface{}` +- Type of `SQLSink.SinkRetryWait` has been changed from `any` to `interface{}` +- Type of `SQLSink.StoredProcedureParameters` has been changed from `any` to `map[string]*StoredProcedureParameter` +- Type of `SQLSink.PreCopyScript` has been changed from `any` to `interface{}` +- Type of `SQLSource.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `SQLSource.SQLReaderQuery` has been changed from `any` to `interface{}` +- Type of `SQLSource.QueryTimeout` has been changed from `any` to `interface{}` +- Type of `SQLSource.DisableMetricsCollection` has been changed from `any` to `interface{}` +- Type of `SQLSource.MaxConcurrentConnections` has been changed from `any` to `interface{}` +- Type of `SQLSource.SourceRetryCount` has been changed from `any` to `interface{}` +- Type of `SQLSource.SourceRetryWait` has been changed from `any` to `interface{}` +- Type of `SQLSource.StoredProcedureParameters` has been changed from `any` to `map[string]*StoredProcedureParameter` +- Type of `SQLSource.AdditionalColumns` has been changed from `any` to `interface{}` +- Type of `SQLSource.IsolationLevel` has been changed from `any` to `interface{}` +- Type of `SQLSource.PartitionOption` has been changed from `any` to `interface{}` +- Type of `SQLSource.SQLReaderStoredProcedureName` has been changed from `any` to `interface{}` +- Type of `SQLUpsertSettings.UseTempDB` has been changed from `any` to `interface{}` +- Type of `SQLUpsertSettings.InterimSchemaName` has been changed from `any` to `interface{}` +- Type of `SQLUpsertSettings.Keys` has been changed from `any` to `interface{}` +- Type of `SSISAccessCredential.Domain` has been changed from `any` to `interface{}` +- Type of `SSISAccessCredential.UserName` has been changed from `any` to `interface{}` +- Type of `SSISChildPackage.PackagePath` has been changed from `any` to `interface{}` +- Type of `SSISChildPackage.PackageContent` has been changed from `any` to `interface{}` +- Type of `SSISExecutionCredential.UserName` has been changed from `any` to `interface{}` +- Type of `SSISExecutionCredential.Domain` has been changed from `any` to `interface{}` +- Type of `SSISExecutionParameter.Value` has been changed from `any` to `interface{}` +- Type of `SSISLogLocation.LogPath` has been changed from `any` to `interface{}` +- Type of `SSISLogLocationTypeProperties.LogRefreshInterval` has been changed from `any` to `interface{}` +- Type of `SSISPackageLocation.PackagePath` has been changed from `any` to `interface{}` +- Type of `SSISPackageLocationTypeProperties.ConfigurationPath` has been changed from `any` to `interface{}` +- Type of `SSISPackageLocationTypeProperties.PackageContent` has been changed from `any` to `interface{}` +- Type of `SSISPropertyOverride.Value` has been changed from `any` to `interface{}` +- Type of `SalesforceLinkedService.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `SalesforceLinkedService.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `SalesforceLinkedServiceTypeProperties.Username` has been changed from `any` to `interface{}` +- Type of `SalesforceLinkedServiceTypeProperties.APIVersion` has been changed from `any` to `interface{}` +- Type of `SalesforceLinkedServiceTypeProperties.EncryptedCredential` has been changed from `any` to `interface{}` +- Type of `SalesforceLinkedServiceTypeProperties.EnvironmentURL` has been changed from `any` to `interface{}` +- Type of `SalesforceMarketingCloudLinkedService.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `SalesforceMarketingCloudLinkedService.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `SalesforceMarketingCloudLinkedServiceTypeProperties.ConnectionProperties` has been changed from `any` to `interface{}` +- Type of `SalesforceMarketingCloudLinkedServiceTypeProperties.EncryptedCredential` has been changed from `any` to `interface{}` +- Type of `SalesforceMarketingCloudLinkedServiceTypeProperties.UseEncryptedEndpoints` has been changed from `any` to `interface{}` +- Type of `SalesforceMarketingCloudLinkedServiceTypeProperties.UseHostVerification` has been changed from `any` to `interface{}` +- Type of `SalesforceMarketingCloudLinkedServiceTypeProperties.UsePeerVerification` has been changed from `any` to `interface{}` +- Type of `SalesforceMarketingCloudLinkedServiceTypeProperties.ClientID` has been changed from `any` to `interface{}` +- Type of `SalesforceMarketingCloudObjectDataset.Structure` has been changed from `any` to `interface{}` +- Type of `SalesforceMarketingCloudObjectDataset.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `SalesforceMarketingCloudObjectDataset.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `SalesforceMarketingCloudObjectDataset.Schema` has been changed from `any` to `interface{}` +- Type of `SalesforceMarketingCloudSource.QueryTimeout` has been changed from `any` to `interface{}` +- Type of `SalesforceMarketingCloudSource.SourceRetryCount` has been changed from `any` to `interface{}` +- Type of `SalesforceMarketingCloudSource.SourceRetryWait` has been changed from `any` to `interface{}` +- Type of `SalesforceMarketingCloudSource.AdditionalColumns` has been changed from `any` to `interface{}` +- Type of `SalesforceMarketingCloudSource.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `SalesforceMarketingCloudSource.DisableMetricsCollection` has been changed from `any` to `interface{}` +- Type of `SalesforceMarketingCloudSource.MaxConcurrentConnections` has been changed from `any` to `interface{}` +- Type of `SalesforceMarketingCloudSource.Query` has been changed from `any` to `interface{}` +- Type of `SalesforceObjectDataset.Schema` has been changed from `any` to `interface{}` +- Type of `SalesforceObjectDataset.Structure` has been changed from `any` to `interface{}` +- Type of `SalesforceObjectDataset.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `SalesforceObjectDataset.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `SalesforceObjectDatasetTypeProperties.ObjectAPIName` has been changed from `any` to `interface{}` +- Type of `SalesforceServiceCloudLinkedService.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `SalesforceServiceCloudLinkedService.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `SalesforceServiceCloudLinkedServiceTypeProperties.Username` has been changed from `any` to `interface{}` +- Type of `SalesforceServiceCloudLinkedServiceTypeProperties.APIVersion` has been changed from `any` to `interface{}` +- Type of `SalesforceServiceCloudLinkedServiceTypeProperties.EncryptedCredential` has been changed from `any` to `interface{}` +- Type of `SalesforceServiceCloudLinkedServiceTypeProperties.EnvironmentURL` has been changed from `any` to `interface{}` +- Type of `SalesforceServiceCloudLinkedServiceTypeProperties.ExtendedProperties` has been changed from `any` to `interface{}` +- Type of `SalesforceServiceCloudObjectDataset.Structure` has been changed from `any` to `interface{}` +- Type of `SalesforceServiceCloudObjectDataset.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `SalesforceServiceCloudObjectDataset.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `SalesforceServiceCloudObjectDataset.Schema` has been changed from `any` to `interface{}` +- Type of `SalesforceServiceCloudObjectDatasetTypeProperties.ObjectAPIName` has been changed from `any` to `interface{}` +- Type of `SalesforceServiceCloudSink.ExternalIDFieldName` has been changed from `any` to `interface{}` +- Type of `SalesforceServiceCloudSink.WriteBatchTimeout` has been changed from `any` to `interface{}` +- Type of `SalesforceServiceCloudSink.IgnoreNullValues` has been changed from `any` to `interface{}` +- Type of `SalesforceServiceCloudSink.MaxConcurrentConnections` has been changed from `any` to `interface{}` +- Type of `SalesforceServiceCloudSink.SinkRetryCount` has been changed from `any` to `interface{}` +- Type of `SalesforceServiceCloudSink.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `SalesforceServiceCloudSink.DisableMetricsCollection` has been changed from `any` to `interface{}` +- Type of `SalesforceServiceCloudSink.SinkRetryWait` has been changed from `any` to `interface{}` +- Type of `SalesforceServiceCloudSink.WriteBatchSize` has been changed from `any` to `interface{}` +- Type of `SalesforceServiceCloudSource.Query` has been changed from `any` to `interface{}` +- Type of `SalesforceServiceCloudSource.DisableMetricsCollection` has been changed from `any` to `interface{}` +- Type of `SalesforceServiceCloudSource.MaxConcurrentConnections` has been changed from `any` to `interface{}` +- Type of `SalesforceServiceCloudSource.SourceRetryCount` has been changed from `any` to `interface{}` +- Type of `SalesforceServiceCloudSource.SourceRetryWait` has been changed from `any` to `interface{}` +- Type of `SalesforceServiceCloudSource.AdditionalColumns` has been changed from `any` to `interface{}` +- Type of `SalesforceServiceCloudSource.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `SalesforceSink.SinkRetryWait` has been changed from `any` to `interface{}` +- Type of `SalesforceSink.ExternalIDFieldName` has been changed from `any` to `interface{}` +- Type of `SalesforceSink.SinkRetryCount` has been changed from `any` to `interface{}` +- Type of `SalesforceSink.WriteBatchSize` has been changed from `any` to `interface{}` +- Type of `SalesforceSink.WriteBatchTimeout` has been changed from `any` to `interface{}` +- Type of `SalesforceSink.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `SalesforceSink.DisableMetricsCollection` has been changed from `any` to `interface{}` +- Type of `SalesforceSink.IgnoreNullValues` has been changed from `any` to `interface{}` +- Type of `SalesforceSink.MaxConcurrentConnections` has been changed from `any` to `interface{}` +- Type of `SalesforceSource.MaxConcurrentConnections` has been changed from `any` to `interface{}` +- Type of `SalesforceSource.Query` has been changed from `any` to `interface{}` +- Type of `SalesforceSource.SourceRetryCount` has been changed from `any` to `interface{}` +- Type of `SalesforceSource.DisableMetricsCollection` has been changed from `any` to `interface{}` +- Type of `SalesforceSource.QueryTimeout` has been changed from `any` to `interface{}` +- Type of `SalesforceSource.SourceRetryWait` has been changed from `any` to `interface{}` +- Type of `SalesforceSource.AdditionalColumns` has been changed from `any` to `interface{}` +- Type of `SalesforceSource.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `SapBWLinkedService.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `SapBWLinkedService.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `SapBWLinkedServiceTypeProperties.ClientID` has been changed from `any` to `interface{}` +- Type of `SapBWLinkedServiceTypeProperties.Server` has been changed from `any` to `interface{}` +- Type of `SapBWLinkedServiceTypeProperties.SystemNumber` has been changed from `any` to `interface{}` +- Type of `SapBWLinkedServiceTypeProperties.EncryptedCredential` has been changed from `any` to `interface{}` +- Type of `SapBWLinkedServiceTypeProperties.UserName` has been changed from `any` to `interface{}` +- Type of `SapBwCubeDataset.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `SapBwCubeDataset.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `SapBwCubeDataset.Schema` has been changed from `any` to `interface{}` +- Type of `SapBwCubeDataset.Structure` has been changed from `any` to `interface{}` +- Type of `SapBwSource.MaxConcurrentConnections` has been changed from `any` to `interface{}` +- Type of `SapBwSource.QueryTimeout` has been changed from `any` to `interface{}` +- Type of `SapBwSource.SourceRetryWait` has been changed from `any` to `interface{}` +- Type of `SapBwSource.AdditionalColumns` has been changed from `any` to `interface{}` +- Type of `SapBwSource.Query` has been changed from `any` to `interface{}` +- Type of `SapBwSource.SourceRetryCount` has been changed from `any` to `interface{}` +- Type of `SapBwSource.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `SapBwSource.DisableMetricsCollection` has been changed from `any` to `interface{}` +- Type of `SapCloudForCustomerLinkedService.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `SapCloudForCustomerLinkedService.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `SapCloudForCustomerLinkedServiceTypeProperties.Username` has been changed from `any` to `interface{}` +- Type of `SapCloudForCustomerLinkedServiceTypeProperties.URL` has been changed from `any` to `interface{}` +- Type of `SapCloudForCustomerLinkedServiceTypeProperties.EncryptedCredential` has been changed from `any` to `interface{}` +- Type of `SapCloudForCustomerResourceDataset.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `SapCloudForCustomerResourceDataset.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `SapCloudForCustomerResourceDataset.Schema` has been changed from `any` to `interface{}` +- Type of `SapCloudForCustomerResourceDataset.Structure` has been changed from `any` to `interface{}` +- Type of `SapCloudForCustomerResourceDatasetTypeProperties.Path` has been changed from `any` to `interface{}` +- Type of `SapCloudForCustomerSink.SinkRetryWait` has been changed from `any` to `interface{}` +- Type of `SapCloudForCustomerSink.DisableMetricsCollection` has been changed from `any` to `interface{}` +- Type of `SapCloudForCustomerSink.MaxConcurrentConnections` has been changed from `any` to `interface{}` +- Type of `SapCloudForCustomerSink.WriteBatchTimeout` has been changed from `any` to `interface{}` +- Type of `SapCloudForCustomerSink.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `SapCloudForCustomerSink.HTTPRequestTimeout` has been changed from `any` to `interface{}` +- Type of `SapCloudForCustomerSink.WriteBatchSize` has been changed from `any` to `interface{}` +- Type of `SapCloudForCustomerSink.SinkRetryCount` has been changed from `any` to `interface{}` +- Type of `SapCloudForCustomerSource.Query` has been changed from `any` to `interface{}` +- Type of `SapCloudForCustomerSource.DisableMetricsCollection` has been changed from `any` to `interface{}` +- Type of `SapCloudForCustomerSource.HTTPRequestTimeout` has been changed from `any` to `interface{}` +- Type of `SapCloudForCustomerSource.SourceRetryWait` has been changed from `any` to `interface{}` +- Type of `SapCloudForCustomerSource.AdditionalColumns` has been changed from `any` to `interface{}` +- Type of `SapCloudForCustomerSource.MaxConcurrentConnections` has been changed from `any` to `interface{}` +- Type of `SapCloudForCustomerSource.QueryTimeout` has been changed from `any` to `interface{}` +- Type of `SapCloudForCustomerSource.SourceRetryCount` has been changed from `any` to `interface{}` +- Type of `SapCloudForCustomerSource.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `SapEccLinkedService.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `SapEccLinkedService.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `SapEccResourceDataset.Schema` has been changed from `any` to `interface{}` +- Type of `SapEccResourceDataset.Structure` has been changed from `any` to `interface{}` +- Type of `SapEccResourceDataset.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `SapEccResourceDataset.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `SapEccResourceDatasetTypeProperties.Path` has been changed from `any` to `interface{}` +- Type of `SapEccSource.MaxConcurrentConnections` has been changed from `any` to `interface{}` +- Type of `SapEccSource.QueryTimeout` has been changed from `any` to `interface{}` +- Type of `SapEccSource.DisableMetricsCollection` has been changed from `any` to `interface{}` +- Type of `SapEccSource.HTTPRequestTimeout` has been changed from `any` to `interface{}` +- Type of `SapEccSource.Query` has been changed from `any` to `interface{}` +- Type of `SapEccSource.SourceRetryCount` has been changed from `any` to `interface{}` +- Type of `SapEccSource.SourceRetryWait` has been changed from `any` to `interface{}` +- Type of `SapEccSource.AdditionalColumns` has been changed from `any` to `interface{}` +- Type of `SapEccSource.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `SapHanaLinkedService.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `SapHanaLinkedService.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `SapHanaLinkedServiceProperties.ConnectionString` has been changed from `any` to `interface{}` +- Type of `SapHanaLinkedServiceProperties.EncryptedCredential` has been changed from `any` to `interface{}` +- Type of `SapHanaLinkedServiceProperties.Server` has been changed from `any` to `interface{}` +- Type of `SapHanaLinkedServiceProperties.UserName` has been changed from `any` to `interface{}` +- Type of `SapHanaPartitionSettings.PartitionColumnName` has been changed from `any` to `interface{}` +- Type of `SapHanaSource.MaxConcurrentConnections` has been changed from `any` to `interface{}` +- Type of `SapHanaSource.Query` has been changed from `any` to `interface{}` +- Type of `SapHanaSource.QueryTimeout` has been changed from `any` to `interface{}` +- Type of `SapHanaSource.AdditionalColumns` has been changed from `any` to `interface{}` +- Type of `SapHanaSource.DisableMetricsCollection` has been changed from `any` to `interface{}` +- Type of `SapHanaSource.SourceRetryWait` has been changed from `any` to `interface{}` +- Type of `SapHanaSource.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `SapHanaSource.PacketSize` has been changed from `any` to `interface{}` +- Type of `SapHanaSource.PartitionOption` has been changed from `any` to `interface{}` +- Type of `SapHanaSource.SourceRetryCount` has been changed from `any` to `interface{}` +- Type of `SapHanaTableDataset.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `SapHanaTableDataset.Structure` has been changed from `any` to `interface{}` +- Type of `SapHanaTableDataset.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `SapHanaTableDataset.Schema` has been changed from `any` to `interface{}` +- Type of `SapHanaTableDatasetTypeProperties.Table` has been changed from `any` to `interface{}` +- Type of `SapHanaTableDatasetTypeProperties.Schema` has been changed from `any` to `interface{}` +- Type of `SapOdpLinkedService.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `SapOdpLinkedService.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `SapOdpLinkedServiceTypeProperties.SncMyName` has been changed from `any` to `interface{}` +- Type of `SapOdpLinkedServiceTypeProperties.LogonGroup` has been changed from `any` to `interface{}` +- Type of `SapOdpLinkedServiceTypeProperties.SncQop` has been changed from `any` to `interface{}` +- Type of `SapOdpLinkedServiceTypeProperties.SubscriberName` has been changed from `any` to `interface{}` +- Type of `SapOdpLinkedServiceTypeProperties.SystemID` has been changed from `any` to `interface{}` +- Type of `SapOdpLinkedServiceTypeProperties.SncPartnerName` has been changed from `any` to `interface{}` +- Type of `SapOdpLinkedServiceTypeProperties.X509CertificatePath` has been changed from `any` to `interface{}` +- Type of `SapOdpLinkedServiceTypeProperties.SncMode` has been changed from `any` to `interface{}` +- Type of `SapOdpLinkedServiceTypeProperties.EncryptedCredential` has been changed from `any` to `interface{}` +- Type of `SapOdpLinkedServiceTypeProperties.Server` has been changed from `any` to `interface{}` +- Type of `SapOdpLinkedServiceTypeProperties.MessageServerService` has been changed from `any` to `interface{}` +- Type of `SapOdpLinkedServiceTypeProperties.SystemNumber` has been changed from `any` to `interface{}` +- Type of `SapOdpLinkedServiceTypeProperties.Language` has been changed from `any` to `interface{}` +- Type of `SapOdpLinkedServiceTypeProperties.UserName` has been changed from `any` to `interface{}` +- Type of `SapOdpLinkedServiceTypeProperties.SncLibraryPath` has been changed from `any` to `interface{}` +- Type of `SapOdpLinkedServiceTypeProperties.ClientID` has been changed from `any` to `interface{}` +- Type of `SapOdpLinkedServiceTypeProperties.MessageServer` has been changed from `any` to `interface{}` +- Type of `SapOdpResourceDataset.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `SapOdpResourceDataset.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `SapOdpResourceDataset.Schema` has been changed from `any` to `interface{}` +- Type of `SapOdpResourceDataset.Structure` has been changed from `any` to `interface{}` +- Type of `SapOdpResourceDatasetTypeProperties.ObjectName` has been changed from `any` to `interface{}` +- Type of `SapOdpResourceDatasetTypeProperties.Context` has been changed from `any` to `interface{}` +- Type of `SapOdpSource.SourceRetryCount` has been changed from `any` to `interface{}` +- Type of `SapOdpSource.DisableMetricsCollection` has been changed from `any` to `interface{}` +- Type of `SapOdpSource.QueryTimeout` has been changed from `any` to `interface{}` +- Type of `SapOdpSource.MaxConcurrentConnections` has been changed from `any` to `interface{}` +- Type of `SapOdpSource.Selection` has been changed from `any` to `interface{}` +- Type of `SapOdpSource.SourceRetryWait` has been changed from `any` to `interface{}` +- Type of `SapOdpSource.SubscriberProcess` has been changed from `any` to `interface{}` +- Type of `SapOdpSource.AdditionalColumns` has been changed from `any` to `interface{}` +- Type of `SapOdpSource.ExtractionMode` has been changed from `any` to `interface{}` +- Type of `SapOdpSource.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `SapOdpSource.Projection` has been changed from `any` to `interface{}` +- Type of `SapOpenHubLinkedService.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `SapOpenHubLinkedService.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `SapOpenHubLinkedServiceTypeProperties.SystemID` has been changed from `any` to `interface{}` +- Type of `SapOpenHubLinkedServiceTypeProperties.SystemNumber` has been changed from `any` to `interface{}` +- Type of `SapOpenHubLinkedServiceTypeProperties.ClientID` has been changed from `any` to `interface{}` +- Type of `SapOpenHubLinkedServiceTypeProperties.MessageServerService` has been changed from `any` to `interface{}` +- Type of `SapOpenHubLinkedServiceTypeProperties.EncryptedCredential` has been changed from `any` to `interface{}` +- Type of `SapOpenHubLinkedServiceTypeProperties.Language` has been changed from `any` to `interface{}` +- Type of `SapOpenHubLinkedServiceTypeProperties.Server` has been changed from `any` to `interface{}` +- Type of `SapOpenHubLinkedServiceTypeProperties.UserName` has been changed from `any` to `interface{}` +- Type of `SapOpenHubLinkedServiceTypeProperties.LogonGroup` has been changed from `any` to `interface{}` +- Type of `SapOpenHubLinkedServiceTypeProperties.MessageServer` has been changed from `any` to `interface{}` +- Type of `SapOpenHubSource.SourceRetryWait` has been changed from `any` to `interface{}` +- Type of `SapOpenHubSource.ExcludeLastRequest` has been changed from `any` to `interface{}` +- Type of `SapOpenHubSource.QueryTimeout` has been changed from `any` to `interface{}` +- Type of `SapOpenHubSource.AdditionalColumns` has been changed from `any` to `interface{}` +- Type of `SapOpenHubSource.BaseRequestID` has been changed from `any` to `interface{}` +- Type of `SapOpenHubSource.CustomRFCReadTableFunctionModule` has been changed from `any` to `interface{}` +- Type of `SapOpenHubSource.DisableMetricsCollection` has been changed from `any` to `interface{}` +- Type of `SapOpenHubSource.MaxConcurrentConnections` has been changed from `any` to `interface{}` +- Type of `SapOpenHubSource.SapDataColumnDelimiter` has been changed from `any` to `interface{}` +- Type of `SapOpenHubSource.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `SapOpenHubSource.SourceRetryCount` has been changed from `any` to `interface{}` +- Type of `SapOpenHubTableDataset.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `SapOpenHubTableDataset.Structure` has been changed from `any` to `interface{}` +- Type of `SapOpenHubTableDataset.Schema` has been changed from `any` to `interface{}` +- Type of `SapOpenHubTableDataset.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `SapOpenHubTableDatasetTypeProperties.OpenHubDestinationName` has been changed from `any` to `interface{}` +- Type of `SapOpenHubTableDatasetTypeProperties.BaseRequestID` has been changed from `any` to `interface{}` +- Type of `SapOpenHubTableDatasetTypeProperties.ExcludeLastRequest` has been changed from `any` to `interface{}` +- Type of `SapTableLinkedService.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `SapTableLinkedService.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `SapTableLinkedServiceTypeProperties.SystemNumber` has been changed from `any` to `interface{}` +- Type of `SapTableLinkedServiceTypeProperties.SncMyName` has been changed from `any` to `interface{}` +- Type of `SapTableLinkedServiceTypeProperties.LogonGroup` has been changed from `any` to `interface{}` +- Type of `SapTableLinkedServiceTypeProperties.SystemID` has been changed from `any` to `interface{}` +- Type of `SapTableLinkedServiceTypeProperties.Server` has been changed from `any` to `interface{}` +- Type of `SapTableLinkedServiceTypeProperties.SncLibraryPath` has been changed from `any` to `interface{}` +- Type of `SapTableLinkedServiceTypeProperties.Language` has been changed from `any` to `interface{}` +- Type of `SapTableLinkedServiceTypeProperties.MessageServerService` has been changed from `any` to `interface{}` +- Type of `SapTableLinkedServiceTypeProperties.SncMode` has been changed from `any` to `interface{}` +- Type of `SapTableLinkedServiceTypeProperties.UserName` has been changed from `any` to `interface{}` +- Type of `SapTableLinkedServiceTypeProperties.MessageServer` has been changed from `any` to `interface{}` +- Type of `SapTableLinkedServiceTypeProperties.SncQop` has been changed from `any` to `interface{}` +- Type of `SapTableLinkedServiceTypeProperties.EncryptedCredential` has been changed from `any` to `interface{}` +- Type of `SapTableLinkedServiceTypeProperties.SncPartnerName` has been changed from `any` to `interface{}` +- Type of `SapTableLinkedServiceTypeProperties.ClientID` has been changed from `any` to `interface{}` +- Type of `SapTablePartitionSettings.PartitionLowerBound` has been changed from `any` to `interface{}` +- Type of `SapTablePartitionSettings.PartitionUpperBound` has been changed from `any` to `interface{}` +- Type of `SapTablePartitionSettings.MaxPartitionsNumber` has been changed from `any` to `interface{}` +- Type of `SapTablePartitionSettings.PartitionColumnName` has been changed from `any` to `interface{}` +- Type of `SapTableResourceDataset.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `SapTableResourceDataset.Schema` has been changed from `any` to `interface{}` +- Type of `SapTableResourceDataset.Structure` has been changed from `any` to `interface{}` +- Type of `SapTableResourceDataset.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `SapTableResourceDatasetTypeProperties.TableName` has been changed from `any` to `interface{}` +- Type of `SapTableSource.MaxConcurrentConnections` has been changed from `any` to `interface{}` +- Type of `SapTableSource.BatchSize` has been changed from `any` to `interface{}` +- Type of `SapTableSource.PartitionOption` has been changed from `any` to `interface{}` +- Type of `SapTableSource.RFCTableOptions` has been changed from `any` to `interface{}` +- Type of `SapTableSource.RFCTableFields` has been changed from `any` to `interface{}` +- Type of `SapTableSource.RowCount` has been changed from `any` to `interface{}` +- Type of `SapTableSource.RowSkips` has been changed from `any` to `interface{}` +- Type of `SapTableSource.SapDataColumnDelimiter` has been changed from `any` to `interface{}` +- Type of `SapTableSource.AdditionalColumns` has been changed from `any` to `interface{}` +- Type of `SapTableSource.CustomRFCReadTableFunctionModule` has been changed from `any` to `interface{}` +- Type of `SapTableSource.QueryTimeout` has been changed from `any` to `interface{}` +- Type of `SapTableSource.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `SapTableSource.SourceRetryWait` has been changed from `any` to `interface{}` +- Type of `SapTableSource.DisableMetricsCollection` has been changed from `any` to `interface{}` +- Type of `SapTableSource.SourceRetryCount` has been changed from `any` to `interface{}` +- Type of `ScheduleTrigger.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `ScheduleTrigger.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `ScheduleTriggerRecurrence.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `ScriptAction.Roles` has been changed from `any` to `interface{}` +- Type of `ScriptActivity.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `ScriptActivityParameter.Name` has been changed from `any` to `interface{}` +- Type of `ScriptActivityParameter.Value` has been changed from `any` to `interface{}` +- Type of `ScriptActivityScriptBlock.Text` has been changed from `any` to `interface{}` +- Type of `SelfHostedIntegrationRuntime.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `SelfHostedIntegrationRuntimeNode.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `SelfHostedIntegrationRuntimeStatus.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `ServiceNowLinkedService.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `ServiceNowLinkedService.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `ServiceNowLinkedServiceTypeProperties.UseEncryptedEndpoints` has been changed from `any` to `interface{}` +- Type of `ServiceNowLinkedServiceTypeProperties.UsePeerVerification` has been changed from `any` to `interface{}` +- Type of `ServiceNowLinkedServiceTypeProperties.Username` has been changed from `any` to `interface{}` +- Type of `ServiceNowLinkedServiceTypeProperties.Endpoint` has been changed from `any` to `interface{}` +- Type of `ServiceNowLinkedServiceTypeProperties.ClientID` has been changed from `any` to `interface{}` +- Type of `ServiceNowLinkedServiceTypeProperties.EncryptedCredential` has been changed from `any` to `interface{}` +- Type of `ServiceNowLinkedServiceTypeProperties.UseHostVerification` has been changed from `any` to `interface{}` +- Type of `ServiceNowObjectDataset.Schema` has been changed from `any` to `interface{}` +- Type of `ServiceNowObjectDataset.Structure` has been changed from `any` to `interface{}` +- Type of `ServiceNowObjectDataset.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `ServiceNowObjectDataset.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `ServiceNowSource.AdditionalColumns` has been changed from `any` to `interface{}` +- Type of `ServiceNowSource.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `ServiceNowSource.DisableMetricsCollection` has been changed from `any` to `interface{}` +- Type of `ServiceNowSource.MaxConcurrentConnections` has been changed from `any` to `interface{}` +- Type of `ServiceNowSource.QueryTimeout` has been changed from `any` to `interface{}` +- Type of `ServiceNowSource.SourceRetryCount` has been changed from `any` to `interface{}` +- Type of `ServiceNowSource.SourceRetryWait` has been changed from `any` to `interface{}` +- Type of `ServiceNowSource.Query` has been changed from `any` to `interface{}` +- Type of `SetVariableActivity.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `SetVariableActivityTypeProperties.Value` has been changed from `any` to `interface{}` +- Type of `SftpLocation.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `SftpLocation.FileName` has been changed from `any` to `interface{}` +- Type of `SftpLocation.FolderPath` has been changed from `any` to `interface{}` +- Type of `SftpReadSettings.Recursive` has been changed from `any` to `interface{}` +- Type of `SftpReadSettings.WildcardFileName` has been changed from `any` to `interface{}` +- Type of `SftpReadSettings.MaxConcurrentConnections` has been changed from `any` to `interface{}` +- Type of `SftpReadSettings.ModifiedDatetimeEnd` has been changed from `any` to `interface{}` +- Type of `SftpReadSettings.PartitionRootPath` has been changed from `any` to `interface{}` +- Type of `SftpReadSettings.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `SftpReadSettings.ModifiedDatetimeStart` has been changed from `any` to `interface{}` +- Type of `SftpReadSettings.DisableChunking` has been changed from `any` to `interface{}` +- Type of `SftpReadSettings.DisableMetricsCollection` has been changed from `any` to `interface{}` +- Type of `SftpReadSettings.WildcardFolderPath` has been changed from `any` to `interface{}` +- Type of `SftpReadSettings.FileListPath` has been changed from `any` to `interface{}` +- Type of `SftpReadSettings.DeleteFilesAfterCompletion` has been changed from `any` to `interface{}` +- Type of `SftpServerLinkedService.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `SftpServerLinkedService.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `SftpServerLinkedServiceTypeProperties.Port` has been changed from `any` to `interface{}` +- Type of `SftpServerLinkedServiceTypeProperties.SkipHostKeyValidation` has been changed from `any` to `interface{}` +- Type of `SftpServerLinkedServiceTypeProperties.UserName` has been changed from `any` to `interface{}` +- Type of `SftpServerLinkedServiceTypeProperties.Host` has been changed from `any` to `interface{}` +- Type of `SftpServerLinkedServiceTypeProperties.HostKeyFingerprint` has been changed from `any` to `interface{}` +- Type of `SftpServerLinkedServiceTypeProperties.PrivateKeyPath` has been changed from `any` to `interface{}` +- Type of `SftpServerLinkedServiceTypeProperties.EncryptedCredential` has been changed from `any` to `interface{}` +- Type of `SftpWriteSettings.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `SftpWriteSettings.CopyBehavior` has been changed from `any` to `interface{}` +- Type of `SftpWriteSettings.DisableMetricsCollection` has been changed from `any` to `interface{}` +- Type of `SftpWriteSettings.MaxConcurrentConnections` has been changed from `any` to `interface{}` +- Type of `SftpWriteSettings.OperationTimeout` has been changed from `any` to `interface{}` +- Type of `SftpWriteSettings.UseTempFileRename` has been changed from `any` to `interface{}` +- Type of `SharePointOnlineListDatasetTypeProperties.ListName` has been changed from `any` to `interface{}` +- Type of `SharePointOnlineListLinkedService.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `SharePointOnlineListLinkedService.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `SharePointOnlineListLinkedServiceTypeProperties.TenantID` has been changed from `any` to `interface{}` +- Type of `SharePointOnlineListLinkedServiceTypeProperties.EncryptedCredential` has been changed from `any` to `interface{}` +- Type of `SharePointOnlineListLinkedServiceTypeProperties.ServicePrincipalID` has been changed from `any` to `interface{}` +- Type of `SharePointOnlineListLinkedServiceTypeProperties.SiteURL` has been changed from `any` to `interface{}` +- Type of `SharePointOnlineListResourceDataset.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `SharePointOnlineListResourceDataset.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `SharePointOnlineListResourceDataset.Schema` has been changed from `any` to `interface{}` +- Type of `SharePointOnlineListResourceDataset.Structure` has been changed from `any` to `interface{}` +- Type of `SharePointOnlineListSource.DisableMetricsCollection` has been changed from `any` to `interface{}` +- Type of `SharePointOnlineListSource.HTTPRequestTimeout` has been changed from `any` to `interface{}` +- Type of `SharePointOnlineListSource.MaxConcurrentConnections` has been changed from `any` to `interface{}` +- Type of `SharePointOnlineListSource.Query` has been changed from `any` to `interface{}` +- Type of `SharePointOnlineListSource.SourceRetryCount` has been changed from `any` to `interface{}` +- Type of `SharePointOnlineListSource.SourceRetryWait` has been changed from `any` to `interface{}` +- Type of `SharePointOnlineListSource.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `ShopifyLinkedService.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `ShopifyLinkedService.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `ShopifyLinkedServiceTypeProperties.Host` has been changed from `any` to `interface{}` +- Type of `ShopifyLinkedServiceTypeProperties.EncryptedCredential` has been changed from `any` to `interface{}` +- Type of `ShopifyLinkedServiceTypeProperties.UseEncryptedEndpoints` has been changed from `any` to `interface{}` +- Type of `ShopifyLinkedServiceTypeProperties.UseHostVerification` has been changed from `any` to `interface{}` +- Type of `ShopifyLinkedServiceTypeProperties.UsePeerVerification` has been changed from `any` to `interface{}` +- Type of `ShopifyObjectDataset.Schema` has been changed from `any` to `interface{}` +- Type of `ShopifyObjectDataset.Structure` has been changed from `any` to `interface{}` +- Type of `ShopifyObjectDataset.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `ShopifyObjectDataset.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `ShopifySource.DisableMetricsCollection` has been changed from `any` to `interface{}` +- Type of `ShopifySource.Query` has been changed from `any` to `interface{}` +- Type of `ShopifySource.QueryTimeout` has been changed from `any` to `interface{}` +- Type of `ShopifySource.SourceRetryCount` has been changed from `any` to `interface{}` +- Type of `ShopifySource.SourceRetryWait` has been changed from `any` to `interface{}` +- Type of `ShopifySource.AdditionalColumns` has been changed from `any` to `interface{}` +- Type of `ShopifySource.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `ShopifySource.MaxConcurrentConnections` has been changed from `any` to `interface{}` +- Type of `SkipErrorFile.DataInconsistency` has been changed from `any` to `interface{}` +- Type of `SkipErrorFile.FileMissing` has been changed from `any` to `interface{}` +- Type of `SmartsheetLinkedService.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `SmartsheetLinkedService.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `SmartsheetLinkedServiceTypeProperties.EncryptedCredential` has been changed from `any` to `interface{}` +- Type of `SnowflakeDataset.Schema` has been changed from `any` to `interface{}` +- Type of `SnowflakeDataset.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `SnowflakeDataset.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `SnowflakeDataset.Structure` has been changed from `any` to `interface{}` +- Type of `SnowflakeDatasetTypeProperties.Schema` has been changed from `any` to `interface{}` +- Type of `SnowflakeDatasetTypeProperties.Table` has been changed from `any` to `interface{}` +- Type of `SnowflakeExportCopyCommand.AdditionalCopyOptions` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `SnowflakeExportCopyCommand.AdditionalFormatOptions` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `SnowflakeExportCopyCommand.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `SnowflakeImportCopyCommand.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `SnowflakeImportCopyCommand.AdditionalCopyOptions` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `SnowflakeImportCopyCommand.AdditionalFormatOptions` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `SnowflakeLinkedService.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `SnowflakeLinkedService.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `SnowflakeLinkedServiceTypeProperties.ConnectionString` has been changed from `any` to `interface{}` +- Type of `SnowflakeLinkedServiceTypeProperties.EncryptedCredential` has been changed from `any` to `interface{}` +- Type of `SnowflakeSink.SinkRetryCount` has been changed from `any` to `interface{}` +- Type of `SnowflakeSink.WriteBatchSize` has been changed from `any` to `interface{}` +- Type of `SnowflakeSink.SinkRetryWait` has been changed from `any` to `interface{}` +- Type of `SnowflakeSink.WriteBatchTimeout` has been changed from `any` to `interface{}` +- Type of `SnowflakeSink.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `SnowflakeSink.DisableMetricsCollection` has been changed from `any` to `interface{}` +- Type of `SnowflakeSink.MaxConcurrentConnections` has been changed from `any` to `interface{}` +- Type of `SnowflakeSink.PreCopyScript` has been changed from `any` to `interface{}` +- Type of `SnowflakeSource.SourceRetryWait` has been changed from `any` to `interface{}` +- Type of `SnowflakeSource.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `SnowflakeSource.DisableMetricsCollection` has been changed from `any` to `interface{}` +- Type of `SnowflakeSource.MaxConcurrentConnections` has been changed from `any` to `interface{}` +- Type of `SnowflakeSource.Query` has been changed from `any` to `interface{}` +- Type of `SnowflakeSource.SourceRetryCount` has been changed from `any` to `interface{}` +- Type of `SparkDatasetTypeProperties.Schema` has been changed from `any` to `interface{}` +- Type of `SparkDatasetTypeProperties.Table` has been changed from `any` to `interface{}` +- Type of `SparkDatasetTypeProperties.TableName` has been changed from `any` to `interface{}` +- Type of `SparkLinkedService.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `SparkLinkedService.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `SparkLinkedServiceTypeProperties.Host` has been changed from `any` to `interface{}` +- Type of `SparkLinkedServiceTypeProperties.EnableSSL` has been changed from `any` to `interface{}` +- Type of `SparkLinkedServiceTypeProperties.AllowHostNameCNMismatch` has been changed from `any` to `interface{}` +- Type of `SparkLinkedServiceTypeProperties.AllowSelfSignedServerCert` has been changed from `any` to `interface{}` +- Type of `SparkLinkedServiceTypeProperties.HTTPPath` has been changed from `any` to `interface{}` +- Type of `SparkLinkedServiceTypeProperties.EncryptedCredential` has been changed from `any` to `interface{}` +- Type of `SparkLinkedServiceTypeProperties.TrustedCertPath` has been changed from `any` to `interface{}` +- Type of `SparkLinkedServiceTypeProperties.Username` has been changed from `any` to `interface{}` +- Type of `SparkLinkedServiceTypeProperties.UseSystemTrustStore` has been changed from `any` to `interface{}` +- Type of `SparkLinkedServiceTypeProperties.Port` has been changed from `any` to `interface{}` +- Type of `SparkObjectDataset.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `SparkObjectDataset.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `SparkObjectDataset.Schema` has been changed from `any` to `interface{}` +- Type of `SparkObjectDataset.Structure` has been changed from `any` to `interface{}` +- Type of `SparkSource.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `SparkSource.MaxConcurrentConnections` has been changed from `any` to `interface{}` +- Type of `SparkSource.Query` has been changed from `any` to `interface{}` +- Type of `SparkSource.QueryTimeout` has been changed from `any` to `interface{}` +- Type of `SparkSource.AdditionalColumns` has been changed from `any` to `interface{}` +- Type of `SparkSource.DisableMetricsCollection` has been changed from `any` to `interface{}` +- Type of `SparkSource.SourceRetryCount` has been changed from `any` to `interface{}` +- Type of `SparkSource.SourceRetryWait` has been changed from `any` to `interface{}` +- Type of `SquareLinkedService.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `SquareLinkedService.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `SquareLinkedServiceTypeProperties.UseEncryptedEndpoints` has been changed from `any` to `interface{}` +- Type of `SquareLinkedServiceTypeProperties.UseHostVerification` has been changed from `any` to `interface{}` +- Type of `SquareLinkedServiceTypeProperties.UsePeerVerification` has been changed from `any` to `interface{}` +- Type of `SquareLinkedServiceTypeProperties.EncryptedCredential` has been changed from `any` to `interface{}` +- Type of `SquareLinkedServiceTypeProperties.Host` has been changed from `any` to `interface{}` +- Type of `SquareLinkedServiceTypeProperties.RedirectURI` has been changed from `any` to `interface{}` +- Type of `SquareLinkedServiceTypeProperties.ClientID` has been changed from `any` to `interface{}` +- Type of `SquareLinkedServiceTypeProperties.ConnectionProperties` has been changed from `any` to `interface{}` +- Type of `SquareObjectDataset.Structure` has been changed from `any` to `interface{}` +- Type of `SquareObjectDataset.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `SquareObjectDataset.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `SquareObjectDataset.Schema` has been changed from `any` to `interface{}` +- Type of `SquareSource.MaxConcurrentConnections` has been changed from `any` to `interface{}` +- Type of `SquareSource.SourceRetryCount` has been changed from `any` to `interface{}` +- Type of `SquareSource.SourceRetryWait` has been changed from `any` to `interface{}` +- Type of `SquareSource.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `SquareSource.Query` has been changed from `any` to `interface{}` +- Type of `SquareSource.QueryTimeout` has been changed from `any` to `interface{}` +- Type of `SquareSource.AdditionalColumns` has been changed from `any` to `interface{}` +- Type of `SquareSource.DisableMetricsCollection` has been changed from `any` to `interface{}` +- Type of `StagingSettings.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `StagingSettings.EnableCompression` has been changed from `any` to `interface{}` +- Type of `StagingSettings.Path` has been changed from `any` to `interface{}` +- Type of `StoreReadSettings.DisableMetricsCollection` has been changed from `any` to `interface{}` +- Type of `StoreReadSettings.MaxConcurrentConnections` has been changed from `any` to `interface{}` +- Type of `StoreReadSettings.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `StoreWriteSettings.CopyBehavior` has been changed from `any` to `interface{}` +- Type of `StoreWriteSettings.DisableMetricsCollection` has been changed from `any` to `interface{}` +- Type of `StoreWriteSettings.MaxConcurrentConnections` has been changed from `any` to `interface{}` +- Type of `StoreWriteSettings.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `SwitchActivity.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `SybaseLinkedService.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `SybaseLinkedService.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `SybaseLinkedServiceTypeProperties.Database` has been changed from `any` to `interface{}` +- Type of `SybaseLinkedServiceTypeProperties.Server` has been changed from `any` to `interface{}` +- Type of `SybaseLinkedServiceTypeProperties.EncryptedCredential` has been changed from `any` to `interface{}` +- Type of `SybaseLinkedServiceTypeProperties.Schema` has been changed from `any` to `interface{}` +- Type of `SybaseLinkedServiceTypeProperties.Username` has been changed from `any` to `interface{}` +- Type of `SybaseSource.Query` has been changed from `any` to `interface{}` +- Type of `SybaseSource.QueryTimeout` has been changed from `any` to `interface{}` +- Type of `SybaseSource.SourceRetryCount` has been changed from `any` to `interface{}` +- Type of `SybaseSource.SourceRetryWait` has been changed from `any` to `interface{}` +- Type of `SybaseSource.AdditionalColumns` has been changed from `any` to `interface{}` +- Type of `SybaseSource.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `SybaseSource.DisableMetricsCollection` has been changed from `any` to `interface{}` +- Type of `SybaseSource.MaxConcurrentConnections` has been changed from `any` to `interface{}` +- Type of `SybaseTableDataset.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `SybaseTableDataset.Schema` has been changed from `any` to `interface{}` +- Type of `SybaseTableDataset.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `SybaseTableDataset.Structure` has been changed from `any` to `interface{}` +- Type of `SybaseTableDatasetTypeProperties.TableName` has been changed from `any` to `interface{}` +- Type of `SynapseNotebookActivity.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `SynapseNotebookActivityTypeProperties.Conf` has been changed from `any` to `interface{}` +- Type of `SynapseNotebookActivityTypeProperties.DriverSize` has been changed from `any` to `interface{}` +- Type of `SynapseNotebookActivityTypeProperties.ExecutorSize` has been changed from `any` to `interface{}` +- Type of `SynapseNotebookReference.ReferenceName` has been changed from `any` to `interface{}` +- Type of `SynapseSparkJobActivityTypeProperties.ExecutorSize` has been changed from `any` to `interface{}` +- Type of `SynapseSparkJobActivityTypeProperties.ClassName` has been changed from `any` to `interface{}` +- Type of `SynapseSparkJobActivityTypeProperties.File` has been changed from `any` to `interface{}` +- Type of `SynapseSparkJobActivityTypeProperties.Files` has been changed from `[]any` to `[]interface{}` +- Type of `SynapseSparkJobActivityTypeProperties.NumExecutors` has been changed from `any` to `*int32` +- Type of `SynapseSparkJobActivityTypeProperties.Arguments` has been changed from `[]any` to `[]interface{}` +- Type of `SynapseSparkJobActivityTypeProperties.Conf` has been changed from `any` to `interface{}` +- Type of `SynapseSparkJobActivityTypeProperties.DriverSize` has been changed from `any` to `interface{}` +- Type of `SynapseSparkJobDefinitionActivity.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `SynapseSparkJobReference.ReferenceName` has been changed from `any` to `*string` +- Type of `TabularSource.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `TabularSource.DisableMetricsCollection` has been changed from `any` to `interface{}` +- Type of `TabularSource.MaxConcurrentConnections` has been changed from `any` to `interface{}` +- Type of `TabularSource.QueryTimeout` has been changed from `any` to `interface{}` +- Type of `TabularSource.SourceRetryCount` has been changed from `any` to `interface{}` +- Type of `TabularSource.SourceRetryWait` has been changed from `any` to `interface{}` +- Type of `TabularSource.AdditionalColumns` has been changed from `any` to `interface{}` +- Type of `TarGZipReadSettings.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `TarGZipReadSettings.PreserveCompressionFileNameAsFolder` has been changed from `any` to `interface{}` +- Type of `TarReadSettings.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `TarReadSettings.PreserveCompressionFileNameAsFolder` has been changed from `any` to `interface{}` +- Type of `TeamDeskLinkedService.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `TeamDeskLinkedService.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `TeamDeskLinkedServiceTypeProperties.EncryptedCredential` has been changed from `any` to `interface{}` +- Type of `TeamDeskLinkedServiceTypeProperties.UserName` has been changed from `any` to `interface{}` +- Type of `TeamDeskLinkedServiceTypeProperties.URL` has been changed from `any` to `interface{}` +- Type of `TeradataLinkedService.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `TeradataLinkedService.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `TeradataLinkedServiceTypeProperties.Server` has been changed from `any` to `interface{}` +- Type of `TeradataLinkedServiceTypeProperties.Username` has been changed from `any` to `interface{}` +- Type of `TeradataLinkedServiceTypeProperties.ConnectionString` has been changed from `any` to `interface{}` +- Type of `TeradataLinkedServiceTypeProperties.EncryptedCredential` has been changed from `any` to `interface{}` +- Type of `TeradataPartitionSettings.PartitionUpperBound` has been changed from `any` to `interface{}` +- Type of `TeradataPartitionSettings.PartitionColumnName` has been changed from `any` to `interface{}` +- Type of `TeradataPartitionSettings.PartitionLowerBound` has been changed from `any` to `interface{}` +- Type of `TeradataSource.SourceRetryCount` has been changed from `any` to `interface{}` +- Type of `TeradataSource.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `TeradataSource.QueryTimeout` has been changed from `any` to `interface{}` +- Type of `TeradataSource.SourceRetryWait` has been changed from `any` to `interface{}` +- Type of `TeradataSource.DisableMetricsCollection` has been changed from `any` to `interface{}` +- Type of `TeradataSource.MaxConcurrentConnections` has been changed from `any` to `interface{}` +- Type of `TeradataSource.PartitionOption` has been changed from `any` to `interface{}` +- Type of `TeradataSource.Query` has been changed from `any` to `interface{}` +- Type of `TeradataSource.AdditionalColumns` has been changed from `any` to `interface{}` +- Type of `TeradataTableDataset.Structure` has been changed from `any` to `interface{}` +- Type of `TeradataTableDataset.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `TeradataTableDataset.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `TeradataTableDataset.Schema` has been changed from `any` to `interface{}` +- Type of `TeradataTableDatasetTypeProperties.Database` has been changed from `any` to `interface{}` +- Type of `TeradataTableDatasetTypeProperties.Table` has been changed from `any` to `interface{}` +- Type of `TextFormat.Deserializer` has been changed from `any` to `interface{}` +- Type of `TextFormat.EncodingName` has been changed from `any` to `interface{}` +- Type of `TextFormat.NullValue` has been changed from `any` to `interface{}` +- Type of `TextFormat.Serializer` has been changed from `any` to `interface{}` +- Type of `TextFormat.QuoteChar` has been changed from `any` to `interface{}` +- Type of `TextFormat.SkipLineCount` has been changed from `any` to `interface{}` +- Type of `TextFormat.TreatEmptyAsNull` has been changed from `any` to `interface{}` +- Type of `TextFormat.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `TextFormat.ColumnDelimiter` has been changed from `any` to `interface{}` +- Type of `TextFormat.FirstRowAsHeader` has been changed from `any` to `interface{}` +- Type of `TextFormat.RowDelimiter` has been changed from `any` to `interface{}` +- Type of `TextFormat.EscapeChar` has been changed from `any` to `interface{}` +- Type of `Trigger.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `Trigger.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `TriggerPipelineReference.Parameters` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `TriggerRun.DependencyStatus` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `TriggerRun.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `TumblingWindowTrigger.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `TumblingWindowTrigger.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `TumblingWindowTriggerTypeProperties.Delay` has been changed from `any` to `interface{}` +- Type of `TwilioLinkedService.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `TwilioLinkedService.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `TwilioLinkedServiceTypeProperties.UserName` has been changed from `any` to `interface{}` +- Type of `UntilActivity.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `UntilActivityTypeProperties.Timeout` has been changed from `any` to `interface{}` +- Type of `UserProperty.Value` has been changed from `any` to `interface{}` +- Type of `ValidationActivity.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `ValidationActivityTypeProperties.Timeout` has been changed from `any` to `interface{}` +- Type of `ValidationActivityTypeProperties.ChildItems` has been changed from `any` to `interface{}` +- Type of `ValidationActivityTypeProperties.MinimumSize` has been changed from `any` to `interface{}` +- Type of `ValidationActivityTypeProperties.Sleep` has been changed from `any` to `interface{}` +- Type of `VariableSpecification.DefaultValue` has been changed from `any` to `interface{}` +- Type of `VerticaDatasetTypeProperties.Schema` has been changed from `any` to `interface{}` +- Type of `VerticaDatasetTypeProperties.Table` has been changed from `any` to `interface{}` +- Type of `VerticaDatasetTypeProperties.TableName` has been changed from `any` to `interface{}` +- Type of `VerticaLinkedService.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `VerticaLinkedService.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `VerticaLinkedServiceTypeProperties.ConnectionString` has been changed from `any` to `interface{}` +- Type of `VerticaLinkedServiceTypeProperties.EncryptedCredential` has been changed from `any` to `interface{}` +- Type of `VerticaSource.AdditionalColumns` has been changed from `any` to `interface{}` +- Type of `VerticaSource.QueryTimeout` has been changed from `any` to `interface{}` +- Type of `VerticaSource.SourceRetryCount` has been changed from `any` to `interface{}` +- Type of `VerticaSource.DisableMetricsCollection` has been changed from `any` to `interface{}` +- Type of `VerticaSource.Query` has been changed from `any` to `interface{}` +- Type of `VerticaSource.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `VerticaSource.MaxConcurrentConnections` has been changed from `any` to `interface{}` +- Type of `VerticaSource.SourceRetryWait` has been changed from `any` to `interface{}` +- Type of `VerticaTableDataset.Schema` has been changed from `any` to `interface{}` +- Type of `VerticaTableDataset.Structure` has been changed from `any` to `interface{}` +- Type of `VerticaTableDataset.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `VerticaTableDataset.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `WaitActivity.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `WaitActivityTypeProperties.WaitTimeInSeconds` has been changed from `any` to `interface{}` +- Type of `WebActivity.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `WebActivityAuthentication.Resource` has been changed from `any` to `interface{}` +- Type of `WebActivityAuthentication.UserTenant` has been changed from `any` to `interface{}` +- Type of `WebActivityAuthentication.Username` has been changed from `any` to `interface{}` +- Type of `WebActivityTypeProperties.Body` has been changed from `any` to `interface{}` +- Type of `WebActivityTypeProperties.Headers` has been changed from `any` to `interface{}` +- Type of `WebActivityTypeProperties.URL` has been changed from `any` to `interface{}` +- Type of `WebAnonymousAuthentication.URL` has been changed from `any` to `interface{}` +- Type of `WebBasicAuthentication.URL` has been changed from `any` to `interface{}` +- Type of `WebBasicAuthentication.Username` has been changed from `any` to `interface{}` +- Type of `WebClientCertificateAuthentication.URL` has been changed from `any` to `interface{}` +- Type of `WebHookActivity.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `WebHookActivityTypeProperties.URL` has been changed from `any` to `interface{}` +- Type of `WebHookActivityTypeProperties.Body` has been changed from `any` to `interface{}` +- Type of `WebHookActivityTypeProperties.Headers` has been changed from `any` to `interface{}` +- Type of `WebHookActivityTypeProperties.ReportStatusOnCallBack` has been changed from `any` to `interface{}` +- Type of `WebLinkedService.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `WebLinkedService.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `WebLinkedServiceTypeProperties.URL` has been changed from `any` to `interface{}` +- Type of `WebSource.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `WebSource.DisableMetricsCollection` has been changed from `any` to `interface{}` +- Type of `WebSource.MaxConcurrentConnections` has been changed from `any` to `interface{}` +- Type of `WebSource.SourceRetryCount` has been changed from `any` to `interface{}` +- Type of `WebSource.SourceRetryWait` has been changed from `any` to `interface{}` +- Type of `WebSource.AdditionalColumns` has been changed from `any` to `interface{}` +- Type of `WebTableDataset.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `WebTableDataset.Schema` has been changed from `any` to `interface{}` +- Type of `WebTableDataset.Structure` has been changed from `any` to `interface{}` +- Type of `WebTableDataset.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `WebTableDatasetTypeProperties.Index` has been changed from `any` to `interface{}` +- Type of `WebTableDatasetTypeProperties.Path` has been changed from `any` to `interface{}` +- Type of `WranglingDataFlow.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `XMLDataset.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `XMLDataset.Structure` has been changed from `any` to `interface{}` +- Type of `XMLDataset.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `XMLDataset.Schema` has been changed from `any` to `interface{}` +- Type of `XMLDatasetTypeProperties.EncodingName` has been changed from `any` to `interface{}` +- Type of `XMLDatasetTypeProperties.NullValue` has been changed from `any` to `interface{}` +- Type of `XMLReadSettings.NamespacePrefixes` has been changed from `any` to `interface{}` +- Type of `XMLReadSettings.Namespaces` has been changed from `any` to `interface{}` +- Type of `XMLReadSettings.ValidationMode` has been changed from `any` to `interface{}` +- Type of `XMLReadSettings.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `XMLReadSettings.DetectDataType` has been changed from `any` to `interface{}` +- Type of `XMLSource.MaxConcurrentConnections` has been changed from `any` to `interface{}` +- Type of `XMLSource.SourceRetryCount` has been changed from `any` to `interface{}` +- Type of `XMLSource.SourceRetryWait` has been changed from `any` to `interface{}` +- Type of `XMLSource.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `XMLSource.DisableMetricsCollection` has been changed from `any` to `interface{}` +- Type of `XMLSource.AdditionalColumns` has been changed from `any` to `interface{}` +- Type of `XeroLinkedService.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `XeroLinkedService.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `XeroLinkedServiceTypeProperties.UsePeerVerification` has been changed from `any` to `interface{}` +- Type of `XeroLinkedServiceTypeProperties.ConnectionProperties` has been changed from `any` to `interface{}` +- Type of `XeroLinkedServiceTypeProperties.EncryptedCredential` has been changed from `any` to `interface{}` +- Type of `XeroLinkedServiceTypeProperties.Host` has been changed from `any` to `interface{}` +- Type of `XeroLinkedServiceTypeProperties.UseEncryptedEndpoints` has been changed from `any` to `interface{}` +- Type of `XeroLinkedServiceTypeProperties.UseHostVerification` has been changed from `any` to `interface{}` +- Type of `XeroObjectDataset.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `XeroObjectDataset.Schema` has been changed from `any` to `interface{}` +- Type of `XeroObjectDataset.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `XeroObjectDataset.Structure` has been changed from `any` to `interface{}` +- Type of `XeroSource.MaxConcurrentConnections` has been changed from `any` to `interface{}` +- Type of `XeroSource.QueryTimeout` has been changed from `any` to `interface{}` +- Type of `XeroSource.SourceRetryCount` has been changed from `any` to `interface{}` +- Type of `XeroSource.DisableMetricsCollection` has been changed from `any` to `interface{}` +- Type of `XeroSource.Query` has been changed from `any` to `interface{}` +- Type of `XeroSource.SourceRetryWait` has been changed from `any` to `interface{}` +- Type of `XeroSource.AdditionalColumns` has been changed from `any` to `interface{}` +- Type of `XeroSource.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `ZendeskLinkedService.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `ZendeskLinkedService.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `ZendeskLinkedServiceTypeProperties.UserName` has been changed from `any` to `interface{}` +- Type of `ZendeskLinkedServiceTypeProperties.URL` has been changed from `any` to `interface{}` +- Type of `ZendeskLinkedServiceTypeProperties.EncryptedCredential` has been changed from `any` to `interface{}` +- Type of `ZipDeflateReadSettings.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `ZipDeflateReadSettings.PreserveZipFileNameAsFolder` has been changed from `any` to `interface{}` +- Type of `ZohoLinkedService.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `ZohoLinkedService.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `ZohoLinkedServiceTypeProperties.Endpoint` has been changed from `any` to `interface{}` +- Type of `ZohoLinkedServiceTypeProperties.UseEncryptedEndpoints` has been changed from `any` to `interface{}` +- Type of `ZohoLinkedServiceTypeProperties.UseHostVerification` has been changed from `any` to `interface{}` +- Type of `ZohoLinkedServiceTypeProperties.UsePeerVerification` has been changed from `any` to `interface{}` +- Type of `ZohoLinkedServiceTypeProperties.ConnectionProperties` has been changed from `any` to `interface{}` +- Type of `ZohoLinkedServiceTypeProperties.EncryptedCredential` has been changed from `any` to `interface{}` +- Type of `ZohoObjectDataset.Annotations` has been changed from `[]any` to `[]interface{}` +- Type of `ZohoObjectDataset.Structure` has been changed from `any` to `interface{}` +- Type of `ZohoObjectDataset.Schema` has been changed from `any` to `interface{}` +- Type of `ZohoObjectDataset.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `ZohoSource.SourceRetryCount` has been changed from `any` to `interface{}` +- Type of `ZohoSource.SourceRetryWait` has been changed from `any` to `interface{}` +- Type of `ZohoSource.AdditionalProperties` has been changed from `map[string]any` to `map[string]interface{}` +- Type of `ZohoSource.Query` has been changed from `any` to `interface{}` +- Type of `ZohoSource.QueryTimeout` has been changed from `any` to `interface{}` +- Type of `ZohoSource.AdditionalColumns` has been changed from `any` to `interface{}` +- Type of `ZohoSource.MaxConcurrentConnections` has been changed from `any` to `interface{}` +- Type of `ZohoSource.DisableMetricsCollection` has been changed from `any` to `interface{}` +- Type alias `AzureStorageAuthenticationType` has been removed +- Type alias `ConfigurationType` has been removed +- Type alias `LinkedServiceReferenceType` has been removed +- Type alias `SparkConfigurationReferenceType` has been removed +- Function `NewClientFactory` has been removed +- Function `*ClientFactory.NewActivityRunsClient` has been removed +- Function `*ClientFactory.NewCredentialOperationsClient` has been removed +- Function `*ClientFactory.NewDataFlowDebugSessionClient` has been removed +- Function `*ClientFactory.NewDataFlowsClient` has been removed +- Function `*ClientFactory.NewDatasetsClient` has been removed +- Function `*ClientFactory.NewExposureControlClient` has been removed +- Function `*ClientFactory.NewFactoriesClient` has been removed +- Function `*ClientFactory.NewGlobalParametersClient` has been removed +- Function `*ClientFactory.NewIntegrationRuntimeNodesClient` has been removed +- Function `*ClientFactory.NewIntegrationRuntimeObjectMetadataClient` has been removed +- Function `*ClientFactory.NewIntegrationRuntimesClient` has been removed +- Function `*ClientFactory.NewLinkedServicesClient` has been removed +- Function `*ClientFactory.NewManagedPrivateEndpointsClient` has been removed +- Function `*ClientFactory.NewManagedVirtualNetworksClient` has been removed +- Function `*ClientFactory.NewOperationsClient` has been removed +- Function `*ClientFactory.NewPipelineRunsClient` has been removed +- Function `*ClientFactory.NewPipelinesClient` has been removed +- Function `*ClientFactory.NewPrivateEndPointConnectionsClient` has been removed +- Function `*ClientFactory.NewPrivateEndpointConnectionClient` has been removed +- Function `*ClientFactory.NewPrivateLinkResourcesClient` has been removed +- Function `*ClientFactory.NewTriggerRunsClient` has been removed +- Function `*ClientFactory.NewTriggersClient` has been removed +- Function `*Credential.GetCredential` has been removed +- Function `NewCredentialOperationsClient` has been removed +- Function `*CredentialOperationsClient.CreateOrUpdate` has been removed +- Function `*CredentialOperationsClient.Delete` has been removed +- Function `*CredentialOperationsClient.Get` has been removed +- Function `*CredentialOperationsClient.NewListByFactoryPager` has been removed +- Function `*GoogleSheetsLinkedService.GetLinkedService` has been removed +- Function `*ManagedIdentityCredential.GetCredential` has been removed +- Function `*ServicePrincipalCredential.GetCredential` has been removed +- Struct `ClientFactory` has been removed +- Struct `CopyComputeScaleProperties` has been removed +- Struct `CredentialListResponse` has been removed +- Struct `CredentialOperationsClientListByFactoryResponse` has been removed +- Struct `GoogleSheetsLinkedService` has been removed +- Struct `GoogleSheetsLinkedServiceTypeProperties` has been removed +- Struct `ManagedIdentityCredential` has been removed +- Struct `ManagedIdentityCredentialResource` has been removed +- Struct `ManagedIdentityTypeProperties` has been removed +- Struct `PipelineExternalComputeScaleProperties` has been removed +- Struct `ServicePrincipalCredential` has been removed +- Struct `ServicePrincipalCredentialTypeProperties` has been removed +- Struct `SparkConfigurationParametrizationReference` has been removed +- Field `SasToken` of struct `AzureBlobFSLinkedServiceTypeProperties` has been removed +- Field `SasURI` of struct `AzureBlobFSLinkedServiceTypeProperties` has been removed +- Field `AuthenticationType` of struct `AzureBlobStorageLinkedServiceTypeProperties` has been removed +- Field `ContainerURI` of struct `AzureBlobStorageLinkedServiceTypeProperties` has been removed +- Field `WorkspaceResourceID` of struct `AzureSynapseArtifactsLinkedServiceTypeProperties` has been removed +- Field `DisablePublish` of struct `FactoryGitHubConfiguration` has been removed +- Field `DisablePublish` of struct `FactoryRepoConfiguration` has been removed +- Field `DisablePublish` of struct `FactoryVSTSConfiguration` has been removed +- Field `CopyComputeScaleProperties` of struct `IntegrationRuntimeComputeProperties` has been removed +- Field `PipelineExternalComputeScaleProperties` of struct `IntegrationRuntimeComputeProperties` has been removed +- Field `ScriptBlockExecutionTimeout` of struct `ScriptActivityTypeProperties` has been removed +- Field `ConfigurationType` of struct `SynapseSparkJobActivityTypeProperties` has been removed +- Field `FilesV2` of struct `SynapseSparkJobActivityTypeProperties` has been removed +- Field `PythonCodeReference` of struct `SynapseSparkJobActivityTypeProperties` has been removed +- Field `ScanFolder` of struct `SynapseSparkJobActivityTypeProperties` has been removed +- Field `SparkConfig` of struct `SynapseSparkJobActivityTypeProperties` has been removed +- Field `TargetSparkConfiguration` of struct `SynapseSparkJobActivityTypeProperties` has been removed + +### Features Added + +- New type alias `StoredProcedureParameterType` with values `StoredProcedureParameterTypeBoolean`, `StoredProcedureParameterTypeDate`, `StoredProcedureParameterTypeDecimal`, `StoredProcedureParameterTypeGUID`, `StoredProcedureParameterTypeInt`, `StoredProcedureParameterTypeInt64`, `StoredProcedureParameterTypeString` +- New type alias `Type` with values `TypeLinkedServiceReference` +- New function `*LakeHouseLinkedService.GetLinkedService() *LinkedService` +- New function `*LakeHouseLocation.GetDatasetLocation() *DatasetLocation` +- New function `*LakeHouseReadSettings.GetStoreReadSettings() *StoreReadSettings` +- New struct `LakeHouseLinkedService` +- New struct `LakeHouseLinkedServiceTypeProperties` +- New struct `LakeHouseLocation` +- New struct `LakeHouseReadSettings` +- New struct `StoredProcedureParameter` + + ## 3.0.0 (2022-10-27) ### Breaking Changes diff --git a/sdk/resourcemanager/datafactory/armdatafactory/activityruns_client_example_test.go b/sdk/resourcemanager/datafactory/armdatafactory/activityruns_client_example_test.go deleted file mode 100644 index 192bcfdefa67..000000000000 --- a/sdk/resourcemanager/datafactory/armdatafactory/activityruns_client_example_test.go +++ /dev/null @@ -1,42 +0,0 @@ -//go:build go1.18 -// +build go1.18 - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. -// Code generated by Microsoft (R) AutoRest Code Generator. -// Changes may cause incorrect behavior and will be lost if the code is regenerated. - -package armdatafactory_test - -import ( - "context" - "log" - - "time" - - "github.com/Azure/azure-sdk-for-go/sdk/azcore/to" - "github.com/Azure/azure-sdk-for-go/sdk/azidentity" - "github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/datafactory/armdatafactory/v3" -) - -// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/tree/main/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/examples/ActivityRuns_QueryByPipelineRun.json -func ExampleActivityRunsClient_QueryByPipelineRun() { - cred, err := azidentity.NewDefaultAzureCredential(nil) - if err != nil { - log.Fatalf("failed to obtain a credential: %v", err) - } - ctx := context.Background() - client, err := armdatafactory.NewActivityRunsClient("12345678-1234-1234-1234-12345678abc", cred, nil) - if err != nil { - log.Fatalf("failed to create client: %v", err) - } - res, err := client.QueryByPipelineRun(ctx, "exampleResourceGroup", "exampleFactoryName", "2f7fdb90-5df1-4b8e-ac2f-064cfa58202b", armdatafactory.RunFilterParameters{ - LastUpdatedAfter: to.Ptr(func() time.Time { t, _ := time.Parse(time.RFC3339Nano, "2018-06-16T00:36:44.3345758Z"); return t }()), - LastUpdatedBefore: to.Ptr(func() time.Time { t, _ := time.Parse(time.RFC3339Nano, "2018-06-16T00:49:48.3686473Z"); return t }()), - }, nil) - if err != nil { - log.Fatalf("failed to finish the request: %v", err) - } - // TODO: use response item - _ = res -} diff --git a/sdk/resourcemanager/datafactory/armdatafactory/autorest.md b/sdk/resourcemanager/datafactory/armdatafactory/autorest.md index 04b444d51382..85bfdc443a24 100644 --- a/sdk/resourcemanager/datafactory/armdatafactory/autorest.md +++ b/sdk/resourcemanager/datafactory/armdatafactory/autorest.md @@ -5,9 +5,9 @@ ``` yaml azure-arm: true require: -- https://github.com/Azure/azure-rest-api-specs/blob/574be7aa7087e815bc21e2ea0c5357038830dd10/specification/datafactory/resource-manager/readme.md -- https://github.com/Azure/azure-rest-api-specs/blob/574be7aa7087e815bc21e2ea0c5357038830dd10/specification/datafactory/resource-manager/readme.go.md +- /mnt/vss/_work/1/s/azure-rest-api-specs/specification/datafactory/resource-manager/readme.md +- /mnt/vss/_work/1/s/azure-rest-api-specs/specification/datafactory/resource-manager/readme.go.md license-header: MICROSOFT_MIT_NO_VERSION -module-version: 3.0.0 +module-version: 4.0.0 ``` \ No newline at end of file diff --git a/sdk/resourcemanager/datafactory/armdatafactory/constants.go b/sdk/resourcemanager/datafactory/armdatafactory/constants.go index c179b31393cc..f2dc8744b7a3 100644 --- a/sdk/resourcemanager/datafactory/armdatafactory/constants.go +++ b/sdk/resourcemanager/datafactory/armdatafactory/constants.go @@ -11,7 +11,7 @@ package armdatafactory const ( moduleName = "armdatafactory" - moduleVersion = "v3.0.0" + moduleVersion = "v4.0.0" ) // AzureFunctionActivityMethod - The list of HTTP methods supported by a AzureFunctionActivity. @@ -789,20 +789,6 @@ func PossibleIntegrationRuntimeUpdateResultValues() []IntegrationRuntimeUpdateRe } } -// LinkedServiceReferenceType - Linked service reference type. -type LinkedServiceReferenceType string - -const ( - LinkedServiceReferenceTypeLinkedServiceReference LinkedServiceReferenceType = "LinkedServiceReference" -) - -// PossibleLinkedServiceReferenceTypeValues returns the possible values for the LinkedServiceReferenceType const type. -func PossibleLinkedServiceReferenceTypeValues() []LinkedServiceReferenceType { - return []LinkedServiceReferenceType{ - LinkedServiceReferenceTypeLinkedServiceReference, - } -} - // ManagedIntegrationRuntimeNodeStatus - The managed integration runtime node status. type ManagedIntegrationRuntimeNodeStatus string @@ -1538,6 +1524,32 @@ func PossibleSsisPackageLocationTypeValues() []SsisPackageLocationType { } } +// StoredProcedureParameterType - Stored procedure parameter type. +type StoredProcedureParameterType string + +const ( + StoredProcedureParameterTypeBoolean StoredProcedureParameterType = "Boolean" + StoredProcedureParameterTypeDate StoredProcedureParameterType = "Date" + StoredProcedureParameterTypeDecimal StoredProcedureParameterType = "Decimal" + StoredProcedureParameterTypeGUID StoredProcedureParameterType = "Guid" + StoredProcedureParameterTypeInt StoredProcedureParameterType = "Int" + StoredProcedureParameterTypeInt64 StoredProcedureParameterType = "Int64" + StoredProcedureParameterTypeString StoredProcedureParameterType = "String" +) + +// PossibleStoredProcedureParameterTypeValues returns the possible values for the StoredProcedureParameterType const type. +func PossibleStoredProcedureParameterTypeValues() []StoredProcedureParameterType { + return []StoredProcedureParameterType{ + StoredProcedureParameterTypeBoolean, + StoredProcedureParameterTypeDate, + StoredProcedureParameterTypeDecimal, + StoredProcedureParameterTypeGUID, + StoredProcedureParameterTypeInt, + StoredProcedureParameterTypeInt64, + StoredProcedureParameterTypeString, + } +} + // SybaseAuthenticationType - AuthenticationType to be used for connection. type SybaseAuthenticationType string @@ -1654,6 +1666,20 @@ func PossibleTumblingWindowFrequencyValues() []TumblingWindowFrequency { } } +// Type - Linked service reference type. +type Type string + +const ( + TypeLinkedServiceReference Type = "LinkedServiceReference" +) + +// PossibleTypeValues returns the possible values for the Type const type. +func PossibleTypeValues() []Type { + return []Type{ + TypeLinkedServiceReference, + } +} + // VariableType - Variable type. type VariableType string diff --git a/sdk/resourcemanager/datafactory/armdatafactory/dataflowdebugsession_client_example_test.go b/sdk/resourcemanager/datafactory/armdatafactory/dataflowdebugsession_client_example_test.go deleted file mode 100644 index 6f19d8338027..000000000000 --- a/sdk/resourcemanager/datafactory/armdatafactory/dataflowdebugsession_client_example_test.go +++ /dev/null @@ -1,234 +0,0 @@ -//go:build go1.18 -// +build go1.18 - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. -// Code generated by Microsoft (R) AutoRest Code Generator. -// Changes may cause incorrect behavior and will be lost if the code is regenerated. - -package armdatafactory_test - -import ( - "context" - "log" - - "github.com/Azure/azure-sdk-for-go/sdk/azcore/to" - "github.com/Azure/azure-sdk-for-go/sdk/azidentity" - "github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/datafactory/armdatafactory/v3" -) - -// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/tree/main/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/examples/DataFlowDebugSession_Create.json -func ExampleDataFlowDebugSessionClient_BeginCreate() { - cred, err := azidentity.NewDefaultAzureCredential(nil) - if err != nil { - log.Fatalf("failed to obtain a credential: %v", err) - } - ctx := context.Background() - client, err := armdatafactory.NewDataFlowDebugSessionClient("12345678-1234-1234-1234-12345678abc", cred, nil) - if err != nil { - log.Fatalf("failed to create client: %v", err) - } - poller, err := client.BeginCreate(ctx, "exampleResourceGroup", "exampleFactoryName", armdatafactory.CreateDataFlowDebugSessionRequest{ - IntegrationRuntime: &armdatafactory.IntegrationRuntimeDebugResource{ - Name: to.Ptr("ir1"), - Properties: &armdatafactory.ManagedIntegrationRuntime{ - Type: to.Ptr(armdatafactory.IntegrationRuntimeTypeManaged), - TypeProperties: &armdatafactory.ManagedIntegrationRuntimeTypeProperties{ - ComputeProperties: &armdatafactory.IntegrationRuntimeComputeProperties{ - DataFlowProperties: &armdatafactory.IntegrationRuntimeDataFlowProperties{ - ComputeType: to.Ptr(armdatafactory.DataFlowComputeTypeGeneral), - CoreCount: to.Ptr[int32](48), - TimeToLive: to.Ptr[int32](10), - }, - Location: to.Ptr("AutoResolve"), - }, - }, - }, - }, - TimeToLive: to.Ptr[int32](60), - }, nil) - if err != nil { - log.Fatalf("failed to finish the request: %v", err) - } - res, err := poller.PollUntilDone(ctx, nil) - if err != nil { - log.Fatalf("failed to pull the result: %v", err) - } - // TODO: use response item - _ = res -} - -// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/tree/main/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/examples/DataFlowDebugSession_QueryByFactory.json -func ExampleDataFlowDebugSessionClient_NewQueryByFactoryPager() { - cred, err := azidentity.NewDefaultAzureCredential(nil) - if err != nil { - log.Fatalf("failed to obtain a credential: %v", err) - } - ctx := context.Background() - client, err := armdatafactory.NewDataFlowDebugSessionClient("12345678-1234-1234-1234-12345678abc", cred, nil) - if err != nil { - log.Fatalf("failed to create client: %v", err) - } - pager := client.NewQueryByFactoryPager("exampleResourceGroup", "exampleFactoryName", nil) - for pager.More() { - nextResult, err := pager.NextPage(ctx) - if err != nil { - log.Fatalf("failed to advance page: %v", err) - } - for _, v := range nextResult.Value { - // TODO: use page item - _ = v - } - } -} - -// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/tree/main/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/examples/DataFlowDebugSession_AddDataFlow.json -func ExampleDataFlowDebugSessionClient_AddDataFlow() { - cred, err := azidentity.NewDefaultAzureCredential(nil) - if err != nil { - log.Fatalf("failed to obtain a credential: %v", err) - } - ctx := context.Background() - client, err := armdatafactory.NewDataFlowDebugSessionClient("12345678-1234-1234-1234-12345678abc", cred, nil) - if err != nil { - log.Fatalf("failed to create client: %v", err) - } - res, err := client.AddDataFlow(ctx, "exampleResourceGroup", "exampleFactoryName", armdatafactory.DataFlowDebugPackage{ - DataFlow: &armdatafactory.DataFlowDebugResource{ - Name: to.Ptr("dataflow1"), - Properties: &armdatafactory.MappingDataFlow{ - Type: to.Ptr("MappingDataFlow"), - TypeProperties: &armdatafactory.MappingDataFlowTypeProperties{ - Script: to.Ptr("\n\nsource(output(\n Column_1 as string\n ),\n allowSchemaDrift: true,\n validateSchema: false) ~> source1"), - Sinks: []*armdatafactory.DataFlowSink{}, - Sources: []*armdatafactory.DataFlowSource{ - { - Name: to.Ptr("source1"), - Dataset: &armdatafactory.DatasetReference{ - Type: to.Ptr(armdatafactory.DatasetReferenceTypeDatasetReference), - ReferenceName: to.Ptr("DelimitedText2"), - }, - }}, - Transformations: []*armdatafactory.Transformation{}, - }, - }, - }, - Datasets: []*armdatafactory.DatasetDebugResource{ - { - Name: to.Ptr("dataset1"), - Properties: &armdatafactory.DelimitedTextDataset{ - Type: to.Ptr("DelimitedText"), - Schema: []interface{}{ - map[string]interface{}{ - "type": "String", - }, - }, - Annotations: []interface{}{}, - LinkedServiceName: &armdatafactory.LinkedServiceReference{ - Type: to.Ptr(armdatafactory.LinkedServiceReferenceTypeLinkedServiceReference), - ReferenceName: to.Ptr("linkedService5"), - }, - TypeProperties: &armdatafactory.DelimitedTextDatasetTypeProperties{ - ColumnDelimiter: ",", - EscapeChar: "\\", - FirstRowAsHeader: true, - Location: &armdatafactory.AzureBlobStorageLocation{ - Type: to.Ptr("AzureBlobStorageLocation"), - FileName: "Ansiencoding.csv", - Container: "dataflow-sample-data", - }, - QuoteChar: "\"", - }, - }, - }}, - DebugSettings: &armdatafactory.DataFlowDebugPackageDebugSettings{ - DatasetParameters: map[string]interface{}{ - "Movies": map[string]interface{}{ - "path": "abc", - }, - "Output": map[string]interface{}{ - "time": "def", - }, - }, - Parameters: map[string]interface{}{ - "sourcePath": "Toy", - }, - SourceSettings: []*armdatafactory.DataFlowSourceSetting{ - { - RowLimit: to.Ptr[int32](1000), - SourceName: to.Ptr("source1"), - }, - { - RowLimit: to.Ptr[int32](222), - SourceName: to.Ptr("source2"), - }}, - }, - LinkedServices: []*armdatafactory.LinkedServiceDebugResource{ - { - Name: to.Ptr("linkedService1"), - Properties: &armdatafactory.AzureBlobStorageLinkedService{ - Type: to.Ptr("AzureBlobStorage"), - Annotations: []interface{}{}, - TypeProperties: &armdatafactory.AzureBlobStorageLinkedServiceTypeProperties{ - ConnectionString: "DefaultEndpointsProtocol=https;AccountName=;EndpointSuffix=core.windows.net;", - EncryptedCredential: to.Ptr(""), - }, - }, - }}, - SessionID: to.Ptr("f06ed247-9d07-49b2-b05e-2cb4a2fc871e"), - }, nil) - if err != nil { - log.Fatalf("failed to finish the request: %v", err) - } - // TODO: use response item - _ = res -} - -// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/tree/main/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/examples/DataFlowDebugSession_Delete.json -func ExampleDataFlowDebugSessionClient_Delete() { - cred, err := azidentity.NewDefaultAzureCredential(nil) - if err != nil { - log.Fatalf("failed to obtain a credential: %v", err) - } - ctx := context.Background() - client, err := armdatafactory.NewDataFlowDebugSessionClient("12345678-1234-1234-1234-12345678abc", cred, nil) - if err != nil { - log.Fatalf("failed to create client: %v", err) - } - _, err = client.Delete(ctx, "exampleResourceGroup", "exampleFactoryName", armdatafactory.DeleteDataFlowDebugSessionRequest{ - SessionID: to.Ptr("91fb57e0-8292-47be-89ff-c8f2d2bb2a7e"), - }, nil) - if err != nil { - log.Fatalf("failed to finish the request: %v", err) - } -} - -// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/tree/main/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/examples/DataFlowDebugSession_ExecuteCommand.json -func ExampleDataFlowDebugSessionClient_BeginExecuteCommand() { - cred, err := azidentity.NewDefaultAzureCredential(nil) - if err != nil { - log.Fatalf("failed to obtain a credential: %v", err) - } - ctx := context.Background() - client, err := armdatafactory.NewDataFlowDebugSessionClient("12345678-1234-1234-1234-12345678abc", cred, nil) - if err != nil { - log.Fatalf("failed to create client: %v", err) - } - poller, err := client.BeginExecuteCommand(ctx, "exampleResourceGroup", "exampleFactoryName", armdatafactory.DataFlowDebugCommandRequest{ - Command: to.Ptr(armdatafactory.DataFlowDebugCommandTypeExecutePreviewQuery), - CommandPayload: &armdatafactory.DataFlowDebugCommandPayload{ - RowLimits: to.Ptr[int32](100), - StreamName: to.Ptr("source1"), - }, - SessionID: to.Ptr("f06ed247-9d07-49b2-b05e-2cb4a2fc871e"), - }, nil) - if err != nil { - log.Fatalf("failed to finish the request: %v", err) - } - res, err := poller.PollUntilDone(ctx, nil) - if err != nil { - log.Fatalf("failed to pull the result: %v", err) - } - // TODO: use response item - _ = res -} diff --git a/sdk/resourcemanager/datafactory/armdatafactory/dataflows_client_example_test.go b/sdk/resourcemanager/datafactory/armdatafactory/dataflows_client_example_test.go deleted file mode 100644 index 92956646b935..000000000000 --- a/sdk/resourcemanager/datafactory/armdatafactory/dataflows_client_example_test.go +++ /dev/null @@ -1,236 +0,0 @@ -//go:build go1.18 -// +build go1.18 - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. -// Code generated by Microsoft (R) AutoRest Code Generator. -// Changes may cause incorrect behavior and will be lost if the code is regenerated. - -package armdatafactory_test - -import ( - "context" - "log" - - "github.com/Azure/azure-sdk-for-go/sdk/azcore/to" - "github.com/Azure/azure-sdk-for-go/sdk/azidentity" - "github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/datafactory/armdatafactory/v3" -) - -// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/tree/main/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/examples/DataFlows_Create.json -func ExampleDataFlowsClient_CreateOrUpdate_dataFlowsCreate() { - cred, err := azidentity.NewDefaultAzureCredential(nil) - if err != nil { - log.Fatalf("failed to obtain a credential: %v", err) - } - ctx := context.Background() - client, err := armdatafactory.NewDataFlowsClient("12345678-1234-1234-1234-12345678abc", cred, nil) - if err != nil { - log.Fatalf("failed to create client: %v", err) - } - res, err := client.CreateOrUpdate(ctx, "exampleResourceGroup", "exampleFactoryName", "exampleDataFlow", armdatafactory.DataFlowResource{ - Properties: &armdatafactory.MappingDataFlow{ - Type: to.Ptr("MappingDataFlow"), - Description: to.Ptr("Sample demo data flow to convert currencies showing usage of union, derive and conditional split transformation."), - TypeProperties: &armdatafactory.MappingDataFlowTypeProperties{ - ScriptLines: []*string{ - to.Ptr("source(output("), - to.Ptr("PreviousConversionRate as double,"), - to.Ptr("Country as string,"), - to.Ptr("DateTime1 as string,"), - to.Ptr("CurrentConversionRate as double"), - to.Ptr("),"), - to.Ptr("allowSchemaDrift: false,"), - to.Ptr("validateSchema: false) ~> USDCurrency"), - to.Ptr("source(output("), - to.Ptr("PreviousConversionRate as double,"), - to.Ptr("Country as string,"), - to.Ptr("DateTime1 as string,"), - to.Ptr("CurrentConversionRate as double"), - to.Ptr("),"), - to.Ptr("allowSchemaDrift: true,"), - to.Ptr("validateSchema: false) ~> CADSource"), - to.Ptr("USDCurrency, CADSource union(byName: true)~> Union"), - to.Ptr("Union derive(NewCurrencyRate = round(CurrentConversionRate*1.25)) ~> NewCurrencyColumn"), - to.Ptr("NewCurrencyColumn split(Country == 'USD',"), - to.Ptr("Country == 'CAD',disjoint: false) ~> ConditionalSplit1@(USD, CAD)"), - to.Ptr("ConditionalSplit1@USD sink(saveMode:'overwrite' ) ~> USDSink"), - to.Ptr("ConditionalSplit1@CAD sink(saveMode:'overwrite' ) ~> CADSink")}, - Sinks: []*armdatafactory.DataFlowSink{ - { - Name: to.Ptr("USDSink"), - Dataset: &armdatafactory.DatasetReference{ - Type: to.Ptr(armdatafactory.DatasetReferenceTypeDatasetReference), - ReferenceName: to.Ptr("USDOutput"), - }, - }, - { - Name: to.Ptr("CADSink"), - Dataset: &armdatafactory.DatasetReference{ - Type: to.Ptr(armdatafactory.DatasetReferenceTypeDatasetReference), - ReferenceName: to.Ptr("CADOutput"), - }, - }}, - Sources: []*armdatafactory.DataFlowSource{ - { - Name: to.Ptr("USDCurrency"), - Dataset: &armdatafactory.DatasetReference{ - Type: to.Ptr(armdatafactory.DatasetReferenceTypeDatasetReference), - ReferenceName: to.Ptr("CurrencyDatasetUSD"), - }, - }, - { - Name: to.Ptr("CADSource"), - Dataset: &armdatafactory.DatasetReference{ - Type: to.Ptr(armdatafactory.DatasetReferenceTypeDatasetReference), - ReferenceName: to.Ptr("CurrencyDatasetCAD"), - }, - }}, - }, - }, - }, &armdatafactory.DataFlowsClientCreateOrUpdateOptions{IfMatch: nil}) - if err != nil { - log.Fatalf("failed to finish the request: %v", err) - } - // TODO: use response item - _ = res -} - -// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/tree/main/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/examples/DataFlows_Update.json -func ExampleDataFlowsClient_CreateOrUpdate_dataFlowsUpdate() { - cred, err := azidentity.NewDefaultAzureCredential(nil) - if err != nil { - log.Fatalf("failed to obtain a credential: %v", err) - } - ctx := context.Background() - client, err := armdatafactory.NewDataFlowsClient("12345678-1234-1234-1234-12345678abc", cred, nil) - if err != nil { - log.Fatalf("failed to create client: %v", err) - } - res, err := client.CreateOrUpdate(ctx, "exampleResourceGroup", "exampleFactoryName", "exampleDataFlow", armdatafactory.DataFlowResource{ - Properties: &armdatafactory.MappingDataFlow{ - Type: to.Ptr("MappingDataFlow"), - Description: to.Ptr("Sample demo data flow to convert currencies showing usage of union, derive and conditional split transformation."), - TypeProperties: &armdatafactory.MappingDataFlowTypeProperties{ - ScriptLines: []*string{ - to.Ptr("source(output("), - to.Ptr("PreviousConversionRate as double,"), - to.Ptr("Country as string,"), - to.Ptr("DateTime1 as string,"), - to.Ptr("CurrentConversionRate as double"), - to.Ptr("),"), - to.Ptr("allowSchemaDrift: false,"), - to.Ptr("validateSchema: false) ~> USDCurrency"), - to.Ptr("source(output("), - to.Ptr("PreviousConversionRate as double,"), - to.Ptr("Country as string,"), - to.Ptr("DateTime1 as string,"), - to.Ptr("CurrentConversionRate as double"), - to.Ptr("),"), - to.Ptr("allowSchemaDrift: true,"), - to.Ptr("validateSchema: false) ~> CADSource"), - to.Ptr("USDCurrency, CADSource union(byName: true)~> Union"), - to.Ptr("Union derive(NewCurrencyRate = round(CurrentConversionRate*1.25)) ~> NewCurrencyColumn"), - to.Ptr("NewCurrencyColumn split(Country == 'USD',"), - to.Ptr("Country == 'CAD',disjoint: false) ~> ConditionalSplit1@(USD, CAD)"), - to.Ptr("ConditionalSplit1@USD sink(saveMode:'overwrite' ) ~> USDSink"), - to.Ptr("ConditionalSplit1@CAD sink(saveMode:'overwrite' ) ~> CADSink")}, - Sinks: []*armdatafactory.DataFlowSink{ - { - Name: to.Ptr("USDSink"), - Dataset: &armdatafactory.DatasetReference{ - Type: to.Ptr(armdatafactory.DatasetReferenceTypeDatasetReference), - ReferenceName: to.Ptr("USDOutput"), - }, - }, - { - Name: to.Ptr("CADSink"), - Dataset: &armdatafactory.DatasetReference{ - Type: to.Ptr(armdatafactory.DatasetReferenceTypeDatasetReference), - ReferenceName: to.Ptr("CADOutput"), - }, - }}, - Sources: []*armdatafactory.DataFlowSource{ - { - Name: to.Ptr("USDCurrency"), - Dataset: &armdatafactory.DatasetReference{ - Type: to.Ptr(armdatafactory.DatasetReferenceTypeDatasetReference), - ReferenceName: to.Ptr("CurrencyDatasetUSD"), - }, - }, - { - Name: to.Ptr("CADSource"), - Dataset: &armdatafactory.DatasetReference{ - Type: to.Ptr(armdatafactory.DatasetReferenceTypeDatasetReference), - ReferenceName: to.Ptr("CurrencyDatasetCAD"), - }, - }}, - }, - }, - }, &armdatafactory.DataFlowsClientCreateOrUpdateOptions{IfMatch: nil}) - if err != nil { - log.Fatalf("failed to finish the request: %v", err) - } - // TODO: use response item - _ = res -} - -// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/tree/main/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/examples/DataFlows_Get.json -func ExampleDataFlowsClient_Get() { - cred, err := azidentity.NewDefaultAzureCredential(nil) - if err != nil { - log.Fatalf("failed to obtain a credential: %v", err) - } - ctx := context.Background() - client, err := armdatafactory.NewDataFlowsClient("12345678-1234-1234-1234-12345678abc", cred, nil) - if err != nil { - log.Fatalf("failed to create client: %v", err) - } - res, err := client.Get(ctx, "exampleResourceGroup", "exampleFactoryName", "exampleDataFlow", &armdatafactory.DataFlowsClientGetOptions{IfNoneMatch: nil}) - if err != nil { - log.Fatalf("failed to finish the request: %v", err) - } - // TODO: use response item - _ = res -} - -// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/tree/main/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/examples/DataFlows_Delete.json -func ExampleDataFlowsClient_Delete() { - cred, err := azidentity.NewDefaultAzureCredential(nil) - if err != nil { - log.Fatalf("failed to obtain a credential: %v", err) - } - ctx := context.Background() - client, err := armdatafactory.NewDataFlowsClient("12345678-1234-1234-1234-12345678abc", cred, nil) - if err != nil { - log.Fatalf("failed to create client: %v", err) - } - _, err = client.Delete(ctx, "exampleResourceGroup", "exampleFactoryName", "exampleDataFlow", nil) - if err != nil { - log.Fatalf("failed to finish the request: %v", err) - } -} - -// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/tree/main/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/examples/DataFlows_ListByFactory.json -func ExampleDataFlowsClient_NewListByFactoryPager() { - cred, err := azidentity.NewDefaultAzureCredential(nil) - if err != nil { - log.Fatalf("failed to obtain a credential: %v", err) - } - ctx := context.Background() - client, err := armdatafactory.NewDataFlowsClient("12345678-1234-1234-1234-12345678abc", cred, nil) - if err != nil { - log.Fatalf("failed to create client: %v", err) - } - pager := client.NewListByFactoryPager("exampleResourceGroup", "exampleFactoryName", nil) - for pager.More() { - nextResult, err := pager.NextPage(ctx) - if err != nil { - log.Fatalf("failed to advance page: %v", err) - } - for _, v := range nextResult.Value { - // TODO: use page item - _ = v - } - } -} diff --git a/sdk/resourcemanager/datafactory/armdatafactory/datasets_client_example_test.go b/sdk/resourcemanager/datafactory/armdatafactory/datasets_client_example_test.go deleted file mode 100644 index a25048bc3175..000000000000 --- a/sdk/resourcemanager/datafactory/armdatafactory/datasets_client_example_test.go +++ /dev/null @@ -1,175 +0,0 @@ -//go:build go1.18 -// +build go1.18 - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. -// Code generated by Microsoft (R) AutoRest Code Generator. -// Changes may cause incorrect behavior and will be lost if the code is regenerated. - -package armdatafactory_test - -import ( - "context" - "log" - - "github.com/Azure/azure-sdk-for-go/sdk/azcore/to" - "github.com/Azure/azure-sdk-for-go/sdk/azidentity" - "github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/datafactory/armdatafactory/v3" -) - -// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/tree/main/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/examples/Datasets_ListByFactory.json -func ExampleDatasetsClient_NewListByFactoryPager() { - cred, err := azidentity.NewDefaultAzureCredential(nil) - if err != nil { - log.Fatalf("failed to obtain a credential: %v", err) - } - ctx := context.Background() - client, err := armdatafactory.NewDatasetsClient("12345678-1234-1234-1234-12345678abc", cred, nil) - if err != nil { - log.Fatalf("failed to create client: %v", err) - } - pager := client.NewListByFactoryPager("exampleResourceGroup", "exampleFactoryName", nil) - for pager.More() { - nextResult, err := pager.NextPage(ctx) - if err != nil { - log.Fatalf("failed to advance page: %v", err) - } - for _, v := range nextResult.Value { - // TODO: use page item - _ = v - } - } -} - -// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/tree/main/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/examples/Datasets_Create.json -func ExampleDatasetsClient_CreateOrUpdate_datasetsCreate() { - cred, err := azidentity.NewDefaultAzureCredential(nil) - if err != nil { - log.Fatalf("failed to obtain a credential: %v", err) - } - ctx := context.Background() - client, err := armdatafactory.NewDatasetsClient("12345678-1234-1234-1234-12345678abc", cred, nil) - if err != nil { - log.Fatalf("failed to create client: %v", err) - } - res, err := client.CreateOrUpdate(ctx, "exampleResourceGroup", "exampleFactoryName", "exampleDataset", armdatafactory.DatasetResource{ - Properties: &armdatafactory.AzureBlobDataset{ - Type: to.Ptr("AzureBlob"), - LinkedServiceName: &armdatafactory.LinkedServiceReference{ - Type: to.Ptr(armdatafactory.LinkedServiceReferenceTypeLinkedServiceReference), - ReferenceName: to.Ptr("exampleLinkedService"), - }, - Parameters: map[string]*armdatafactory.ParameterSpecification{ - "MyFileName": { - Type: to.Ptr(armdatafactory.ParameterTypeString), - }, - "MyFolderPath": { - Type: to.Ptr(armdatafactory.ParameterTypeString), - }, - }, - TypeProperties: &armdatafactory.AzureBlobDatasetTypeProperties{ - Format: &armdatafactory.TextFormat{ - Type: to.Ptr("TextFormat"), - }, - FileName: map[string]interface{}{ - "type": "Expression", - "value": "@dataset().MyFileName", - }, - FolderPath: map[string]interface{}{ - "type": "Expression", - "value": "@dataset().MyFolderPath", - }, - }, - }, - }, &armdatafactory.DatasetsClientCreateOrUpdateOptions{IfMatch: nil}) - if err != nil { - log.Fatalf("failed to finish the request: %v", err) - } - // TODO: use response item - _ = res -} - -// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/tree/main/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/examples/Datasets_Update.json -func ExampleDatasetsClient_CreateOrUpdate_datasetsUpdate() { - cred, err := azidentity.NewDefaultAzureCredential(nil) - if err != nil { - log.Fatalf("failed to obtain a credential: %v", err) - } - ctx := context.Background() - client, err := armdatafactory.NewDatasetsClient("12345678-1234-1234-1234-12345678abc", cred, nil) - if err != nil { - log.Fatalf("failed to create client: %v", err) - } - res, err := client.CreateOrUpdate(ctx, "exampleResourceGroup", "exampleFactoryName", "exampleDataset", armdatafactory.DatasetResource{ - Properties: &armdatafactory.AzureBlobDataset{ - Type: to.Ptr("AzureBlob"), - Description: to.Ptr("Example description"), - LinkedServiceName: &armdatafactory.LinkedServiceReference{ - Type: to.Ptr(armdatafactory.LinkedServiceReferenceTypeLinkedServiceReference), - ReferenceName: to.Ptr("exampleLinkedService"), - }, - Parameters: map[string]*armdatafactory.ParameterSpecification{ - "MyFileName": { - Type: to.Ptr(armdatafactory.ParameterTypeString), - }, - "MyFolderPath": { - Type: to.Ptr(armdatafactory.ParameterTypeString), - }, - }, - TypeProperties: &armdatafactory.AzureBlobDatasetTypeProperties{ - Format: &armdatafactory.TextFormat{ - Type: to.Ptr("TextFormat"), - }, - FileName: map[string]interface{}{ - "type": "Expression", - "value": "@dataset().MyFileName", - }, - FolderPath: map[string]interface{}{ - "type": "Expression", - "value": "@dataset().MyFolderPath", - }, - }, - }, - }, &armdatafactory.DatasetsClientCreateOrUpdateOptions{IfMatch: nil}) - if err != nil { - log.Fatalf("failed to finish the request: %v", err) - } - // TODO: use response item - _ = res -} - -// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/tree/main/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/examples/Datasets_Get.json -func ExampleDatasetsClient_Get() { - cred, err := azidentity.NewDefaultAzureCredential(nil) - if err != nil { - log.Fatalf("failed to obtain a credential: %v", err) - } - ctx := context.Background() - client, err := armdatafactory.NewDatasetsClient("12345678-1234-1234-1234-12345678abc", cred, nil) - if err != nil { - log.Fatalf("failed to create client: %v", err) - } - res, err := client.Get(ctx, "exampleResourceGroup", "exampleFactoryName", "exampleDataset", &armdatafactory.DatasetsClientGetOptions{IfNoneMatch: nil}) - if err != nil { - log.Fatalf("failed to finish the request: %v", err) - } - // TODO: use response item - _ = res -} - -// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/tree/main/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/examples/Datasets_Delete.json -func ExampleDatasetsClient_Delete() { - cred, err := azidentity.NewDefaultAzureCredential(nil) - if err != nil { - log.Fatalf("failed to obtain a credential: %v", err) - } - ctx := context.Background() - client, err := armdatafactory.NewDatasetsClient("12345678-1234-1234-1234-12345678abc", cred, nil) - if err != nil { - log.Fatalf("failed to create client: %v", err) - } - _, err = client.Delete(ctx, "exampleResourceGroup", "exampleFactoryName", "exampleDataset", nil) - if err != nil { - log.Fatalf("failed to finish the request: %v", err) - } -} diff --git a/sdk/resourcemanager/datafactory/armdatafactory/exposurecontrol_client_example_test.go b/sdk/resourcemanager/datafactory/armdatafactory/exposurecontrol_client_example_test.go deleted file mode 100644 index f09d87c74124..000000000000 --- a/sdk/resourcemanager/datafactory/armdatafactory/exposurecontrol_client_example_test.go +++ /dev/null @@ -1,91 +0,0 @@ -//go:build go1.18 -// +build go1.18 - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. -// Code generated by Microsoft (R) AutoRest Code Generator. -// Changes may cause incorrect behavior and will be lost if the code is regenerated. - -package armdatafactory_test - -import ( - "context" - "log" - - "github.com/Azure/azure-sdk-for-go/sdk/azcore/to" - "github.com/Azure/azure-sdk-for-go/sdk/azidentity" - "github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/datafactory/armdatafactory/v3" -) - -// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/tree/main/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/examples/ExposureControl_GetFeatureValue.json -func ExampleExposureControlClient_GetFeatureValue() { - cred, err := azidentity.NewDefaultAzureCredential(nil) - if err != nil { - log.Fatalf("failed to obtain a credential: %v", err) - } - ctx := context.Background() - client, err := armdatafactory.NewExposureControlClient("12345678-1234-1234-1234-12345678abc", cred, nil) - if err != nil { - log.Fatalf("failed to create client: %v", err) - } - res, err := client.GetFeatureValue(ctx, "WestEurope", armdatafactory.ExposureControlRequest{ - FeatureName: to.Ptr("ADFIntegrationRuntimeSharingRbac"), - FeatureType: to.Ptr("Feature"), - }, nil) - if err != nil { - log.Fatalf("failed to finish the request: %v", err) - } - // TODO: use response item - _ = res -} - -// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/tree/main/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/examples/ExposureControl_GetFeatureValueByFactory.json -func ExampleExposureControlClient_GetFeatureValueByFactory() { - cred, err := azidentity.NewDefaultAzureCredential(nil) - if err != nil { - log.Fatalf("failed to obtain a credential: %v", err) - } - ctx := context.Background() - client, err := armdatafactory.NewExposureControlClient("12345678-1234-1234-1234-12345678abc", cred, nil) - if err != nil { - log.Fatalf("failed to create client: %v", err) - } - res, err := client.GetFeatureValueByFactory(ctx, "exampleResourceGroup", "exampleFactoryName", armdatafactory.ExposureControlRequest{ - FeatureName: to.Ptr("ADFIntegrationRuntimeSharingRbac"), - FeatureType: to.Ptr("Feature"), - }, nil) - if err != nil { - log.Fatalf("failed to finish the request: %v", err) - } - // TODO: use response item - _ = res -} - -// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/tree/main/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/examples/ExposureControl_QueryFeatureValuesByFactory.json -func ExampleExposureControlClient_QueryFeatureValuesByFactory() { - cred, err := azidentity.NewDefaultAzureCredential(nil) - if err != nil { - log.Fatalf("failed to obtain a credential: %v", err) - } - ctx := context.Background() - client, err := armdatafactory.NewExposureControlClient("12345678-1234-1234-1234-12345678abc", cred, nil) - if err != nil { - log.Fatalf("failed to create client: %v", err) - } - res, err := client.QueryFeatureValuesByFactory(ctx, "exampleResourceGroup", "exampleFactoryName", armdatafactory.ExposureControlBatchRequest{ - ExposureControlRequests: []*armdatafactory.ExposureControlRequest{ - { - FeatureName: to.Ptr("ADFIntegrationRuntimeSharingRbac"), - FeatureType: to.Ptr("Feature"), - }, - { - FeatureName: to.Ptr("ADFSampleFeature"), - FeatureType: to.Ptr("Feature"), - }}, - }, nil) - if err != nil { - log.Fatalf("failed to finish the request: %v", err) - } - // TODO: use response item - _ = res -} diff --git a/sdk/resourcemanager/datafactory/armdatafactory/factories_client_example_test.go b/sdk/resourcemanager/datafactory/armdatafactory/factories_client_example_test.go deleted file mode 100644 index e76e05c41b8c..000000000000 --- a/sdk/resourcemanager/datafactory/armdatafactory/factories_client_example_test.go +++ /dev/null @@ -1,225 +0,0 @@ -//go:build go1.18 -// +build go1.18 - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. -// Code generated by Microsoft (R) AutoRest Code Generator. -// Changes may cause incorrect behavior and will be lost if the code is regenerated. - -package armdatafactory_test - -import ( - "context" - "log" - - "github.com/Azure/azure-sdk-for-go/sdk/azcore/to" - "github.com/Azure/azure-sdk-for-go/sdk/azidentity" - "github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/datafactory/armdatafactory/v3" -) - -// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/tree/main/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/examples/Factories_List.json -func ExampleFactoriesClient_NewListPager() { - cred, err := azidentity.NewDefaultAzureCredential(nil) - if err != nil { - log.Fatalf("failed to obtain a credential: %v", err) - } - ctx := context.Background() - client, err := armdatafactory.NewFactoriesClient("12345678-1234-1234-1234-12345678abc", cred, nil) - if err != nil { - log.Fatalf("failed to create client: %v", err) - } - pager := client.NewListPager(nil) - for pager.More() { - nextResult, err := pager.NextPage(ctx) - if err != nil { - log.Fatalf("failed to advance page: %v", err) - } - for _, v := range nextResult.Value { - // TODO: use page item - _ = v - } - } -} - -// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/tree/main/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/examples/Factories_ConfigureFactoryRepo.json -func ExampleFactoriesClient_ConfigureFactoryRepo() { - cred, err := azidentity.NewDefaultAzureCredential(nil) - if err != nil { - log.Fatalf("failed to obtain a credential: %v", err) - } - ctx := context.Background() - client, err := armdatafactory.NewFactoriesClient("12345678-1234-1234-1234-12345678abc", cred, nil) - if err != nil { - log.Fatalf("failed to create client: %v", err) - } - res, err := client.ConfigureFactoryRepo(ctx, "East US", armdatafactory.FactoryRepoUpdate{ - FactoryResourceID: to.Ptr("/subscriptions/12345678-1234-1234-1234-12345678abc/resourceGroups/exampleResourceGroup/providers/Microsoft.DataFactory/factories/exampleFactoryName"), - RepoConfiguration: &armdatafactory.FactoryVSTSConfiguration{ - Type: to.Ptr("FactoryVSTSConfiguration"), - AccountName: to.Ptr("ADF"), - CollaborationBranch: to.Ptr("master"), - LastCommitID: to.Ptr(""), - RepositoryName: to.Ptr("repo"), - RootFolder: to.Ptr("/"), - ProjectName: to.Ptr("project"), - TenantID: to.Ptr(""), - }, - }, nil) - if err != nil { - log.Fatalf("failed to finish the request: %v", err) - } - // TODO: use response item - _ = res -} - -// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/tree/main/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/examples/Factories_ListByResourceGroup.json -func ExampleFactoriesClient_NewListByResourceGroupPager() { - cred, err := azidentity.NewDefaultAzureCredential(nil) - if err != nil { - log.Fatalf("failed to obtain a credential: %v", err) - } - ctx := context.Background() - client, err := armdatafactory.NewFactoriesClient("12345678-1234-1234-1234-12345678abc", cred, nil) - if err != nil { - log.Fatalf("failed to create client: %v", err) - } - pager := client.NewListByResourceGroupPager("exampleResourceGroup", nil) - for pager.More() { - nextResult, err := pager.NextPage(ctx) - if err != nil { - log.Fatalf("failed to advance page: %v", err) - } - for _, v := range nextResult.Value { - // TODO: use page item - _ = v - } - } -} - -// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/tree/main/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/examples/Factories_CreateOrUpdate.json -func ExampleFactoriesClient_CreateOrUpdate() { - cred, err := azidentity.NewDefaultAzureCredential(nil) - if err != nil { - log.Fatalf("failed to obtain a credential: %v", err) - } - ctx := context.Background() - client, err := armdatafactory.NewFactoriesClient("12345678-1234-1234-1234-12345678abc", cred, nil) - if err != nil { - log.Fatalf("failed to create client: %v", err) - } - res, err := client.CreateOrUpdate(ctx, "exampleResourceGroup", "exampleFactoryName", armdatafactory.Factory{ - Location: to.Ptr("East US"), - }, &armdatafactory.FactoriesClientCreateOrUpdateOptions{IfMatch: nil}) - if err != nil { - log.Fatalf("failed to finish the request: %v", err) - } - // TODO: use response item - _ = res -} - -// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/tree/main/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/examples/Factories_Update.json -func ExampleFactoriesClient_Update() { - cred, err := azidentity.NewDefaultAzureCredential(nil) - if err != nil { - log.Fatalf("failed to obtain a credential: %v", err) - } - ctx := context.Background() - client, err := armdatafactory.NewFactoriesClient("12345678-1234-1234-1234-12345678abc", cred, nil) - if err != nil { - log.Fatalf("failed to create client: %v", err) - } - res, err := client.Update(ctx, "exampleResourceGroup", "exampleFactoryName", armdatafactory.FactoryUpdateParameters{ - Tags: map[string]*string{ - "exampleTag": to.Ptr("exampleValue"), - }, - }, nil) - if err != nil { - log.Fatalf("failed to finish the request: %v", err) - } - // TODO: use response item - _ = res -} - -// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/tree/main/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/examples/Factories_Get.json -func ExampleFactoriesClient_Get() { - cred, err := azidentity.NewDefaultAzureCredential(nil) - if err != nil { - log.Fatalf("failed to obtain a credential: %v", err) - } - ctx := context.Background() - client, err := armdatafactory.NewFactoriesClient("12345678-1234-1234-1234-12345678abc", cred, nil) - if err != nil { - log.Fatalf("failed to create client: %v", err) - } - res, err := client.Get(ctx, "exampleResourceGroup", "exampleFactoryName", &armdatafactory.FactoriesClientGetOptions{IfNoneMatch: nil}) - if err != nil { - log.Fatalf("failed to finish the request: %v", err) - } - // TODO: use response item - _ = res -} - -// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/tree/main/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/examples/Factories_Delete.json -func ExampleFactoriesClient_Delete() { - cred, err := azidentity.NewDefaultAzureCredential(nil) - if err != nil { - log.Fatalf("failed to obtain a credential: %v", err) - } - ctx := context.Background() - client, err := armdatafactory.NewFactoriesClient("12345678-1234-1234-1234-12345678abc", cred, nil) - if err != nil { - log.Fatalf("failed to create client: %v", err) - } - _, err = client.Delete(ctx, "exampleResourceGroup", "exampleFactoryName", nil) - if err != nil { - log.Fatalf("failed to finish the request: %v", err) - } -} - -// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/tree/main/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/examples/Factories_GetGitHubAccessToken.json -func ExampleFactoriesClient_GetGitHubAccessToken() { - cred, err := azidentity.NewDefaultAzureCredential(nil) - if err != nil { - log.Fatalf("failed to obtain a credential: %v", err) - } - ctx := context.Background() - client, err := armdatafactory.NewFactoriesClient("12345678-1234-1234-1234-12345678abc", cred, nil) - if err != nil { - log.Fatalf("failed to create client: %v", err) - } - res, err := client.GetGitHubAccessToken(ctx, "exampleResourceGroup", "exampleFactoryName", armdatafactory.GitHubAccessTokenRequest{ - GitHubAccessCode: to.Ptr("some"), - GitHubAccessTokenBaseURL: to.Ptr("some"), - GitHubClientID: to.Ptr("some"), - }, nil) - if err != nil { - log.Fatalf("failed to finish the request: %v", err) - } - // TODO: use response item - _ = res -} - -// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/tree/main/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/examples/Factories_GetDataPlaneAccess.json -func ExampleFactoriesClient_GetDataPlaneAccess() { - cred, err := azidentity.NewDefaultAzureCredential(nil) - if err != nil { - log.Fatalf("failed to obtain a credential: %v", err) - } - ctx := context.Background() - client, err := armdatafactory.NewFactoriesClient("12345678-1234-1234-1234-12345678abc", cred, nil) - if err != nil { - log.Fatalf("failed to create client: %v", err) - } - res, err := client.GetDataPlaneAccess(ctx, "exampleResourceGroup", "exampleFactoryName", armdatafactory.UserAccessPolicy{ - AccessResourcePath: to.Ptr(""), - ExpireTime: to.Ptr("2018-11-10T09:46:20.2659347Z"), - Permissions: to.Ptr("r"), - ProfileName: to.Ptr("DefaultProfile"), - StartTime: to.Ptr("2018-11-10T02:46:20.2659347Z"), - }, nil) - if err != nil { - log.Fatalf("failed to finish the request: %v", err) - } - // TODO: use response item - _ = res -} diff --git a/sdk/resourcemanager/datafactory/armdatafactory/globalparameters_client_example_test.go b/sdk/resourcemanager/datafactory/armdatafactory/globalparameters_client_example_test.go deleted file mode 100644 index b633dd4b8d79..000000000000 --- a/sdk/resourcemanager/datafactory/armdatafactory/globalparameters_client_example_test.go +++ /dev/null @@ -1,130 +0,0 @@ -//go:build go1.18 -// +build go1.18 - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. -// Code generated by Microsoft (R) AutoRest Code Generator. -// Changes may cause incorrect behavior and will be lost if the code is regenerated. - -package armdatafactory_test - -import ( - "context" - "log" - - "github.com/Azure/azure-sdk-for-go/sdk/azcore/to" - "github.com/Azure/azure-sdk-for-go/sdk/azidentity" - "github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/datafactory/armdatafactory/v3" -) - -// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/tree/main/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/examples/GlobalParameters_ListByFactory.json -func ExampleGlobalParametersClient_NewListByFactoryPager() { - cred, err := azidentity.NewDefaultAzureCredential(nil) - if err != nil { - log.Fatalf("failed to obtain a credential: %v", err) - } - ctx := context.Background() - client, err := armdatafactory.NewGlobalParametersClient("12345678-1234-1234-1234-12345678abc", cred, nil) - if err != nil { - log.Fatalf("failed to create client: %v", err) - } - pager := client.NewListByFactoryPager("exampleResourceGroup", "exampleFactoryName", nil) - for pager.More() { - nextResult, err := pager.NextPage(ctx) - if err != nil { - log.Fatalf("failed to advance page: %v", err) - } - for _, v := range nextResult.Value { - // TODO: use page item - _ = v - } - } -} - -// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/tree/main/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/examples/GlobalParameters_Get.json -func ExampleGlobalParametersClient_Get() { - cred, err := azidentity.NewDefaultAzureCredential(nil) - if err != nil { - log.Fatalf("failed to obtain a credential: %v", err) - } - ctx := context.Background() - client, err := armdatafactory.NewGlobalParametersClient("12345678-1234-1234-1234-12345678abc", cred, nil) - if err != nil { - log.Fatalf("failed to create client: %v", err) - } - res, err := client.Get(ctx, "exampleResourceGroup", "exampleFactoryName", "default", nil) - if err != nil { - log.Fatalf("failed to finish the request: %v", err) - } - // TODO: use response item - _ = res -} - -// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/tree/main/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/examples/GlobalParameters_Create.json -func ExampleGlobalParametersClient_CreateOrUpdate_globalParametersCreate() { - cred, err := azidentity.NewDefaultAzureCredential(nil) - if err != nil { - log.Fatalf("failed to obtain a credential: %v", err) - } - ctx := context.Background() - client, err := armdatafactory.NewGlobalParametersClient("12345678-1234-1234-1234-12345678abc", cred, nil) - if err != nil { - log.Fatalf("failed to create client: %v", err) - } - res, err := client.CreateOrUpdate(ctx, "exampleResourceGroup", "exampleFactoryName", "default", armdatafactory.GlobalParameterResource{ - Properties: map[string]*armdatafactory.GlobalParameterSpecification{ - "waitTime": { - Type: to.Ptr(armdatafactory.GlobalParameterTypeInt), - Value: float64(5), - }, - }, - }, nil) - if err != nil { - log.Fatalf("failed to finish the request: %v", err) - } - // TODO: use response item - _ = res -} - -// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/tree/main/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/examples/GlobalParameters_Update.json -func ExampleGlobalParametersClient_CreateOrUpdate_globalParametersUpdate() { - cred, err := azidentity.NewDefaultAzureCredential(nil) - if err != nil { - log.Fatalf("failed to obtain a credential: %v", err) - } - ctx := context.Background() - client, err := armdatafactory.NewGlobalParametersClient("12345678-1234-1234-1234-12345678abc", cred, nil) - if err != nil { - log.Fatalf("failed to create client: %v", err) - } - res, err := client.CreateOrUpdate(ctx, "exampleResourceGroup", "exampleFactoryName", "default", armdatafactory.GlobalParameterResource{ - Properties: map[string]*armdatafactory.GlobalParameterSpecification{ - "waitTime": { - Type: to.Ptr(armdatafactory.GlobalParameterTypeInt), - Value: float64(5), - }, - }, - }, nil) - if err != nil { - log.Fatalf("failed to finish the request: %v", err) - } - // TODO: use response item - _ = res -} - -// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/tree/main/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/examples/GlobalParameters_Delete.json -func ExampleGlobalParametersClient_Delete() { - cred, err := azidentity.NewDefaultAzureCredential(nil) - if err != nil { - log.Fatalf("failed to obtain a credential: %v", err) - } - ctx := context.Background() - client, err := armdatafactory.NewGlobalParametersClient("12345678-1234-1234-1234-12345678abc", cred, nil) - if err != nil { - log.Fatalf("failed to create client: %v", err) - } - _, err = client.Delete(ctx, "exampleResourceGroup", "exampleFactoryName", "default", nil) - if err != nil { - log.Fatalf("failed to finish the request: %v", err) - } -} diff --git a/sdk/resourcemanager/datafactory/armdatafactory/go.mod b/sdk/resourcemanager/datafactory/armdatafactory/go.mod index aa2253709d76..fb102994d7e8 100644 --- a/sdk/resourcemanager/datafactory/armdatafactory/go.mod +++ b/sdk/resourcemanager/datafactory/armdatafactory/go.mod @@ -1,21 +1,13 @@ -module github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/datafactory/armdatafactory/v3 +module github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/datafactory/armdatafactory/v4 go 1.18 -require ( - github.com/Azure/azure-sdk-for-go/sdk/azcore v1.0.0 - github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.1.0 -) +require github.com/Azure/azure-sdk-for-go/sdk/azcore v1.0.0 require ( github.com/Azure/azure-sdk-for-go/sdk/internal v1.0.0 // indirect - github.com/AzureAD/microsoft-authentication-library-for-go v0.5.1 // indirect - github.com/golang-jwt/jwt v3.2.1+incompatible // indirect - github.com/google/uuid v1.1.1 // indirect - github.com/kylelemons/godebug v1.1.0 // indirect - github.com/pkg/browser v0.0.0-20210115035449-ce105d075bb4 // indirect - golang.org/x/crypto v0.0.0-20220511200225-c6db032c6c88 // indirect + github.com/davecgh/go-spew v1.1.1 // indirect golang.org/x/net v0.0.0-20220425223048-2871e0cb64e4 // indirect - golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e // indirect golang.org/x/text v0.3.7 // indirect + gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect ) diff --git a/sdk/resourcemanager/datafactory/armdatafactory/go.sum b/sdk/resourcemanager/datafactory/armdatafactory/go.sum index 8828b17b1853..3afb578030a5 100644 --- a/sdk/resourcemanager/datafactory/armdatafactory/go.sum +++ b/sdk/resourcemanager/datafactory/armdatafactory/go.sum @@ -1,33 +1,15 @@ github.com/Azure/azure-sdk-for-go/sdk/azcore v1.0.0 h1:sVPhtT2qjO86rTUaWMr4WoES4TkjGnzcioXcnHV9s5k= github.com/Azure/azure-sdk-for-go/sdk/azcore v1.0.0/go.mod h1:uGG2W01BaETf0Ozp+QxxKJdMBNRWPdstHG0Fmdwn1/U= -github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.1.0 h1:QkAcEIAKbNL4KoFr4SathZPhDhF4mVwpBMFlYjyAqy8= -github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.1.0/go.mod h1:bhXu1AjYL+wutSL/kpSq6s7733q2Rb0yuot9Zgfqa/0= github.com/Azure/azure-sdk-for-go/sdk/internal v1.0.0 h1:jp0dGvZ7ZK0mgqnTSClMxa5xuRL7NZgHameVYF6BurY= github.com/Azure/azure-sdk-for-go/sdk/internal v1.0.0/go.mod h1:eWRD7oawr1Mu1sLCawqVc0CUiF43ia3qQMxLscsKQ9w= -github.com/AzureAD/microsoft-authentication-library-for-go v0.5.1 h1:BWe8a+f/t+7KY7zH2mqygeUD0t8hNFXe08p1Pb3/jKE= -github.com/AzureAD/microsoft-authentication-library-for-go v0.5.1/go.mod h1:Vt9sXTKwMyGcOxSmLDMnGPgqsUg7m8pe215qMLrDXw4= github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c= -github.com/dnaeon/go-vcr v1.1.0 h1:ReYa/UBrRyQdant9B4fNHGoCNKw6qh6P0fsdGmZpR7c= -github.com/golang-jwt/jwt v3.2.1+incompatible h1:73Z+4BJcrTC+KczS6WvTPvRGOp1WmfEP4Q1lOd9Z/+c= -github.com/golang-jwt/jwt v3.2.1+incompatible/go.mod h1:8pz2t5EyA70fFQQSrl6XZXzqecmYZeUEB8OUGHkxJ+I= -github.com/golang-jwt/jwt/v4 v4.2.0 h1:besgBTC8w8HjP6NzQdxwKH9Z5oQMZ24ThTrHp3cZ8eU= -github.com/google/uuid v1.1.1 h1:Gkbcsh/GbpXz7lPftLA3P6TYMwjCLYm83jiFQZF/3gY= -github.com/google/uuid v1.1.1/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo= -github.com/kylelemons/godebug v1.1.0 h1:RPNrshWIDI6G2gRW9EHilWtl7Z6Sb1BR0xunSBf0SNc= -github.com/kylelemons/godebug v1.1.0/go.mod h1:9/0rRGxNHcop5bhtWyNeEfOS8JIWk580+fNqagV/RAw= -github.com/montanaflynn/stats v0.6.6/go.mod h1:etXPPgVO6n31NxCd9KQUMvCM+ve0ruNzt6R8Bnaayow= -github.com/pkg/browser v0.0.0-20210115035449-ce105d075bb4 h1:Qj1ukM4GlMWXNdMBuXcXfz/Kw9s1qm0CLY32QxuSImI= -github.com/pkg/browser v0.0.0-20210115035449-ce105d075bb4/go.mod h1:N6UoU20jOqggOuDwUaBQpluzLNDqif3kq9z2wpdYEfQ= +github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM= github.com/stretchr/testify v1.7.0 h1:nwc3DEeHmmLAfoZucVR881uASk0Mfjw8xYJ99tb5CcY= -golang.org/x/crypto v0.0.0-20220511200225-c6db032c6c88 h1:Tgea0cVUD0ivh5ADBX4WwuI12DUd2to3nCYe2eayMIw= -golang.org/x/crypto v0.0.0-20220511200225-c6db032c6c88/go.mod h1:IxCIyHEi3zRg3s0A5j5BB6A9Jmi73HwBIUl50j+osU4= golang.org/x/net v0.0.0-20220425223048-2871e0cb64e4 h1:HVyaeDAYux4pnY+D/SiwmLOR36ewZ4iGQIIrtnuCjFA= golang.org/x/net v0.0.0-20220425223048-2871e0cb64e4/go.mod h1:CfG3xpIq0wQ8r1q4Su4UZFWDARRcnwPjda9FqA0JpMk= -golang.org/x/sys v0.0.0-20210124154548-22da62e12c0c/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e h1:fLOSk5Q00efkSvAm+4xcoXD+RRmLmmulPn5I3Y9F2EM= -golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/text v0.3.7 h1:olpwvP2KacW1ZWvsR7uQhoyTYvKAupfQrRGBFM352Gk= golang.org/x/text v0.3.7/go.mod h1:u+2+/6zg+i71rQMx5EYifcz6MCKuco9NR6JIITiCfzQ= -gopkg.in/yaml.v2 v2.4.0 h1:D8xgwECY7CYvx+Y2n4sBz93Jn9JRvxdiyyo8CTfuKaY= +gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b h1:h8qDotaEPuJATrMmW04NCwg7v22aHH28wwpauUhK9Oo= +gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= diff --git a/sdk/resourcemanager/datafactory/armdatafactory/integrationruntimenodes_client_example_test.go b/sdk/resourcemanager/datafactory/armdatafactory/integrationruntimenodes_client_example_test.go deleted file mode 100644 index 1daa52118583..000000000000 --- a/sdk/resourcemanager/datafactory/armdatafactory/integrationruntimenodes_client_example_test.go +++ /dev/null @@ -1,94 +0,0 @@ -//go:build go1.18 -// +build go1.18 - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. -// Code generated by Microsoft (R) AutoRest Code Generator. -// Changes may cause incorrect behavior and will be lost if the code is regenerated. - -package armdatafactory_test - -import ( - "context" - "log" - - "github.com/Azure/azure-sdk-for-go/sdk/azcore/to" - "github.com/Azure/azure-sdk-for-go/sdk/azidentity" - "github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/datafactory/armdatafactory/v3" -) - -// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/tree/main/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/examples/IntegrationRuntimeNodes_Get.json -func ExampleIntegrationRuntimeNodesClient_Get() { - cred, err := azidentity.NewDefaultAzureCredential(nil) - if err != nil { - log.Fatalf("failed to obtain a credential: %v", err) - } - ctx := context.Background() - client, err := armdatafactory.NewIntegrationRuntimeNodesClient("12345678-1234-1234-1234-12345678abc", cred, nil) - if err != nil { - log.Fatalf("failed to create client: %v", err) - } - res, err := client.Get(ctx, "exampleResourceGroup", "exampleFactoryName", "exampleIntegrationRuntime", "Node_1", nil) - if err != nil { - log.Fatalf("failed to finish the request: %v", err) - } - // TODO: use response item - _ = res -} - -// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/tree/main/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/examples/IntegrationRuntimeNodes_Delete.json -func ExampleIntegrationRuntimeNodesClient_Delete() { - cred, err := azidentity.NewDefaultAzureCredential(nil) - if err != nil { - log.Fatalf("failed to obtain a credential: %v", err) - } - ctx := context.Background() - client, err := armdatafactory.NewIntegrationRuntimeNodesClient("12345678-1234-1234-1234-12345678abc", cred, nil) - if err != nil { - log.Fatalf("failed to create client: %v", err) - } - _, err = client.Delete(ctx, "exampleResourceGroup", "exampleFactoryName", "exampleIntegrationRuntime", "Node_1", nil) - if err != nil { - log.Fatalf("failed to finish the request: %v", err) - } -} - -// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/tree/main/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/examples/IntegrationRuntimeNodes_Update.json -func ExampleIntegrationRuntimeNodesClient_Update() { - cred, err := azidentity.NewDefaultAzureCredential(nil) - if err != nil { - log.Fatalf("failed to obtain a credential: %v", err) - } - ctx := context.Background() - client, err := armdatafactory.NewIntegrationRuntimeNodesClient("12345678-1234-1234-1234-12345678abc", cred, nil) - if err != nil { - log.Fatalf("failed to create client: %v", err) - } - res, err := client.Update(ctx, "exampleResourceGroup", "exampleFactoryName", "exampleIntegrationRuntime", "Node_1", armdatafactory.UpdateIntegrationRuntimeNodeRequest{ - ConcurrentJobsLimit: to.Ptr[int32](2), - }, nil) - if err != nil { - log.Fatalf("failed to finish the request: %v", err) - } - // TODO: use response item - _ = res -} - -// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/tree/main/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/examples/IntegrationRuntimeNodes_GetIpAddress.json -func ExampleIntegrationRuntimeNodesClient_GetIPAddress() { - cred, err := azidentity.NewDefaultAzureCredential(nil) - if err != nil { - log.Fatalf("failed to obtain a credential: %v", err) - } - ctx := context.Background() - client, err := armdatafactory.NewIntegrationRuntimeNodesClient("12345678-1234-1234-1234-12345678abc", cred, nil) - if err != nil { - log.Fatalf("failed to create client: %v", err) - } - res, err := client.GetIPAddress(ctx, "exampleResourceGroup", "exampleFactoryName", "exampleIntegrationRuntime", "Node_1", nil) - if err != nil { - log.Fatalf("failed to finish the request: %v", err) - } - // TODO: use response item - _ = res -} diff --git a/sdk/resourcemanager/datafactory/armdatafactory/integrationruntimeobjectmetadata_client_example_test.go b/sdk/resourcemanager/datafactory/armdatafactory/integrationruntimeobjectmetadata_client_example_test.go deleted file mode 100644 index 5e2a8148365c..000000000000 --- a/sdk/resourcemanager/datafactory/armdatafactory/integrationruntimeobjectmetadata_client_example_test.go +++ /dev/null @@ -1,63 +0,0 @@ -//go:build go1.18 -// +build go1.18 - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. -// Code generated by Microsoft (R) AutoRest Code Generator. -// Changes may cause incorrect behavior and will be lost if the code is regenerated. - -package armdatafactory_test - -import ( - "context" - "log" - - "github.com/Azure/azure-sdk-for-go/sdk/azcore/to" - "github.com/Azure/azure-sdk-for-go/sdk/azidentity" - "github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/datafactory/armdatafactory/v3" -) - -// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/tree/main/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/examples/IntegrationRuntimeObjectMetadata_Refresh.json -func ExampleIntegrationRuntimeObjectMetadataClient_BeginRefresh() { - cred, err := azidentity.NewDefaultAzureCredential(nil) - if err != nil { - log.Fatalf("failed to obtain a credential: %v", err) - } - ctx := context.Background() - client, err := armdatafactory.NewIntegrationRuntimeObjectMetadataClient("12345678-1234-1234-1234-12345678abc", cred, nil) - if err != nil { - log.Fatalf("failed to create client: %v", err) - } - poller, err := client.BeginRefresh(ctx, "exampleResourceGroup", "exampleFactoryName", "testactivityv2", nil) - if err != nil { - log.Fatalf("failed to finish the request: %v", err) - } - res, err := poller.PollUntilDone(ctx, nil) - if err != nil { - log.Fatalf("failed to pull the result: %v", err) - } - // TODO: use response item - _ = res -} - -// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/tree/main/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/examples/IntegrationRuntimeObjectMetadata_Get.json -func ExampleIntegrationRuntimeObjectMetadataClient_Get() { - cred, err := azidentity.NewDefaultAzureCredential(nil) - if err != nil { - log.Fatalf("failed to obtain a credential: %v", err) - } - ctx := context.Background() - client, err := armdatafactory.NewIntegrationRuntimeObjectMetadataClient("12345678-1234-1234-1234-12345678abc", cred, nil) - if err != nil { - log.Fatalf("failed to create client: %v", err) - } - res, err := client.Get(ctx, "exampleResourceGroup", "exampleFactoryName", "testactivityv2", &armdatafactory.IntegrationRuntimeObjectMetadataClientGetOptions{GetMetadataRequest: &armdatafactory.GetSsisObjectMetadataRequest{ - MetadataPath: to.Ptr("ssisFolders"), - }, - }) - if err != nil { - log.Fatalf("failed to finish the request: %v", err) - } - // TODO: use response item - _ = res -} diff --git a/sdk/resourcemanager/datafactory/armdatafactory/integrationruntimes_client_example_test.go b/sdk/resourcemanager/datafactory/armdatafactory/integrationruntimes_client_example_test.go deleted file mode 100644 index 29ed17744e2c..000000000000 --- a/sdk/resourcemanager/datafactory/armdatafactory/integrationruntimes_client_example_test.go +++ /dev/null @@ -1,361 +0,0 @@ -//go:build go1.18 -// +build go1.18 - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. -// Code generated by Microsoft (R) AutoRest Code Generator. -// Changes may cause incorrect behavior and will be lost if the code is regenerated. - -package armdatafactory_test - -import ( - "context" - "log" - - "github.com/Azure/azure-sdk-for-go/sdk/azcore/to" - "github.com/Azure/azure-sdk-for-go/sdk/azidentity" - "github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/datafactory/armdatafactory/v3" -) - -// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/tree/main/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/examples/IntegrationRuntimes_ListByFactory.json -func ExampleIntegrationRuntimesClient_NewListByFactoryPager() { - cred, err := azidentity.NewDefaultAzureCredential(nil) - if err != nil { - log.Fatalf("failed to obtain a credential: %v", err) - } - ctx := context.Background() - client, err := armdatafactory.NewIntegrationRuntimesClient("12345678-1234-1234-1234-12345678abc", cred, nil) - if err != nil { - log.Fatalf("failed to create client: %v", err) - } - pager := client.NewListByFactoryPager("exampleResourceGroup", "exampleFactoryName", nil) - for pager.More() { - nextResult, err := pager.NextPage(ctx) - if err != nil { - log.Fatalf("failed to advance page: %v", err) - } - for _, v := range nextResult.Value { - // TODO: use page item - _ = v - } - } -} - -// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/tree/main/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/examples/IntegrationRuntimes_Create.json -func ExampleIntegrationRuntimesClient_CreateOrUpdate() { - cred, err := azidentity.NewDefaultAzureCredential(nil) - if err != nil { - log.Fatalf("failed to obtain a credential: %v", err) - } - ctx := context.Background() - client, err := armdatafactory.NewIntegrationRuntimesClient("12345678-1234-1234-1234-12345678abc", cred, nil) - if err != nil { - log.Fatalf("failed to create client: %v", err) - } - res, err := client.CreateOrUpdate(ctx, "exampleResourceGroup", "exampleFactoryName", "exampleIntegrationRuntime", armdatafactory.IntegrationRuntimeResource{ - Properties: &armdatafactory.SelfHostedIntegrationRuntime{ - Type: to.Ptr(armdatafactory.IntegrationRuntimeTypeSelfHosted), - Description: to.Ptr("A selfhosted integration runtime"), - }, - }, &armdatafactory.IntegrationRuntimesClientCreateOrUpdateOptions{IfMatch: nil}) - if err != nil { - log.Fatalf("failed to finish the request: %v", err) - } - // TODO: use response item - _ = res -} - -// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/tree/main/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/examples/IntegrationRuntimes_Get.json -func ExampleIntegrationRuntimesClient_Get() { - cred, err := azidentity.NewDefaultAzureCredential(nil) - if err != nil { - log.Fatalf("failed to obtain a credential: %v", err) - } - ctx := context.Background() - client, err := armdatafactory.NewIntegrationRuntimesClient("12345678-1234-1234-1234-12345678abc", cred, nil) - if err != nil { - log.Fatalf("failed to create client: %v", err) - } - res, err := client.Get(ctx, "exampleResourceGroup", "exampleFactoryName", "exampleIntegrationRuntime", &armdatafactory.IntegrationRuntimesClientGetOptions{IfNoneMatch: nil}) - if err != nil { - log.Fatalf("failed to finish the request: %v", err) - } - // TODO: use response item - _ = res -} - -// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/tree/main/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/examples/IntegrationRuntimes_Update.json -func ExampleIntegrationRuntimesClient_Update() { - cred, err := azidentity.NewDefaultAzureCredential(nil) - if err != nil { - log.Fatalf("failed to obtain a credential: %v", err) - } - ctx := context.Background() - client, err := armdatafactory.NewIntegrationRuntimesClient("12345678-1234-1234-1234-12345678abc", cred, nil) - if err != nil { - log.Fatalf("failed to create client: %v", err) - } - res, err := client.Update(ctx, "exampleResourceGroup", "exampleFactoryName", "exampleIntegrationRuntime", armdatafactory.UpdateIntegrationRuntimeRequest{ - AutoUpdate: to.Ptr(armdatafactory.IntegrationRuntimeAutoUpdateOff), - UpdateDelayOffset: to.Ptr("\"PT3H\""), - }, nil) - if err != nil { - log.Fatalf("failed to finish the request: %v", err) - } - // TODO: use response item - _ = res -} - -// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/tree/main/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/examples/IntegrationRuntimes_Delete.json -func ExampleIntegrationRuntimesClient_Delete() { - cred, err := azidentity.NewDefaultAzureCredential(nil) - if err != nil { - log.Fatalf("failed to obtain a credential: %v", err) - } - ctx := context.Background() - client, err := armdatafactory.NewIntegrationRuntimesClient("12345678-1234-1234-1234-12345678abc", cred, nil) - if err != nil { - log.Fatalf("failed to create client: %v", err) - } - _, err = client.Delete(ctx, "exampleResourceGroup", "exampleFactoryName", "exampleIntegrationRuntime", nil) - if err != nil { - log.Fatalf("failed to finish the request: %v", err) - } -} - -// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/tree/main/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/examples/IntegrationRuntimes_GetStatus.json -func ExampleIntegrationRuntimesClient_GetStatus() { - cred, err := azidentity.NewDefaultAzureCredential(nil) - if err != nil { - log.Fatalf("failed to obtain a credential: %v", err) - } - ctx := context.Background() - client, err := armdatafactory.NewIntegrationRuntimesClient("12345678-1234-1234-1234-12345678abc", cred, nil) - if err != nil { - log.Fatalf("failed to create client: %v", err) - } - res, err := client.GetStatus(ctx, "exampleResourceGroup", "exampleFactoryName", "exampleIntegrationRuntime", nil) - if err != nil { - log.Fatalf("failed to finish the request: %v", err) - } - // TODO: use response item - _ = res -} - -// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/tree/main/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/examples/IntegrationRuntimes_ListOutboundNetworkDependenciesEndpoints.json -func ExampleIntegrationRuntimesClient_ListOutboundNetworkDependenciesEndpoints() { - cred, err := azidentity.NewDefaultAzureCredential(nil) - if err != nil { - log.Fatalf("failed to obtain a credential: %v", err) - } - ctx := context.Background() - client, err := armdatafactory.NewIntegrationRuntimesClient("7ad7c73b-38b8-4df3-84ee-52ff91092f61", cred, nil) - if err != nil { - log.Fatalf("failed to create client: %v", err) - } - res, err := client.ListOutboundNetworkDependenciesEndpoints(ctx, "exampleResourceGroup", "exampleFactoryName", "exampleIntegrationRuntime", nil) - if err != nil { - log.Fatalf("failed to finish the request: %v", err) - } - // TODO: use response item - _ = res -} - -// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/tree/main/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/examples/IntegrationRuntimes_GetConnectionInfo.json -func ExampleIntegrationRuntimesClient_GetConnectionInfo() { - cred, err := azidentity.NewDefaultAzureCredential(nil) - if err != nil { - log.Fatalf("failed to obtain a credential: %v", err) - } - ctx := context.Background() - client, err := armdatafactory.NewIntegrationRuntimesClient("12345678-1234-1234-1234-12345678abc", cred, nil) - if err != nil { - log.Fatalf("failed to create client: %v", err) - } - res, err := client.GetConnectionInfo(ctx, "exampleResourceGroup", "exampleFactoryName", "exampleIntegrationRuntime", nil) - if err != nil { - log.Fatalf("failed to finish the request: %v", err) - } - // TODO: use response item - _ = res -} - -// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/tree/main/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/examples/IntegrationRuntimes_RegenerateAuthKey.json -func ExampleIntegrationRuntimesClient_RegenerateAuthKey() { - cred, err := azidentity.NewDefaultAzureCredential(nil) - if err != nil { - log.Fatalf("failed to obtain a credential: %v", err) - } - ctx := context.Background() - client, err := armdatafactory.NewIntegrationRuntimesClient("12345678-1234-1234-1234-12345678abc", cred, nil) - if err != nil { - log.Fatalf("failed to create client: %v", err) - } - res, err := client.RegenerateAuthKey(ctx, "exampleResourceGroup", "exampleFactoryName", "exampleIntegrationRuntime", armdatafactory.IntegrationRuntimeRegenerateKeyParameters{ - KeyName: to.Ptr(armdatafactory.IntegrationRuntimeAuthKeyNameAuthKey2), - }, nil) - if err != nil { - log.Fatalf("failed to finish the request: %v", err) - } - // TODO: use response item - _ = res -} - -// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/tree/main/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/examples/IntegrationRuntimes_ListAuthKeys.json -func ExampleIntegrationRuntimesClient_ListAuthKeys() { - cred, err := azidentity.NewDefaultAzureCredential(nil) - if err != nil { - log.Fatalf("failed to obtain a credential: %v", err) - } - ctx := context.Background() - client, err := armdatafactory.NewIntegrationRuntimesClient("12345678-1234-1234-1234-12345678abc", cred, nil) - if err != nil { - log.Fatalf("failed to create client: %v", err) - } - res, err := client.ListAuthKeys(ctx, "exampleResourceGroup", "exampleFactoryName", "exampleIntegrationRuntime", nil) - if err != nil { - log.Fatalf("failed to finish the request: %v", err) - } - // TODO: use response item - _ = res -} - -// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/tree/main/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/examples/IntegrationRuntimes_Start.json -func ExampleIntegrationRuntimesClient_BeginStart() { - cred, err := azidentity.NewDefaultAzureCredential(nil) - if err != nil { - log.Fatalf("failed to obtain a credential: %v", err) - } - ctx := context.Background() - client, err := armdatafactory.NewIntegrationRuntimesClient("12345678-1234-1234-1234-12345678abc", cred, nil) - if err != nil { - log.Fatalf("failed to create client: %v", err) - } - poller, err := client.BeginStart(ctx, "exampleResourceGroup", "exampleFactoryName", "exampleManagedIntegrationRuntime", nil) - if err != nil { - log.Fatalf("failed to finish the request: %v", err) - } - res, err := poller.PollUntilDone(ctx, nil) - if err != nil { - log.Fatalf("failed to pull the result: %v", err) - } - // TODO: use response item - _ = res -} - -// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/tree/main/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/examples/IntegrationRuntimes_Stop.json -func ExampleIntegrationRuntimesClient_BeginStop() { - cred, err := azidentity.NewDefaultAzureCredential(nil) - if err != nil { - log.Fatalf("failed to obtain a credential: %v", err) - } - ctx := context.Background() - client, err := armdatafactory.NewIntegrationRuntimesClient("12345678-1234-1234-1234-12345678abc", cred, nil) - if err != nil { - log.Fatalf("failed to create client: %v", err) - } - poller, err := client.BeginStop(ctx, "exampleResourceGroup", "exampleFactoryName", "exampleManagedIntegrationRuntime", nil) - if err != nil { - log.Fatalf("failed to finish the request: %v", err) - } - _, err = poller.PollUntilDone(ctx, nil) - if err != nil { - log.Fatalf("failed to pull the result: %v", err) - } -} - -// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/tree/main/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/examples/IntegrationRuntimes_SyncCredentials.json -func ExampleIntegrationRuntimesClient_SyncCredentials() { - cred, err := azidentity.NewDefaultAzureCredential(nil) - if err != nil { - log.Fatalf("failed to obtain a credential: %v", err) - } - ctx := context.Background() - client, err := armdatafactory.NewIntegrationRuntimesClient("12345678-1234-1234-1234-12345678abc", cred, nil) - if err != nil { - log.Fatalf("failed to create client: %v", err) - } - _, err = client.SyncCredentials(ctx, "exampleResourceGroup", "exampleFactoryName", "exampleIntegrationRuntime", nil) - if err != nil { - log.Fatalf("failed to finish the request: %v", err) - } -} - -// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/tree/main/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/examples/IntegrationRuntimes_GetMonitoringData.json -func ExampleIntegrationRuntimesClient_GetMonitoringData() { - cred, err := azidentity.NewDefaultAzureCredential(nil) - if err != nil { - log.Fatalf("failed to obtain a credential: %v", err) - } - ctx := context.Background() - client, err := armdatafactory.NewIntegrationRuntimesClient("12345678-1234-1234-1234-12345678abc", cred, nil) - if err != nil { - log.Fatalf("failed to create client: %v", err) - } - res, err := client.GetMonitoringData(ctx, "exampleResourceGroup", "exampleFactoryName", "exampleIntegrationRuntime", nil) - if err != nil { - log.Fatalf("failed to finish the request: %v", err) - } - // TODO: use response item - _ = res -} - -// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/tree/main/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/examples/IntegrationRuntimes_Upgrade.json -func ExampleIntegrationRuntimesClient_Upgrade() { - cred, err := azidentity.NewDefaultAzureCredential(nil) - if err != nil { - log.Fatalf("failed to obtain a credential: %v", err) - } - ctx := context.Background() - client, err := armdatafactory.NewIntegrationRuntimesClient("12345678-1234-1234-1234-12345678abc", cred, nil) - if err != nil { - log.Fatalf("failed to create client: %v", err) - } - _, err = client.Upgrade(ctx, "exampleResourceGroup", "exampleFactoryName", "exampleIntegrationRuntime", nil) - if err != nil { - log.Fatalf("failed to finish the request: %v", err) - } -} - -// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/tree/main/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/examples/IntegrationRuntimes_RemoveLinks.json -func ExampleIntegrationRuntimesClient_RemoveLinks() { - cred, err := azidentity.NewDefaultAzureCredential(nil) - if err != nil { - log.Fatalf("failed to obtain a credential: %v", err) - } - ctx := context.Background() - client, err := armdatafactory.NewIntegrationRuntimesClient("12345678-1234-1234-1234-12345678abc", cred, nil) - if err != nil { - log.Fatalf("failed to create client: %v", err) - } - _, err = client.RemoveLinks(ctx, "exampleResourceGroup", "exampleFactoryName", "exampleIntegrationRuntime", armdatafactory.LinkedIntegrationRuntimeRequest{ - LinkedFactoryName: to.Ptr("exampleFactoryName-linked"), - }, nil) - if err != nil { - log.Fatalf("failed to finish the request: %v", err) - } -} - -// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/tree/main/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/examples/IntegrationRuntimes_CreateLinkedIntegrationRuntime.json -func ExampleIntegrationRuntimesClient_CreateLinkedIntegrationRuntime() { - cred, err := azidentity.NewDefaultAzureCredential(nil) - if err != nil { - log.Fatalf("failed to obtain a credential: %v", err) - } - ctx := context.Background() - client, err := armdatafactory.NewIntegrationRuntimesClient("12345678-1234-1234-1234-12345678abc", cred, nil) - if err != nil { - log.Fatalf("failed to create client: %v", err) - } - res, err := client.CreateLinkedIntegrationRuntime(ctx, "exampleResourceGroup", "exampleFactoryName", "exampleIntegrationRuntime", armdatafactory.CreateLinkedIntegrationRuntimeRequest{ - Name: to.Ptr("bfa92911-9fb6-4fbe-8f23-beae87bc1c83"), - DataFactoryLocation: to.Ptr("West US"), - DataFactoryName: to.Ptr("e9955d6d-56ea-4be3-841c-52a12c1a9981"), - SubscriptionID: to.Ptr("061774c7-4b5a-4159-a55b-365581830283"), - }, nil) - if err != nil { - log.Fatalf("failed to finish the request: %v", err) - } - // TODO: use response item - _ = res -} diff --git a/sdk/resourcemanager/datafactory/armdatafactory/linkedservices_client_example_test.go b/sdk/resourcemanager/datafactory/armdatafactory/linkedservices_client_example_test.go deleted file mode 100644 index f0ce3044b8f2..000000000000 --- a/sdk/resourcemanager/datafactory/armdatafactory/linkedservices_client_example_test.go +++ /dev/null @@ -1,137 +0,0 @@ -//go:build go1.18 -// +build go1.18 - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. -// Code generated by Microsoft (R) AutoRest Code Generator. -// Changes may cause incorrect behavior and will be lost if the code is regenerated. - -package armdatafactory_test - -import ( - "context" - "log" - - "github.com/Azure/azure-sdk-for-go/sdk/azcore/to" - "github.com/Azure/azure-sdk-for-go/sdk/azidentity" - "github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/datafactory/armdatafactory/v3" -) - -// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/tree/main/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/examples/LinkedServices_ListByFactory.json -func ExampleLinkedServicesClient_NewListByFactoryPager() { - cred, err := azidentity.NewDefaultAzureCredential(nil) - if err != nil { - log.Fatalf("failed to obtain a credential: %v", err) - } - ctx := context.Background() - client, err := armdatafactory.NewLinkedServicesClient("12345678-1234-1234-1234-12345678abc", cred, nil) - if err != nil { - log.Fatalf("failed to create client: %v", err) - } - pager := client.NewListByFactoryPager("exampleResourceGroup", "exampleFactoryName", nil) - for pager.More() { - nextResult, err := pager.NextPage(ctx) - if err != nil { - log.Fatalf("failed to advance page: %v", err) - } - for _, v := range nextResult.Value { - // TODO: use page item - _ = v - } - } -} - -// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/tree/main/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/examples/LinkedServices_Create.json -func ExampleLinkedServicesClient_CreateOrUpdate_linkedServicesCreate() { - cred, err := azidentity.NewDefaultAzureCredential(nil) - if err != nil { - log.Fatalf("failed to obtain a credential: %v", err) - } - ctx := context.Background() - client, err := armdatafactory.NewLinkedServicesClient("12345678-1234-1234-1234-12345678abc", cred, nil) - if err != nil { - log.Fatalf("failed to create client: %v", err) - } - res, err := client.CreateOrUpdate(ctx, "exampleResourceGroup", "exampleFactoryName", "exampleLinkedService", armdatafactory.LinkedServiceResource{ - Properties: &armdatafactory.AzureStorageLinkedService{ - Type: to.Ptr("AzureStorage"), - TypeProperties: &armdatafactory.AzureStorageLinkedServiceTypeProperties{ - ConnectionString: map[string]interface{}{ - "type": "SecureString", - "value": "DefaultEndpointsProtocol=https;AccountName=examplestorageaccount;AccountKey=", - }, - }, - }, - }, &armdatafactory.LinkedServicesClientCreateOrUpdateOptions{IfMatch: nil}) - if err != nil { - log.Fatalf("failed to finish the request: %v", err) - } - // TODO: use response item - _ = res -} - -// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/tree/main/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/examples/LinkedServices_Update.json -func ExampleLinkedServicesClient_CreateOrUpdate_linkedServicesUpdate() { - cred, err := azidentity.NewDefaultAzureCredential(nil) - if err != nil { - log.Fatalf("failed to obtain a credential: %v", err) - } - ctx := context.Background() - client, err := armdatafactory.NewLinkedServicesClient("12345678-1234-1234-1234-12345678abc", cred, nil) - if err != nil { - log.Fatalf("failed to create client: %v", err) - } - res, err := client.CreateOrUpdate(ctx, "exampleResourceGroup", "exampleFactoryName", "exampleLinkedService", armdatafactory.LinkedServiceResource{ - Properties: &armdatafactory.AzureStorageLinkedService{ - Type: to.Ptr("AzureStorage"), - Description: to.Ptr("Example description"), - TypeProperties: &armdatafactory.AzureStorageLinkedServiceTypeProperties{ - ConnectionString: map[string]interface{}{ - "type": "SecureString", - "value": "DefaultEndpointsProtocol=https;AccountName=examplestorageaccount;AccountKey=", - }, - }, - }, - }, &armdatafactory.LinkedServicesClientCreateOrUpdateOptions{IfMatch: nil}) - if err != nil { - log.Fatalf("failed to finish the request: %v", err) - } - // TODO: use response item - _ = res -} - -// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/tree/main/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/examples/LinkedServices_Get.json -func ExampleLinkedServicesClient_Get() { - cred, err := azidentity.NewDefaultAzureCredential(nil) - if err != nil { - log.Fatalf("failed to obtain a credential: %v", err) - } - ctx := context.Background() - client, err := armdatafactory.NewLinkedServicesClient("12345678-1234-1234-1234-12345678abc", cred, nil) - if err != nil { - log.Fatalf("failed to create client: %v", err) - } - res, err := client.Get(ctx, "exampleResourceGroup", "exampleFactoryName", "exampleLinkedService", &armdatafactory.LinkedServicesClientGetOptions{IfNoneMatch: nil}) - if err != nil { - log.Fatalf("failed to finish the request: %v", err) - } - // TODO: use response item - _ = res -} - -// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/tree/main/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/examples/LinkedServices_Delete.json -func ExampleLinkedServicesClient_Delete() { - cred, err := azidentity.NewDefaultAzureCredential(nil) - if err != nil { - log.Fatalf("failed to obtain a credential: %v", err) - } - ctx := context.Background() - client, err := armdatafactory.NewLinkedServicesClient("12345678-1234-1234-1234-12345678abc", cred, nil) - if err != nil { - log.Fatalf("failed to create client: %v", err) - } - _, err = client.Delete(ctx, "exampleResourceGroup", "exampleFactoryName", "exampleLinkedService", nil) - if err != nil { - log.Fatalf("failed to finish the request: %v", err) - } -} diff --git a/sdk/resourcemanager/datafactory/armdatafactory/managedprivateendpoints_client_example_test.go b/sdk/resourcemanager/datafactory/armdatafactory/managedprivateendpoints_client_example_test.go deleted file mode 100644 index dc8740cba475..000000000000 --- a/sdk/resourcemanager/datafactory/armdatafactory/managedprivateendpoints_client_example_test.go +++ /dev/null @@ -1,103 +0,0 @@ -//go:build go1.18 -// +build go1.18 - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. -// Code generated by Microsoft (R) AutoRest Code Generator. -// Changes may cause incorrect behavior and will be lost if the code is regenerated. - -package armdatafactory_test - -import ( - "context" - "log" - - "github.com/Azure/azure-sdk-for-go/sdk/azcore/to" - "github.com/Azure/azure-sdk-for-go/sdk/azidentity" - "github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/datafactory/armdatafactory/v3" -) - -// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/tree/main/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/examples/ManagedPrivateEndpoints_ListByFactory.json -func ExampleManagedPrivateEndpointsClient_NewListByFactoryPager() { - cred, err := azidentity.NewDefaultAzureCredential(nil) - if err != nil { - log.Fatalf("failed to obtain a credential: %v", err) - } - ctx := context.Background() - client, err := armdatafactory.NewManagedPrivateEndpointsClient("12345678-1234-1234-1234-12345678abc", cred, nil) - if err != nil { - log.Fatalf("failed to create client: %v", err) - } - pager := client.NewListByFactoryPager("exampleResourceGroup", "exampleFactoryName", "exampleManagedVirtualNetworkName", nil) - for pager.More() { - nextResult, err := pager.NextPage(ctx) - if err != nil { - log.Fatalf("failed to advance page: %v", err) - } - for _, v := range nextResult.Value { - // TODO: use page item - _ = v - } - } -} - -// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/tree/main/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/examples/ManagedPrivateEndpoints_Create.json -func ExampleManagedPrivateEndpointsClient_CreateOrUpdate() { - cred, err := azidentity.NewDefaultAzureCredential(nil) - if err != nil { - log.Fatalf("failed to obtain a credential: %v", err) - } - ctx := context.Background() - client, err := armdatafactory.NewManagedPrivateEndpointsClient("12345678-1234-1234-1234-12345678abc", cred, nil) - if err != nil { - log.Fatalf("failed to create client: %v", err) - } - res, err := client.CreateOrUpdate(ctx, "exampleResourceGroup", "exampleFactoryName", "exampleManagedVirtualNetworkName", "exampleManagedPrivateEndpointName", armdatafactory.ManagedPrivateEndpointResource{ - Properties: &armdatafactory.ManagedPrivateEndpoint{ - Fqdns: []*string{}, - GroupID: to.Ptr("blob"), - PrivateLinkResourceID: to.Ptr("/subscriptions/12345678-1234-1234-1234-12345678abc/resourceGroups/exampleResourceGroup/providers/Microsoft.Storage/storageAccounts/exampleBlobStorage"), - }, - }, &armdatafactory.ManagedPrivateEndpointsClientCreateOrUpdateOptions{IfMatch: nil}) - if err != nil { - log.Fatalf("failed to finish the request: %v", err) - } - // TODO: use response item - _ = res -} - -// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/tree/main/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/examples/ManagedPrivateEndpoints_Get.json -func ExampleManagedPrivateEndpointsClient_Get() { - cred, err := azidentity.NewDefaultAzureCredential(nil) - if err != nil { - log.Fatalf("failed to obtain a credential: %v", err) - } - ctx := context.Background() - client, err := armdatafactory.NewManagedPrivateEndpointsClient("12345678-1234-1234-1234-12345678abc", cred, nil) - if err != nil { - log.Fatalf("failed to create client: %v", err) - } - res, err := client.Get(ctx, "exampleResourceGroup", "exampleFactoryName", "exampleManagedVirtualNetworkName", "exampleManagedPrivateEndpointName", &armdatafactory.ManagedPrivateEndpointsClientGetOptions{IfNoneMatch: nil}) - if err != nil { - log.Fatalf("failed to finish the request: %v", err) - } - // TODO: use response item - _ = res -} - -// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/tree/main/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/examples/ManagedPrivateEndpoints_Delete.json -func ExampleManagedPrivateEndpointsClient_Delete() { - cred, err := azidentity.NewDefaultAzureCredential(nil) - if err != nil { - log.Fatalf("failed to obtain a credential: %v", err) - } - ctx := context.Background() - client, err := armdatafactory.NewManagedPrivateEndpointsClient("12345678-1234-1234-1234-12345678abc", cred, nil) - if err != nil { - log.Fatalf("failed to create client: %v", err) - } - _, err = client.Delete(ctx, "exampleResourceGroup", "exampleFactoryName", "exampleManagedVirtualNetworkName", "exampleManagedPrivateEndpointName", nil) - if err != nil { - log.Fatalf("failed to finish the request: %v", err) - } -} diff --git a/sdk/resourcemanager/datafactory/armdatafactory/managedvirtualnetworks_client_example_test.go b/sdk/resourcemanager/datafactory/armdatafactory/managedvirtualnetworks_client_example_test.go deleted file mode 100644 index 167669290af8..000000000000 --- a/sdk/resourcemanager/datafactory/armdatafactory/managedvirtualnetworks_client_example_test.go +++ /dev/null @@ -1,81 +0,0 @@ -//go:build go1.18 -// +build go1.18 - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. -// Code generated by Microsoft (R) AutoRest Code Generator. -// Changes may cause incorrect behavior and will be lost if the code is regenerated. - -package armdatafactory_test - -import ( - "context" - "log" - - "github.com/Azure/azure-sdk-for-go/sdk/azidentity" - "github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/datafactory/armdatafactory/v3" -) - -// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/tree/main/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/examples/ManagedVirtualNetworks_ListByFactory.json -func ExampleManagedVirtualNetworksClient_NewListByFactoryPager() { - cred, err := azidentity.NewDefaultAzureCredential(nil) - if err != nil { - log.Fatalf("failed to obtain a credential: %v", err) - } - ctx := context.Background() - client, err := armdatafactory.NewManagedVirtualNetworksClient("12345678-1234-1234-1234-12345678abc", cred, nil) - if err != nil { - log.Fatalf("failed to create client: %v", err) - } - pager := client.NewListByFactoryPager("exampleResourceGroup", "exampleFactoryName", nil) - for pager.More() { - nextResult, err := pager.NextPage(ctx) - if err != nil { - log.Fatalf("failed to advance page: %v", err) - } - for _, v := range nextResult.Value { - // TODO: use page item - _ = v - } - } -} - -// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/tree/main/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/examples/ManagedVirtualNetworks_Create.json -func ExampleManagedVirtualNetworksClient_CreateOrUpdate() { - cred, err := azidentity.NewDefaultAzureCredential(nil) - if err != nil { - log.Fatalf("failed to obtain a credential: %v", err) - } - ctx := context.Background() - client, err := armdatafactory.NewManagedVirtualNetworksClient("12345678-1234-1234-1234-12345678abc", cred, nil) - if err != nil { - log.Fatalf("failed to create client: %v", err) - } - res, err := client.CreateOrUpdate(ctx, "exampleResourceGroup", "exampleFactoryName", "exampleManagedVirtualNetworkName", armdatafactory.ManagedVirtualNetworkResource{ - Properties: &armdatafactory.ManagedVirtualNetwork{}, - }, &armdatafactory.ManagedVirtualNetworksClientCreateOrUpdateOptions{IfMatch: nil}) - if err != nil { - log.Fatalf("failed to finish the request: %v", err) - } - // TODO: use response item - _ = res -} - -// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/tree/main/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/examples/ManagedVirtualNetworks_Get.json -func ExampleManagedVirtualNetworksClient_Get() { - cred, err := azidentity.NewDefaultAzureCredential(nil) - if err != nil { - log.Fatalf("failed to obtain a credential: %v", err) - } - ctx := context.Background() - client, err := armdatafactory.NewManagedVirtualNetworksClient("12345678-1234-1234-1234-12345678abc", cred, nil) - if err != nil { - log.Fatalf("failed to create client: %v", err) - } - res, err := client.Get(ctx, "exampleResourceGroup", "exampleFactoryName", "exampleManagedVirtualNetworkName", &armdatafactory.ManagedVirtualNetworksClientGetOptions{IfNoneMatch: nil}) - if err != nil { - log.Fatalf("failed to finish the request: %v", err) - } - // TODO: use response item - _ = res -} diff --git a/sdk/resourcemanager/datafactory/armdatafactory/models.go b/sdk/resourcemanager/datafactory/armdatafactory/models.go index b29d662434a4..4cfaa9cfab74 100644 --- a/sdk/resourcemanager/datafactory/armdatafactory/models.go +++ b/sdk/resourcemanager/datafactory/armdatafactory/models.go @@ -616,7 +616,7 @@ type AmazonRdsForSQLServerSource struct { SourceRetryWait interface{} `json:"sourceRetryWait,omitempty"` // Value and type setting for stored procedure parameters. Example: "{Parameter1: {value: "1", type: "int"}}". - StoredProcedureParameters interface{} `json:"storedProcedureParameters,omitempty"` + StoredProcedureParameters map[string]*StoredProcedureParameter `json:"storedProcedureParameters,omitempty"` } // GetCopySource implements the CopySourceClassification interface for type AmazonRdsForSQLServerSource. @@ -5125,7 +5125,7 @@ type AzureSQLSink struct { SinkRetryWait interface{} `json:"sinkRetryWait,omitempty"` // SQL stored procedure parameters. - StoredProcedureParameters interface{} `json:"storedProcedureParameters,omitempty"` + StoredProcedureParameters map[string]*StoredProcedureParameter `json:"storedProcedureParameters,omitempty"` // The stored procedure parameter name of the table type. Type: string (or Expression with resultType string). StoredProcedureTableTypeParameterName interface{} `json:"storedProcedureTableTypeParameterName,omitempty"` @@ -5206,7 +5206,7 @@ type AzureSQLSource struct { SourceRetryWait interface{} `json:"sourceRetryWait,omitempty"` // Value and type setting for stored procedure parameters. Example: "{Parameter1: {value: "1", type: "int"}}". - StoredProcedureParameters interface{} `json:"storedProcedureParameters,omitempty"` + StoredProcedureParameters map[string]*StoredProcedureParameter `json:"storedProcedureParameters,omitempty"` } // GetCopySource implements the CopySourceClassification interface for type AzureSQLSource. @@ -5545,11 +5545,6 @@ type AzureSynapseArtifactsLinkedServiceTypeProperties struct { // Required to specify MSI, if using system assigned managed identity as authentication method. Type: string (or Expression // with resultType string). Authentication interface{} `json:"authentication,omitempty"` - - // The resource ID of the Synapse workspace. The format should be: /subscriptions/{subscriptionID}/resourceGroups/{resourceGroup}/providers/Microsoft.Synapse/workspaces/{workspaceName}. - // Type: string (or - // Expression with resultType string). - WorkspaceResourceID interface{} `json:"workspaceResourceId,omitempty"` } // AzureTableDataset - The Azure Table storage dataset. @@ -8772,7 +8767,7 @@ type DatasetListResponse struct { // Use a type switch to determine the concrete type. The possible types are: // - *AmazonS3CompatibleLocation, *AmazonS3Location, *AzureBlobFSLocation, *AzureBlobStorageLocation, *AzureDataLakeStoreLocation, // - *AzureFileStorageLocation, *DatasetLocation, *FileServerLocation, *FtpServerLocation, *GoogleCloudStorageLocation, *HTTPServerLocation, -// - *HdfsLocation, *OracleCloudStorageLocation, *SftpLocation +// - *HdfsLocation, *LakeHouseLocation, *OracleCloudStorageLocation, *SftpLocation type DatasetLocationClassification interface { // GetDatasetLocation returns the DatasetLocation content of the underlying type. GetDatasetLocation() *DatasetLocation @@ -11352,9 +11347,6 @@ type FactoryGitHubConfiguration struct { // GitHub bring your own app client secret information. ClientSecret *GitHubClientSecret `json:"clientSecret,omitempty"` - // Disable manual publish operation in ADF studio to favor automated publish. - DisablePublish *bool `json:"disablePublish,omitempty"` - // GitHub Enterprise host name. For example: https://github.mydomain.com HostName *string `json:"hostName,omitempty"` @@ -11371,7 +11363,6 @@ func (f *FactoryGitHubConfiguration) GetFactoryRepoConfiguration() *FactoryRepoC CollaborationBranch: f.CollaborationBranch, RootFolder: f.RootFolder, LastCommitID: f.LastCommitID, - DisablePublish: f.DisablePublish, } } @@ -11452,9 +11443,6 @@ type FactoryRepoConfiguration struct { // REQUIRED; Type of repo configuration. Type *string `json:"type,omitempty"` - // Disable manual publish operation in ADF studio to favor automated publish. - DisablePublish *bool `json:"disablePublish,omitempty"` - // Last commit id. LastCommitID *string `json:"lastCommitId,omitempty"` } @@ -11509,9 +11497,6 @@ type FactoryVSTSConfiguration struct { // REQUIRED; Type of repo configuration. Type *string `json:"type,omitempty"` - // Disable manual publish operation in ADF studio to favor automated publish. - DisablePublish *bool `json:"disablePublish,omitempty"` - // Last commit id. LastCommitID *string `json:"lastCommitId,omitempty"` @@ -11528,7 +11513,6 @@ func (f *FactoryVSTSConfiguration) GetFactoryRepoConfiguration() *FactoryRepoCon CollaborationBranch: f.CollaborationBranch, RootFolder: f.RootFolder, LastCommitID: f.LastCommitID, - DisablePublish: f.DisablePublish, } } @@ -12978,52 +12962,6 @@ func (g *GoogleCloudStorageReadSettings) GetStoreReadSettings() *StoreReadSettin } } -// GoogleSheetsLinkedService - Linked service for GoogleSheets. -type GoogleSheetsLinkedService struct { - // REQUIRED; Type of linked service. - Type *string `json:"type,omitempty"` - - // REQUIRED; GoogleSheets linked service properties. - TypeProperties *GoogleSheetsLinkedServiceTypeProperties `json:"typeProperties,omitempty"` - - // OPTIONAL; Contains additional key/value pairs not defined in the schema. - AdditionalProperties map[string]interface{} - - // List of tags that can be used for describing the linked service. - Annotations []interface{} `json:"annotations,omitempty"` - - // The integration runtime reference. - ConnectVia *IntegrationRuntimeReference `json:"connectVia,omitempty"` - - // Linked service description. - Description *string `json:"description,omitempty"` - - // Parameters for linked service. - Parameters map[string]*ParameterSpecification `json:"parameters,omitempty"` -} - -// GetLinkedService implements the LinkedServiceClassification interface for type GoogleSheetsLinkedService. -func (g *GoogleSheetsLinkedService) GetLinkedService() *LinkedService { - return &LinkedService{ - Type: g.Type, - ConnectVia: g.ConnectVia, - Description: g.Description, - Parameters: g.Parameters, - Annotations: g.Annotations, - AdditionalProperties: g.AdditionalProperties, - } -} - -// GoogleSheetsLinkedServiceTypeProperties - GoogleSheets linked service type properties. -type GoogleSheetsLinkedServiceTypeProperties struct { - // REQUIRED; The api token for the GoogleSheets source. - APIToken SecretBaseClassification `json:"apiToken,omitempty"` - - // The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. - // Type: string (or Expression with resultType string). - EncryptedCredential interface{} `json:"encryptedCredential,omitempty"` -} - // GreenplumDatasetTypeProperties - Greenplum Dataset Properties type GreenplumDatasetTypeProperties struct { // The schema name of Greenplum. Type: string (or Expression with resultType string). @@ -16250,6 +16188,156 @@ func (j *JiraSource) GetTabularSource() *TabularSource { } } +// LakeHouseLinkedService - Microsoft Fabric LakeHouse linked service. +type LakeHouseLinkedService struct { + // REQUIRED; Type of linked service. + Type *string `json:"type,omitempty"` + + // REQUIRED; Microsoft Fabric LakeHouse linked service properties. + TypeProperties *LakeHouseLinkedServiceTypeProperties `json:"typeProperties,omitempty"` + + // OPTIONAL; Contains additional key/value pairs not defined in the schema. + AdditionalProperties map[string]interface{} + + // List of tags that can be used for describing the linked service. + Annotations []interface{} `json:"annotations,omitempty"` + + // The integration runtime reference. + ConnectVia *IntegrationRuntimeReference `json:"connectVia,omitempty"` + + // Linked service description. + Description *string `json:"description,omitempty"` + + // Parameters for linked service. + Parameters map[string]*ParameterSpecification `json:"parameters,omitempty"` +} + +// GetLinkedService implements the LinkedServiceClassification interface for type LakeHouseLinkedService. +func (l *LakeHouseLinkedService) GetLinkedService() *LinkedService { + return &LinkedService{ + Type: l.Type, + ConnectVia: l.ConnectVia, + Description: l.Description, + Parameters: l.Parameters, + Annotations: l.Annotations, + AdditionalProperties: l.AdditionalProperties, + } +} + +// LakeHouseLinkedServiceTypeProperties - Microsoft Fabric LakeHouse linked service properties. +type LakeHouseLinkedServiceTypeProperties struct { + // The ID of Microsoft Fabric LakeHouse artifact. Type: string (or Expression with resultType string). + ArtifactID interface{} `json:"artifactId,omitempty"` + + // The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. + // Type: string. + EncryptedCredential *string `json:"encryptedCredential,omitempty"` + + // The credential of the service principal object in Azure Active Directory. If servicePrincipalCredentialType is 'ServicePrincipalKey', + // servicePrincipalCredential can be SecureString or + // AzureKeyVaultSecretReference. If servicePrincipalCredentialType is 'ServicePrincipalCert', servicePrincipalCredential can + // only be AzureKeyVaultSecretReference. + ServicePrincipalCredential SecretBaseClassification `json:"servicePrincipalCredential,omitempty"` + + // The service principal credential type to use in Server-To-Server authentication. 'ServicePrincipalKey' for key/secret, + // 'ServicePrincipalCert' for certificate. Type: string (or Expression with + // resultType string). + ServicePrincipalCredentialType interface{} `json:"servicePrincipalCredentialType,omitempty"` + + // The ID of the application used to authenticate against Microsoft Fabric LakeHouse. Type: string (or Expression with resultType + // string). + ServicePrincipalID interface{} `json:"servicePrincipalId,omitempty"` + + // The Key of the application used to authenticate against Microsoft Fabric LakeHouse. + ServicePrincipalKey SecretBaseClassification `json:"servicePrincipalKey,omitempty"` + + // The name or ID of the tenant to which the service principal belongs. Type: string (or Expression with resultType string). + Tenant interface{} `json:"tenant,omitempty"` + + // The ID of Microsoft Fabric workspace. Type: string (or Expression with resultType string). + WorkspaceID interface{} `json:"workspaceId,omitempty"` +} + +// LakeHouseLocation - The location of Microsoft Fabric LakeHouse Files dataset. +type LakeHouseLocation struct { + // REQUIRED; Type of dataset storage location. + Type *string `json:"type,omitempty"` + + // OPTIONAL; Contains additional key/value pairs not defined in the schema. + AdditionalProperties map[string]interface{} + + // Specify the file name of dataset. Type: string (or Expression with resultType string). + FileName interface{} `json:"fileName,omitempty"` + + // Specify the folder path of dataset. Type: string (or Expression with resultType string) + FolderPath interface{} `json:"folderPath,omitempty"` +} + +// GetDatasetLocation implements the DatasetLocationClassification interface for type LakeHouseLocation. +func (l *LakeHouseLocation) GetDatasetLocation() *DatasetLocation { + return &DatasetLocation{ + Type: l.Type, + FolderPath: l.FolderPath, + FileName: l.FileName, + AdditionalProperties: l.AdditionalProperties, + } +} + +// LakeHouseReadSettings - Microsoft Fabric LakeHouse Files read settings. +type LakeHouseReadSettings struct { + // REQUIRED; The read setting type. + Type *string `json:"type,omitempty"` + + // OPTIONAL; Contains additional key/value pairs not defined in the schema. + AdditionalProperties map[string]interface{} + + // Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression + // with resultType boolean). + DeleteFilesAfterCompletion interface{} `json:"deleteFilesAfterCompletion,omitempty"` + + // If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean). + DisableMetricsCollection interface{} `json:"disableMetricsCollection,omitempty"` + + // Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean). + EnablePartitionDiscovery interface{} `json:"enablePartitionDiscovery,omitempty"` + + // Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to copy. + // Type: string (or Expression with resultType string). + FileListPath interface{} `json:"fileListPath,omitempty"` + + // The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer). + MaxConcurrentConnections interface{} `json:"maxConcurrentConnections,omitempty"` + + // The end of file's modified datetime. Type: string (or Expression with resultType string). + ModifiedDatetimeEnd interface{} `json:"modifiedDatetimeEnd,omitempty"` + + // The start of file's modified datetime. Type: string (or Expression with resultType string). + ModifiedDatetimeStart interface{} `json:"modifiedDatetimeStart,omitempty"` + + // Specify the root path where partition discovery starts from. Type: string (or Expression with resultType string). + PartitionRootPath interface{} `json:"partitionRootPath,omitempty"` + + // If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType + // boolean). + Recursive interface{} `json:"recursive,omitempty"` + + // Microsoft Fabric LakeHouse Files wildcardFileName. Type: string (or Expression with resultType string). + WildcardFileName interface{} `json:"wildcardFileName,omitempty"` + + // Microsoft Fabric LakeHouse Files wildcardFolderPath. Type: string (or Expression with resultType string). + WildcardFolderPath interface{} `json:"wildcardFolderPath,omitempty"` +} + +// GetStoreReadSettings implements the StoreReadSettingsClassification interface for type LakeHouseReadSettings. +func (l *LakeHouseReadSettings) GetStoreReadSettings() *StoreReadSettings { + return &StoreReadSettings{ + Type: l.Type, + MaxConcurrentConnections: l.MaxConcurrentConnections, + DisableMetricsCollection: l.DisableMetricsCollection, + AdditionalProperties: l.AdditionalProperties, + } +} + // LicensedComponentSetupTypeProperties - Installation of licensed component setup type properties. type LicensedComponentSetupTypeProperties struct { // REQUIRED; The name of the 3rd party component. @@ -16352,9 +16440,9 @@ func (l *LinkedIntegrationRuntimeType) GetLinkedIntegrationRuntimeType() *Linked // - *CouchbaseLinkedService, *CustomDataSourceLinkedService, *DataworldLinkedService, *Db2LinkedService, *DrillLinkedService, // - *DynamicsAXLinkedService, *DynamicsCrmLinkedService, *DynamicsLinkedService, *EloquaLinkedService, *FileServerLinkedService, // - *FtpServerLinkedService, *GoogleAdWordsLinkedService, *GoogleBigQueryLinkedService, *GoogleCloudStorageLinkedService, -// - *GoogleSheetsLinkedService, *GreenplumLinkedService, *HBaseLinkedService, *HDInsightLinkedService, *HDInsightOnDemandLinkedService, -// - *HTTPLinkedService, *HdfsLinkedService, *HiveLinkedService, *HubspotLinkedService, *ImpalaLinkedService, *InformixLinkedService, -// - *JiraLinkedService, *LinkedService, *MagentoLinkedService, *MariaDBLinkedService, *MarketoLinkedService, *MicrosoftAccessLinkedService, +// - *GreenplumLinkedService, *HBaseLinkedService, *HDInsightLinkedService, *HDInsightOnDemandLinkedService, *HTTPLinkedService, +// - *HdfsLinkedService, *HiveLinkedService, *HubspotLinkedService, *ImpalaLinkedService, *InformixLinkedService, *JiraLinkedService, +// - *LakeHouseLinkedService, *LinkedService, *MagentoLinkedService, *MariaDBLinkedService, *MarketoLinkedService, *MicrosoftAccessLinkedService, // - *MongoDbAtlasLinkedService, *MongoDbLinkedService, *MongoDbV2LinkedService, *MySQLLinkedService, *NetezzaLinkedService, // - *ODataLinkedService, *OdbcLinkedService, *Office365LinkedService, *OracleCloudStorageLinkedService, *OracleLinkedService, // - *OracleServiceCloudLinkedService, *PaypalLinkedService, *PhoenixLinkedService, *PostgreSQLLinkedService, *PrestoLinkedService, @@ -16419,7 +16507,7 @@ type LinkedServiceReference struct { ReferenceName *string `json:"referenceName,omitempty"` // REQUIRED; Linked service reference type. - Type *LinkedServiceReferenceType `json:"type,omitempty"` + Type *Type `json:"type,omitempty"` // Arguments for LinkedService. Parameters map[string]interface{} `json:"parameters,omitempty"` @@ -22592,7 +22680,7 @@ type SQLMISink struct { SinkRetryWait interface{} `json:"sinkRetryWait,omitempty"` // SQL stored procedure parameters. - StoredProcedureParameters interface{} `json:"storedProcedureParameters,omitempty"` + StoredProcedureParameters map[string]*StoredProcedureParameter `json:"storedProcedureParameters,omitempty"` // The stored procedure parameter name of the table type. Type: string (or Expression with resultType string). StoredProcedureTableTypeParameterName interface{} `json:"storedProcedureTableTypeParameterName,omitempty"` @@ -22673,7 +22761,7 @@ type SQLMISource struct { SourceRetryWait interface{} `json:"sourceRetryWait,omitempty"` // Value and type setting for stored procedure parameters. Example: "{Parameter1: {value: "1", type: "int"}}". - StoredProcedureParameters interface{} `json:"storedProcedureParameters,omitempty"` + StoredProcedureParameters map[string]*StoredProcedureParameter `json:"storedProcedureParameters,omitempty"` } // GetCopySource implements the CopySourceClassification interface for type SQLMISource. @@ -22808,7 +22896,7 @@ type SQLServerSink struct { SinkRetryWait interface{} `json:"sinkRetryWait,omitempty"` // SQL stored procedure parameters. - StoredProcedureParameters interface{} `json:"storedProcedureParameters,omitempty"` + StoredProcedureParameters map[string]*StoredProcedureParameter `json:"storedProcedureParameters,omitempty"` // The stored procedure parameter name of the table type. Type: string (or Expression with resultType string). StoredProcedureTableTypeParameterName interface{} `json:"storedProcedureTableTypeParameterName,omitempty"` @@ -22889,7 +22977,7 @@ type SQLServerSource struct { SourceRetryWait interface{} `json:"sourceRetryWait,omitempty"` // Value and type setting for stored procedure parameters. Example: "{Parameter1: {value: "1", type: "int"}}". - StoredProcedureParameters interface{} `json:"storedProcedureParameters,omitempty"` + StoredProcedureParameters map[string]*StoredProcedureParameter `json:"storedProcedureParameters,omitempty"` } // GetCopySource implements the CopySourceClassification interface for type SQLServerSource. @@ -23077,7 +23165,7 @@ type SQLSink struct { SinkRetryWait interface{} `json:"sinkRetryWait,omitempty"` // SQL stored procedure parameters. - StoredProcedureParameters interface{} `json:"storedProcedureParameters,omitempty"` + StoredProcedureParameters map[string]*StoredProcedureParameter `json:"storedProcedureParameters,omitempty"` // The stored procedure parameter name of the table type. Type: string (or Expression with resultType string). StoredProcedureTableTypeParameterName interface{} `json:"storedProcedureTableTypeParameterName,omitempty"` @@ -23160,7 +23248,7 @@ type SQLSource struct { SourceRetryWait interface{} `json:"sourceRetryWait,omitempty"` // Value and type setting for stored procedure parameters. Example: "{Parameter1: {value: "1", type: "int"}}". - StoredProcedureParameters interface{} `json:"storedProcedureParameters,omitempty"` + StoredProcedureParameters map[string]*StoredProcedureParameter `json:"storedProcedureParameters,omitempty"` } // GetCopySource implements the CopySourceClassification interface for type SQLSource. @@ -25561,9 +25649,6 @@ type ScriptActivityTypeProperties struct { // Log settings of script activity. LogSettings *ScriptActivityTypePropertiesLogSettings `json:"logSettings,omitempty"` - // ScriptBlock execution timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - ScriptBlockExecutionTimeout interface{} `json:"scriptBlockExecutionTimeout,omitempty"` - // Array of script blocks. Type: array. Scripts []*ScriptActivityScriptBlock `json:"scripts,omitempty"` } @@ -27518,7 +27603,7 @@ type StagingSettings struct { // Use a type switch to determine the concrete type. The possible types are: // - *AmazonS3CompatibleReadSettings, *AmazonS3ReadSettings, *AzureBlobFSReadSettings, *AzureBlobStorageReadSettings, *AzureDataLakeStoreReadSettings, // - *AzureFileStorageReadSettings, *FileServerReadSettings, *FtpReadSettings, *GoogleCloudStorageReadSettings, *HTTPReadSettings, -// - *HdfsReadSettings, *OracleCloudStorageReadSettings, *SftpReadSettings, *StoreReadSettings +// - *HdfsReadSettings, *LakeHouseReadSettings, *OracleCloudStorageReadSettings, *SftpReadSettings, *StoreReadSettings type StoreReadSettingsClassification interface { // GetStoreReadSettings returns the StoreReadSettings content of the underlying type. GetStoreReadSettings() *StoreReadSettings @@ -27573,6 +27658,15 @@ type StoreWriteSettings struct { // GetStoreWriteSettings implements the StoreWriteSettingsClassification interface for type StoreWriteSettings. func (s *StoreWriteSettings) GetStoreWriteSettings() *StoreWriteSettings { return s } +// StoredProcedureParameter - SQL stored procedure parameter. +type StoredProcedureParameter struct { + // Stored procedure parameter type. + Type *StoredProcedureParameterType `json:"type,omitempty"` + + // Stored procedure parameter value. Type: string (or Expression with resultType string). + Value interface{} `json:"value,omitempty"` +} + // SwitchActivity - This activity evaluates an expression and executes activities under the cases property that correspond // to the expression evaluation expected in the equals property. type SwitchActivity struct { @@ -27942,21 +28036,13 @@ type SynapseSparkJobActivityTypeProperties struct { // Expression with resultType string). File interface{} `json:"file,omitempty"` - // (Deprecated. Please use pythonCodeReference and filesV2) Additional files used for reference in the main definition file, - // which will override the 'files' of the spark job definition you provide. + // Additional files used for reference in the main definition file, which will override the 'files' of the spark job definition + // you provide. Files []interface{} `json:"files,omitempty"` - // Additional files used for reference in the main definition file, which will override the 'jars' and 'files' of the spark - // job definition you provide. - FilesV2 []interface{} `json:"filesV2,omitempty"` - // Number of executors to launch for this job, which will override the 'numExecutors' of the spark job definition you provide. NumExecutors *int32 `json:"numExecutors,omitempty"` - // Additional python code files used for reference in the main definition file, which will override the 'pyFiles' of the spark - // job definition you provide. - PythonCodeReference []interface{} `json:"pythonCodeReference,omitempty"` - // The name of the big data pool which will be used to execute the spark batch job, which will override the 'targetBigDataPool' // of the spark job definition you provide. TargetBigDataPool *BigDataPoolParametrizationReference `json:"targetBigDataPool,omitempty"` @@ -28020,8 +28106,8 @@ func (s *SynapseSparkJobDefinitionActivity) GetExecutionActivity() *ExecutionAct // SynapseSparkJobReference - Synapse spark job reference type. type SynapseSparkJobReference struct { - // REQUIRED; Reference spark job name. Expression with resultType string. - ReferenceName interface{} `json:"referenceName,omitempty"` + // REQUIRED; Reference spark job name. + ReferenceName *string `json:"referenceName,omitempty"` // REQUIRED; Synapse spark job reference type. Type *SparkJobReferenceType `json:"type,omitempty"` diff --git a/sdk/resourcemanager/datafactory/armdatafactory/models_serde.go b/sdk/resourcemanager/datafactory/armdatafactory/models_serde.go index df60d2df710c..322ffc49fb53 100644 --- a/sdk/resourcemanager/datafactory/armdatafactory/models_serde.go +++ b/sdk/resourcemanager/datafactory/armdatafactory/models_serde.go @@ -1068,7 +1068,7 @@ func (a AmazonRdsForSQLServerSource) MarshalJSON() ([]byte, error) { populate(objectMap, "sqlReaderStoredProcedureName", &a.SQLReaderStoredProcedureName) populate(objectMap, "sourceRetryCount", &a.SourceRetryCount) populate(objectMap, "sourceRetryWait", &a.SourceRetryWait) - populate(objectMap, "storedProcedureParameters", &a.StoredProcedureParameters) + populate(objectMap, "storedProcedureParameters", a.StoredProcedureParameters) objectMap["type"] = "AmazonRdsForSqlServerSource" if a.AdditionalProperties != nil { for key, val := range a.AdditionalProperties { @@ -8677,7 +8677,7 @@ func (a AzureSQLSink) MarshalJSON() ([]byte, error) { populate(objectMap, "sqlWriterUseTableLock", &a.SQLWriterUseTableLock) populate(objectMap, "sinkRetryCount", &a.SinkRetryCount) populate(objectMap, "sinkRetryWait", &a.SinkRetryWait) - populate(objectMap, "storedProcedureParameters", &a.StoredProcedureParameters) + populate(objectMap, "storedProcedureParameters", a.StoredProcedureParameters) populate(objectMap, "storedProcedureTableTypeParameterName", &a.StoredProcedureTableTypeParameterName) populate(objectMap, "tableOption", &a.TableOption) objectMap["type"] = "AzureSqlSink" @@ -8782,7 +8782,7 @@ func (a AzureSQLSource) MarshalJSON() ([]byte, error) { populate(objectMap, "sqlReaderStoredProcedureName", &a.SQLReaderStoredProcedureName) populate(objectMap, "sourceRetryCount", &a.SourceRetryCount) populate(objectMap, "sourceRetryWait", &a.SourceRetryWait) - populate(objectMap, "storedProcedureParameters", &a.StoredProcedureParameters) + populate(objectMap, "storedProcedureParameters", a.StoredProcedureParameters) objectMap["type"] = "AzureSqlSource" if a.AdditionalProperties != nil { for key, val := range a.AdditionalProperties { @@ -9407,7 +9407,6 @@ func (a AzureSynapseArtifactsLinkedServiceTypeProperties) MarshalJSON() ([]byte, objectMap := make(map[string]interface{}) populate(objectMap, "authentication", &a.Authentication) populate(objectMap, "endpoint", &a.Endpoint) - populate(objectMap, "workspaceResourceId", &a.WorkspaceResourceID) return json.Marshal(objectMap) } @@ -9426,9 +9425,6 @@ func (a *AzureSynapseArtifactsLinkedServiceTypeProperties) UnmarshalJSON(data [] case "endpoint": err = unpopulate(val, "Endpoint", &a.Endpoint) delete(rawMsg, key) - case "workspaceResourceId": - err = unpopulate(val, "WorkspaceResourceID", &a.WorkspaceResourceID) - delete(rawMsg, key) } if err != nil { return fmt.Errorf("unmarshalling type %T: %v", a, err) @@ -19193,7 +19189,6 @@ func (f FactoryGitHubConfiguration) MarshalJSON() ([]byte, error) { populate(objectMap, "clientId", f.ClientID) populate(objectMap, "clientSecret", f.ClientSecret) populate(objectMap, "collaborationBranch", f.CollaborationBranch) - populate(objectMap, "disablePublish", f.DisablePublish) populate(objectMap, "hostName", f.HostName) populate(objectMap, "lastCommitId", f.LastCommitID) populate(objectMap, "repositoryName", f.RepositoryName) @@ -19223,9 +19218,6 @@ func (f *FactoryGitHubConfiguration) UnmarshalJSON(data []byte) error { case "collaborationBranch": err = unpopulate(val, "CollaborationBranch", &f.CollaborationBranch) delete(rawMsg, key) - case "disablePublish": - err = unpopulate(val, "DisablePublish", &f.DisablePublish) - delete(rawMsg, key) case "hostName": err = unpopulate(val, "HostName", &f.HostName) delete(rawMsg, key) @@ -19379,7 +19371,6 @@ func (f FactoryRepoConfiguration) MarshalJSON() ([]byte, error) { objectMap := make(map[string]interface{}) populate(objectMap, "accountName", f.AccountName) populate(objectMap, "collaborationBranch", f.CollaborationBranch) - populate(objectMap, "disablePublish", f.DisablePublish) populate(objectMap, "lastCommitId", f.LastCommitID) populate(objectMap, "repositoryName", f.RepositoryName) populate(objectMap, "rootFolder", f.RootFolder) @@ -19402,9 +19393,6 @@ func (f *FactoryRepoConfiguration) UnmarshalJSON(data []byte) error { case "collaborationBranch": err = unpopulate(val, "CollaborationBranch", &f.CollaborationBranch) delete(rawMsg, key) - case "disablePublish": - err = unpopulate(val, "DisablePublish", &f.DisablePublish) - delete(rawMsg, key) case "lastCommitId": err = unpopulate(val, "LastCommitID", &f.LastCommitID) delete(rawMsg, key) @@ -19523,7 +19511,6 @@ func (f FactoryVSTSConfiguration) MarshalJSON() ([]byte, error) { objectMap := make(map[string]interface{}) populate(objectMap, "accountName", f.AccountName) populate(objectMap, "collaborationBranch", f.CollaborationBranch) - populate(objectMap, "disablePublish", f.DisablePublish) populate(objectMap, "lastCommitId", f.LastCommitID) populate(objectMap, "projectName", f.ProjectName) populate(objectMap, "repositoryName", f.RepositoryName) @@ -19548,9 +19535,6 @@ func (f *FactoryVSTSConfiguration) UnmarshalJSON(data []byte) error { case "collaborationBranch": err = unpopulate(val, "CollaborationBranch", &f.CollaborationBranch) delete(rawMsg, key) - case "disablePublish": - err = unpopulate(val, "DisablePublish", &f.DisablePublish) - delete(rawMsg, key) case "lastCommitId": err = unpopulate(val, "LastCommitID", &f.LastCommitID) delete(rawMsg, key) @@ -22046,99 +22030,6 @@ func (g *GoogleCloudStorageReadSettings) UnmarshalJSON(data []byte) error { return nil } -// MarshalJSON implements the json.Marshaller interface for type GoogleSheetsLinkedService. -func (g GoogleSheetsLinkedService) MarshalJSON() ([]byte, error) { - objectMap := make(map[string]interface{}) - populate(objectMap, "annotations", g.Annotations) - populate(objectMap, "connectVia", g.ConnectVia) - populate(objectMap, "description", g.Description) - populate(objectMap, "parameters", g.Parameters) - objectMap["type"] = "GoogleSheets" - populate(objectMap, "typeProperties", g.TypeProperties) - if g.AdditionalProperties != nil { - for key, val := range g.AdditionalProperties { - objectMap[key] = val - } - } - return json.Marshal(objectMap) -} - -// UnmarshalJSON implements the json.Unmarshaller interface for type GoogleSheetsLinkedService. -func (g *GoogleSheetsLinkedService) UnmarshalJSON(data []byte) error { - var rawMsg map[string]json.RawMessage - if err := json.Unmarshal(data, &rawMsg); err != nil { - return fmt.Errorf("unmarshalling type %T: %v", g, err) - } - for key, val := range rawMsg { - var err error - switch key { - case "annotations": - err = unpopulate(val, "Annotations", &g.Annotations) - delete(rawMsg, key) - case "connectVia": - err = unpopulate(val, "ConnectVia", &g.ConnectVia) - delete(rawMsg, key) - case "description": - err = unpopulate(val, "Description", &g.Description) - delete(rawMsg, key) - case "parameters": - err = unpopulate(val, "Parameters", &g.Parameters) - delete(rawMsg, key) - case "type": - err = unpopulate(val, "Type", &g.Type) - delete(rawMsg, key) - case "typeProperties": - err = unpopulate(val, "TypeProperties", &g.TypeProperties) - delete(rawMsg, key) - default: - if g.AdditionalProperties == nil { - g.AdditionalProperties = map[string]interface{}{} - } - if val != nil { - var aux interface{} - err = json.Unmarshal(val, &aux) - g.AdditionalProperties[key] = aux - } - delete(rawMsg, key) - } - if err != nil { - return fmt.Errorf("unmarshalling type %T: %v", g, err) - } - } - return nil -} - -// MarshalJSON implements the json.Marshaller interface for type GoogleSheetsLinkedServiceTypeProperties. -func (g GoogleSheetsLinkedServiceTypeProperties) MarshalJSON() ([]byte, error) { - objectMap := make(map[string]interface{}) - populate(objectMap, "apiToken", g.APIToken) - populate(objectMap, "encryptedCredential", &g.EncryptedCredential) - return json.Marshal(objectMap) -} - -// UnmarshalJSON implements the json.Unmarshaller interface for type GoogleSheetsLinkedServiceTypeProperties. -func (g *GoogleSheetsLinkedServiceTypeProperties) UnmarshalJSON(data []byte) error { - var rawMsg map[string]json.RawMessage - if err := json.Unmarshal(data, &rawMsg); err != nil { - return fmt.Errorf("unmarshalling type %T: %v", g, err) - } - for key, val := range rawMsg { - var err error - switch key { - case "apiToken": - g.APIToken, err = unmarshalSecretBaseClassification(val) - delete(rawMsg, key) - case "encryptedCredential": - err = unpopulate(val, "EncryptedCredential", &g.EncryptedCredential) - delete(rawMsg, key) - } - if err != nil { - return fmt.Errorf("unmarshalling type %T: %v", g, err) - } - } - return nil -} - // MarshalJSON implements the json.Marshaller interface for type GreenplumDatasetTypeProperties. func (g GreenplumDatasetTypeProperties) MarshalJSON() ([]byte, error) { objectMap := make(map[string]interface{}) @@ -27490,6 +27381,259 @@ func (j *JiraSource) UnmarshalJSON(data []byte) error { return nil } +// MarshalJSON implements the json.Marshaller interface for type LakeHouseLinkedService. +func (l LakeHouseLinkedService) MarshalJSON() ([]byte, error) { + objectMap := make(map[string]interface{}) + populate(objectMap, "annotations", l.Annotations) + populate(objectMap, "connectVia", l.ConnectVia) + populate(objectMap, "description", l.Description) + populate(objectMap, "parameters", l.Parameters) + objectMap["type"] = "LakeHouse" + populate(objectMap, "typeProperties", l.TypeProperties) + if l.AdditionalProperties != nil { + for key, val := range l.AdditionalProperties { + objectMap[key] = val + } + } + return json.Marshal(objectMap) +} + +// UnmarshalJSON implements the json.Unmarshaller interface for type LakeHouseLinkedService. +func (l *LakeHouseLinkedService) UnmarshalJSON(data []byte) error { + var rawMsg map[string]json.RawMessage + if err := json.Unmarshal(data, &rawMsg); err != nil { + return fmt.Errorf("unmarshalling type %T: %v", l, err) + } + for key, val := range rawMsg { + var err error + switch key { + case "annotations": + err = unpopulate(val, "Annotations", &l.Annotations) + delete(rawMsg, key) + case "connectVia": + err = unpopulate(val, "ConnectVia", &l.ConnectVia) + delete(rawMsg, key) + case "description": + err = unpopulate(val, "Description", &l.Description) + delete(rawMsg, key) + case "parameters": + err = unpopulate(val, "Parameters", &l.Parameters) + delete(rawMsg, key) + case "type": + err = unpopulate(val, "Type", &l.Type) + delete(rawMsg, key) + case "typeProperties": + err = unpopulate(val, "TypeProperties", &l.TypeProperties) + delete(rawMsg, key) + default: + if l.AdditionalProperties == nil { + l.AdditionalProperties = map[string]interface{}{} + } + if val != nil { + var aux interface{} + err = json.Unmarshal(val, &aux) + l.AdditionalProperties[key] = aux + } + delete(rawMsg, key) + } + if err != nil { + return fmt.Errorf("unmarshalling type %T: %v", l, err) + } + } + return nil +} + +// MarshalJSON implements the json.Marshaller interface for type LakeHouseLinkedServiceTypeProperties. +func (l LakeHouseLinkedServiceTypeProperties) MarshalJSON() ([]byte, error) { + objectMap := make(map[string]interface{}) + populate(objectMap, "artifactId", &l.ArtifactID) + populate(objectMap, "encryptedCredential", l.EncryptedCredential) + populate(objectMap, "servicePrincipalCredential", l.ServicePrincipalCredential) + populate(objectMap, "servicePrincipalCredentialType", &l.ServicePrincipalCredentialType) + populate(objectMap, "servicePrincipalId", &l.ServicePrincipalID) + populate(objectMap, "servicePrincipalKey", l.ServicePrincipalKey) + populate(objectMap, "tenant", &l.Tenant) + populate(objectMap, "workspaceId", &l.WorkspaceID) + return json.Marshal(objectMap) +} + +// UnmarshalJSON implements the json.Unmarshaller interface for type LakeHouseLinkedServiceTypeProperties. +func (l *LakeHouseLinkedServiceTypeProperties) UnmarshalJSON(data []byte) error { + var rawMsg map[string]json.RawMessage + if err := json.Unmarshal(data, &rawMsg); err != nil { + return fmt.Errorf("unmarshalling type %T: %v", l, err) + } + for key, val := range rawMsg { + var err error + switch key { + case "artifactId": + err = unpopulate(val, "ArtifactID", &l.ArtifactID) + delete(rawMsg, key) + case "encryptedCredential": + err = unpopulate(val, "EncryptedCredential", &l.EncryptedCredential) + delete(rawMsg, key) + case "servicePrincipalCredential": + l.ServicePrincipalCredential, err = unmarshalSecretBaseClassification(val) + delete(rawMsg, key) + case "servicePrincipalCredentialType": + err = unpopulate(val, "ServicePrincipalCredentialType", &l.ServicePrincipalCredentialType) + delete(rawMsg, key) + case "servicePrincipalId": + err = unpopulate(val, "ServicePrincipalID", &l.ServicePrincipalID) + delete(rawMsg, key) + case "servicePrincipalKey": + l.ServicePrincipalKey, err = unmarshalSecretBaseClassification(val) + delete(rawMsg, key) + case "tenant": + err = unpopulate(val, "Tenant", &l.Tenant) + delete(rawMsg, key) + case "workspaceId": + err = unpopulate(val, "WorkspaceID", &l.WorkspaceID) + delete(rawMsg, key) + } + if err != nil { + return fmt.Errorf("unmarshalling type %T: %v", l, err) + } + } + return nil +} + +// MarshalJSON implements the json.Marshaller interface for type LakeHouseLocation. +func (l LakeHouseLocation) MarshalJSON() ([]byte, error) { + objectMap := make(map[string]interface{}) + populate(objectMap, "fileName", &l.FileName) + populate(objectMap, "folderPath", &l.FolderPath) + objectMap["type"] = "LakeHouseLocation" + if l.AdditionalProperties != nil { + for key, val := range l.AdditionalProperties { + objectMap[key] = val + } + } + return json.Marshal(objectMap) +} + +// UnmarshalJSON implements the json.Unmarshaller interface for type LakeHouseLocation. +func (l *LakeHouseLocation) UnmarshalJSON(data []byte) error { + var rawMsg map[string]json.RawMessage + if err := json.Unmarshal(data, &rawMsg); err != nil { + return fmt.Errorf("unmarshalling type %T: %v", l, err) + } + for key, val := range rawMsg { + var err error + switch key { + case "fileName": + err = unpopulate(val, "FileName", &l.FileName) + delete(rawMsg, key) + case "folderPath": + err = unpopulate(val, "FolderPath", &l.FolderPath) + delete(rawMsg, key) + case "type": + err = unpopulate(val, "Type", &l.Type) + delete(rawMsg, key) + default: + if l.AdditionalProperties == nil { + l.AdditionalProperties = map[string]interface{}{} + } + if val != nil { + var aux interface{} + err = json.Unmarshal(val, &aux) + l.AdditionalProperties[key] = aux + } + delete(rawMsg, key) + } + if err != nil { + return fmt.Errorf("unmarshalling type %T: %v", l, err) + } + } + return nil +} + +// MarshalJSON implements the json.Marshaller interface for type LakeHouseReadSettings. +func (l LakeHouseReadSettings) MarshalJSON() ([]byte, error) { + objectMap := make(map[string]interface{}) + populate(objectMap, "deleteFilesAfterCompletion", &l.DeleteFilesAfterCompletion) + populate(objectMap, "disableMetricsCollection", &l.DisableMetricsCollection) + populate(objectMap, "enablePartitionDiscovery", &l.EnablePartitionDiscovery) + populate(objectMap, "fileListPath", &l.FileListPath) + populate(objectMap, "maxConcurrentConnections", &l.MaxConcurrentConnections) + populate(objectMap, "modifiedDatetimeEnd", &l.ModifiedDatetimeEnd) + populate(objectMap, "modifiedDatetimeStart", &l.ModifiedDatetimeStart) + populate(objectMap, "partitionRootPath", &l.PartitionRootPath) + populate(objectMap, "recursive", &l.Recursive) + objectMap["type"] = "LakeHouseReadSettings" + populate(objectMap, "wildcardFileName", &l.WildcardFileName) + populate(objectMap, "wildcardFolderPath", &l.WildcardFolderPath) + if l.AdditionalProperties != nil { + for key, val := range l.AdditionalProperties { + objectMap[key] = val + } + } + return json.Marshal(objectMap) +} + +// UnmarshalJSON implements the json.Unmarshaller interface for type LakeHouseReadSettings. +func (l *LakeHouseReadSettings) UnmarshalJSON(data []byte) error { + var rawMsg map[string]json.RawMessage + if err := json.Unmarshal(data, &rawMsg); err != nil { + return fmt.Errorf("unmarshalling type %T: %v", l, err) + } + for key, val := range rawMsg { + var err error + switch key { + case "deleteFilesAfterCompletion": + err = unpopulate(val, "DeleteFilesAfterCompletion", &l.DeleteFilesAfterCompletion) + delete(rawMsg, key) + case "disableMetricsCollection": + err = unpopulate(val, "DisableMetricsCollection", &l.DisableMetricsCollection) + delete(rawMsg, key) + case "enablePartitionDiscovery": + err = unpopulate(val, "EnablePartitionDiscovery", &l.EnablePartitionDiscovery) + delete(rawMsg, key) + case "fileListPath": + err = unpopulate(val, "FileListPath", &l.FileListPath) + delete(rawMsg, key) + case "maxConcurrentConnections": + err = unpopulate(val, "MaxConcurrentConnections", &l.MaxConcurrentConnections) + delete(rawMsg, key) + case "modifiedDatetimeEnd": + err = unpopulate(val, "ModifiedDatetimeEnd", &l.ModifiedDatetimeEnd) + delete(rawMsg, key) + case "modifiedDatetimeStart": + err = unpopulate(val, "ModifiedDatetimeStart", &l.ModifiedDatetimeStart) + delete(rawMsg, key) + case "partitionRootPath": + err = unpopulate(val, "PartitionRootPath", &l.PartitionRootPath) + delete(rawMsg, key) + case "recursive": + err = unpopulate(val, "Recursive", &l.Recursive) + delete(rawMsg, key) + case "type": + err = unpopulate(val, "Type", &l.Type) + delete(rawMsg, key) + case "wildcardFileName": + err = unpopulate(val, "WildcardFileName", &l.WildcardFileName) + delete(rawMsg, key) + case "wildcardFolderPath": + err = unpopulate(val, "WildcardFolderPath", &l.WildcardFolderPath) + delete(rawMsg, key) + default: + if l.AdditionalProperties == nil { + l.AdditionalProperties = map[string]interface{}{} + } + if val != nil { + var aux interface{} + err = json.Unmarshal(val, &aux) + l.AdditionalProperties[key] = aux + } + delete(rawMsg, key) + } + if err != nil { + return fmt.Errorf("unmarshalling type %T: %v", l, err) + } + } + return nil +} + // MarshalJSON implements the json.Marshaller interface for type LicensedComponentSetupTypeProperties. func (l LicensedComponentSetupTypeProperties) MarshalJSON() ([]byte, error) { objectMap := make(map[string]interface{}) @@ -38748,7 +38892,7 @@ func (s SQLMISink) MarshalJSON() ([]byte, error) { populate(objectMap, "sqlWriterUseTableLock", &s.SQLWriterUseTableLock) populate(objectMap, "sinkRetryCount", &s.SinkRetryCount) populate(objectMap, "sinkRetryWait", &s.SinkRetryWait) - populate(objectMap, "storedProcedureParameters", &s.StoredProcedureParameters) + populate(objectMap, "storedProcedureParameters", s.StoredProcedureParameters) populate(objectMap, "storedProcedureTableTypeParameterName", &s.StoredProcedureTableTypeParameterName) populate(objectMap, "tableOption", &s.TableOption) objectMap["type"] = "SqlMISink" @@ -38853,7 +38997,7 @@ func (s SQLMISource) MarshalJSON() ([]byte, error) { populate(objectMap, "sqlReaderStoredProcedureName", &s.SQLReaderStoredProcedureName) populate(objectMap, "sourceRetryCount", &s.SourceRetryCount) populate(objectMap, "sourceRetryWait", &s.SourceRetryWait) - populate(objectMap, "storedProcedureParameters", &s.StoredProcedureParameters) + populate(objectMap, "storedProcedureParameters", s.StoredProcedureParameters) objectMap["type"] = "SqlMISource" if s.AdditionalProperties != nil { for key, val := range s.AdditionalProperties { @@ -39080,7 +39224,7 @@ func (s SQLServerSink) MarshalJSON() ([]byte, error) { populate(objectMap, "sqlWriterUseTableLock", &s.SQLWriterUseTableLock) populate(objectMap, "sinkRetryCount", &s.SinkRetryCount) populate(objectMap, "sinkRetryWait", &s.SinkRetryWait) - populate(objectMap, "storedProcedureParameters", &s.StoredProcedureParameters) + populate(objectMap, "storedProcedureParameters", s.StoredProcedureParameters) populate(objectMap, "storedProcedureTableTypeParameterName", &s.StoredProcedureTableTypeParameterName) populate(objectMap, "tableOption", &s.TableOption) objectMap["type"] = "SqlServerSink" @@ -39185,7 +39329,7 @@ func (s SQLServerSource) MarshalJSON() ([]byte, error) { populate(objectMap, "sqlReaderStoredProcedureName", &s.SQLReaderStoredProcedureName) populate(objectMap, "sourceRetryCount", &s.SourceRetryCount) populate(objectMap, "sourceRetryWait", &s.SourceRetryWait) - populate(objectMap, "storedProcedureParameters", &s.StoredProcedureParameters) + populate(objectMap, "storedProcedureParameters", s.StoredProcedureParameters) objectMap["type"] = "SqlServerSource" if s.AdditionalProperties != nil { for key, val := range s.AdditionalProperties { @@ -39482,7 +39626,7 @@ func (s SQLSink) MarshalJSON() ([]byte, error) { populate(objectMap, "sqlWriterUseTableLock", &s.SQLWriterUseTableLock) populate(objectMap, "sinkRetryCount", &s.SinkRetryCount) populate(objectMap, "sinkRetryWait", &s.SinkRetryWait) - populate(objectMap, "storedProcedureParameters", &s.StoredProcedureParameters) + populate(objectMap, "storedProcedureParameters", s.StoredProcedureParameters) populate(objectMap, "storedProcedureTableTypeParameterName", &s.StoredProcedureTableTypeParameterName) populate(objectMap, "tableOption", &s.TableOption) objectMap["type"] = "SqlSink" @@ -39587,7 +39731,7 @@ func (s SQLSource) MarshalJSON() ([]byte, error) { populate(objectMap, "sqlReaderStoredProcedureName", &s.SQLReaderStoredProcedureName) populate(objectMap, "sourceRetryCount", &s.SourceRetryCount) populate(objectMap, "sourceRetryWait", &s.SourceRetryWait) - populate(objectMap, "storedProcedureParameters", &s.StoredProcedureParameters) + populate(objectMap, "storedProcedureParameters", s.StoredProcedureParameters) objectMap["type"] = "SqlSource" if s.AdditionalProperties != nil { for key, val := range s.AdditionalProperties { @@ -43597,7 +43741,6 @@ func (s *ScriptActivityScriptBlock) UnmarshalJSON(data []byte) error { func (s ScriptActivityTypeProperties) MarshalJSON() ([]byte, error) { objectMap := make(map[string]interface{}) populate(objectMap, "logSettings", s.LogSettings) - populate(objectMap, "scriptBlockExecutionTimeout", &s.ScriptBlockExecutionTimeout) populate(objectMap, "scripts", s.Scripts) return json.Marshal(objectMap) } @@ -43614,9 +43757,6 @@ func (s *ScriptActivityTypeProperties) UnmarshalJSON(data []byte) error { case "logSettings": err = unpopulate(val, "LogSettings", &s.LogSettings) delete(rawMsg, key) - case "scriptBlockExecutionTimeout": - err = unpopulate(val, "ScriptBlockExecutionTimeout", &s.ScriptBlockExecutionTimeout) - delete(rawMsg, key) case "scripts": err = unpopulate(val, "Scripts", &s.Scripts) delete(rawMsg, key) @@ -47069,6 +47209,37 @@ func (s *StoreWriteSettings) UnmarshalJSON(data []byte) error { return nil } +// MarshalJSON implements the json.Marshaller interface for type StoredProcedureParameter. +func (s StoredProcedureParameter) MarshalJSON() ([]byte, error) { + objectMap := make(map[string]interface{}) + populate(objectMap, "type", s.Type) + populate(objectMap, "value", &s.Value) + return json.Marshal(objectMap) +} + +// UnmarshalJSON implements the json.Unmarshaller interface for type StoredProcedureParameter. +func (s *StoredProcedureParameter) UnmarshalJSON(data []byte) error { + var rawMsg map[string]json.RawMessage + if err := json.Unmarshal(data, &rawMsg); err != nil { + return fmt.Errorf("unmarshalling type %T: %v", s, err) + } + for key, val := range rawMsg { + var err error + switch key { + case "type": + err = unpopulate(val, "Type", &s.Type) + delete(rawMsg, key) + case "value": + err = unpopulate(val, "Value", &s.Value) + delete(rawMsg, key) + } + if err != nil { + return fmt.Errorf("unmarshalling type %T: %v", s, err) + } + } + return nil +} + // MarshalJSON implements the json.Marshaller interface for type SwitchActivity. func (s SwitchActivity) MarshalJSON() ([]byte, error) { objectMap := make(map[string]interface{}) @@ -47643,9 +47814,7 @@ func (s SynapseSparkJobActivityTypeProperties) MarshalJSON() ([]byte, error) { populate(objectMap, "executorSize", &s.ExecutorSize) populate(objectMap, "file", &s.File) populate(objectMap, "files", s.Files) - populate(objectMap, "filesV2", s.FilesV2) populate(objectMap, "numExecutors", s.NumExecutors) - populate(objectMap, "pythonCodeReference", s.PythonCodeReference) populate(objectMap, "sparkJob", s.SparkJob) populate(objectMap, "targetBigDataPool", s.TargetBigDataPool) return json.Marshal(objectMap) @@ -47681,15 +47850,9 @@ func (s *SynapseSparkJobActivityTypeProperties) UnmarshalJSON(data []byte) error case "files": err = unpopulate(val, "Files", &s.Files) delete(rawMsg, key) - case "filesV2": - err = unpopulate(val, "FilesV2", &s.FilesV2) - delete(rawMsg, key) case "numExecutors": err = unpopulate(val, "NumExecutors", &s.NumExecutors) delete(rawMsg, key) - case "pythonCodeReference": - err = unpopulate(val, "PythonCodeReference", &s.PythonCodeReference) - delete(rawMsg, key) case "sparkJob": err = unpopulate(val, "SparkJob", &s.SparkJob) delete(rawMsg, key) @@ -47777,7 +47940,7 @@ func (s *SynapseSparkJobDefinitionActivity) UnmarshalJSON(data []byte) error { // MarshalJSON implements the json.Marshaller interface for type SynapseSparkJobReference. func (s SynapseSparkJobReference) MarshalJSON() ([]byte, error) { objectMap := make(map[string]interface{}) - populate(objectMap, "referenceName", &s.ReferenceName) + populate(objectMap, "referenceName", s.ReferenceName) populate(objectMap, "type", s.Type) return json.Marshal(objectMap) } diff --git a/sdk/resourcemanager/datafactory/armdatafactory/operations_client_example_test.go b/sdk/resourcemanager/datafactory/armdatafactory/operations_client_example_test.go deleted file mode 100644 index 18422c389c76..000000000000 --- a/sdk/resourcemanager/datafactory/armdatafactory/operations_client_example_test.go +++ /dev/null @@ -1,41 +0,0 @@ -//go:build go1.18 -// +build go1.18 - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. -// Code generated by Microsoft (R) AutoRest Code Generator. -// Changes may cause incorrect behavior and will be lost if the code is regenerated. - -package armdatafactory_test - -import ( - "context" - "log" - - "github.com/Azure/azure-sdk-for-go/sdk/azidentity" - "github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/datafactory/armdatafactory/v3" -) - -// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/tree/main/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/examples/Operations_List.json -func ExampleOperationsClient_NewListPager() { - cred, err := azidentity.NewDefaultAzureCredential(nil) - if err != nil { - log.Fatalf("failed to obtain a credential: %v", err) - } - ctx := context.Background() - client, err := armdatafactory.NewOperationsClient(cred, nil) - if err != nil { - log.Fatalf("failed to create client: %v", err) - } - pager := client.NewListPager(nil) - for pager.More() { - nextResult, err := pager.NextPage(ctx) - if err != nil { - log.Fatalf("failed to advance page: %v", err) - } - for _, v := range nextResult.Value { - // TODO: use page item - _ = v - } - } -} diff --git a/sdk/resourcemanager/datafactory/armdatafactory/pipelineruns_client_example_test.go b/sdk/resourcemanager/datafactory/armdatafactory/pipelineruns_client_example_test.go deleted file mode 100644 index ceffcf5177d6..000000000000 --- a/sdk/resourcemanager/datafactory/armdatafactory/pipelineruns_client_example_test.go +++ /dev/null @@ -1,85 +0,0 @@ -//go:build go1.18 -// +build go1.18 - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. -// Code generated by Microsoft (R) AutoRest Code Generator. -// Changes may cause incorrect behavior and will be lost if the code is regenerated. - -package armdatafactory_test - -import ( - "context" - "log" - - "time" - - "github.com/Azure/azure-sdk-for-go/sdk/azcore/to" - "github.com/Azure/azure-sdk-for-go/sdk/azidentity" - "github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/datafactory/armdatafactory/v3" -) - -// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/tree/main/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/examples/PipelineRuns_QueryByFactory.json -func ExamplePipelineRunsClient_QueryByFactory() { - cred, err := azidentity.NewDefaultAzureCredential(nil) - if err != nil { - log.Fatalf("failed to obtain a credential: %v", err) - } - ctx := context.Background() - client, err := armdatafactory.NewPipelineRunsClient("12345678-1234-1234-1234-12345678abc", cred, nil) - if err != nil { - log.Fatalf("failed to create client: %v", err) - } - res, err := client.QueryByFactory(ctx, "exampleResourceGroup", "exampleFactoryName", armdatafactory.RunFilterParameters{ - Filters: []*armdatafactory.RunQueryFilter{ - { - Operand: to.Ptr(armdatafactory.RunQueryFilterOperandPipelineName), - Operator: to.Ptr(armdatafactory.RunQueryFilterOperatorEquals), - Values: []*string{ - to.Ptr("examplePipeline")}, - }}, - LastUpdatedAfter: to.Ptr(func() time.Time { t, _ := time.Parse(time.RFC3339Nano, "2018-06-16T00:36:44.3345758Z"); return t }()), - LastUpdatedBefore: to.Ptr(func() time.Time { t, _ := time.Parse(time.RFC3339Nano, "2018-06-16T00:49:48.3686473Z"); return t }()), - }, nil) - if err != nil { - log.Fatalf("failed to finish the request: %v", err) - } - // TODO: use response item - _ = res -} - -// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/tree/main/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/examples/PipelineRuns_Get.json -func ExamplePipelineRunsClient_Get() { - cred, err := azidentity.NewDefaultAzureCredential(nil) - if err != nil { - log.Fatalf("failed to obtain a credential: %v", err) - } - ctx := context.Background() - client, err := armdatafactory.NewPipelineRunsClient("12345678-1234-1234-1234-12345678abc", cred, nil) - if err != nil { - log.Fatalf("failed to create client: %v", err) - } - res, err := client.Get(ctx, "exampleResourceGroup", "exampleFactoryName", "2f7fdb90-5df1-4b8e-ac2f-064cfa58202b", nil) - if err != nil { - log.Fatalf("failed to finish the request: %v", err) - } - // TODO: use response item - _ = res -} - -// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/tree/main/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/examples/PipelineRuns_Cancel.json -func ExamplePipelineRunsClient_Cancel() { - cred, err := azidentity.NewDefaultAzureCredential(nil) - if err != nil { - log.Fatalf("failed to obtain a credential: %v", err) - } - ctx := context.Background() - client, err := armdatafactory.NewPipelineRunsClient("12345678-1234-1234-1234-12345678abc", cred, nil) - if err != nil { - log.Fatalf("failed to create client: %v", err) - } - _, err = client.Cancel(ctx, "exampleResourceGroup", "exampleFactoryName", "16ac5348-ff82-4f95-a80d-638c1d47b721", &armdatafactory.PipelineRunsClientCancelOptions{IsRecursive: nil}) - if err != nil { - log.Fatalf("failed to finish the request: %v", err) - } -} diff --git a/sdk/resourcemanager/datafactory/armdatafactory/pipelines_client_example_test.go b/sdk/resourcemanager/datafactory/armdatafactory/pipelines_client_example_test.go deleted file mode 100644 index 2f24feb96024..000000000000 --- a/sdk/resourcemanager/datafactory/armdatafactory/pipelines_client_example_test.go +++ /dev/null @@ -1,279 +0,0 @@ -//go:build go1.18 -// +build go1.18 - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. -// Code generated by Microsoft (R) AutoRest Code Generator. -// Changes may cause incorrect behavior and will be lost if the code is regenerated. - -package armdatafactory_test - -import ( - "context" - "log" - - "github.com/Azure/azure-sdk-for-go/sdk/azcore/to" - "github.com/Azure/azure-sdk-for-go/sdk/azidentity" - "github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/datafactory/armdatafactory/v3" -) - -// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/tree/main/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/examples/Pipelines_ListByFactory.json -func ExamplePipelinesClient_NewListByFactoryPager() { - cred, err := azidentity.NewDefaultAzureCredential(nil) - if err != nil { - log.Fatalf("failed to obtain a credential: %v", err) - } - ctx := context.Background() - client, err := armdatafactory.NewPipelinesClient("12345678-1234-1234-1234-12345678abc", cred, nil) - if err != nil { - log.Fatalf("failed to create client: %v", err) - } - pager := client.NewListByFactoryPager("exampleResourceGroup", "exampleFactoryName", nil) - for pager.More() { - nextResult, err := pager.NextPage(ctx) - if err != nil { - log.Fatalf("failed to advance page: %v", err) - } - for _, v := range nextResult.Value { - // TODO: use page item - _ = v - } - } -} - -// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/tree/main/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/examples/Pipelines_Create.json -func ExamplePipelinesClient_CreateOrUpdate_pipelinesCreate() { - cred, err := azidentity.NewDefaultAzureCredential(nil) - if err != nil { - log.Fatalf("failed to obtain a credential: %v", err) - } - ctx := context.Background() - client, err := armdatafactory.NewPipelinesClient("12345678-1234-1234-1234-12345678abc", cred, nil) - if err != nil { - log.Fatalf("failed to create client: %v", err) - } - res, err := client.CreateOrUpdate(ctx, "exampleResourceGroup", "exampleFactoryName", "examplePipeline", armdatafactory.PipelineResource{ - Properties: &armdatafactory.Pipeline{ - Activities: []armdatafactory.ActivityClassification{ - &armdatafactory.ForEachActivity{ - Name: to.Ptr("ExampleForeachActivity"), - Type: to.Ptr("ForEach"), - TypeProperties: &armdatafactory.ForEachActivityTypeProperties{ - Activities: []armdatafactory.ActivityClassification{ - &armdatafactory.CopyActivity{ - Name: to.Ptr("ExampleCopyActivity"), - Type: to.Ptr("Copy"), - Inputs: []*armdatafactory.DatasetReference{ - { - Type: to.Ptr(armdatafactory.DatasetReferenceTypeDatasetReference), - Parameters: map[string]interface{}{ - "MyFileName": "examplecontainer.csv", - "MyFolderPath": "examplecontainer", - }, - ReferenceName: to.Ptr("exampleDataset"), - }}, - Outputs: []*armdatafactory.DatasetReference{ - { - Type: to.Ptr(armdatafactory.DatasetReferenceTypeDatasetReference), - Parameters: map[string]interface{}{ - "MyFileName": map[string]interface{}{ - "type": "Expression", - "value": "@item()", - }, - "MyFolderPath": "examplecontainer", - }, - ReferenceName: to.Ptr("exampleDataset"), - }}, - TypeProperties: &armdatafactory.CopyActivityTypeProperties{ - DataIntegrationUnits: float64(32), - Sink: &armdatafactory.BlobSink{ - Type: to.Ptr("BlobSink"), - }, - Source: &armdatafactory.BlobSource{ - Type: to.Ptr("BlobSource"), - }, - }, - }}, - IsSequential: to.Ptr(true), - Items: &armdatafactory.Expression{ - Type: to.Ptr(armdatafactory.ExpressionTypeExpression), - Value: to.Ptr("@pipeline().parameters.OutputBlobNameList"), - }, - }, - }}, - Parameters: map[string]*armdatafactory.ParameterSpecification{ - "JobId": { - Type: to.Ptr(armdatafactory.ParameterTypeString), - }, - "OutputBlobNameList": { - Type: to.Ptr(armdatafactory.ParameterTypeArray), - }, - }, - Policy: &armdatafactory.PipelinePolicy{ - ElapsedTimeMetric: &armdatafactory.PipelineElapsedTimeMetricPolicy{ - Duration: "0.00:10:00", - }, - }, - RunDimensions: map[string]interface{}{ - "JobId": map[string]interface{}{ - "type": "Expression", - "value": "@pipeline().parameters.JobId", - }, - }, - Variables: map[string]*armdatafactory.VariableSpecification{ - "TestVariableArray": { - Type: to.Ptr(armdatafactory.VariableTypeArray), - }, - }, - }, - }, &armdatafactory.PipelinesClientCreateOrUpdateOptions{IfMatch: nil}) - if err != nil { - log.Fatalf("failed to finish the request: %v", err) - } - // TODO: use response item - _ = res -} - -// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/tree/main/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/examples/Pipelines_Update.json -func ExamplePipelinesClient_CreateOrUpdate_pipelinesUpdate() { - cred, err := azidentity.NewDefaultAzureCredential(nil) - if err != nil { - log.Fatalf("failed to obtain a credential: %v", err) - } - ctx := context.Background() - client, err := armdatafactory.NewPipelinesClient("12345678-1234-1234-1234-12345678abc", cred, nil) - if err != nil { - log.Fatalf("failed to create client: %v", err) - } - res, err := client.CreateOrUpdate(ctx, "exampleResourceGroup", "exampleFactoryName", "examplePipeline", armdatafactory.PipelineResource{ - Properties: &armdatafactory.Pipeline{ - Description: to.Ptr("Example description"), - Activities: []armdatafactory.ActivityClassification{ - &armdatafactory.ForEachActivity{ - Name: to.Ptr("ExampleForeachActivity"), - Type: to.Ptr("ForEach"), - TypeProperties: &armdatafactory.ForEachActivityTypeProperties{ - Activities: []armdatafactory.ActivityClassification{ - &armdatafactory.CopyActivity{ - Name: to.Ptr("ExampleCopyActivity"), - Type: to.Ptr("Copy"), - Inputs: []*armdatafactory.DatasetReference{ - { - Type: to.Ptr(armdatafactory.DatasetReferenceTypeDatasetReference), - Parameters: map[string]interface{}{ - "MyFileName": "examplecontainer.csv", - "MyFolderPath": "examplecontainer", - }, - ReferenceName: to.Ptr("exampleDataset"), - }}, - Outputs: []*armdatafactory.DatasetReference{ - { - Type: to.Ptr(armdatafactory.DatasetReferenceTypeDatasetReference), - Parameters: map[string]interface{}{ - "MyFileName": map[string]interface{}{ - "type": "Expression", - "value": "@item()", - }, - "MyFolderPath": "examplecontainer", - }, - ReferenceName: to.Ptr("exampleDataset"), - }}, - TypeProperties: &armdatafactory.CopyActivityTypeProperties{ - DataIntegrationUnits: float64(32), - Sink: &armdatafactory.BlobSink{ - Type: to.Ptr("BlobSink"), - }, - Source: &armdatafactory.BlobSource{ - Type: to.Ptr("BlobSource"), - }, - }, - }}, - IsSequential: to.Ptr(true), - Items: &armdatafactory.Expression{ - Type: to.Ptr(armdatafactory.ExpressionTypeExpression), - Value: to.Ptr("@pipeline().parameters.OutputBlobNameList"), - }, - }, - }}, - Parameters: map[string]*armdatafactory.ParameterSpecification{ - "OutputBlobNameList": { - Type: to.Ptr(armdatafactory.ParameterTypeArray), - }, - }, - Policy: &armdatafactory.PipelinePolicy{ - ElapsedTimeMetric: &armdatafactory.PipelineElapsedTimeMetricPolicy{ - Duration: "0.00:10:00", - }, - }, - }, - }, &armdatafactory.PipelinesClientCreateOrUpdateOptions{IfMatch: nil}) - if err != nil { - log.Fatalf("failed to finish the request: %v", err) - } - // TODO: use response item - _ = res -} - -// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/tree/main/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/examples/Pipelines_Get.json -func ExamplePipelinesClient_Get() { - cred, err := azidentity.NewDefaultAzureCredential(nil) - if err != nil { - log.Fatalf("failed to obtain a credential: %v", err) - } - ctx := context.Background() - client, err := armdatafactory.NewPipelinesClient("12345678-1234-1234-1234-12345678abc", cred, nil) - if err != nil { - log.Fatalf("failed to create client: %v", err) - } - res, err := client.Get(ctx, "exampleResourceGroup", "exampleFactoryName", "examplePipeline", &armdatafactory.PipelinesClientGetOptions{IfNoneMatch: nil}) - if err != nil { - log.Fatalf("failed to finish the request: %v", err) - } - // TODO: use response item - _ = res -} - -// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/tree/main/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/examples/Pipelines_Delete.json -func ExamplePipelinesClient_Delete() { - cred, err := azidentity.NewDefaultAzureCredential(nil) - if err != nil { - log.Fatalf("failed to obtain a credential: %v", err) - } - ctx := context.Background() - client, err := armdatafactory.NewPipelinesClient("12345678-1234-1234-1234-12345678abc", cred, nil) - if err != nil { - log.Fatalf("failed to create client: %v", err) - } - _, err = client.Delete(ctx, "exampleResourceGroup", "exampleFactoryName", "examplePipeline", nil) - if err != nil { - log.Fatalf("failed to finish the request: %v", err) - } -} - -// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/tree/main/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/examples/Pipelines_CreateRun.json -func ExamplePipelinesClient_CreateRun() { - cred, err := azidentity.NewDefaultAzureCredential(nil) - if err != nil { - log.Fatalf("failed to obtain a credential: %v", err) - } - ctx := context.Background() - client, err := armdatafactory.NewPipelinesClient("12345678-1234-1234-1234-12345678abc", cred, nil) - if err != nil { - log.Fatalf("failed to create client: %v", err) - } - res, err := client.CreateRun(ctx, "exampleResourceGroup", "exampleFactoryName", "examplePipeline", &armdatafactory.PipelinesClientCreateRunOptions{ReferencePipelineRunID: nil, - IsRecovery: nil, - StartActivityName: nil, - StartFromFailure: nil, - Parameters: map[string]interface{}{ - "OutputBlobNameList": []interface{}{ - "exampleoutput.csv", - }, - }, - }) - if err != nil { - log.Fatalf("failed to finish the request: %v", err) - } - // TODO: use response item - _ = res -} diff --git a/sdk/resourcemanager/datafactory/armdatafactory/polymorphic_helpers.go b/sdk/resourcemanager/datafactory/armdatafactory/polymorphic_helpers.go index 030a6ecb2592..1ab86644c364 100644 --- a/sdk/resourcemanager/datafactory/armdatafactory/polymorphic_helpers.go +++ b/sdk/resourcemanager/datafactory/armdatafactory/polymorphic_helpers.go @@ -757,6 +757,8 @@ func unmarshalDatasetLocationClassification(rawMsg json.RawMessage) (DatasetLoca b = &HdfsLocation{} case "HttpServerLocation": b = &HTTPServerLocation{} + case "LakeHouseLocation": + b = &LakeHouseLocation{} case "OracleCloudStorageLocation": b = &OracleCloudStorageLocation{} case "SftpLocation": @@ -1048,8 +1050,6 @@ func unmarshalLinkedServiceClassification(rawMsg json.RawMessage) (LinkedService b = &GoogleBigQueryLinkedService{} case "GoogleCloudStorage": b = &GoogleCloudStorageLinkedService{} - case "GoogleSheets": - b = &GoogleSheetsLinkedService{} case "Greenplum": b = &GreenplumLinkedService{} case "HBase": @@ -1072,6 +1072,8 @@ func unmarshalLinkedServiceClassification(rawMsg json.RawMessage) (LinkedService b = &InformixLinkedService{} case "Jira": b = &JiraLinkedService{} + case "LakeHouse": + b = &LakeHouseLinkedService{} case "Magento": b = &MagentoLinkedService{} case "MariaDB": @@ -1275,6 +1277,8 @@ func unmarshalStoreReadSettingsClassification(rawMsg json.RawMessage) (StoreRead b = &HdfsReadSettings{} case "HttpReadSettings": b = &HTTPReadSettings{} + case "LakeHouseReadSettings": + b = &LakeHouseReadSettings{} case "OracleCloudStorageReadSettings": b = &OracleCloudStorageReadSettings{} case "SftpReadSettings": diff --git a/sdk/resourcemanager/datafactory/armdatafactory/privateendpointconnection_client_example_test.go b/sdk/resourcemanager/datafactory/armdatafactory/privateendpointconnection_client_example_test.go deleted file mode 100644 index bdfd20e7e253..000000000000 --- a/sdk/resourcemanager/datafactory/armdatafactory/privateendpointconnection_client_example_test.go +++ /dev/null @@ -1,84 +0,0 @@ -//go:build go1.18 -// +build go1.18 - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. -// Code generated by Microsoft (R) AutoRest Code Generator. -// Changes may cause incorrect behavior and will be lost if the code is regenerated. - -package armdatafactory_test - -import ( - "context" - "log" - - "github.com/Azure/azure-sdk-for-go/sdk/azcore/to" - "github.com/Azure/azure-sdk-for-go/sdk/azidentity" - "github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/datafactory/armdatafactory/v3" -) - -// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/tree/main/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/examples/ApproveRejectPrivateEndpointConnection.json -func ExamplePrivateEndpointConnectionClient_CreateOrUpdate() { - cred, err := azidentity.NewDefaultAzureCredential(nil) - if err != nil { - log.Fatalf("failed to obtain a credential: %v", err) - } - ctx := context.Background() - client, err := armdatafactory.NewPrivateEndpointConnectionClient("34adfa4f-cedf-4dc0-ba29-b6d1a69ab345", cred, nil) - if err != nil { - log.Fatalf("failed to create client: %v", err) - } - res, err := client.CreateOrUpdate(ctx, "exampleResourceGroup", "exampleFactoryName", "connection", armdatafactory.PrivateLinkConnectionApprovalRequestResource{ - Properties: &armdatafactory.PrivateLinkConnectionApprovalRequest{ - PrivateEndpoint: &armdatafactory.PrivateEndpoint{ - ID: to.Ptr("/subscriptions/12345678-1234-1234-1234-12345678abc/resourceGroups/exampleResourceGroup/providers/Microsoft.DataFactory/factories/exampleFactoryName/privateEndpoints/myPrivateEndpoint"), - }, - PrivateLinkServiceConnectionState: &armdatafactory.PrivateLinkConnectionState{ - Description: to.Ptr("Approved by admin."), - ActionsRequired: to.Ptr(""), - Status: to.Ptr("Approved"), - }, - }, - }, &armdatafactory.PrivateEndpointConnectionClientCreateOrUpdateOptions{IfMatch: nil}) - if err != nil { - log.Fatalf("failed to finish the request: %v", err) - } - // TODO: use response item - _ = res -} - -// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/tree/main/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/examples/GetPrivateEndpointConnection.json -func ExamplePrivateEndpointConnectionClient_Get() { - cred, err := azidentity.NewDefaultAzureCredential(nil) - if err != nil { - log.Fatalf("failed to obtain a credential: %v", err) - } - ctx := context.Background() - client, err := armdatafactory.NewPrivateEndpointConnectionClient("34adfa4f-cedf-4dc0-ba29-b6d1a69ab345", cred, nil) - if err != nil { - log.Fatalf("failed to create client: %v", err) - } - res, err := client.Get(ctx, "exampleResourceGroup", "exampleFactoryName", "connection", &armdatafactory.PrivateEndpointConnectionClientGetOptions{IfNoneMatch: nil}) - if err != nil { - log.Fatalf("failed to finish the request: %v", err) - } - // TODO: use response item - _ = res -} - -// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/tree/main/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/examples/DeletePrivateEndpointConnection.json -func ExamplePrivateEndpointConnectionClient_Delete() { - cred, err := azidentity.NewDefaultAzureCredential(nil) - if err != nil { - log.Fatalf("failed to obtain a credential: %v", err) - } - ctx := context.Background() - client, err := armdatafactory.NewPrivateEndpointConnectionClient("34adfa4f-cedf-4dc0-ba29-b6d1a69ab345", cred, nil) - if err != nil { - log.Fatalf("failed to create client: %v", err) - } - _, err = client.Delete(ctx, "exampleResourceGroup", "exampleFactoryName", "connection", nil) - if err != nil { - log.Fatalf("failed to finish the request: %v", err) - } -} diff --git a/sdk/resourcemanager/datafactory/armdatafactory/privateendpointconnections_client_example_test.go b/sdk/resourcemanager/datafactory/armdatafactory/privateendpointconnections_client_example_test.go deleted file mode 100644 index 393f787d724d..000000000000 --- a/sdk/resourcemanager/datafactory/armdatafactory/privateendpointconnections_client_example_test.go +++ /dev/null @@ -1,41 +0,0 @@ -//go:build go1.18 -// +build go1.18 - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. -// Code generated by Microsoft (R) AutoRest Code Generator. -// Changes may cause incorrect behavior and will be lost if the code is regenerated. - -package armdatafactory_test - -import ( - "context" - "log" - - "github.com/Azure/azure-sdk-for-go/sdk/azidentity" - "github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/datafactory/armdatafactory/v3" -) - -// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/tree/main/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/examples/PrivateEndPointConnections_ListByFactory.json -func ExamplePrivateEndPointConnectionsClient_NewListByFactoryPager() { - cred, err := azidentity.NewDefaultAzureCredential(nil) - if err != nil { - log.Fatalf("failed to obtain a credential: %v", err) - } - ctx := context.Background() - client, err := armdatafactory.NewPrivateEndPointConnectionsClient("12345678-1234-1234-1234-12345678abc", cred, nil) - if err != nil { - log.Fatalf("failed to create client: %v", err) - } - pager := client.NewListByFactoryPager("exampleResourceGroup", "exampleFactoryName", nil) - for pager.More() { - nextResult, err := pager.NextPage(ctx) - if err != nil { - log.Fatalf("failed to advance page: %v", err) - } - for _, v := range nextResult.Value { - // TODO: use page item - _ = v - } - } -} diff --git a/sdk/resourcemanager/datafactory/armdatafactory/privatelinkresources_client_example_test.go b/sdk/resourcemanager/datafactory/armdatafactory/privatelinkresources_client_example_test.go deleted file mode 100644 index e568b8fe4f10..000000000000 --- a/sdk/resourcemanager/datafactory/armdatafactory/privatelinkresources_client_example_test.go +++ /dev/null @@ -1,36 +0,0 @@ -//go:build go1.18 -// +build go1.18 - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. -// Code generated by Microsoft (R) AutoRest Code Generator. -// Changes may cause incorrect behavior and will be lost if the code is regenerated. - -package armdatafactory_test - -import ( - "context" - "log" - - "github.com/Azure/azure-sdk-for-go/sdk/azidentity" - "github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/datafactory/armdatafactory/v3" -) - -// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/tree/main/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/examples/GetPrivateLinkResources.json -func ExamplePrivateLinkResourcesClient_Get() { - cred, err := azidentity.NewDefaultAzureCredential(nil) - if err != nil { - log.Fatalf("failed to obtain a credential: %v", err) - } - ctx := context.Background() - client, err := armdatafactory.NewPrivateLinkResourcesClient("34adfa4f-cedf-4dc0-ba29-b6d1a69ab345", cred, nil) - if err != nil { - log.Fatalf("failed to create client: %v", err) - } - res, err := client.Get(ctx, "exampleResourceGroup", "exampleFactoryName", nil) - if err != nil { - log.Fatalf("failed to finish the request: %v", err) - } - // TODO: use response item - _ = res -} diff --git a/sdk/resourcemanager/datafactory/armdatafactory/triggerruns_client_example_test.go b/sdk/resourcemanager/datafactory/armdatafactory/triggerruns_client_example_test.go deleted file mode 100644 index 7022cd617170..000000000000 --- a/sdk/resourcemanager/datafactory/armdatafactory/triggerruns_client_example_test.go +++ /dev/null @@ -1,83 +0,0 @@ -//go:build go1.18 -// +build go1.18 - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. -// Code generated by Microsoft (R) AutoRest Code Generator. -// Changes may cause incorrect behavior and will be lost if the code is regenerated. - -package armdatafactory_test - -import ( - "context" - "log" - - "time" - - "github.com/Azure/azure-sdk-for-go/sdk/azcore/to" - "github.com/Azure/azure-sdk-for-go/sdk/azidentity" - "github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/datafactory/armdatafactory/v3" -) - -// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/tree/main/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/examples/TriggerRuns_Rerun.json -func ExampleTriggerRunsClient_Rerun() { - cred, err := azidentity.NewDefaultAzureCredential(nil) - if err != nil { - log.Fatalf("failed to obtain a credential: %v", err) - } - ctx := context.Background() - client, err := armdatafactory.NewTriggerRunsClient("12345678-1234-1234-1234-12345678abc", cred, nil) - if err != nil { - log.Fatalf("failed to create client: %v", err) - } - _, err = client.Rerun(ctx, "exampleResourceGroup", "exampleFactoryName", "exampleTrigger", "2f7fdb90-5df1-4b8e-ac2f-064cfa58202b", nil) - if err != nil { - log.Fatalf("failed to finish the request: %v", err) - } -} - -// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/tree/main/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/examples/TriggerRuns_Cancel.json -func ExampleTriggerRunsClient_Cancel() { - cred, err := azidentity.NewDefaultAzureCredential(nil) - if err != nil { - log.Fatalf("failed to obtain a credential: %v", err) - } - ctx := context.Background() - client, err := armdatafactory.NewTriggerRunsClient("12345678-1234-1234-1234-12345678abc", cred, nil) - if err != nil { - log.Fatalf("failed to create client: %v", err) - } - _, err = client.Cancel(ctx, "exampleResourceGroup", "exampleFactoryName", "exampleTrigger", "2f7fdb90-5df1-4b8e-ac2f-064cfa58202b", nil) - if err != nil { - log.Fatalf("failed to finish the request: %v", err) - } -} - -// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/tree/main/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/examples/TriggerRuns_QueryByFactory.json -func ExampleTriggerRunsClient_QueryByFactory() { - cred, err := azidentity.NewDefaultAzureCredential(nil) - if err != nil { - log.Fatalf("failed to obtain a credential: %v", err) - } - ctx := context.Background() - client, err := armdatafactory.NewTriggerRunsClient("12345678-1234-1234-1234-12345678abc", cred, nil) - if err != nil { - log.Fatalf("failed to create client: %v", err) - } - res, err := client.QueryByFactory(ctx, "exampleResourceGroup", "exampleFactoryName", armdatafactory.RunFilterParameters{ - Filters: []*armdatafactory.RunQueryFilter{ - { - Operand: to.Ptr(armdatafactory.RunQueryFilterOperandTriggerName), - Operator: to.Ptr(armdatafactory.RunQueryFilterOperatorEquals), - Values: []*string{ - to.Ptr("exampleTrigger")}, - }}, - LastUpdatedAfter: to.Ptr(func() time.Time { t, _ := time.Parse(time.RFC3339Nano, "2018-06-16T00:36:44.3345758Z"); return t }()), - LastUpdatedBefore: to.Ptr(func() time.Time { t, _ := time.Parse(time.RFC3339Nano, "2018-06-16T00:49:48.3686473Z"); return t }()), - }, nil) - if err != nil { - log.Fatalf("failed to finish the request: %v", err) - } - // TODO: use response item - _ = res -} diff --git a/sdk/resourcemanager/datafactory/armdatafactory/triggers_client_example_test.go b/sdk/resourcemanager/datafactory/armdatafactory/triggers_client_example_test.go deleted file mode 100644 index 7856061149cb..000000000000 --- a/sdk/resourcemanager/datafactory/armdatafactory/triggers_client_example_test.go +++ /dev/null @@ -1,297 +0,0 @@ -//go:build go1.18 -// +build go1.18 - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. -// Code generated by Microsoft (R) AutoRest Code Generator. -// Changes may cause incorrect behavior and will be lost if the code is regenerated. - -package armdatafactory_test - -import ( - "context" - "log" - - "time" - - "github.com/Azure/azure-sdk-for-go/sdk/azcore/to" - "github.com/Azure/azure-sdk-for-go/sdk/azidentity" - "github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/datafactory/armdatafactory/v3" -) - -// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/tree/main/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/examples/Triggers_ListByFactory.json -func ExampleTriggersClient_NewListByFactoryPager() { - cred, err := azidentity.NewDefaultAzureCredential(nil) - if err != nil { - log.Fatalf("failed to obtain a credential: %v", err) - } - ctx := context.Background() - client, err := armdatafactory.NewTriggersClient("12345678-1234-1234-1234-12345678abc", cred, nil) - if err != nil { - log.Fatalf("failed to create client: %v", err) - } - pager := client.NewListByFactoryPager("exampleResourceGroup", "exampleFactoryName", nil) - for pager.More() { - nextResult, err := pager.NextPage(ctx) - if err != nil { - log.Fatalf("failed to advance page: %v", err) - } - for _, v := range nextResult.Value { - // TODO: use page item - _ = v - } - } -} - -// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/tree/main/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/examples/Triggers_QueryByFactory.json -func ExampleTriggersClient_QueryByFactory() { - cred, err := azidentity.NewDefaultAzureCredential(nil) - if err != nil { - log.Fatalf("failed to obtain a credential: %v", err) - } - ctx := context.Background() - client, err := armdatafactory.NewTriggersClient("12345678-1234-1234-1234-12345678abc", cred, nil) - if err != nil { - log.Fatalf("failed to create client: %v", err) - } - res, err := client.QueryByFactory(ctx, "exampleResourceGroup", "exampleFactoryName", armdatafactory.TriggerFilterParameters{ - ParentTriggerName: to.Ptr("exampleTrigger"), - }, nil) - if err != nil { - log.Fatalf("failed to finish the request: %v", err) - } - // TODO: use response item - _ = res -} - -// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/tree/main/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/examples/Triggers_Create.json -func ExampleTriggersClient_CreateOrUpdate_triggersCreate() { - cred, err := azidentity.NewDefaultAzureCredential(nil) - if err != nil { - log.Fatalf("failed to obtain a credential: %v", err) - } - ctx := context.Background() - client, err := armdatafactory.NewTriggersClient("12345678-1234-1234-1234-12345678abc", cred, nil) - if err != nil { - log.Fatalf("failed to create client: %v", err) - } - res, err := client.CreateOrUpdate(ctx, "exampleResourceGroup", "exampleFactoryName", "exampleTrigger", armdatafactory.TriggerResource{ - Properties: &armdatafactory.ScheduleTrigger{ - Type: to.Ptr("ScheduleTrigger"), - Pipelines: []*armdatafactory.TriggerPipelineReference{ - { - Parameters: map[string]interface{}{ - "OutputBlobNameList": []interface{}{ - "exampleoutput.csv", - }, - }, - PipelineReference: &armdatafactory.PipelineReference{ - Type: to.Ptr(armdatafactory.PipelineReferenceTypePipelineReference), - ReferenceName: to.Ptr("examplePipeline"), - }, - }}, - TypeProperties: &armdatafactory.ScheduleTriggerTypeProperties{ - Recurrence: &armdatafactory.ScheduleTriggerRecurrence{ - EndTime: to.Ptr(func() time.Time { t, _ := time.Parse(time.RFC3339Nano, "2018-06-16T00:55:13.8441801Z"); return t }()), - Frequency: to.Ptr(armdatafactory.RecurrenceFrequencyMinute), - Interval: to.Ptr[int32](4), - StartTime: to.Ptr(func() time.Time { t, _ := time.Parse(time.RFC3339Nano, "2018-06-16T00:39:13.8441801Z"); return t }()), - TimeZone: to.Ptr("UTC"), - }, - }, - }, - }, &armdatafactory.TriggersClientCreateOrUpdateOptions{IfMatch: nil}) - if err != nil { - log.Fatalf("failed to finish the request: %v", err) - } - // TODO: use response item - _ = res -} - -// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/tree/main/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/examples/Triggers_Update.json -func ExampleTriggersClient_CreateOrUpdate_triggersUpdate() { - cred, err := azidentity.NewDefaultAzureCredential(nil) - if err != nil { - log.Fatalf("failed to obtain a credential: %v", err) - } - ctx := context.Background() - client, err := armdatafactory.NewTriggersClient("12345678-1234-1234-1234-12345678abc", cred, nil) - if err != nil { - log.Fatalf("failed to create client: %v", err) - } - res, err := client.CreateOrUpdate(ctx, "exampleResourceGroup", "exampleFactoryName", "exampleTrigger", armdatafactory.TriggerResource{ - Properties: &armdatafactory.ScheduleTrigger{ - Type: to.Ptr("ScheduleTrigger"), - Description: to.Ptr("Example description"), - Pipelines: []*armdatafactory.TriggerPipelineReference{ - { - Parameters: map[string]interface{}{ - "OutputBlobNameList": []interface{}{ - "exampleoutput.csv", - }, - }, - PipelineReference: &armdatafactory.PipelineReference{ - Type: to.Ptr(armdatafactory.PipelineReferenceTypePipelineReference), - ReferenceName: to.Ptr("examplePipeline"), - }, - }}, - TypeProperties: &armdatafactory.ScheduleTriggerTypeProperties{ - Recurrence: &armdatafactory.ScheduleTriggerRecurrence{ - EndTime: to.Ptr(func() time.Time { t, _ := time.Parse(time.RFC3339Nano, "2018-06-16T00:55:14.905167Z"); return t }()), - Frequency: to.Ptr(armdatafactory.RecurrenceFrequencyMinute), - Interval: to.Ptr[int32](4), - StartTime: to.Ptr(func() time.Time { t, _ := time.Parse(time.RFC3339Nano, "2018-06-16T00:39:14.905167Z"); return t }()), - TimeZone: to.Ptr("UTC"), - }, - }, - }, - }, &armdatafactory.TriggersClientCreateOrUpdateOptions{IfMatch: nil}) - if err != nil { - log.Fatalf("failed to finish the request: %v", err) - } - // TODO: use response item - _ = res -} - -// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/tree/main/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/examples/Triggers_Get.json -func ExampleTriggersClient_Get() { - cred, err := azidentity.NewDefaultAzureCredential(nil) - if err != nil { - log.Fatalf("failed to obtain a credential: %v", err) - } - ctx := context.Background() - client, err := armdatafactory.NewTriggersClient("12345678-1234-1234-1234-12345678abc", cred, nil) - if err != nil { - log.Fatalf("failed to create client: %v", err) - } - res, err := client.Get(ctx, "exampleResourceGroup", "exampleFactoryName", "exampleTrigger", &armdatafactory.TriggersClientGetOptions{IfNoneMatch: nil}) - if err != nil { - log.Fatalf("failed to finish the request: %v", err) - } - // TODO: use response item - _ = res -} - -// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/tree/main/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/examples/Triggers_Delete.json -func ExampleTriggersClient_Delete() { - cred, err := azidentity.NewDefaultAzureCredential(nil) - if err != nil { - log.Fatalf("failed to obtain a credential: %v", err) - } - ctx := context.Background() - client, err := armdatafactory.NewTriggersClient("12345678-1234-1234-1234-12345678abc", cred, nil) - if err != nil { - log.Fatalf("failed to create client: %v", err) - } - _, err = client.Delete(ctx, "exampleResourceGroup", "exampleFactoryName", "exampleTrigger", nil) - if err != nil { - log.Fatalf("failed to finish the request: %v", err) - } -} - -// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/tree/main/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/examples/Triggers_SubscribeToEvents.json -func ExampleTriggersClient_BeginSubscribeToEvents() { - cred, err := azidentity.NewDefaultAzureCredential(nil) - if err != nil { - log.Fatalf("failed to obtain a credential: %v", err) - } - ctx := context.Background() - client, err := armdatafactory.NewTriggersClient("12345678-1234-1234-1234-12345678abc", cred, nil) - if err != nil { - log.Fatalf("failed to create client: %v", err) - } - poller, err := client.BeginSubscribeToEvents(ctx, "exampleResourceGroup", "exampleFactoryName", "exampleTrigger", nil) - if err != nil { - log.Fatalf("failed to finish the request: %v", err) - } - res, err := poller.PollUntilDone(ctx, nil) - if err != nil { - log.Fatalf("failed to pull the result: %v", err) - } - // TODO: use response item - _ = res -} - -// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/tree/main/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/examples/Triggers_GetEventSubscriptionStatus.json -func ExampleTriggersClient_GetEventSubscriptionStatus() { - cred, err := azidentity.NewDefaultAzureCredential(nil) - if err != nil { - log.Fatalf("failed to obtain a credential: %v", err) - } - ctx := context.Background() - client, err := armdatafactory.NewTriggersClient("12345678-1234-1234-1234-12345678abc", cred, nil) - if err != nil { - log.Fatalf("failed to create client: %v", err) - } - res, err := client.GetEventSubscriptionStatus(ctx, "exampleResourceGroup", "exampleFactoryName", "exampleTrigger", nil) - if err != nil { - log.Fatalf("failed to finish the request: %v", err) - } - // TODO: use response item - _ = res -} - -// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/tree/main/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/examples/Triggers_UnsubscribeFromEvents.json -func ExampleTriggersClient_BeginUnsubscribeFromEvents() { - cred, err := azidentity.NewDefaultAzureCredential(nil) - if err != nil { - log.Fatalf("failed to obtain a credential: %v", err) - } - ctx := context.Background() - client, err := armdatafactory.NewTriggersClient("12345678-1234-1234-1234-12345678abc", cred, nil) - if err != nil { - log.Fatalf("failed to create client: %v", err) - } - poller, err := client.BeginUnsubscribeFromEvents(ctx, "exampleResourceGroup", "exampleFactoryName", "exampleTrigger", nil) - if err != nil { - log.Fatalf("failed to finish the request: %v", err) - } - res, err := poller.PollUntilDone(ctx, nil) - if err != nil { - log.Fatalf("failed to pull the result: %v", err) - } - // TODO: use response item - _ = res -} - -// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/tree/main/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/examples/Triggers_Start.json -func ExampleTriggersClient_BeginStart() { - cred, err := azidentity.NewDefaultAzureCredential(nil) - if err != nil { - log.Fatalf("failed to obtain a credential: %v", err) - } - ctx := context.Background() - client, err := armdatafactory.NewTriggersClient("12345678-1234-1234-1234-12345678abc", cred, nil) - if err != nil { - log.Fatalf("failed to create client: %v", err) - } - poller, err := client.BeginStart(ctx, "exampleResourceGroup", "exampleFactoryName", "exampleTrigger", nil) - if err != nil { - log.Fatalf("failed to finish the request: %v", err) - } - _, err = poller.PollUntilDone(ctx, nil) - if err != nil { - log.Fatalf("failed to pull the result: %v", err) - } -} - -// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/tree/main/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/examples/Triggers_Stop.json -func ExampleTriggersClient_BeginStop() { - cred, err := azidentity.NewDefaultAzureCredential(nil) - if err != nil { - log.Fatalf("failed to obtain a credential: %v", err) - } - ctx := context.Background() - client, err := armdatafactory.NewTriggersClient("12345678-1234-1234-1234-12345678abc", cred, nil) - if err != nil { - log.Fatalf("failed to create client: %v", err) - } - poller, err := client.BeginStop(ctx, "exampleResourceGroup", "exampleFactoryName", "exampleTrigger", nil) - if err != nil { - log.Fatalf("failed to finish the request: %v", err) - } - _, err = poller.PollUntilDone(ctx, nil) - if err != nil { - log.Fatalf("failed to pull the result: %v", err) - } -}