diff --git a/services/eventgrid/mgmt/2019-01-01/eventgrid/models.go b/services/eventgrid/mgmt/2019-01-01/eventgrid/models.go index dec2045e0f8e..082fd1755753 100644 --- a/services/eventgrid/mgmt/2019-01-01/eventgrid/models.go +++ b/services/eventgrid/mgmt/2019-01-01/eventgrid/models.go @@ -1094,7 +1094,7 @@ func (sbdld *StorageBlobDeadLetterDestination) UnmarshalJSON(body []byte) error // StorageBlobDeadLetterDestinationProperties properties of the storage blob based dead letter destination. type StorageBlobDeadLetterDestinationProperties struct { - // ResourceID - The Azure Resource ID of the storage blob container that is the destination of the deadletter events. For example: /subscriptions/{AzureSubscriptionId}/resourceGroups/{ResourceGroupName}/providers/microsoft.Storage/storageAccounts/{StorageAccountName} + // ResourceID - The Azure Resource ID of the storage account that is the destination of the deadletter events. For example: /subscriptions/{AzureSubscriptionId}/resourceGroups/{ResourceGroupName}/providers/microsoft.Storage/storageAccounts/{StorageAccountName} ResourceID *string `json:"resourceId,omitempty"` // BlobContainerName - The name of the Storage blob container that is the destination of the deadletter events BlobContainerName *string `json:"blobContainerName,omitempty"`