Skip to content

Commit

Permalink
Generated from 13ad4468d43e4b4aebff001e8cfcdeb3e8c05673 (#3632)
Browse files Browse the repository at this point in the history
typo: timeseriesinsights/resource-manager/Microsoft.TimeSeriesInsights

- asynchroneous -> asynchronous
- synchroneously -> synchronously
- avaliable -> available
- programatically -> programmatically
- asynchroneously -> asynchronously
- Trim trailing spaces
  • Loading branch information
AutorestCI authored and jhendrixMSFT committed Dec 6, 2018
1 parent f5716fd commit 9c594a7
Show file tree
Hide file tree
Showing 13 changed files with 5,457 additions and 16 deletions.
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"
)

const (
Expand All @@ -36,12 +36,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 @@ -60,6 +93,12 @@ const (
TimeSpan LocalTimestampFormat = original.TimeSpan
)

type PropertyType = original.PropertyType

const (
String PropertyType = original.String
)

type ProvisioningState = original.ProvisioningState

const (
Expand All @@ -74,15 +113,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 @@ -103,17 +143,20 @@ type AccessPolicyResourceProperties = original.AccessPolicyResourceProperties
type AccessPolicyUpdateParameters = original.AccessPolicyUpdateParameters
type AzureEventSourceProperties = original.AzureEventSourceProperties
type BaseClient = original.BaseClient
type BasicEnvironmentCreateOrUpdateParameters = original.BasicEnvironmentCreateOrUpdateParameters
type BasicEnvironmentResource = original.BasicEnvironmentResource
type BasicEventSourceCreateOrUpdateParameters = original.BasicEventSourceCreateOrUpdateParameters
type BasicEventSourceResource = original.BasicEventSourceResource
type CloudError = original.CloudError
type CloudErrorBody = original.CloudErrorBody
type CreateOrUpdateTrackedResourceProperties = original.CreateOrUpdateTrackedResourceProperties
type EnvironmentCreateOrUpdateParameters = original.EnvironmentCreateOrUpdateParameters
type EnvironmentCreationProperties = original.EnvironmentCreationProperties
type EnvironmentListResponse = original.EnvironmentListResponse
type EnvironmentMutableProperties = original.EnvironmentMutableProperties
type EnvironmentResource = original.EnvironmentResource
type EnvironmentResourceModel = original.EnvironmentResourceModel
type EnvironmentResourceProperties = original.EnvironmentResourceProperties
type EnvironmentStateDetails = original.EnvironmentStateDetails
type EnvironmentStatus = original.EnvironmentStatus
type EnvironmentUpdateParameters = original.EnvironmentUpdateParameters
type EnvironmentsClient = original.EnvironmentsClient
type EnvironmentsCreateOrUpdateFuture = original.EnvironmentsCreateOrUpdateFuture
Expand All @@ -133,6 +176,7 @@ type EventSourceResource = original.EventSourceResource
type EventSourceResourceModel = original.EventSourceResourceModel
type EventSourceUpdateParameters = original.EventSourceUpdateParameters
type EventSourcesClient = original.EventSourcesClient
type IngressEnvironmentStatus = original.IngressEnvironmentStatus
type IoTHubEventSourceCommonProperties = original.IoTHubEventSourceCommonProperties
type IoTHubEventSourceCreateOrUpdateParameters = original.IoTHubEventSourceCreateOrUpdateParameters
type IoTHubEventSourceCreationProperties = original.IoTHubEventSourceCreationProperties
Expand All @@ -142,6 +186,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 @@ -159,6 +212,13 @@ type ReferenceDataSetsClient = original.ReferenceDataSetsClient
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

func New(subscriptionID string) BaseClient {
Expand Down Expand Up @@ -206,6 +266,18 @@ func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient {
func PossibleAccessPolicyRoleValues() []AccessPolicyRole {
return original.PossibleAccessPolicyRoleValues()
}
func PossibleDataStringComparisonBehaviorValues() []DataStringComparisonBehavior {
return original.PossibleDataStringComparisonBehaviorValues()
}
func PossibleIngressStateValues() []IngressState {
return original.PossibleIngressStateValues()
}
func PossibleKindBasicEnvironmentResourceValues() []KindBasicEnvironmentResource {
return original.PossibleKindBasicEnvironmentResourceValues()
}
func PossibleKindBasicEventSourceCreateOrUpdateParametersValues() []KindBasicEventSourceCreateOrUpdateParameters {
return original.PossibleKindBasicEventSourceCreateOrUpdateParametersValues()
}
func PossibleKindBasicEventSourceResourceValues() []KindBasicEventSourceResource {
return original.PossibleKindBasicEventSourceResourceValues()
}
Expand All @@ -215,6 +287,9 @@ func PossibleKindValues() []Kind {
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 AccessPoliciesClientAPI = original.AccessPoliciesClientAPI
type EnvironmentsClientAPI = original.EnvironmentsClientAPI
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 9c594a7

Please sign in to comment.