Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[AutoPR] timeseriesinsights/resource-manager #3439

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ package timeseriesinsights
import (
"context"

original "github.com/Azure/azure-sdk-for-go/services/preview/timeseriesinsights/mgmt/2017-02-28-preview/timeseriesinsights"
original "github.com/Azure/azure-sdk-for-go/services/preview/timeseriesinsights/mgmt/2018-08-15-preview/timeseriesinsights"
)

type AccessPoliciesClient = original.AccessPoliciesClient
Expand All @@ -41,12 +41,45 @@ const (
Reader AccessPolicyRole = original.Reader
)

type DataStringComparisonBehavior = original.DataStringComparisonBehavior

const (
Ordinal DataStringComparisonBehavior = original.Ordinal
OrdinalIgnoreCase DataStringComparisonBehavior = original.OrdinalIgnoreCase
)

type IngressState = original.IngressState

const (
Disabled IngressState = original.Disabled
Paused IngressState = original.Paused
Ready IngressState = original.Ready
Running IngressState = original.Running
Unknown IngressState = original.Unknown
)

type Kind = original.Kind

const (
KindEventSourceCreateOrUpdateParameters Kind = original.KindEventSourceCreateOrUpdateParameters
KindMicrosoftEventHub Kind = original.KindMicrosoftEventHub
KindMicrosoftIoTHub Kind = original.KindMicrosoftIoTHub
KindEnvironmentCreateOrUpdateParameters Kind = original.KindEnvironmentCreateOrUpdateParameters
KindLongTerm Kind = original.KindLongTerm
KindStandard Kind = original.KindStandard
)

type KindBasicEnvironmentResource = original.KindBasicEnvironmentResource

const (
KindBasicEnvironmentResourceKindEnvironmentResource KindBasicEnvironmentResource = original.KindBasicEnvironmentResourceKindEnvironmentResource
KindBasicEnvironmentResourceKindLongTerm KindBasicEnvironmentResource = original.KindBasicEnvironmentResourceKindLongTerm
KindBasicEnvironmentResourceKindStandard KindBasicEnvironmentResource = original.KindBasicEnvironmentResourceKindStandard
)

type KindBasicEventSourceCreateOrUpdateParameters = original.KindBasicEventSourceCreateOrUpdateParameters

const (
KindEventSourceCreateOrUpdateParameters KindBasicEventSourceCreateOrUpdateParameters = original.KindEventSourceCreateOrUpdateParameters
KindMicrosoftEventHub KindBasicEventSourceCreateOrUpdateParameters = original.KindMicrosoftEventHub
KindMicrosoftIoTHub KindBasicEventSourceCreateOrUpdateParameters = original.KindMicrosoftIoTHub
)

type KindBasicEventSourceResource = original.KindBasicEventSourceResource
Expand All @@ -65,6 +98,12 @@ const (
TimeSpan LocalTimestampFormat = original.TimeSpan
)

type PropertyType = original.PropertyType

const (
String PropertyType = original.String
)

type ProvisioningState = original.ProvisioningState

const (
Expand All @@ -79,15 +118,16 @@ const (
type ReferenceDataKeyPropertyType = original.ReferenceDataKeyPropertyType

const (
Bool ReferenceDataKeyPropertyType = original.Bool
DateTime ReferenceDataKeyPropertyType = original.DateTime
Double ReferenceDataKeyPropertyType = original.Double
String ReferenceDataKeyPropertyType = original.String
ReferenceDataKeyPropertyTypeBool ReferenceDataKeyPropertyType = original.ReferenceDataKeyPropertyTypeBool
ReferenceDataKeyPropertyTypeDateTime ReferenceDataKeyPropertyType = original.ReferenceDataKeyPropertyTypeDateTime
ReferenceDataKeyPropertyTypeDouble ReferenceDataKeyPropertyType = original.ReferenceDataKeyPropertyTypeDouble
ReferenceDataKeyPropertyTypeString ReferenceDataKeyPropertyType = original.ReferenceDataKeyPropertyTypeString
)

type SkuName = original.SkuName

const (
L1 SkuName = original.L1
S1 SkuName = original.S1
S2 SkuName = original.S2
)
Expand All @@ -109,13 +149,16 @@ type AzureEventSourceProperties = original.AzureEventSourceProperties
type CloudError = original.CloudError
type CloudErrorBody = original.CloudErrorBody
type CreateOrUpdateTrackedResourceProperties = original.CreateOrUpdateTrackedResourceProperties
type BasicEnvironmentCreateOrUpdateParameters = original.BasicEnvironmentCreateOrUpdateParameters
type EnvironmentCreateOrUpdateParameters = original.EnvironmentCreateOrUpdateParameters
type EnvironmentCreationProperties = original.EnvironmentCreationProperties
type EnvironmentListResponse = original.EnvironmentListResponse
type EnvironmentMutableProperties = original.EnvironmentMutableProperties
type BasicEnvironmentResource = original.BasicEnvironmentResource
type EnvironmentResource = original.EnvironmentResource
type EnvironmentResourceModel = original.EnvironmentResourceModel
type EnvironmentResourceProperties = original.EnvironmentResourceProperties
type EnvironmentsCreateOrUpdateFuture = original.EnvironmentsCreateOrUpdateFuture
type EnvironmentStateDetails = original.EnvironmentStateDetails
type EnvironmentStatus = original.EnvironmentStatus
type EnvironmentsUpdateFuture = original.EnvironmentsUpdateFuture
type EnvironmentUpdateParameters = original.EnvironmentUpdateParameters
type EventHubEventSourceCommonProperties = original.EventHubEventSourceCommonProperties
Expand All @@ -134,6 +177,7 @@ type BasicEventSourceResource = original.BasicEventSourceResource
type EventSourceResource = original.EventSourceResource
type EventSourceResourceModel = original.EventSourceResourceModel
type EventSourceUpdateParameters = original.EventSourceUpdateParameters
type IngressEnvironmentStatus = original.IngressEnvironmentStatus
type IoTHubEventSourceCommonProperties = original.IoTHubEventSourceCommonProperties
type IoTHubEventSourceCreateOrUpdateParameters = original.IoTHubEventSourceCreateOrUpdateParameters
type IoTHubEventSourceCreationProperties = original.IoTHubEventSourceCreationProperties
Expand All @@ -143,6 +187,15 @@ type IoTHubEventSourceResourceProperties = original.IoTHubEventSourceResourcePro
type IoTHubEventSourceUpdateParameters = original.IoTHubEventSourceUpdateParameters
type LocalTimestamp = original.LocalTimestamp
type LocalTimestampTimeZoneOffset = original.LocalTimestampTimeZoneOffset
type LongTermEnvironmentCreateOrUpdateParameters = original.LongTermEnvironmentCreateOrUpdateParameters
type LongTermEnvironmentCreationProperties = original.LongTermEnvironmentCreationProperties
type LongTermEnvironmentMutableProperties = original.LongTermEnvironmentMutableProperties
type LongTermEnvironmentResource = original.LongTermEnvironmentResource
type LongTermEnvironmentResourceProperties = original.LongTermEnvironmentResourceProperties
type LongTermEnvironmentUpdateParameters = original.LongTermEnvironmentUpdateParameters
type LongTermStorageConfigurationInput = original.LongTermStorageConfigurationInput
type LongTermStorageConfigurationMutableProperties = original.LongTermStorageConfigurationMutableProperties
type LongTermStorageConfigurationOutput = original.LongTermStorageConfigurationOutput
type Operation = original.Operation
type OperationDisplay = original.OperationDisplay
type OperationListResult = original.OperationListResult
Expand All @@ -158,6 +211,13 @@ type ReferenceDataSetUpdateParameters = original.ReferenceDataSetUpdateParameter
type Resource = original.Resource
type ResourceProperties = original.ResourceProperties
type Sku = original.Sku
type StandardEnvironmentCreateOrUpdateParameters = original.StandardEnvironmentCreateOrUpdateParameters
type StandardEnvironmentCreationProperties = original.StandardEnvironmentCreationProperties
type StandardEnvironmentMutableProperties = original.StandardEnvironmentMutableProperties
type StandardEnvironmentResource = original.StandardEnvironmentResource
type StandardEnvironmentResourceProperties = original.StandardEnvironmentResourceProperties
type StandardEnvironmentUpdateParameters = original.StandardEnvironmentUpdateParameters
type TimeSeriesIDProperty = original.TimeSeriesIDProperty
type TrackedResource = original.TrackedResource
type OperationsClient = original.OperationsClient
type ReferenceDataSetsClient = original.ReferenceDataSetsClient
Expand Down Expand Up @@ -189,15 +249,30 @@ func NewEventSourcesClientWithBaseURI(baseURI string, subscriptionID string) Eve
func PossibleAccessPolicyRoleValues() []AccessPolicyRole {
return original.PossibleAccessPolicyRoleValues()
}
func PossibleDataStringComparisonBehaviorValues() []DataStringComparisonBehavior {
return original.PossibleDataStringComparisonBehaviorValues()
}
func PossibleIngressStateValues() []IngressState {
return original.PossibleIngressStateValues()
}
func PossibleKindValues() []Kind {
return original.PossibleKindValues()
}
func PossibleKindBasicEnvironmentResourceValues() []KindBasicEnvironmentResource {
return original.PossibleKindBasicEnvironmentResourceValues()
}
func PossibleKindBasicEventSourceCreateOrUpdateParametersValues() []KindBasicEventSourceCreateOrUpdateParameters {
return original.PossibleKindBasicEventSourceCreateOrUpdateParametersValues()
}
func PossibleKindBasicEventSourceResourceValues() []KindBasicEventSourceResource {
return original.PossibleKindBasicEventSourceResourceValues()
}
func PossibleLocalTimestampFormatValues() []LocalTimestampFormat {
return original.PossibleLocalTimestampFormatValues()
}
func PossiblePropertyTypeValues() []PropertyType {
return original.PossiblePropertyTypeValues()
}
func PossibleProvisioningStateValues() []ProvisioningState {
return original.PossibleProvisioningStateValues()
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

package timeseriesinsightsapi

import original "github.com/Azure/azure-sdk-for-go/services/preview/timeseriesinsights/mgmt/2017-02-28-preview/timeseriesinsights/timeseriesinsightsapi"
import original "github.com/Azure/azure-sdk-for-go/services/preview/timeseriesinsights/mgmt/2018-08-15-preview/timeseriesinsights/timeseriesinsightsapi"

type OperationsClientAPI = original.OperationsClientAPI
type EnvironmentsClientAPI = original.EnvironmentsClientAPI
Expand Down
Loading