package azure
type AzureResourceManagerCredentials struct {
ClientID string
ClientSecret string
TenantID string
SubscriptionID string
}