Versions in this module Expand all Collapse all v30 v30.1.0 Jun 10, 2019 v30.0.0 May 28, 2019 Changes in this version + type ArtifactsClientAPI interface + CreateOrUpdate func(ctx context.Context, scope string, blueprintName string, artifactName string, ...) (result blueprint.ArtifactModel, err error) + Delete func(ctx context.Context, scope string, blueprintName string, artifactName string) (result blueprint.ArtifactModel, err error) + Get func(ctx context.Context, scope string, blueprintName string, artifactName string) (result blueprint.ArtifactModel, err error) + List func(ctx context.Context, scope string, blueprintName string) (result blueprint.ArtifactListPage, err error) + type AssignmentOperationsClientAPI interface + Get func(ctx context.Context, scope string, assignmentName string, ...) (result blueprint.AssignmentOperation, err error) + List func(ctx context.Context, scope string, assignmentName string) (result blueprint.AssignmentOperationListPage, err error) + type AssignmentsClientAPI interface + CreateOrUpdate func(ctx context.Context, scope string, assignmentName string, ...) (result blueprint.Assignment, err error) + Delete func(ctx context.Context, scope string, assignmentName string) (result blueprint.Assignment, err error) + Get func(ctx context.Context, scope string, assignmentName string) (result blueprint.Assignment, err error) + List func(ctx context.Context, scope string) (result blueprint.AssignmentListPage, err error) + WhoIsBlueprint func(ctx context.Context, scope string, assignmentName string) (result blueprint.WhoIsBlueprintContract, err error) + type BlueprintsClientAPI interface + CreateOrUpdate func(ctx context.Context, scope string, blueprintName string, ...) (result blueprint.Model, err error) + Delete func(ctx context.Context, scope string, blueprintName string) (result blueprint.Model, err error) + Get func(ctx context.Context, scope string, blueprintName string) (result blueprint.Model, err error) + List func(ctx context.Context, scope string) (result blueprint.ListPage, err error) + type PublishedArtifactsClientAPI interface + Get func(ctx context.Context, scope string, blueprintName string, versionID string, ...) (result blueprint.ArtifactModel, err error) + List func(ctx context.Context, scope string, blueprintName string, versionID string) (result blueprint.ArtifactListPage, err error) + type PublishedBlueprintsClientAPI interface + Create func(ctx context.Context, scope string, blueprintName string, versionID string) (result blueprint.PublishedBlueprint, err error) + Delete func(ctx context.Context, scope string, blueprintName string, versionID string) (result blueprint.PublishedBlueprint, err error) + Get func(ctx context.Context, scope string, blueprintName string, versionID string) (result blueprint.PublishedBlueprint, err error) + List func(ctx context.Context, scope string, blueprintName string) (result blueprint.PublishedBlueprintListPage, err error) Other modules containing this package gopkg.in/azure/azure-sdk-for-go.v26 gopkg.in/azure/azure-sdk-for-go.v27 gopkg.in/azure/azure-sdk-for-go.v28 gopkg.in/azure/azure-sdk-for-go.v29 gopkg.in/azure/azure-sdk-for-go.v31 gopkg.in/azure/azure-sdk-for-go.v32 gopkg.in/azure/azure-sdk-for-go.v33 gopkg.in/azure/azure-sdk-for-go.v34 gopkg.in/azure/azure-sdk-for-go.v35 gopkg.in/azure/azure-sdk-for-go.v36 gopkg.in/azure/azure-sdk-for-go.v37 gopkg.in/azure/azure-sdk-for-go.v38 gopkg.in/azure/azure-sdk-for-go.v39 gopkg.in/azure/azure-sdk-for-go.v40 gopkg.in/azure/azure-sdk-for-go.v41 gopkg.in/azure/azure-sdk-for-go.v42 gopkg.in/azure/azure-sdk-for-go.v43 gopkg.in/azure/azure-sdk-for-go.v44 gopkg.in/azure/azure-sdk-for-go.v45 gopkg.in/azure/azure-sdk-for-go.v46 gopkg.in/azure/azure-sdk-for-go.v47 gopkg.in/azure/azure-sdk-for-go.v48 gopkg.in/azure/azure-sdk-for-go.v49