Skip to content
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
57 changes: 0 additions & 57 deletions profiles/latest/appinsights/mgmt/insights/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ package insights

import original "github.com/Azure/azure-sdk-for-go/services/appinsights/mgmt/2015-05-01/insights"

type AnalyticsItemClient = original.AnalyticsItemClient
type AnnotationsClient = original.AnnotationsClient
type APIKeysClient = original.APIKeysClient

Expand Down Expand Up @@ -80,39 +79,6 @@ const (
Bluefield FlowType = original.Bluefield
)

type ItemScope = original.ItemScope

const (
ItemScopeShared ItemScope = original.ItemScopeShared
ItemScopeUser ItemScope = original.ItemScopeUser
)

type ItemScopePath = original.ItemScopePath

const (
AnalyticsItems ItemScopePath = original.AnalyticsItems
MyanalyticsItems ItemScopePath = original.MyanalyticsItems
)

type ItemType = original.ItemType

const (
Folder ItemType = original.Folder
Function ItemType = original.Function
Query ItemType = original.Query
Recent ItemType = original.Recent
)

type ItemTypeParameter = original.ItemTypeParameter

const (
ItemTypeParameterFolder ItemTypeParameter = original.ItemTypeParameterFolder
ItemTypeParameterFunction ItemTypeParameter = original.ItemTypeParameterFunction
ItemTypeParameterNone ItemTypeParameter = original.ItemTypeParameterNone
ItemTypeParameterQuery ItemTypeParameter = original.ItemTypeParameterQuery
ItemTypeParameterRecent ItemTypeParameter = original.ItemTypeParameterRecent
)

type PurgeState = original.PurgeState

const (
Expand Down Expand Up @@ -144,8 +110,6 @@ type Annotation = original.Annotation
type AnnotationError = original.AnnotationError
type APIKeyRequest = original.APIKeyRequest
type ApplicationInsightsComponent = original.ApplicationInsightsComponent
type ApplicationInsightsComponentAnalyticsItem = original.ApplicationInsightsComponentAnalyticsItem
type ApplicationInsightsComponentAnalyticsItemProperties = original.ApplicationInsightsComponentAnalyticsItemProperties
type ApplicationInsightsComponentAPIKey = original.ApplicationInsightsComponentAPIKey
type ApplicationInsightsComponentAPIKeyListResult = original.ApplicationInsightsComponentAPIKeyListResult
type ApplicationInsightsComponentAvailableFeatures = original.ApplicationInsightsComponentAvailableFeatures
Expand All @@ -170,17 +134,14 @@ type ComponentPurgeBody = original.ComponentPurgeBody
type ComponentPurgeBodyFilters = original.ComponentPurgeBodyFilters
type ComponentPurgeResponse = original.ComponentPurgeResponse
type ComponentPurgeStatusResponse = original.ComponentPurgeStatusResponse
type ComponentsPurgeFuture = original.ComponentsPurgeFuture
type ErrorFieldContract = original.ErrorFieldContract
type ErrorResponse = original.ErrorResponse
type InnerError = original.InnerError
type LinkProperties = original.LinkProperties
type ListAnnotation = original.ListAnnotation
type ListApplicationInsightsComponentAnalyticsItem = original.ListApplicationInsightsComponentAnalyticsItem
type ListApplicationInsightsComponentExportConfiguration = original.ListApplicationInsightsComponentExportConfiguration
type ListApplicationInsightsComponentFavorite = original.ListApplicationInsightsComponentFavorite
type ListApplicationInsightsComponentProactiveDetectionConfiguration = original.ListApplicationInsightsComponentProactiveDetectionConfiguration
type ListWorkbook = original.ListWorkbook
type ListWorkItemConfiguration = original.ListWorkItemConfiguration
type Operation = original.Operation
type OperationDisplay = original.OperationDisplay
Expand Down Expand Up @@ -212,12 +173,6 @@ type WorkbookClient = original.WorkbookClient
type WorkbooksClient = original.WorkbooksClient
type WorkItemConfigurationsClient = original.WorkItemConfigurationsClient

func NewAnalyticsItemClient(subscriptionID string) AnalyticsItemClient {
return original.NewAnalyticsItemClient(subscriptionID)
}
func NewAnalyticsItemClientWithBaseURI(baseURI string, subscriptionID string) AnalyticsItemClient {
return original.NewAnalyticsItemClientWithBaseURI(baseURI, subscriptionID)
}
func NewAnnotationsClient(subscriptionID string) AnnotationsClient {
return original.NewAnnotationsClient(subscriptionID)
}
Expand Down Expand Up @@ -299,18 +254,6 @@ func PossibleFavoriteTypeValues() []FavoriteType {
func PossibleFlowTypeValues() []FlowType {
return original.PossibleFlowTypeValues()
}
func PossibleItemScopeValues() []ItemScope {
return original.PossibleItemScopeValues()
}
func PossibleItemScopePathValues() []ItemScopePath {
return original.PossibleItemScopePathValues()
}
func PossibleItemTypeValues() []ItemType {
return original.PossibleItemTypeValues()
}
func PossibleItemTypeParameterValues() []ItemTypeParameter {
return original.PossibleItemTypeParameterValues()
}
func PossiblePurgeStateValues() []PurgeState {
return original.PossiblePurgeStateValues()
}
Expand Down
57 changes: 0 additions & 57 deletions profiles/preview/appinsights/mgmt/insights/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ package insights

import original "github.com/Azure/azure-sdk-for-go/services/appinsights/mgmt/2015-05-01/insights"

type AnalyticsItemClient = original.AnalyticsItemClient
type AnnotationsClient = original.AnnotationsClient
type APIKeysClient = original.APIKeysClient

Expand Down Expand Up @@ -80,39 +79,6 @@ const (
Bluefield FlowType = original.Bluefield
)

type ItemScope = original.ItemScope

const (
ItemScopeShared ItemScope = original.ItemScopeShared
ItemScopeUser ItemScope = original.ItemScopeUser
)

type ItemScopePath = original.ItemScopePath

const (
AnalyticsItems ItemScopePath = original.AnalyticsItems
MyanalyticsItems ItemScopePath = original.MyanalyticsItems
)

type ItemType = original.ItemType

const (
Folder ItemType = original.Folder
Function ItemType = original.Function
Query ItemType = original.Query
Recent ItemType = original.Recent
)

type ItemTypeParameter = original.ItemTypeParameter

const (
ItemTypeParameterFolder ItemTypeParameter = original.ItemTypeParameterFolder
ItemTypeParameterFunction ItemTypeParameter = original.ItemTypeParameterFunction
ItemTypeParameterNone ItemTypeParameter = original.ItemTypeParameterNone
ItemTypeParameterQuery ItemTypeParameter = original.ItemTypeParameterQuery
ItemTypeParameterRecent ItemTypeParameter = original.ItemTypeParameterRecent
)

type PurgeState = original.PurgeState

const (
Expand Down Expand Up @@ -144,8 +110,6 @@ type Annotation = original.Annotation
type AnnotationError = original.AnnotationError
type APIKeyRequest = original.APIKeyRequest
type ApplicationInsightsComponent = original.ApplicationInsightsComponent
type ApplicationInsightsComponentAnalyticsItem = original.ApplicationInsightsComponentAnalyticsItem
type ApplicationInsightsComponentAnalyticsItemProperties = original.ApplicationInsightsComponentAnalyticsItemProperties
type ApplicationInsightsComponentAPIKey = original.ApplicationInsightsComponentAPIKey
type ApplicationInsightsComponentAPIKeyListResult = original.ApplicationInsightsComponentAPIKeyListResult
type ApplicationInsightsComponentAvailableFeatures = original.ApplicationInsightsComponentAvailableFeatures
Expand All @@ -170,17 +134,14 @@ type ComponentPurgeBody = original.ComponentPurgeBody
type ComponentPurgeBodyFilters = original.ComponentPurgeBodyFilters
type ComponentPurgeResponse = original.ComponentPurgeResponse
type ComponentPurgeStatusResponse = original.ComponentPurgeStatusResponse
type ComponentsPurgeFuture = original.ComponentsPurgeFuture
type ErrorFieldContract = original.ErrorFieldContract
type ErrorResponse = original.ErrorResponse
type InnerError = original.InnerError
type LinkProperties = original.LinkProperties
type ListAnnotation = original.ListAnnotation
type ListApplicationInsightsComponentAnalyticsItem = original.ListApplicationInsightsComponentAnalyticsItem
type ListApplicationInsightsComponentExportConfiguration = original.ListApplicationInsightsComponentExportConfiguration
type ListApplicationInsightsComponentFavorite = original.ListApplicationInsightsComponentFavorite
type ListApplicationInsightsComponentProactiveDetectionConfiguration = original.ListApplicationInsightsComponentProactiveDetectionConfiguration
type ListWorkbook = original.ListWorkbook
type ListWorkItemConfiguration = original.ListWorkItemConfiguration
type Operation = original.Operation
type OperationDisplay = original.OperationDisplay
Expand Down Expand Up @@ -212,12 +173,6 @@ type WorkbookClient = original.WorkbookClient
type WorkbooksClient = original.WorkbooksClient
type WorkItemConfigurationsClient = original.WorkItemConfigurationsClient

func NewAnalyticsItemClient(subscriptionID string) AnalyticsItemClient {
return original.NewAnalyticsItemClient(subscriptionID)
}
func NewAnalyticsItemClientWithBaseURI(baseURI string, subscriptionID string) AnalyticsItemClient {
return original.NewAnalyticsItemClientWithBaseURI(baseURI, subscriptionID)
}
func NewAnnotationsClient(subscriptionID string) AnnotationsClient {
return original.NewAnnotationsClient(subscriptionID)
}
Expand Down Expand Up @@ -299,18 +254,6 @@ func PossibleFavoriteTypeValues() []FavoriteType {
func PossibleFlowTypeValues() []FlowType {
return original.PossibleFlowTypeValues()
}
func PossibleItemScopeValues() []ItemScope {
return original.PossibleItemScopeValues()
}
func PossibleItemScopePathValues() []ItemScopePath {
return original.PossibleItemScopePathValues()
}
func PossibleItemTypeValues() []ItemType {
return original.PossibleItemTypeValues()
}
func PossibleItemTypeParameterValues() []ItemTypeParameter {
return original.PossibleItemTypeParameterValues()
}
func PossiblePurgeStateValues() []PurgeState {
return original.PossiblePurgeStateValues()
}
Expand Down
Loading