Skip to content

Commit

Permalink
Generated from 60a9c055abb7c150f31e17b5a02bafb72aec9297 (#1650) (#1652)
Browse files Browse the repository at this point in the history
Merge pull request #6 from TimeSeriesInsights/partionKeyProperty-ModelingAsString

changing modelAsString for partitionKeyPRoperties
  • Loading branch information
AutorestCI authored and jhendrixMSFT committed Apr 19, 2018
1 parent ffad9f4 commit ae33bb1
Show file tree
Hide file tree
Showing 3 changed files with 66 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,12 @@ const (
TimeSpan LocalTimestampFormat = original.TimeSpan
)

type PropertyType = original.PropertyType

const (
String PropertyType = original.String
)

type ProvisioningState = original.ProvisioningState

const (
Expand All @@ -92,10 +98,10 @@ 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
Expand Down Expand Up @@ -164,6 +170,7 @@ type OperationDisplay = original.OperationDisplay
type OperationListResult = original.OperationListResult
type OperationListResultIterator = original.OperationListResultIterator
type OperationListResultPage = original.OperationListResultPage
type PartitionKeyProperty = original.PartitionKeyProperty
type ReferenceDataSetCreateOrUpdateParameters = original.ReferenceDataSetCreateOrUpdateParameters
type ReferenceDataSetCreationProperties = original.ReferenceDataSetCreationProperties
type ReferenceDataSetKeyProperty = original.ReferenceDataSetKeyProperty
Expand Down Expand Up @@ -220,6 +227,9 @@ func PossibleKindBasicEventSourceResourceValues() []KindBasicEventSourceResource
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 @@ -78,6 +78,12 @@ const (
TimeSpan LocalTimestampFormat = original.TimeSpan
)

type PropertyType = original.PropertyType

const (
String PropertyType = original.String
)

type ProvisioningState = original.ProvisioningState

const (
Expand All @@ -92,10 +98,10 @@ 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
Expand Down Expand Up @@ -164,6 +170,7 @@ type OperationDisplay = original.OperationDisplay
type OperationListResult = original.OperationListResult
type OperationListResultIterator = original.OperationListResultIterator
type OperationListResultPage = original.OperationListResultPage
type PartitionKeyProperty = original.PartitionKeyProperty
type ReferenceDataSetCreateOrUpdateParameters = original.ReferenceDataSetCreateOrUpdateParameters
type ReferenceDataSetCreationProperties = original.ReferenceDataSetCreationProperties
type ReferenceDataSetKeyProperty = original.ReferenceDataSetKeyProperty
Expand Down Expand Up @@ -220,6 +227,9 @@ func PossibleKindBasicEventSourceResourceValues() []KindBasicEventSourceResource
func PossibleLocalTimestampFormatValues() []LocalTimestampFormat {
return original.PossibleLocalTimestampFormatValues()
}
func PossiblePropertyTypeValues() []PropertyType {
return original.PossiblePropertyTypeValues()
}
func PossibleProvisioningStateValues() []ProvisioningState {
return original.PossibleProvisioningStateValues()
}
Expand Down

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

0 comments on commit ae33bb1

Please sign in to comment.