#![allow(clippy::module_inception)]
#![allow(clippy::too_many_arguments)]
#![allow(clippy::ptr_arg)]
#![allow(clippy::large_enum_variant)]
#![allow(clippy::derive_partial_eq_without_eq)]
#[cfg(feature = "package-2023-06-27-preview")]
pub mod package_2023_06_27_preview;
#[cfg(all(feature = "package-2023-06-27-preview", not(feature = "no-default-tag")))]
pub use package_2023_06_27_preview::*;
#[cfg(feature = "package-2023-05-18-preview")]
pub mod package_2023_05_18_preview;
#[cfg(all(feature = "package-2023-05-18-preview", not(feature = "no-default-tag")))]
pub use package_2023_05_18_preview::*;
#[cfg(feature = "package-2021-03-15")]
pub mod package_2021_03_15;
#[cfg(all(feature = "package-2021-03-15", not(feature = "no-default-tag")))]
pub use package_2021_03_15::*;
#[cfg(feature = "package-2020-08-08-preview")]
pub mod package_2020_08_08_preview;
#[cfg(all(feature = "package-2020-08-08-preview", not(feature = "no-default-tag")))]
pub use package_2020_08_08_preview::*;