Skip to content
Merged
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 @@ -19,7 +19,7 @@

package eventgridapi

import original "github.com/Azure/azure-sdk-for-go/services/preview/eventgrid/mgmt/2020-01-01-preview/eventgrid/eventgridapi"
import original "github.com/Azure/azure-sdk-for-go/services/preview/eventgrid/mgmt/2020-04-01-preview/eventgrid/eventgridapi"

type DomainTopicsClientAPI = original.DomainTopicsClientAPI
type DomainsClientAPI = original.DomainsClientAPI
Expand Down
12 changes: 11 additions & 1 deletion profiles/preview/preview/eventgrid/mgmt/eventgrid/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ package eventgrid
import (
"context"

original "github.com/Azure/azure-sdk-for-go/services/preview/eventgrid/mgmt/2020-01-01-preview/eventgrid"
original "github.com/Azure/azure-sdk-for-go/services/preview/eventgrid/mgmt/2020-04-01-preview/eventgrid"
)

const (
Expand Down Expand Up @@ -91,6 +91,12 @@ const (
EventSubscriptionProvisioningStateUpdating EventSubscriptionProvisioningState = original.EventSubscriptionProvisioningStateUpdating
)

type IPActionType = original.IPActionType

const (
Allow IPActionType = original.Allow
)

type InputSchema = original.InputSchema

const (
Expand Down Expand Up @@ -203,6 +209,7 @@ type EventTypeProperties = original.EventTypeProperties
type EventTypesListResult = original.EventTypesListResult
type HybridConnectionEventSubscriptionDestination = original.HybridConnectionEventSubscriptionDestination
type HybridConnectionEventSubscriptionDestinationProperties = original.HybridConnectionEventSubscriptionDestinationProperties
type InboundIPRule = original.InboundIPRule
type InputSchemaMapping = original.InputSchemaMapping
type JSONField = original.JSONField
type JSONFieldWithDefault = original.JSONFieldWithDefault
Expand Down Expand Up @@ -337,6 +344,9 @@ func PossibleEventDeliverySchemaValues() []EventDeliverySchema {
func PossibleEventSubscriptionProvisioningStateValues() []EventSubscriptionProvisioningState {
return original.PossibleEventSubscriptionProvisioningStateValues()
}
func PossibleIPActionTypeValues() []IPActionType {
return original.PossibleIPActionTypeValues()
}
func PossibleInputSchemaMappingTypeValues() []InputSchemaMappingType {
return original.PossibleInputSchemaMappingTypeValues()
}
Expand Down