github Azure/azure-sdk-for-go sdk/resourcemanager/streamanalytics/armstreamanalytics/v0.3.0

latest releases: sdk/storage/azdatalake/v1.1.2, sdk/azidentity/v1.6.0-beta.4, sdk/internal/v1.8.0...
pre-release2 years ago

0.3.0 (2022-01-13)

Breaking Changes

  • Function *InputsClient.Delete parameter(s) have been changed from (context.Context, string, string, string, *InputsDeleteOptions) to (context.Context, string, string, string, *InputsClientDeleteOptions)
  • Function *InputsClient.Delete return value(s) have been changed from (InputsDeleteResponse, error) to (InputsClientDeleteResponse, error)
  • Function *TransformationsClient.CreateOrReplace parameter(s) have been changed from (context.Context, string, string, string, Transformation, *TransformationsCreateOrReplaceOptions) to (context.Context, string, string, string, Transformation, *TransformationsClientCreateOrReplaceOptions)
  • Function *TransformationsClient.CreateOrReplace return value(s) have been changed from (TransformationsCreateOrReplaceResponse, error) to (TransformationsClientCreateOrReplaceResponse, error)
  • Function *StreamingJobsClient.Update parameter(s) have been changed from (context.Context, string, string, StreamingJob, *StreamingJobsUpdateOptions) to (context.Context, string, string, StreamingJob, *StreamingJobsClientUpdateOptions)
  • Function *StreamingJobsClient.Update return value(s) have been changed from (StreamingJobsUpdateResponse, error) to (StreamingJobsClientUpdateResponse, error)
  • Function *FunctionsClient.Update parameter(s) have been changed from (context.Context, string, string, string, Function, *FunctionsUpdateOptions) to (context.Context, string, string, string, Function, *FunctionsClientUpdateOptions)
  • Function *FunctionsClient.Update return value(s) have been changed from (FunctionsUpdateResponse, error) to (FunctionsClientUpdateResponse, error)
  • Function *ClustersClient.ListBySubscription parameter(s) have been changed from (*ClustersListBySubscriptionOptions) to (*ClustersClientListBySubscriptionOptions)
  • Function *ClustersClient.ListBySubscription return value(s) have been changed from (*ClustersListBySubscriptionPager) to (*ClustersClientListBySubscriptionPager)
  • Function *PrivateEndpointsClient.BeginDelete parameter(s) have been changed from (context.Context, string, string, string, *PrivateEndpointsBeginDeleteOptions) to (context.Context, string, string, string, *PrivateEndpointsClientBeginDeleteOptions)
  • Function *PrivateEndpointsClient.BeginDelete return value(s) have been changed from (PrivateEndpointsDeletePollerResponse, error) to (PrivateEndpointsClientDeletePollerResponse, error)
  • Function *TransformationsClient.Update parameter(s) have been changed from (context.Context, string, string, string, Transformation, *TransformationsUpdateOptions) to (context.Context, string, string, string, Transformation, *TransformationsClientUpdateOptions)
  • Function *TransformationsClient.Update return value(s) have been changed from (TransformationsUpdateResponse, error) to (TransformationsClientUpdateResponse, error)
  • Function *ClustersClient.BeginUpdate parameter(s) have been changed from (context.Context, string, string, Cluster, *ClustersBeginUpdateOptions) to (context.Context, string, string, Cluster, *ClustersClientBeginUpdateOptions)
  • Function *ClustersClient.BeginUpdate return value(s) have been changed from (ClustersUpdatePollerResponse, error) to (ClustersClientUpdatePollerResponse, error)
  • Function *TransformationsClient.Get parameter(s) have been changed from (context.Context, string, string, string, *TransformationsGetOptions) to (context.Context, string, string, string, *TransformationsClientGetOptions)
  • Function *TransformationsClient.Get return value(s) have been changed from (TransformationsGetResponse, error) to (TransformationsClientGetResponse, error)
  • Function *OutputsClient.Delete parameter(s) have been changed from (context.Context, string, string, string, *OutputsDeleteOptions) to (context.Context, string, string, string, *OutputsClientDeleteOptions)
  • Function *OutputsClient.Delete return value(s) have been changed from (OutputsDeleteResponse, error) to (OutputsClientDeleteResponse, error)
  • Function *StreamingJobsClient.Get parameter(s) have been changed from (context.Context, string, string, *StreamingJobsGetOptions) to (context.Context, string, string, *StreamingJobsClientGetOptions)
  • Function *StreamingJobsClient.Get return value(s) have been changed from (StreamingJobsGetResponse, error) to (StreamingJobsClientGetResponse, error)
  • Function *OutputsClient.BeginTest parameter(s) have been changed from (context.Context, string, string, string, *OutputsBeginTestOptions) to (context.Context, string, string, string, *OutputsClientBeginTestOptions)
  • Function *OutputsClient.BeginTest return value(s) have been changed from (OutputsTestPollerResponse, error) to (OutputsClientTestPollerResponse, error)
  • Function *StreamingJobsClient.BeginStop parameter(s) have been changed from (context.Context, string, string, *StreamingJobsBeginStopOptions) to (context.Context, string, string, *StreamingJobsClientBeginStopOptions)
  • Function *StreamingJobsClient.BeginStop return value(s) have been changed from (StreamingJobsStopPollerResponse, error) to (StreamingJobsClientStopPollerResponse, error)
  • Function *PrivateEndpointsClient.ListByCluster parameter(s) have been changed from (string, string, *PrivateEndpointsListByClusterOptions) to (string, string, *PrivateEndpointsClientListByClusterOptions)
  • Function *PrivateEndpointsClient.ListByCluster return value(s) have been changed from (*PrivateEndpointsListByClusterPager) to (*PrivateEndpointsClientListByClusterPager)
  • Function *PrivateEndpointsClient.Get parameter(s) have been changed from (context.Context, string, string, string, *PrivateEndpointsGetOptions) to (context.Context, string, string, string, *PrivateEndpointsClientGetOptions)
  • Function *PrivateEndpointsClient.Get return value(s) have been changed from (PrivateEndpointsGetResponse, error) to (PrivateEndpointsClientGetResponse, error)
  • Function *InputsClient.Update parameter(s) have been changed from (context.Context, string, string, string, Input, *InputsUpdateOptions) to (context.Context, string, string, string, Input, *InputsClientUpdateOptions)
  • Function *InputsClient.Update return value(s) have been changed from (InputsUpdateResponse, error) to (InputsClientUpdateResponse, error)
  • Function *PrivateEndpointsClient.CreateOrUpdate parameter(s) have been changed from (context.Context, string, string, string, PrivateEndpoint, *PrivateEndpointsCreateOrUpdateOptions) to (context.Context, string, string, string, PrivateEndpoint, *PrivateEndpointsClientCreateOrUpdateOptions)
  • Function *PrivateEndpointsClient.CreateOrUpdate return value(s) have been changed from (PrivateEndpointsCreateOrUpdateResponse, error) to (PrivateEndpointsClientCreateOrUpdateResponse, error)
  • Function *InputsClient.ListByStreamingJob parameter(s) have been changed from (string, string, *InputsListByStreamingJobOptions) to (string, string, *InputsClientListByStreamingJobOptions)
  • Function *InputsClient.ListByStreamingJob return value(s) have been changed from (*InputsListByStreamingJobPager) to (*InputsClientListByStreamingJobPager)
  • Function *StreamingJobsClient.ListByResourceGroup parameter(s) have been changed from (string, *StreamingJobsListByResourceGroupOptions) to (string, *StreamingJobsClientListByResourceGroupOptions)
  • Function *StreamingJobsClient.ListByResourceGroup return value(s) have been changed from (*StreamingJobsListByResourceGroupPager) to (*StreamingJobsClientListByResourceGroupPager)
  • Function *FunctionsClient.Delete parameter(s) have been changed from (context.Context, string, string, string, *FunctionsDeleteOptions) to (context.Context, string, string, string, *FunctionsClientDeleteOptions)
  • Function *FunctionsClient.Delete return value(s) have been changed from (FunctionsDeleteResponse, error) to (FunctionsClientDeleteResponse, error)
  • Function *ClustersClient.BeginDelete parameter(s) have been changed from (context.Context, string, string, *ClustersBeginDeleteOptions) to (context.Context, string, string, *ClustersClientBeginDeleteOptions)
  • Function *ClustersClient.BeginDelete return value(s) have been changed from (ClustersDeletePollerResponse, error) to (ClustersClientDeletePollerResponse, error)
  • Function *ClustersClient.Get parameter(s) have been changed from (context.Context, string, string, *ClustersGetOptions) to (context.Context, string, string, *ClustersClientGetOptions)
  • Function *ClustersClient.Get return value(s) have been changed from (ClustersGetResponse, error) to (ClustersClientGetResponse, error)
  • Function *FunctionsClient.CreateOrReplace parameter(s) have been changed from (context.Context, string, string, string, Function, *FunctionsCreateOrReplaceOptions) to (context.Context, string, string, string, Function, *FunctionsClientCreateOrReplaceOptions)
  • Function *FunctionsClient.CreateOrReplace return value(s) have been changed from (FunctionsCreateOrReplaceResponse, error) to (FunctionsClientCreateOrReplaceResponse, error)
  • Function *InputsClient.CreateOrReplace parameter(s) have been changed from (context.Context, string, string, string, Input, *InputsCreateOrReplaceOptions) to (context.Context, string, string, string, Input, *InputsClientCreateOrReplaceOptions)
  • Function *InputsClient.CreateOrReplace return value(s) have been changed from (InputsCreateOrReplaceResponse, error) to (InputsClientCreateOrReplaceResponse, error)
  • Function *OutputsClient.ListByStreamingJob parameter(s) have been changed from (string, string, *OutputsListByStreamingJobOptions) to (string, string, *OutputsClientListByStreamingJobOptions)
  • Function *OutputsClient.ListByStreamingJob return value(s) have been changed from (*OutputsListByStreamingJobPager) to (*OutputsClientListByStreamingJobPager)
  • Function *FunctionsClient.BeginTest parameter(s) have been changed from (context.Context, string, string, string, *FunctionsBeginTestOptions) to (context.Context, string, string, string, *FunctionsClientBeginTestOptions)
  • Function *FunctionsClient.BeginTest return value(s) have been changed from (FunctionsTestPollerResponse, error) to (FunctionsClientTestPollerResponse, error)
  • Function *ClustersClient.ListStreamingJobs parameter(s) have been changed from (string, string, *ClustersListStreamingJobsOptions) to (string, string, *ClustersClientListStreamingJobsOptions)
  • Function *ClustersClient.ListStreamingJobs return value(s) have been changed from (*ClustersListStreamingJobsPager) to (*ClustersClientListStreamingJobsPager)
  • Function *StreamingJobsClient.BeginDelete parameter(s) have been changed from (context.Context, string, string, *StreamingJobsBeginDeleteOptions) to (context.Context, string, string, *StreamingJobsClientBeginDeleteOptions)
  • Function *StreamingJobsClient.BeginDelete return value(s) have been changed from (StreamingJobsDeletePollerResponse, error) to (StreamingJobsClientDeletePollerResponse, error)
  • Function *ClustersClient.ListByResourceGroup parameter(s) have been changed from (string, *ClustersListByResourceGroupOptions) to (string, *ClustersClientListByResourceGroupOptions)
  • Function *ClustersClient.ListByResourceGroup return value(s) have been changed from (*ClustersListByResourceGroupPager) to (*ClustersClientListByResourceGroupPager)
  • Function *InputsClient.BeginTest parameter(s) have been changed from (context.Context, string, string, string, *InputsBeginTestOptions) to (context.Context, string, string, string, *InputsClientBeginTestOptions)
  • Function *InputsClient.BeginTest return value(s) have been changed from (InputsTestPollerResponse, error) to (InputsClientTestPollerResponse, error)
  • Function *ClustersClient.BeginCreateOrUpdate parameter(s) have been changed from (context.Context, string, string, Cluster, *ClustersBeginCreateOrUpdateOptions) to (context.Context, string, string, Cluster, *ClustersClientBeginCreateOrUpdateOptions)
  • Function *ClustersClient.BeginCreateOrUpdate return value(s) have been changed from (ClustersCreateOrUpdatePollerResponse, error) to (ClustersClientCreateOrUpdatePollerResponse, error)
  • Function *InputsClient.Get parameter(s) have been changed from (context.Context, string, string, string, *InputsGetOptions) to (context.Context, string, string, string, *InputsClientGetOptions)
  • Function *InputsClient.Get return value(s) have been changed from (InputsGetResponse, error) to (InputsClientGetResponse, error)
  • Function *SubscriptionsClient.ListQuotas parameter(s) have been changed from (context.Context, string, *SubscriptionsListQuotasOptions) to (context.Context, string, *SubscriptionsClientListQuotasOptions)
  • Function *SubscriptionsClient.ListQuotas return value(s) have been changed from (SubscriptionsListQuotasResponse, error) to (SubscriptionsClientListQuotasResponse, error)
  • Function *OutputsClient.Update parameter(s) have been changed from (context.Context, string, string, string, Output, *OutputsUpdateOptions) to (context.Context, string, string, string, Output, *OutputsClientUpdateOptions)
  • Function *OutputsClient.Update return value(s) have been changed from (OutputsUpdateResponse, error) to (OutputsClientUpdateResponse, error)
  • Function *FunctionsClient.Get parameter(s) have been changed from (context.Context, string, string, string, *FunctionsGetOptions) to (context.Context, string, string, string, *FunctionsClientGetOptions)
  • Function *FunctionsClient.Get return value(s) have been changed from (FunctionsGetResponse, error) to (FunctionsClientGetResponse, error)
  • Function *StreamingJobsClient.BeginCreateOrReplace parameter(s) have been changed from (context.Context, string, string, StreamingJob, *StreamingJobsBeginCreateOrReplaceOptions) to (context.Context, string, string, StreamingJob, *StreamingJobsClientBeginCreateOrReplaceOptions)
  • Function *StreamingJobsClient.BeginCreateOrReplace return value(s) have been changed from (StreamingJobsCreateOrReplacePollerResponse, error) to (StreamingJobsClientCreateOrReplacePollerResponse, error)
  • Function *FunctionsClient.RetrieveDefaultDefinition parameter(s) have been changed from (context.Context, string, string, string, *FunctionsRetrieveDefaultDefinitionOptions) to (context.Context, string, string, string, *FunctionsClientRetrieveDefaultDefinitionOptions)
  • Function *FunctionsClient.RetrieveDefaultDefinition return value(s) have been changed from (FunctionsRetrieveDefaultDefinitionResponse, error) to (FunctionsClientRetrieveDefaultDefinitionResponse, error)
  • Function *OperationsClient.List parameter(s) have been changed from (*OperationsListOptions) to (*OperationsClientListOptions)
  • Function *OperationsClient.List return value(s) have been changed from (*OperationsListPager) to (*OperationsClientListPager)
  • Function *StreamingJobsClient.BeginStart parameter(s) have been changed from (context.Context, string, string, *StreamingJobsBeginStartOptions) to (context.Context, string, string, *StreamingJobsClientBeginStartOptions)
  • Function *StreamingJobsClient.BeginStart return value(s) have been changed from (StreamingJobsStartPollerResponse, error) to (StreamingJobsClientStartPollerResponse, error)
  • Function *StreamingJobsClient.List parameter(s) have been changed from (*StreamingJobsListOptions) to (*StreamingJobsClientListOptions)
  • Function *StreamingJobsClient.List return value(s) have been changed from (*StreamingJobsListPager) to (*StreamingJobsClientListPager)
  • Function *OutputsClient.Get parameter(s) have been changed from (context.Context, string, string, string, *OutputsGetOptions) to (context.Context, string, string, string, *OutputsClientGetOptions)
  • Function *OutputsClient.Get return value(s) have been changed from (OutputsGetResponse, error) to (OutputsClientGetResponse, error)
  • Function *FunctionsClient.ListByStreamingJob parameter(s) have been changed from (string, string, *FunctionsListByStreamingJobOptions) to (string, string, *FunctionsClientListByStreamingJobOptions)
  • Function *FunctionsClient.ListByStreamingJob return value(s) have been changed from (*FunctionsListByStreamingJobPager) to (*FunctionsClientListByStreamingJobPager)
  • Function *OutputsClient.CreateOrReplace parameter(s) have been changed from (context.Context, string, string, string, Output, *OutputsCreateOrReplaceOptions) to (context.Context, string, string, string, Output, *OutputsClientCreateOrReplaceOptions)
  • Function *OutputsClient.CreateOrReplace return value(s) have been changed from (OutputsCreateOrReplaceResponse, error) to (OutputsClientCreateOrReplaceResponse, error)
  • Type of ServiceBusQueueOutputDataSourceProperties.SystemPropertyColumns has been changed from map[string]*string to map[string]interface{}
  • Type of Compression.Type has been changed from *string to *CompressionType
  • Type of AzureSQLReferenceInputDataSourceProperties.RefreshType has been changed from *string to *RefreshType
  • Type of StreamingJobProperties.SKU has been changed from *StreamingJobSKU to *SKU
  • Const EventSerializationTypeCustomClr has been removed
  • Const QueryTestingResultStatusRuntimeError has been removed
  • Const QueryTestingResultStatusTimeout has been removed
  • Const SampleInputResultStatusNoEventsFoundInRange has been removed
  • Const QueryTestingResultStatusUnknownError has been removed
  • Const TestDatasourceResultStatusTestFailed has been removed
  • Const QueryTestingResultStatusSuccess has been removed
  • Const SampleInputResultStatusErrorConnectingToInput has been removed
  • Const TestDatasourceResultStatusTestSucceeded has been removed
  • Const QueryTestingResultStatusStarted has been removed
  • Const QueryTestingResultStatusCompilerError has been removed
  • Const SampleInputResultStatusReadAllEventsInRange has been removed
  • Const StreamingJobSKUNameStandard has been removed
  • Function *StreamingJobsStartPoller.ResumeToken has been removed
  • Function PrivateEndpointsDeletePollerResponse.PollUntilDone has been removed
  • Function *ClustersListStreamingJobsPager.PageResponse has been removed
  • Function *InputsTestPoller.Done has been removed
  • Function *ClustersDeletePoller.ResumeToken has been removed
  • Function *StreamingJobsListPager.NextPage has been removed
  • Function *ClustersCreateOrUpdatePoller.ResumeToken has been removed
  • Function PossibleTestDatasourceResultStatusValues has been removed
  • Function *SubscriptionsTestOutputPoller.ResumeToken has been removed
  • Function CompileQuery.MarshalJSON has been removed
  • Function *FunctionsTestPoller.FinalResponse has been removed
  • Function AzureMachineLearningStudioFunctionBinding.MarshalJSON has been removed
  • Function *SubscriptionsClient.BeginSampleInput has been removed
  • Function AggregateFunctionProperties.MarshalJSON has been removed
  • Function *InputsListByStreamingJobPager.NextPage has been removed
  • Function StreamingJobsCreateOrReplacePollerResponse.PollUntilDone has been removed
  • Function *StreamingJobsDeletePoller.Poll has been removed
  • Function *ClustersUpdatePollerResponse.Resume has been removed
  • Function *ClustersListByResourceGroupPager.NextPage has been removed
  • Function AzureMachineLearningStudioInputs.MarshalJSON has been removed
  • Function StreamingJobsStartPollerResponse.PollUntilDone has been removed
  • Function *SubscriptionsTestQueryPoller.Poll has been removed
  • Function RawStreamInputDataSource.MarshalJSON has been removed
  • Function *OutputDataSource.UnmarshalJSON has been removed
  • Function SampleInputResultStatus.ToPtr has been removed
  • Function InputsTestPollerResponse.PollUntilDone has been removed
  • Function *PrivateEndpointsDeletePoller.Done has been removed
  • Function *ReferenceInputDataSource.UnmarshalJSON has been removed
  • Function *Serialization.UnmarshalJSON has been removed
  • Function *AzureFunctionOutputDataSource.UnmarshalJSON has been removed
  • Function *StreamingJobsStartPoller.FinalResponse has been removed
  • Function *SubscriptionsClient.BeginTestInput has been removed
  • Function *SubscriptionsTestQueryPoller.ResumeToken has been removed
  • Function *AzureMachineLearningStudioFunctionBinding.UnmarshalJSON has been removed
  • Function AzureMachineLearningServiceFunctionBinding.MarshalJSON has been removed
  • Function SubscriptionsTestQueryPollerResponse.PollUntilDone has been removed
  • Function *CustomClrSerialization.UnmarshalJSON has been removed
  • Function *PrivateEndpointsListByClusterPager.Err has been removed
  • Function *StreamingJobsCreateOrReplacePoller.FinalResponse has been removed
  • Function *InputsTestPoller.ResumeToken has been removed
  • Function *SubscriptionsTestOutputPoller.Done has been removed
  • Function *PrivateEndpointsDeletePollerResponse.Resume has been removed
  • Function *OutputsListByStreamingJobPager.NextPage has been removed
  • Function *SubscriptionsTestOutputPoller.Poll has been removed
  • Function *SubscriptionsTestInputPoller.FinalResponse has been removed
  • Function *ClustersListByResourceGroupPager.PageResponse has been removed
  • Function ClustersCreateOrUpdatePollerResponse.PollUntilDone has been removed
  • Function *SubscriptionsTestQueryPoller.Done has been removed
  • Function *FunctionsTestPoller.Poll has been removed
  • Function *FunctionBinding.UnmarshalJSON has been removed
  • Function *StreamingJobsListByResourceGroupPager.NextPage has been removed
  • Function *StreamingJobsDeletePoller.ResumeToken has been removed
  • Function Error.Error has been removed
  • Function *SubResource.UnmarshalJSON has been removed
  • Function AzureMachineLearningStudioFunctionRetrieveDefaultDefinitionParameters.MarshalJSON has been removed
  • Function QueryCompilationResult.MarshalJSON has been removed
  • Function SubscriptionsTestInputPollerResponse.PollUntilDone has been removed
  • Function AzureFunctionOutputDataSource.MarshalJSON has been removed
  • Function *RawStreamInputDataSource.UnmarshalJSON has been removed
  • Function *SubscriptionsSampleInputPoller.ResumeToken has been removed
  • Function *ClustersListBySubscriptionPager.NextPage has been removed
  • Function *RawReferenceInputDataSource.UnmarshalJSON has been removed
  • Function *ClustersListBySubscriptionPager.PageResponse has been removed
  • Function *StreamingJobsStopPollerResponse.Resume has been removed
  • Function *StreamingJobsDeletePoller.Done has been removed
  • Function *OperationsListPager.Err has been removed
  • Function *StreamingJobsCreateOrReplacePoller.Poll has been removed
  • Function PossibleQueryTestingResultStatusValues has been removed
  • Function *StreamingJobsStartPollerResponse.Resume has been removed
  • Function *PrivateEndpointsDeletePoller.Poll has been removed
  • Function OutputsTestPollerResponse.PollUntilDone has been removed
  • Function AzureMachineLearningServiceInputs.MarshalJSON has been removed
  • Function *StreamingJobsStopPoller.ResumeToken has been removed
  • Function SubscriptionQuota.MarshalJSON has been removed
  • Function *ClustersDeletePoller.Poll has been removed
  • Function *SubscriptionsSampleInputPoller.Done has been removed
  • Function AzureMachineLearningServiceFunctionBindingProperties.MarshalJSON has been removed
  • Function AzureMachineLearningStudioFunctionBindingProperties.MarshalJSON has been removed
  • Function *ClustersListStreamingJobsPager.NextPage has been removed
  • Function CustomClrSerialization.MarshalJSON has been removed
  • Function *OutputsTestPoller.Done has been removed
  • Function CSharpFunctionRetrieveDefaultDefinitionParameters.MarshalJSON has been removed
  • Function AzureMachineLearningServiceFunctionRetrieveDefaultDefinitionParameters.MarshalJSON has been removed
  • Function *StreamingJobsCreateOrReplacePoller.Done has been removed
  • Function *Output.UnmarshalJSON has been removed
  • Function *OutputsTestPoller.FinalResponse has been removed
  • Function FunctionConfiguration.MarshalJSON has been removed
  • Function QueryFunction.MarshalJSON has been removed
  • Function *ClustersCreateOrUpdatePoller.Done has been removed
  • Function StreamingJobsStopPollerResponse.PollUntilDone has been removed
  • Function RawOutputDatasource.MarshalJSON has been removed
  • Function EventHubStreamInputDataSourceProperties.MarshalJSON has been removed
  • Function *SubscriptionsClient.BeginTestQuery has been removed
  • Function *AzureMachineLearningServiceFunctionBinding.UnmarshalJSON has been removed
  • Function *ClustersDeletePoller.Done has been removed
  • Function *SubscriptionsTestQueryPoller.FinalResponse has been removed
  • Function *OutputsTestPoller.ResumeToken has been removed
  • Function *StreamingJobsDeletePoller.FinalResponse has been removed
  • Function *ClustersListStreamingJobsPager.Err has been removed
  • Function SubscriptionsTestOutputPollerResponse.PollUntilDone has been removed
  • Function *AzureMachineLearningServiceFunctionRetrieveDefaultDefinitionParameters.UnmarshalJSON has been removed
  • Function *StreamingJobsDeletePollerResponse.Resume has been removed
  • Function *ClustersUpdatePoller.Done has been removed
  • Function PossibleStreamingJobSKUNameValues has been removed
  • Function *FunctionsListByStreamingJobPager.PageResponse has been removed
  • Function *CSharpFunctionBinding.UnmarshalJSON has been removed
  • Function *FunctionsListByStreamingJobPager.NextPage has been removed
  • Function *SubscriptionsTestInputPoller.Done has been removed
  • Function *StreamingJobsCreateOrReplacePollerResponse.Resume has been removed
  • Function *FunctionRetrieveDefaultDefinitionParameters.UnmarshalJSON has been removed
  • Function PrivateEndpoint.MarshalJSON has been removed
  • Function *StreamingJobsStopPoller.Poll has been removed
  • Function *RawOutputDatasource.UnmarshalJSON has been removed
  • Function *SubscriptionQuota.UnmarshalJSON has been removed
  • Function *ClustersDeletePollerResponse.Resume has been removed
  • Function *ClustersUpdatePoller.Poll has been removed
  • Function QueryTestingResultStatus.ToPtr has been removed
  • Function *OutputsListByStreamingJobPager.PageResponse has been removed
  • Function *SubscriptionsClient.BeginTestOutput has been removed
  • Function *Transformation.UnmarshalJSON has been removed
  • Function *SubscriptionsTestInputPollerResponse.Resume has been removed
  • Function TestDatasourceResultStatus.ToPtr has been removed
  • Function ClustersUpdatePollerResponse.PollUntilDone has been removed
  • Function *FunctionProperties.UnmarshalJSON has been removed
  • Function *OutputsTestPoller.Poll has been removed
  • Function *OutputsTestPollerResponse.Resume has been removed
  • Function StreamingJobSKUName.ToPtr has been removed
  • Function *SubscriptionsTestInputPoller.Poll has been removed
  • Function *StreamingJobsListPager.PageResponse has been removed
  • Function *SubscriptionsTestOutputPollerResponse.Resume has been removed
  • Function *StreamingJobsCreateOrReplacePoller.ResumeToken has been removed
  • Function RawReferenceInputDataSource.MarshalJSON has been removed
  • Function FunctionsTestPollerResponse.PollUntilDone has been removed
  • Function *InputsTestPoller.FinalResponse has been removed
  • Function *PrivateEndpointsDeletePoller.ResumeToken has been removed
  • Function *StreamingJobsListByResourceGroupPager.PageResponse has been removed
  • Function *OperationsListPager.PageResponse has been removed
  • Function *StreamInputDataSource.UnmarshalJSON has been removed
  • Function *StreamingJobsStopPoller.Done has been removed
  • Function PossibleSampleInputResultStatusValues has been removed
  • Function *FunctionsListByStreamingJobPager.Err has been removed
  • Function SubscriptionsSampleInputPollerResponse.PollUntilDone has been removed
  • Function *ClustersListByResourceGroupPager.Err has been removed
  • Function *ClustersCreateOrUpdatePollerResponse.Resume has been removed
  • Function *SubscriptionsSampleInputPoller.Poll has been removed
  • Function *StreamingJobsStopPoller.FinalResponse has been removed
  • Function ClustersDeletePollerResponse.PollUntilDone has been removed
  • Function *SubscriptionsSampleInputPoller.FinalResponse has been removed
  • Function *CSharpFunctionRetrieveDefaultDefinitionParameters.UnmarshalJSON has been removed
  • Function *SubscriptionsClient.CompileQuery has been removed
  • Function *InputsListByStreamingJobPager.Err has been removed
  • Function ServiceBusDataSourceProperties.MarshalJSON has been removed
  • Function *ClustersDeletePoller.FinalResponse has been removed
  • Function *PrivateEndpointsListByClusterPager.PageResponse has been removed
  • Function Resource.MarshalJSON has been removed
  • Function *StreamingJobsStartPoller.Poll has been removed
  • Function *StreamingJobsStartPoller.Done has been removed
  • Function *StreamingJobsListByResourceGroupPager.Err has been removed
  • Function *PrivateEndpointsDeletePoller.FinalResponse has been removed
  • Function *InputsListByStreamingJobPager.PageResponse has been removed
  • Function *SubscriptionsTestInputPoller.ResumeToken has been removed
  • Function *InputsTestPoller.Poll has been removed
  • Function *SubscriptionsTestQueryPollerResponse.Resume has been removed
  • Function *FunctionConfiguration.UnmarshalJSON has been removed
  • Function *FunctionsTestPollerResponse.Resume has been removed
  • Function *ClustersCreateOrUpdatePoller.FinalResponse has been removed
  • Function *SubscriptionsTestOutputPoller.FinalResponse has been removed
  • Function EventHubDataSourceProperties.MarshalJSON has been removed
  • Function *ClustersCreateOrUpdatePoller.Poll has been removed
  • Function *OutputsListByStreamingJobPager.Err has been removed
  • Function *OperationsListPager.NextPage has been removed
  • Function *StreamingJobsListPager.Err has been removed
  • Function *PrivateEndpointsListByClusterPager.NextPage has been removed
  • Function *SubscriptionsSampleInputPollerResponse.Resume has been removed
  • Function CSharpFunctionBinding.MarshalJSON has been removed
  • Function *ClustersUpdatePoller.ResumeToken has been removed
  • Function SubResource.MarshalJSON has been removed
  • Function *InputsTestPollerResponse.Resume has been removed
  • Function *FunctionsTestPoller.ResumeToken has been removed
  • Function *ClustersUpdatePoller.FinalResponse has been removed
  • Function StreamingJobsDeletePollerResponse.PollUntilDone has been removed
  • Function *AzureMachineLearningStudioFunctionRetrieveDefaultDefinitionParameters.UnmarshalJSON has been removed
  • Function *FunctionsTestPoller.Done has been removed
  • Function *ClustersListBySubscriptionPager.Err has been removed
  • Struct AggregateFunctionProperties has been removed
  • Struct AzureFunctionOutputDataSource has been removed
  • Struct AzureFunctionOutputDataSourceProperties has been removed
  • Struct AzureMachineLearningServiceFunctionBinding has been removed
  • Struct AzureMachineLearningServiceFunctionBindingProperties has been removed
  • Struct AzureMachineLearningServiceFunctionBindingRetrievalProperties has been removed
  • Struct AzureMachineLearningServiceFunctionRetrieveDefaultDefinitionParameters has been removed
  • Struct AzureMachineLearningServiceInputColumn has been removed
  • Struct AzureMachineLearningServiceInputs has been removed
  • Struct AzureMachineLearningServiceOutputColumn has been removed
  • Struct AzureMachineLearningStudioFunctionBinding has been removed
  • Struct AzureMachineLearningStudioFunctionBindingProperties has been removed
  • Struct AzureMachineLearningStudioFunctionBindingRetrievalProperties has been removed
  • Struct AzureMachineLearningStudioFunctionRetrieveDefaultDefinitionParameters has been removed
  • Struct AzureMachineLearningStudioInputColumn has been removed
  • Struct AzureMachineLearningStudioInputs has been removed
  • Struct AzureMachineLearningStudioOutputColumn has been removed
  • Struct CSharpFunctionBinding has been removed
  • Struct CSharpFunctionBindingProperties has been removed
  • Struct CSharpFunctionBindingRetrievalProperties has been removed
  • Struct CSharpFunctionRetrieveDefaultDefinitionParameters has been removed
  • Struct ClustersBeginCreateOrUpdateOptions has been removed
  • Struct ClustersBeginDeleteOptions has been removed
  • Struct ClustersBeginUpdateOptions has been removed
  • Struct ClustersCreateOrUpdatePoller has been removed
  • Struct ClustersCreateOrUpdatePollerResponse has been removed
  • Struct ClustersCreateOrUpdateResponse has been removed
  • Struct ClustersCreateOrUpdateResult has been removed
  • Struct ClustersDeletePoller has been removed
  • Struct ClustersDeletePollerResponse has been removed
  • Struct ClustersDeleteResponse has been removed
  • Struct ClustersGetOptions has been removed
  • Struct ClustersGetResponse has been removed
  • Struct ClustersGetResult has been removed
  • Struct ClustersListByResourceGroupOptions has been removed
  • Struct ClustersListByResourceGroupPager has been removed
  • Struct ClustersListByResourceGroupResponse has been removed
  • Struct ClustersListByResourceGroupResult has been removed
  • Struct ClustersListBySubscriptionOptions has been removed
  • Struct ClustersListBySubscriptionPager has been removed
  • Struct ClustersListBySubscriptionResponse has been removed
  • Struct ClustersListBySubscriptionResult has been removed
  • Struct ClustersListStreamingJobsOptions has been removed
  • Struct ClustersListStreamingJobsPager has been removed
  • Struct ClustersListStreamingJobsResponse has been removed
  • Struct ClustersListStreamingJobsResult has been removed
  • Struct ClustersUpdatePoller has been removed
  • Struct ClustersUpdatePollerResponse has been removed
  • Struct ClustersUpdateResponse has been removed
  • Struct ClustersUpdateResult has been removed
  • Struct CompileQuery has been removed
  • Struct CustomClrSerialization has been removed
  • Struct CustomClrSerializationProperties has been removed
  • Struct External has been removed
  • Struct FunctionConfiguration has been removed
  • Struct FunctionsBeginTestOptions has been removed
  • Struct FunctionsCreateOrReplaceOptions has been removed
  • Struct FunctionsCreateOrReplaceResponse has been removed
  • Struct FunctionsCreateOrReplaceResult has been removed
  • Struct FunctionsDeleteOptions has been removed
  • Struct FunctionsDeleteResponse has been removed
  • Struct FunctionsGetOptions has been removed
  • Struct FunctionsGetResponse has been removed
  • Struct FunctionsGetResult has been removed
  • Struct FunctionsListByStreamingJobOptions has been removed
  • Struct FunctionsListByStreamingJobPager has been removed
  • Struct FunctionsListByStreamingJobResponse has been removed
  • Struct FunctionsListByStreamingJobResult has been removed
  • Struct FunctionsRetrieveDefaultDefinitionOptions has been removed
  • Struct FunctionsRetrieveDefaultDefinitionResponse has been removed
  • Struct FunctionsRetrieveDefaultDefinitionResult has been removed
  • Struct FunctionsTestPoller has been removed
  • Struct FunctionsTestPollerResponse has been removed
  • Struct FunctionsTestResponse has been removed
  • Struct FunctionsTestResult has been removed
  • Struct FunctionsUpdateOptions has been removed
  • Struct FunctionsUpdateResponse has been removed
  • Struct FunctionsUpdateResult has been removed
  • Struct InputsBeginTestOptions has been removed
  • Struct InputsCreateOrReplaceOptions has been removed
  • Struct InputsCreateOrReplaceResponse has been removed
  • Struct InputsCreateOrReplaceResult has been removed
  • Struct InputsDeleteOptions has been removed
  • Struct InputsDeleteResponse has been removed
  • Struct InputsGetOptions has been removed
  • Struct InputsGetResponse has been removed
  • Struct InputsGetResult has been removed
  • Struct InputsListByStreamingJobOptions has been removed
  • Struct InputsListByStreamingJobPager has been removed
  • Struct InputsListByStreamingJobResponse has been removed
  • Struct InputsListByStreamingJobResult has been removed
  • Struct InputsTestPoller has been removed
  • Struct InputsTestPollerResponse has been removed
  • Struct InputsTestResponse has been removed
  • Struct InputsTestResult has been removed
  • Struct InputsUpdateOptions has been removed
  • Struct InputsUpdateResponse has been removed
  • Struct InputsUpdateResult has been removed
  • Struct OperationsListOptions has been removed
  • Struct OperationsListPager has been removed
  • Struct OperationsListResponse has been removed
  • Struct OperationsListResult has been removed
  • Struct OutputsBeginTestOptions has been removed
  • Struct OutputsCreateOrReplaceOptions has been removed
  • Struct OutputsCreateOrReplaceResponse has been removed
  • Struct OutputsCreateOrReplaceResult has been removed
  • Struct OutputsDeleteOptions has been removed
  • Struct OutputsDeleteResponse has been removed
  • Struct OutputsGetOptions has been removed
  • Struct OutputsGetResponse has been removed
  • Struct OutputsGetResult has been removed
  • Struct OutputsListByStreamingJobOptions has been removed
  • Struct OutputsListByStreamingJobPager has been removed
  • Struct OutputsListByStreamingJobResponse has been removed
  • Struct OutputsListByStreamingJobResult has been removed
  • Struct OutputsTestPoller has been removed
  • Struct OutputsTestPollerResponse has been removed
  • Struct OutputsTestResponse has been removed
  • Struct OutputsTestResult has been removed
  • Struct OutputsUpdateOptions has been removed
  • Struct OutputsUpdateResponse has been removed
  • Struct OutputsUpdateResult has been removed
  • Struct PrivateEndpointsBeginDeleteOptions has been removed
  • Struct PrivateEndpointsCreateOrUpdateOptions has been removed
  • Struct PrivateEndpointsCreateOrUpdateResponse has been removed
  • Struct PrivateEndpointsCreateOrUpdateResult has been removed
  • Struct PrivateEndpointsDeletePoller has been removed
  • Struct PrivateEndpointsDeletePollerResponse has been removed
  • Struct PrivateEndpointsDeleteResponse has been removed
  • Struct PrivateEndpointsGetOptions has been removed
  • Struct PrivateEndpointsGetResponse has been removed
  • Struct PrivateEndpointsGetResult has been removed
  • Struct PrivateEndpointsListByClusterOptions has been removed
  • Struct PrivateEndpointsListByClusterPager has been removed
  • Struct PrivateEndpointsListByClusterResponse has been removed
  • Struct PrivateEndpointsListByClusterResult has been removed
  • Struct QueryCompilationError has been removed
  • Struct QueryCompilationResult has been removed
  • Struct QueryFunction has been removed
  • Struct QueryInput has been removed
  • Struct QueryTestingResult has been removed
  • Struct RawInputDatasourceProperties has been removed
  • Struct RawOutputDatasource has been removed
  • Struct RawOutputDatasourceProperties has been removed
  • Struct RawReferenceInputDataSource has been removed
  • Struct RawStreamInputDataSource has been removed
  • Struct SampleInput has been removed
  • Struct SampleInputResult has been removed
  • Struct StreamingJobSKU has been removed
  • Struct StreamingJobsBeginCreateOrReplaceOptions has been removed
  • Struct StreamingJobsBeginDeleteOptions has been removed
  • Struct StreamingJobsBeginStartOptions has been removed
  • Struct StreamingJobsBeginStopOptions has been removed
  • Struct StreamingJobsCreateOrReplacePoller has been removed
  • Struct StreamingJobsCreateOrReplacePollerResponse has been removed
  • Struct StreamingJobsCreateOrReplaceResponse has been removed
  • Struct StreamingJobsCreateOrReplaceResult has been removed
  • Struct StreamingJobsDeletePoller has been removed
  • Struct StreamingJobsDeletePollerResponse has been removed
  • Struct StreamingJobsDeleteResponse has been removed
  • Struct StreamingJobsGetOptions has been removed
  • Struct StreamingJobsGetResponse has been removed
  • Struct StreamingJobsGetResult has been removed
  • Struct StreamingJobsListByResourceGroupOptions has been removed
  • Struct StreamingJobsListByResourceGroupPager has been removed
  • Struct StreamingJobsListByResourceGroupResponse has been removed
  • Struct StreamingJobsListByResourceGroupResult has been removed
  • Struct StreamingJobsListOptions has been removed
  • Struct StreamingJobsListPager has been removed
  • Struct StreamingJobsListResponse has been removed
  • Struct StreamingJobsListResult has been removed
  • Struct StreamingJobsStartPoller has been removed
  • Struct StreamingJobsStartPollerResponse has been removed
  • Struct StreamingJobsStartResponse has been removed
  • Struct StreamingJobsStopPoller has been removed
  • Struct StreamingJobsStopPollerResponse has been removed
  • Struct StreamingJobsStopResponse has been removed
  • Struct StreamingJobsUpdateOptions has been removed
  • Struct StreamingJobsUpdateResponse has been removed
  • Struct StreamingJobsUpdateResult has been removed
  • Struct SubscriptionsBeginSampleInputOptions has been removed
  • Struct SubscriptionsBeginTestInputOptions has been removed
  • Struct SubscriptionsBeginTestOutputOptions has been removed
  • Struct SubscriptionsBeginTestQueryOptions has been removed
  • Struct SubscriptionsCompileQueryOptions has been removed
  • Struct SubscriptionsCompileQueryResponse has been removed
  • Struct SubscriptionsCompileQueryResult has been removed
  • Struct SubscriptionsListQuotasOptions has been removed
  • Struct SubscriptionsListQuotasResponse has been removed
  • Struct SubscriptionsListQuotasResult has been removed
  • Struct SubscriptionsSampleInputPoller has been removed
  • Struct SubscriptionsSampleInputPollerResponse has been removed
  • Struct SubscriptionsSampleInputResponse has been removed
  • Struct SubscriptionsSampleInputResult has been removed
  • Struct SubscriptionsTestInputPoller has been removed
  • Struct SubscriptionsTestInputPollerResponse has been removed
  • Struct SubscriptionsTestInputResponse has been removed
  • Struct SubscriptionsTestInputResult has been removed
  • Struct SubscriptionsTestOutputPoller has been removed
  • Struct SubscriptionsTestOutputPollerResponse has been removed
  • Struct SubscriptionsTestOutputResponse has been removed
  • Struct SubscriptionsTestOutputResult has been removed
  • Struct SubscriptionsTestQueryPoller has been removed
  • Struct SubscriptionsTestQueryPollerResponse has been removed
  • Struct SubscriptionsTestQueryResponse has been removed
  • Struct SubscriptionsTestQueryResult has been removed
  • Struct TestDatasourceResult has been removed
  • Struct TestInput has been removed
  • Struct TestOutput has been removed
  • Struct TestQuery has been removed
  • Struct TestQueryDiagnostics has been removed
  • Struct TransformationsCreateOrReplaceOptions has been removed
  • Struct TransformationsCreateOrReplaceResponse has been removed
  • Struct TransformationsCreateOrReplaceResult has been removed
  • Struct TransformationsGetOptions has been removed
  • Struct TransformationsGetResponse has been removed
  • Struct TransformationsGetResult has been removed
  • Struct TransformationsUpdateOptions has been removed
  • Struct TransformationsUpdateResponse has been removed
  • Struct TransformationsUpdateResult has been removed
  • Field OutputDataSource of struct AzureSQLDatabaseOutputDataSource has been removed
  • Field Externals of struct StreamingJobProperties has been removed
  • Field TrackedResource of struct Cluster has been removed
  • Field OutputDataSource of struct PowerBIOutputDataSource has been removed
  • Field BlobDataSourceProperties of struct BlobStreamInputDataSourceProperties has been removed
  • Field ServiceBusDataSourceProperties of struct ServiceBusQueueOutputDataSourceProperties has been removed
  • Field Properties of struct FunctionProperties has been removed
  • Field OutputDataSource of struct EventHubV2OutputDataSource has been removed
  • Field Serialization of struct AvroSerialization has been removed
  • Field AzureSQLDatabaseDataSourceProperties of struct AzureSQLDatabaseOutputDataSourceProperties has been removed
  • Field OutputDataSource of struct AzureDataLakeStoreOutputDataSource has been removed
  • Field OutputDataSource of struct DocumentDbOutputDataSource has been removed
  • Field OutputDataSource of struct ServiceBusTopicOutputDataSource has been removed
  • Field ServiceBusDataSourceProperties of struct ServiceBusTopicOutputDataSourceProperties has been removed
  • Field OutputDataSource of struct BlobOutputDataSource has been removed
  • Field OutputDataSource of struct EventHubOutputDataSource has been removed
  • Field EventHubDataSourceProperties of struct EventHubOutputDataSourceProperties has been removed
  • Field ProxyResource of struct PrivateEndpoint has been removed
  • Field Resource of struct TrackedResource has been removed
  • Field Serialization of struct ParquetSerialization has been removed
  • Field BlobDataSourceProperties of struct BlobReferenceInputDataSourceProperties has been removed
  • Field SubResource of struct SubscriptionQuota has been removed
  • Field ReferenceInputDataSource of struct BlobReferenceInputDataSource has been removed
  • Field ReferenceInputDataSource of struct AzureSQLReferenceInputDataSource has been removed
  • Field OutputDataSource of struct ServiceBusQueueOutputDataSource has been removed
  • Field BlobDataSourceProperties of struct BlobOutputDataSourceProperties has been removed
  • Field InputProperties of struct StreamInputProperties has been removed
  • Field StreamInputDataSource of struct IoTHubStreamInputDataSource has been removed
  • Field SubResource of struct Input has been removed
  • Field FunctionRetrieveDefaultDefinitionParameters of struct JavaScriptFunctionRetrieveDefaultDefinitionParameters has been removed
  • Field SubResource of struct Transformation has been removed
  • Field ServiceBusDataSourceProperties of struct EventHubDataSourceProperties has been removed
  • Field OutputDataSource of struct AzureSynapseOutputDataSource has been removed
  • Field EventHubDataSourceProperties of struct EventHubStreamInputDataSourceProperties has been removed
  • Field SubResource of struct Output has been removed
  • Field TrackedResource of struct StreamingJob has been removed
  • Field Serialization of struct JSONSerialization has been removed
  • Field AzureSynapseDataSourceProperties of struct AzureSynapseOutputDataSourceProperties has been removed
  • Field OAuthBasedDataSourceProperties of struct AzureDataLakeStoreOutputDataSourceProperties has been removed
  • Field StreamInputDataSource of struct BlobStreamInputDataSource has been removed
  • Field StreamInputDataSource of struct EventHubStreamInputDataSource has been removed
  • Field StorageAccount of struct JobStorageAccount has been removed
  • Field InnerError of struct Error has been removed
  • Field InputProperties of struct ReferenceInputProperties has been removed
  • Field OutputDataSource of struct AzureTableOutputDataSource has been removed
  • Field FunctionProperties of struct ScalarFunctionProperties has been removed
  • Field Resource of struct ProxyResource has been removed
  • Field StreamInputDataSource of struct EventHubV2StreamInputDataSource has been removed
  • Field FunctionBinding of struct JavaScriptFunctionBinding has been removed
  • Field OAuthBasedDataSourceProperties of struct PowerBIOutputDataSourceProperties has been removed
  • Field Serialization of struct CSVSerialization has been removed
  • Field SubResource of struct Function has been removed

Features Added

  • New const RefreshTypeStatic
  • New const CompressionTypeDeflate
  • New const RefreshTypeRefreshPeriodicallyWithDelta
  • New const CompressionTypeNone
  • New const CompatibilityLevelOne2
  • New const SKUNameStandard
  • New const RefreshTypeRefreshPeriodicallyWithFull
  • New const CompressionTypeGZip
  • New function StreamingJobsClientCreateOrReplacePollerResponse.PollUntilDone(context.Context, time.Duration) (StreamingJobsClientCreateOrReplaceResponse, error)
  • New function *ClustersClientCreateOrUpdatePollerResponse.Resume(context.Context, *ClustersClient, string) error
  • New function *InputsClientTestPoller.Done() bool
  • New function *ScalarFunctionProperties.GetFunctionProperties() *FunctionProperties
  • New function *StreamingJobsClientListPager.Err() error
  • New function *EventHubOutputDataSource.GetOutputDataSource() *OutputDataSource
  • New function *StreamingJobsClientCreateOrReplacePoller.ResumeToken() (string, error)
  • New function *ClustersClientUpdatePoller.Done() bool
  • New function *OperationsClientListPager.NextPage(context.Context) bool
  • New function *ScalarFunctionProperties.UnmarshalJSON([]byte) error
  • New function PossibleRefreshTypeValues() []RefreshType
  • New function *ReferenceInputProperties.GetInputProperties() *InputProperties
  • New function *PrivateEndpointsClientDeletePollerResponse.Resume(context.Context, *PrivateEndpointsClient, string) error
  • New function *ClustersClientDeletePoller.Done() bool
  • New function *StreamingJobsClientCreateOrReplacePoller.Poll(context.Context) (*http.Response, error)
  • New function *StreamingJobsClientCreateOrReplacePoller.Done() bool
  • New function *StreamingJobsClientStopPoller.ResumeToken() (string, error)
  • New function *PrivateEndpointsClientDeletePoller.Poll(context.Context) (*http.Response, error)
  • New function *ClustersClientCreateOrUpdatePoller.Done() bool
  • New function *OutputsClientListByStreamingJobPager.Err() error
  • New function TransformationProperties.MarshalJSON() ([]byte, error)
  • New function *AzureTableOutputDataSource.GetOutputDataSource() *OutputDataSource
  • New function *FunctionsClientListByStreamingJobPager.Err() error
  • New function *AzureMachineLearningWebServiceFunctionBinding.UnmarshalJSON([]byte) error
  • New function *ClustersClientListStreamingJobsPager.Err() error
  • New function *InputsClientTestPoller.Poll(context.Context) (*http.Response, error)
  • New function *StreamingJobsClientScalePoller.Poll(context.Context) (*http.Response, error)
  • New function *JSONSerialization.GetSerialization() *Serialization
  • New function RefreshType.ToPtr() *RefreshType
  • New function *AzureMachineLearningWebServiceFunctionBinding.GetFunctionBinding() *FunctionBinding
  • New function *ClustersClientListByResourceGroupPager.Err() error
  • New function *FunctionsClientTestPoller.ResumeToken() (string, error)
  • New function AzureMachineLearningWebServiceFunctionRetrieveDefaultDefinitionParameters.MarshalJSON() ([]byte, error)
  • New function *OperationsClientListPager.Err() error
  • New function *AzureSynapseOutputDataSource.GetOutputDataSource() *OutputDataSource
  • New function *OutputsClientTestPollerResponse.Resume(context.Context, *OutputsClient, string) error
  • New function *StreamingJobsClientCreateOrReplacePoller.FinalResponse(context.Context) (StreamingJobsClientCreateOrReplaceResponse, error)
  • New function *EventHubV2StreamInputDataSource.GetStreamInputDataSource() *StreamInputDataSource
  • New function *OperationsClientListPager.PageResponse() OperationsClientListResponse
  • New function *FunctionsClientTestPollerResponse.Resume(context.Context, *FunctionsClient, string) error
  • New function *StreamingJobsClientScalePoller.ResumeToken() (string, error)
  • New function *StreamingJobsClientDeletePollerResponse.Resume(context.Context, *StreamingJobsClient, string) error
  • New function *PrivateEndpointsClientDeletePoller.ResumeToken() (string, error)
  • New function *ClustersClientListStreamingJobsPager.NextPage(context.Context) bool
  • New function *AzureMachineLearningWebServiceFunctionRetrieveDefaultDefinitionParameters.UnmarshalJSON([]byte) error
  • New function ClustersClientDeletePollerResponse.PollUntilDone(context.Context, time.Duration) (ClustersClientDeleteResponse, error)
  • New function *OutputsClientListByStreamingJobPager.PageResponse() OutputsClientListByStreamingJobResponse
  • New function *StreamInputProperties.GetInputProperties() *InputProperties
  • New function *ClustersClientCreateOrUpdatePoller.ResumeToken() (string, error)
  • New function *StreamingJobsClientDeletePoller.ResumeToken() (string, error)
  • New function *OutputsClientTestPoller.Poll(context.Context) (*http.Response, error)
  • New function *StreamingJobsClientStartPoller.Poll(context.Context) (*http.Response, error)
  • New function *StreamingJobsClientStopPoller.Done() bool
  • New function *PrivateEndpointsClientListByClusterPager.Err() error
  • New function BlobReferenceInputDataSourceProperties.MarshalJSON() ([]byte, error)
  • New function *OutputsClientTestPoller.FinalResponse(context.Context) (OutputsClientTestResponse, error)
  • New function *ClustersClientListByResourceGroupPager.NextPage(context.Context) bool
  • New function *StreamingJobsClientScalePoller.Done() bool
  • New function *PrivateEndpointsClientDeletePoller.FinalResponse(context.Context) (PrivateEndpointsClientDeleteResponse, error)
  • New function StreamingJobsClientStartPollerResponse.PollUntilDone(context.Context, time.Duration) (StreamingJobsClientStartResponse, error)
  • New function PrivateEndpointsClientDeletePollerResponse.PollUntilDone(context.Context, time.Duration) (PrivateEndpointsClientDeleteResponse, error)
  • New function *StreamingJobsClientDeletePoller.FinalResponse(context.Context) (StreamingJobsClientDeleteResponse, error)
  • New function InputsClientTestPollerResponse.PollUntilDone(context.Context, time.Duration) (InputsClientTestResponse, error)
  • New function *StreamingJobsClientStartPoller.Done() bool
  • New function *OutputsClientListByStreamingJobPager.NextPage(context.Context) bool
  • New function *InputsClientListByStreamingJobPager.Err() error
  • New function PossibleSKUNameValues() []SKUName
  • New function *StreamingJobsClientListByResourceGroupPager.Err() error
  • New function *PrivateEndpointsClientListByClusterPager.PageResponse() PrivateEndpointsClientListByClusterResponse
  • New function *ServiceBusTopicOutputDataSource.GetOutputDataSource() *OutputDataSource
  • New function ScalarFunctionConfiguration.MarshalJSON() ([]byte, error)
  • New function *PrivateEndpointsClientDeletePoller.Done() bool
  • New function *EventHubStreamInputDataSource.GetStreamInputDataSource() *StreamInputDataSource
  • New function *ServiceBusQueueOutputDataSource.GetOutputDataSource() *OutputDataSource
  • New function *FunctionsClientListByStreamingJobPager.PageResponse() FunctionsClientListByStreamingJobResponse
  • New function *AzureSQLDatabaseOutputDataSource.GetOutputDataSource() *OutputDataSource
  • New function *ClustersClientListStreamingJobsPager.PageResponse() ClustersClientListStreamingJobsResponse
  • New function CompressionType.ToPtr() *CompressionType
  • New function *OutputsClientTestPoller.Done() bool
  • New function *InputsClientTestPoller.ResumeToken() (string, error)
  • New function *StreamingJobsClientListPager.NextPage(context.Context) bool
  • New function *StreamingJobsClientStopPoller.Poll(context.Context) (*http.Response, error)
  • New function *StreamingJobsClientDeletePoller.Poll(context.Context) (*http.Response, error)
  • New function *StreamingJobsClientCreateOrReplacePollerResponse.Resume(context.Context, *StreamingJobsClient, string) error
  • New function *StreamingJobsClientListByResourceGroupPager.NextPage(context.Context) bool
  • New function *AzureDataLakeStoreOutputDataSource.GetOutputDataSource() *OutputDataSource
  • New function *CSVSerialization.GetSerialization() *Serialization
  • New function *BlobStreamInputDataSource.GetStreamInputDataSource() *StreamInputDataSource
  • New function *BlobReferenceInputDataSource.GetReferenceInputDataSource() *ReferenceInputDataSource
  • New function *ClustersClientDeletePoller.ResumeToken() (string, error)
  • New function *StreamingJobsClientStartPollerResponse.Resume(context.Context, *StreamingJobsClient, string) error
  • New function *InputsClientTestPollerResponse.Resume(context.Context, *InputsClient, string) error
  • New function FunctionsClientTestPollerResponse.PollUntilDone(context.Context, time.Duration) (FunctionsClientTestResponse, error)
  • New function *OutputsClientTestPoller.ResumeToken() (string, error)
  • New function *StreamingJobsClientDeletePoller.Done() bool
  • New function *FunctionsClientTestPoller.Done() bool
  • New function *JavaScriptFunctionBinding.GetFunctionBinding() *FunctionBinding
  • New function *ClustersClientListBySubscriptionPager.Err() error
  • New function AzureMachineLearningWebServiceFunctionBindingProperties.MarshalJSON() ([]byte, error)
  • New function ClustersClientUpdatePollerResponse.PollUntilDone(context.Context, time.Duration) (ClustersClientUpdateResponse, error)
  • New function *StreamingJobsClientStartPoller.FinalResponse(context.Context) (StreamingJobsClientStartResponse, error)
  • New function *ClustersClientUpdatePollerResponse.Resume(context.Context, *ClustersClient, string) error
  • New function *JavaScriptFunctionRetrieveDefaultDefinitionParameters.GetFunctionRetrieveDefaultDefinitionParameters() *FunctionRetrieveDefaultDefinitionParameters
  • New function PossibleCompressionTypeValues() []CompressionType
  • New function *FunctionsClientTestPoller.Poll(context.Context) (*http.Response, error)
  • New function *StreamingJobsClientScalePollerResponse.Resume(context.Context, *StreamingJobsClient, string) error
  • New function *StreamingJobsClientStopPoller.FinalResponse(context.Context) (StreamingJobsClientStopResponse, error)
  • New function StreamingJobsClientScalePollerResponse.PollUntilDone(context.Context, time.Duration) (StreamingJobsClientScaleResponse, error)
  • New function *InputsClientListByStreamingJobPager.NextPage(context.Context) bool
  • New function *StreamingJobsClientStartPoller.ResumeToken() (string, error)
  • New function *StreamingJobsClientScalePoller.FinalResponse(context.Context) (StreamingJobsClientScaleResponse, error)
  • New function AzureMachineLearningWebServiceFunctionBinding.MarshalJSON() ([]byte, error)
  • New function *StreamingJobsClientListPager.PageResponse() StreamingJobsClientListResponse
  • New function *ClustersClientUpdatePoller.ResumeToken() (string, error)
  • New function *ParquetSerialization.GetSerialization() *Serialization
  • New function *ClustersClientCreateOrUpdatePoller.FinalResponse(context.Context) (ClustersClientCreateOrUpdateResponse, error)
  • New function *ClustersClientDeletePoller.Poll(context.Context) (*http.Response, error)
  • New function InputProperties.MarshalJSON() ([]byte, error)
  • New function *ClustersClientCreateOrUpdatePoller.Poll(context.Context) (*http.Response, error)
  • New function *FunctionsClientListByStreamingJobPager.NextPage(context.Context) bool
  • New function *ClustersClientListByResourceGroupPager.PageResponse() ClustersClientListByResourceGroupResponse
  • New function *ScalarFunctionConfiguration.UnmarshalJSON([]byte) error
  • New function *ClustersClientDeletePollerResponse.Resume(context.Context, *ClustersClient, string) error
  • New function *AzureMachineLearningWebServiceFunctionRetrieveDefaultDefinitionParameters.GetFunctionRetrieveDefaultDefinitionParameters() *FunctionRetrieveDefaultDefinitionParameters
  • New function StreamingJobsClientStopPollerResponse.PollUntilDone(context.Context, time.Duration) (StreamingJobsClientStopResponse, error)
  • New function *ClustersClientUpdatePoller.FinalResponse(context.Context) (ClustersClientUpdateResponse, error)
  • New function *ClustersClientListBySubscriptionPager.PageResponse() ClustersClientListBySubscriptionResponse
  • New function *DocumentDbOutputDataSource.GetOutputDataSource() *OutputDataSource
  • New function *IoTHubStreamInputDataSource.GetStreamInputDataSource() *StreamInputDataSource
  • New function *ClustersClientDeletePoller.FinalResponse(context.Context) (ClustersClientDeleteResponse, error)
  • New function SKUName.ToPtr() *SKUName
  • New function *AzureSQLReferenceInputDataSource.GetReferenceInputDataSource() *ReferenceInputDataSource
  • New function *StreamingJobsClientStopPollerResponse.Resume(context.Context, *StreamingJobsClient, string) error
  • New function OutputsClientTestPollerResponse.PollUntilDone(context.Context, time.Duration) (OutputsClientTestResponse, error)
  • New function ClustersClientCreateOrUpdatePollerResponse.PollUntilDone(context.Context, time.Duration) (ClustersClientCreateOrUpdateResponse, error)
  • New function *AvroSerialization.GetSerialization() *Serialization
  • New function *EventHubV2OutputDataSource.GetOutputDataSource() *OutputDataSource
  • New function StreamingJobsClientDeletePollerResponse.PollUntilDone(context.Context, time.Duration) (StreamingJobsClientDeleteResponse, error)
  • New function *InputsClientListByStreamingJobPager.PageResponse() InputsClientListByStreamingJobResponse
  • New function *StreamingJobsClient.BeginScale(context.Context, string, string, *StreamingJobsClientBeginScaleOptions) (StreamingJobsClientScalePollerResponse, error)
  • New function AzureMachineLearningWebServiceInputs.MarshalJSON() ([]byte, error)
  • New function *PowerBIOutputDataSource.GetOutputDataSource() *OutputDataSource
  • New function *InputsClientTestPoller.FinalResponse(context.Context) (InputsClientTestResponse, error)
  • New function *ClustersClientListBySubscriptionPager.NextPage(context.Context) bool
  • New function *BlobOutputDataSource.GetOutputDataSource() *OutputDataSource
  • New function *StreamingJobsClientListByResourceGroupPager.PageResponse() StreamingJobsClientListByResourceGroupResponse
  • New function *FunctionsClientTestPoller.FinalResponse(context.Context) (FunctionsClientTestResponse, error)
  • New function *ClustersClientUpdatePoller.Poll(context.Context) (*http.Response, error)
  • New function *PrivateEndpointsClientListByClusterPager.NextPage(context.Context) bool
  • New struct AzureMachineLearningWebServiceFunctionBinding
  • New struct AzureMachineLearningWebServiceFunctionBindingProperties
  • New struct AzureMachineLearningWebServiceFunctionBindingRetrievalProperties
  • New struct AzureMachineLearningWebServiceFunctionRetrieveDefaultDefinitionParameters
  • New struct AzureMachineLearningWebServiceInputColumn
  • New struct AzureMachineLearningWebServiceInputs
  • New struct AzureMachineLearningWebServiceOutputColumn
  • New struct ClustersClientBeginCreateOrUpdateOptions
  • New struct ClustersClientBeginDeleteOptions
  • New struct ClustersClientBeginUpdateOptions
  • New struct ClustersClientCreateOrUpdatePoller
  • New struct ClustersClientCreateOrUpdatePollerResponse
  • New struct ClustersClientCreateOrUpdateResponse
  • New struct ClustersClientCreateOrUpdateResult
  • New struct ClustersClientDeletePoller
  • New struct ClustersClientDeletePollerResponse
  • New struct ClustersClientDeleteResponse
  • New struct ClustersClientGetOptions
  • New struct ClustersClientGetResponse
  • New struct ClustersClientGetResult
  • New struct ClustersClientListByResourceGroupOptions
  • New struct ClustersClientListByResourceGroupPager
  • New struct ClustersClientListByResourceGroupResponse
  • New struct ClustersClientListByResourceGroupResult
  • New struct ClustersClientListBySubscriptionOptions
  • New struct ClustersClientListBySubscriptionPager
  • New struct ClustersClientListBySubscriptionResponse
  • New struct ClustersClientListBySubscriptionResult
  • New struct ClustersClientListStreamingJobsOptions
  • New struct ClustersClientListStreamingJobsPager
  • New struct ClustersClientListStreamingJobsResponse
  • New struct ClustersClientListStreamingJobsResult
  • New struct ClustersClientUpdatePoller
  • New struct ClustersClientUpdatePollerResponse
  • New struct ClustersClientUpdateResponse
  • New struct ClustersClientUpdateResult
  • New struct FunctionsClientBeginTestOptions
  • New struct FunctionsClientCreateOrReplaceOptions
  • New struct FunctionsClientCreateOrReplaceResponse
  • New struct FunctionsClientCreateOrReplaceResult
  • New struct FunctionsClientDeleteOptions
  • New struct FunctionsClientDeleteResponse
  • New struct FunctionsClientGetOptions
  • New struct FunctionsClientGetResponse
  • New struct FunctionsClientGetResult
  • New struct FunctionsClientListByStreamingJobOptions
  • New struct FunctionsClientListByStreamingJobPager
  • New struct FunctionsClientListByStreamingJobResponse
  • New struct FunctionsClientListByStreamingJobResult
  • New struct FunctionsClientRetrieveDefaultDefinitionOptions
  • New struct FunctionsClientRetrieveDefaultDefinitionResponse
  • New struct FunctionsClientRetrieveDefaultDefinitionResult
  • New struct FunctionsClientTestPoller
  • New struct FunctionsClientTestPollerResponse
  • New struct FunctionsClientTestResponse
  • New struct FunctionsClientTestResult
  • New struct FunctionsClientUpdateOptions
  • New struct FunctionsClientUpdateResponse
  • New struct FunctionsClientUpdateResult
  • New struct InputsClientBeginTestOptions
  • New struct InputsClientCreateOrReplaceOptions
  • New struct InputsClientCreateOrReplaceResponse
  • New struct InputsClientCreateOrReplaceResult
  • New struct InputsClientDeleteOptions
  • New struct InputsClientDeleteResponse
  • New struct InputsClientGetOptions
  • New struct InputsClientGetResponse
  • New struct InputsClientGetResult
  • New struct InputsClientListByStreamingJobOptions
  • New struct InputsClientListByStreamingJobPager
  • New struct InputsClientListByStreamingJobResponse
  • New struct InputsClientListByStreamingJobResult
  • New struct InputsClientTestPoller
  • New struct InputsClientTestPollerResponse
  • New struct InputsClientTestResponse
  • New struct InputsClientTestResult
  • New struct InputsClientUpdateOptions
  • New struct InputsClientUpdateResponse
  • New struct InputsClientUpdateResult
  • New struct OperationsClientListOptions
  • New struct OperationsClientListPager
  • New struct OperationsClientListResponse
  • New struct OperationsClientListResult
  • New struct OutputsClientBeginTestOptions
  • New struct OutputsClientCreateOrReplaceOptions
  • New struct OutputsClientCreateOrReplaceResponse
  • New struct OutputsClientCreateOrReplaceResult
  • New struct OutputsClientDeleteOptions
  • New struct OutputsClientDeleteResponse
  • New struct OutputsClientGetOptions
  • New struct OutputsClientGetResponse
  • New struct OutputsClientGetResult
  • New struct OutputsClientListByStreamingJobOptions
  • New struct OutputsClientListByStreamingJobPager
  • New struct OutputsClientListByStreamingJobResponse
  • New struct OutputsClientListByStreamingJobResult
  • New struct OutputsClientTestPoller
  • New struct OutputsClientTestPollerResponse
  • New struct OutputsClientTestResponse
  • New struct OutputsClientTestResult
  • New struct OutputsClientUpdateOptions
  • New struct OutputsClientUpdateResponse
  • New struct OutputsClientUpdateResult
  • New struct PrivateEndpointsClientBeginDeleteOptions
  • New struct PrivateEndpointsClientCreateOrUpdateOptions
  • New struct PrivateEndpointsClientCreateOrUpdateResponse
  • New struct PrivateEndpointsClientCreateOrUpdateResult
  • New struct PrivateEndpointsClientDeletePoller
  • New struct PrivateEndpointsClientDeletePollerResponse
  • New struct PrivateEndpointsClientDeleteResponse
  • New struct PrivateEndpointsClientGetOptions
  • New struct PrivateEndpointsClientGetResponse
  • New struct PrivateEndpointsClientGetResult
  • New struct PrivateEndpointsClientListByClusterOptions
  • New struct PrivateEndpointsClientListByClusterPager
  • New struct PrivateEndpointsClientListByClusterResponse
  • New struct PrivateEndpointsClientListByClusterResult
  • New struct SKU
  • New struct ScalarFunctionConfiguration
  • New struct ScaleStreamingJobParameters
  • New struct StreamingJobsClientBeginCreateOrReplaceOptions
  • New struct StreamingJobsClientBeginDeleteOptions
  • New struct StreamingJobsClientBeginScaleOptions
  • New struct StreamingJobsClientBeginStartOptions
  • New struct StreamingJobsClientBeginStopOptions
  • New struct StreamingJobsClientCreateOrReplacePoller
  • New struct StreamingJobsClientCreateOrReplacePollerResponse
  • New struct StreamingJobsClientCreateOrReplaceResponse
  • New struct StreamingJobsClientCreateOrReplaceResult
  • New struct StreamingJobsClientDeletePoller
  • New struct StreamingJobsClientDeletePollerResponse
  • New struct StreamingJobsClientDeleteResponse
  • New struct StreamingJobsClientGetOptions
  • New struct StreamingJobsClientGetResponse
  • New struct StreamingJobsClientGetResult
  • New struct StreamingJobsClientListByResourceGroupOptions
  • New struct StreamingJobsClientListByResourceGroupPager
  • New struct StreamingJobsClientListByResourceGroupResponse
  • New struct StreamingJobsClientListByResourceGroupResult
  • New struct StreamingJobsClientListOptions
  • New struct StreamingJobsClientListPager
  • New struct StreamingJobsClientListResponse
  • New struct StreamingJobsClientListResult
  • New struct StreamingJobsClientScalePoller
  • New struct StreamingJobsClientScalePollerResponse
  • New struct StreamingJobsClientScaleResponse
  • New struct StreamingJobsClientStartPoller
  • New struct StreamingJobsClientStartPollerResponse
  • New struct StreamingJobsClientStartResponse
  • New struct StreamingJobsClientStopPoller
  • New struct StreamingJobsClientStopPollerResponse
  • New struct StreamingJobsClientStopResponse
  • New struct StreamingJobsClientUpdateOptions
  • New struct StreamingJobsClientUpdateResponse
  • New struct StreamingJobsClientUpdateResult
  • New struct SubscriptionsClientListQuotasOptions
  • New struct SubscriptionsClientListQuotasResponse
  • New struct SubscriptionsClientListQuotasResult
  • New struct TransformationsClientCreateOrReplaceOptions
  • New struct TransformationsClientCreateOrReplaceResponse
  • New struct TransformationsClientCreateOrReplaceResult
  • New struct TransformationsClientGetOptions
  • New struct TransformationsClientGetResponse
  • New struct TransformationsClientGetResult
  • New struct TransformationsClientUpdateOptions
  • New struct TransformationsClientUpdateResponse
  • New struct TransformationsClientUpdateResult
  • New field Type in struct ParquetSerialization
  • New field Type in struct EventHubV2StreamInputDataSource
  • New field Name in struct Function
  • New field ID in struct Function
  • New field Type in struct Function
  • New field Type in struct AzureSQLDatabaseOutputDataSource
  • New field Etag in struct ReferenceInputProperties
  • New field Type in struct ReferenceInputProperties
  • New field Compression in struct ReferenceInputProperties
  • New field PartitionKey in struct ReferenceInputProperties
  • New field Serialization in struct ReferenceInputProperties
  • New field Diagnostics in struct ReferenceInputProperties
  • New field Table in struct AzureSQLDatabaseOutputDataSourceProperties
  • New field User in struct AzureSQLDatabaseOutputDataSourceProperties
  • New field AuthenticationMode in struct AzureSQLDatabaseOutputDataSourceProperties
  • New field Database in struct AzureSQLDatabaseOutputDataSourceProperties
  • New field MaxBatchCount in struct AzureSQLDatabaseOutputDataSourceProperties
  • New field MaxWriterCount in struct AzureSQLDatabaseOutputDataSourceProperties
  • New field Password in struct AzureSQLDatabaseOutputDataSourceProperties
  • New field Server in struct AzureSQLDatabaseOutputDataSourceProperties
  • New field ServiceBusNamespace in struct EventHubDataSourceProperties
  • New field SharedAccessPolicyKey in struct EventHubDataSourceProperties
  • New field SharedAccessPolicyName in struct EventHubDataSourceProperties
  • New field AuthenticationMode in struct EventHubDataSourceProperties
  • New field AuthenticationMode in struct ServiceBusQueueOutputDataSourceProperties
  • New field ServiceBusNamespace in struct ServiceBusQueueOutputDataSourceProperties
  • New field SharedAccessPolicyKey in struct ServiceBusQueueOutputDataSourceProperties
  • New field SharedAccessPolicyName in struct ServiceBusQueueOutputDataSourceProperties
  • New field Etag in struct StreamInputProperties
  • New field Type in struct StreamInputProperties
  • New field Compression in struct StreamInputProperties
  • New field PartitionKey in struct StreamInputProperties
  • New field Serialization in struct StreamInputProperties
  • New field Diagnostics in struct StreamInputProperties
  • New field Type in struct JSONSerialization
  • New field Type in struct EventHubStreamInputDataSource
  • New field Type in struct ScalarFunctionProperties
  • New field Properties in struct ScalarFunctionProperties
  • New field Etag in struct ScalarFunctionProperties
  • New field AccountKey in struct JobStorageAccount
  • New field AccountName in struct JobStorageAccount
  • New field Type in struct BlobReferenceInputDataSource
  • New field ID in struct TrackedResource
  • New field Name in struct TrackedResource
  • New field Type in struct TrackedResource
  • New field ValidStreamingUnits in struct TransformationProperties
  • New field Database in struct AzureSynapseOutputDataSourceProperties
  • New field Password in struct AzureSynapseOutputDataSourceProperties
  • New field Server in struct AzureSynapseOutputDataSourceProperties
  • New field Table in struct AzureSynapseOutputDataSourceProperties
  • New field User in struct AzureSynapseOutputDataSourceProperties
  • New field Type in struct AzureDataLakeStoreOutputDataSource
  • New field Type in struct BlobStreamInputDataSource
  • New field ServiceBusNamespace in struct EventHubOutputDataSourceProperties
  • New field SharedAccessPolicyKey in struct EventHubOutputDataSourceProperties
  • New field SharedAccessPolicyName in struct EventHubOutputDataSourceProperties
  • New field AuthenticationMode in struct EventHubOutputDataSourceProperties
  • New field EventHubName in struct EventHubOutputDataSourceProperties
  • New field DateFormat in struct BlobStreamInputDataSourceProperties
  • New field PathPattern in struct BlobStreamInputDataSourceProperties
  • New field StorageAccounts in struct BlobStreamInputDataSourceProperties
  • New field TimeFormat in struct BlobStreamInputDataSourceProperties
  • New field Container in struct BlobStreamInputDataSourceProperties
  • New field Type in struct AzureSynapseOutputDataSource
  • New field Name in struct Output
  • New field ID in struct Output
  • New field Type in struct Output
  • New field Type in struct AvroSerialization
  • New field Type in struct JavaScriptFunctionBinding
  • New field Type in struct PowerBIOutputDataSource
  • New field Type in struct EventHubOutputDataSource
  • New field Name in struct PrivateEndpoint
  • New field Type in struct PrivateEndpoint
  • New field ID in struct PrivateEndpoint
  • New field ID in struct Transformation
  • New field Type in struct Transformation
  • New field Name in struct Transformation
  • New field Type in struct ServiceBusQueueOutputDataSource
  • New field Name in struct SubscriptionQuota
  • New field ID in struct SubscriptionQuota
  • New field Type in struct SubscriptionQuota
  • New field BindingType in struct JavaScriptFunctionRetrieveDefaultDefinitionParameters
  • New field RefreshToken in struct PowerBIOutputDataSourceProperties
  • New field TokenUserDisplayName in struct PowerBIOutputDataSourceProperties
  • New field TokenUserPrincipalName in struct PowerBIOutputDataSourceProperties
  • New field Name in struct Cluster
  • New field Type in struct Cluster
  • New field Location in struct Cluster
  • New field Tags in struct Cluster
  • New field ID in struct Cluster
  • New field AuthenticationMode in struct ServiceBusTopicOutputDataSourceProperties
  • New field ServiceBusNamespace in struct ServiceBusTopicOutputDataSourceProperties
  • New field SharedAccessPolicyKey in struct ServiceBusTopicOutputDataSourceProperties
  • New field SharedAccessPolicyName in struct ServiceBusTopicOutputDataSourceProperties
  • New field EventHubName in struct EventHubStreamInputDataSourceProperties
  • New field ServiceBusNamespace in struct EventHubStreamInputDataSourceProperties
  • New field SharedAccessPolicyKey in struct EventHubStreamInputDataSourceProperties
  • New field SharedAccessPolicyName in struct EventHubStreamInputDataSourceProperties
  • New field AuthenticationMode in struct EventHubStreamInputDataSourceProperties
  • New field TokenUserPrincipalName in struct AzureDataLakeStoreOutputDataSourceProperties
  • New field RefreshToken in struct AzureDataLakeStoreOutputDataSourceProperties
  • New field TokenUserDisplayName in struct AzureDataLakeStoreOutputDataSourceProperties
  • New field Container in struct BlobOutputDataSourceProperties
  • New field DateFormat in struct BlobOutputDataSourceProperties
  • New field PathPattern in struct BlobOutputDataSourceProperties
  • New field StorageAccounts in struct BlobOutputDataSourceProperties
  • New field TimeFormat in struct BlobOutputDataSourceProperties
  • New field DateFormat in struct BlobReferenceInputDataSourceProperties
  • New field PathPattern in struct BlobReferenceInputDataSourceProperties
  • New field StorageAccounts in struct BlobReferenceInputDataSourceProperties
  • New field TimeFormat in struct BlobReferenceInputDataSourceProperties
  • New field Container in struct BlobReferenceInputDataSourceProperties
  • New field Type in struct AzureSQLReferenceInputDataSource
  • New field Type in struct EventHubV2OutputDataSource
  • New field ID in struct Input
  • New field Type in struct Input
  • New field Name in struct Input
  • New field ID in struct ProxyResource
  • New field Name in struct ProxyResource
  • New field Type in struct ProxyResource
  • New field Type in struct IoTHubStreamInputDataSource
  • New field Type in struct CSVSerialization
  • New field IsDataAction in struct Operation
  • New field Type in struct BlobOutputDataSource
  • New field Error in struct Error
  • New field Tags in struct StreamingJob
  • New field ID in struct StreamingJob
  • New field Name in struct StreamingJob
  • New field Type in struct StreamingJob
  • New field Location in struct StreamingJob
  • New field Type in struct ServiceBusTopicOutputDataSource
  • New field Type in struct DocumentDbOutputDataSource
  • New field Type in struct AzureTableOutputDataSource

Don't miss a new azure-sdk-for-go release

NewReleases is sending notifications on new releases.