Versions in this module Expand all Collapse all v0 v0.1.13 Aug 21, 2020 Changes in this version + type ContextParams struct + Description string + Location string + ResourceGroup string + SubscriptionID string + type LoginParams struct + ClientID string + ClientSecret string + TenantID string + func (opts LoginParams) Validate() error + type ResourceGroupHelper interface + CreateOrUpdate func(ctx context.Context, subscriptionID string, resourceGroupName string, ...) (result resources.Group, err error) + DeleteAsync func(ctx context.Context, subscriptionID string, resourceGroupName string) error + GetGroup func(ctx context.Context, subscriptionID string, groupName string) (resources.Group, error) + GetSubscriptionIDs func(ctx context.Context) ([]subscription.Model, error) + ListGroups func(ctx context.Context, subscriptionID string) ([]resources.Group, error) + func NewACIResourceGroupHelper() ResourceGroupHelper