//! rigg-client - Azure AI Search and Microsoft Foundry REST API client
//!
//! This crate provides:
//! - Authentication handling (Azure CLI, environment variables)
//! - REST API operations for all resource types (Search and Foundry)
//! - ARM discovery for subscriptions, search services, AI Services accounts, and Foundry projects
//! - Response parsing and error handling
pub use ArmClient;
pub use AuthProvider;
pub use AzureSearchClient;
pub use ClientError;
pub use FoundryClient;