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 hanaonazure/resource-manager] Add PATCH API example to hanaonazure #3769

Merged
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/eventgrid/mgmt/2018-01-01/eventgrid/eventgridapi"
import original "github.com/Azure/azure-sdk-for-go/services/eventgrid/mgmt/2019-01-01/eventgrid/eventgridapi"

type EventSubscriptionsClientAPI = original.EventSubscriptionsClientAPI
type OperationsClientAPI = original.OperationsClientAPI
Expand Down
36 changes: 29 additions & 7 deletions profiles/latest/eventgrid/mgmt/eventgrid/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

package eventgrid

import original "github.com/Azure/azure-sdk-for-go/services/eventgrid/mgmt/2018-01-01/eventgrid"
import original "github.com/Azure/azure-sdk-for-go/services/eventgrid/mgmt/2019-01-01/eventgrid"

const (
DefaultBaseURI = original.DefaultBaseURI
Expand All @@ -30,18 +30,28 @@ type EndpointType = original.EndpointType
const (
EndpointTypeEventHub EndpointType = original.EndpointTypeEventHub
EndpointTypeEventSubscriptionDestination EndpointType = original.EndpointTypeEventSubscriptionDestination
EndpointTypeHybridConnection EndpointType = original.EndpointTypeHybridConnection
EndpointTypeStorageQueue EndpointType = original.EndpointTypeStorageQueue
EndpointTypeWebHook EndpointType = original.EndpointTypeWebHook
)

type EndpointTypeBasicDeadLetterDestination = original.EndpointTypeBasicDeadLetterDestination

const (
EndpointTypeDeadLetterDestination EndpointTypeBasicDeadLetterDestination = original.EndpointTypeDeadLetterDestination
EndpointTypeStorageBlob EndpointTypeBasicDeadLetterDestination = original.EndpointTypeStorageBlob
)

type EventSubscriptionProvisioningState = original.EventSubscriptionProvisioningState

const (
Canceled EventSubscriptionProvisioningState = original.Canceled
Creating EventSubscriptionProvisioningState = original.Creating
Deleting EventSubscriptionProvisioningState = original.Deleting
Failed EventSubscriptionProvisioningState = original.Failed
Succeeded EventSubscriptionProvisioningState = original.Succeeded
Updating EventSubscriptionProvisioningState = original.Updating
AwaitingManualAction EventSubscriptionProvisioningState = original.AwaitingManualAction
Canceled EventSubscriptionProvisioningState = original.Canceled
Creating EventSubscriptionProvisioningState = original.Creating
Deleting EventSubscriptionProvisioningState = original.Deleting
Failed EventSubscriptionProvisioningState = original.Failed
Succeeded EventSubscriptionProvisioningState = original.Succeeded
Updating EventSubscriptionProvisioningState = original.Updating
)

type ResourceRegionType = original.ResourceRegionType
Expand Down Expand Up @@ -74,7 +84,9 @@ const (
)

type BaseClient = original.BaseClient
type BasicDeadLetterDestination = original.BasicDeadLetterDestination
type BasicEventSubscriptionDestination = original.BasicEventSubscriptionDestination
type DeadLetterDestination = original.DeadLetterDestination
type EventHubEventSubscriptionDestination = original.EventHubEventSubscriptionDestination
type EventHubEventSubscriptionDestinationProperties = original.EventHubEventSubscriptionDestinationProperties
type EventSubscription = original.EventSubscription
Expand All @@ -91,11 +103,18 @@ type EventSubscriptionsUpdateFuture = original.EventSubscriptionsUpdateFuture
type EventType = original.EventType
type EventTypeProperties = original.EventTypeProperties
type EventTypesListResult = original.EventTypesListResult
type HybridConnectionEventSubscriptionDestination = original.HybridConnectionEventSubscriptionDestination
type HybridConnectionEventSubscriptionDestinationProperties = original.HybridConnectionEventSubscriptionDestinationProperties
type Operation = original.Operation
type OperationInfo = original.OperationInfo
type OperationsClient = original.OperationsClient
type OperationsListResult = original.OperationsListResult
type Resource = original.Resource
type RetryPolicy = original.RetryPolicy
type StorageBlobDeadLetterDestination = original.StorageBlobDeadLetterDestination
type StorageBlobDeadLetterDestinationProperties = original.StorageBlobDeadLetterDestinationProperties
type StorageQueueEventSubscriptionDestination = original.StorageQueueEventSubscriptionDestination
type StorageQueueEventSubscriptionDestinationProperties = original.StorageQueueEventSubscriptionDestinationProperties
type Topic = original.Topic
type TopicProperties = original.TopicProperties
type TopicRegenerateKeyRequest = original.TopicRegenerateKeyRequest
Expand Down Expand Up @@ -144,6 +163,9 @@ func NewTopicsClientWithBaseURI(baseURI string, subscriptionID string) TopicsCli
func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient {
return original.NewWithBaseURI(baseURI, subscriptionID)
}
func PossibleEndpointTypeBasicDeadLetterDestinationValues() []EndpointTypeBasicDeadLetterDestination {
return original.PossibleEndpointTypeBasicDeadLetterDestinationValues()
}
func PossibleEndpointTypeValues() []EndpointType {
return original.PossibleEndpointTypeValues()
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ type OperationList = original.OperationList
type OperationsClient = original.OperationsClient
type Resource = original.Resource
type StorageProfile = original.StorageProfile
type Tags = original.Tags

func New(subscriptionID string) BaseClient {
return original.New(subscriptionID)
Expand Down

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

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

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