default_azure_scope: Get default Azure OAuth scope
Description
Returns the default OAuth scope for a specified Azure resource.
Usage
default_azure_scope(resource = "azure_arm")
Value
A character string with the OAuth scope URL
Arguments
resource
A character string specifying the Azure resource. Must be one of:
"azure_arm" (Azure Resource Manager), "azure_graph" (Microsoft Graph),
"azure_storage" (Azure Storage), or "azure_key_vault" (Azure Key Vault).
Defaults to "azure_arm".