remove duplicate definition of KustoIdentityToken
This commit is contained in:
Родитель
82ee449626
Коммит
25109192d0
|
@ -5,7 +5,7 @@ use crate::{
|
|||
data_format::DataFormat,
|
||||
descriptors::BlobDescriptor,
|
||||
ingestion_properties::{IngestionProperties, ReportLevel, ReportMethod, ValidationPolicy},
|
||||
resource_manager::KustoIdentityToken,
|
||||
resource_manager::authorization_context::KustoIdentityToken,
|
||||
};
|
||||
|
||||
// Basing the ingestion message on
|
||||
|
|
|
@ -17,7 +17,7 @@ use azure_storage_queues::QueueClient;
|
|||
use crate::client_options::QueuedIngestClientOptions;
|
||||
|
||||
use self::{
|
||||
authorization_context::AuthorizationContext,
|
||||
authorization_context::{AuthorizationContext, KustoIdentityToken},
|
||||
cache::{Cached, Refreshing},
|
||||
resource_uri::{ClientFromResourceUri, ResourceUri},
|
||||
};
|
||||
|
@ -278,8 +278,6 @@ impl IngestClientResources {
|
|||
// }
|
||||
}
|
||||
|
||||
pub type KustoIdentityToken = String;
|
||||
|
||||
/// ResourceManager is a struct that keeps track of all the resources required for ingestion using the queued flavour
|
||||
pub struct ResourceManager {
|
||||
ingest_client_resources: Arc<IngestClientResources>,
|
||||
|
|
Загрузка…
Ссылка в новой задаче