# Functions
NewAzureCmd implements the "azure" subcommand for credentials provisioning.
NewCreateAllCmd combines create-identity-provider and create-managed-identities commands.
NewCreateManagedIdentitiesCmd provides the "create-managed-identities" subcommand.
NewCreateOIDCIssuerCmd provides the "create-oidc-issuer" subcommand.
NewDeleteCmd provides the "delete" subcommand.
# Variables
CreateAllOpts captures the azureOptions that affect creation of the OIDC issuer and user-assigned managed identities.
CreateManagedIdentitiesOpts are azureOptions necessary for creating user-assigned managed identities.
CreateOIDCIssuerOpts captures the azureOptions that affect creation of the OIDC issuer.
DeleteOpts captures the azureOptions that affect deletion of the identity provider and managed identities.