//! Generated operation contracts for AZURE APIs.
//!
//! These modules contain the raw HTTP operations with correct URLs, methods,
//! and parameter ordering from the Azure ARM REST Specification. They are `pub(crate)`
//! and wrapped by the ergonomic API clients in [`super::api`].
pub mod acr;
pub mod aks;
pub mod compute;
pub mod cosmosdb;
pub mod cost;
pub mod dns;
pub mod functions;
pub mod identity;
pub mod keyvault;
pub mod loganalytics;
pub mod monitor;
pub mod networking;
pub mod rbac;
pub mod redis;
pub mod resource_graph;
pub mod security;
pub mod sql;
pub mod storage;
pub mod subscriptions;