Skip to content
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.

replaced apierror with armerror #2205

Merged
merged 4 commits into from
Feb 6, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions pkg/api/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,6 @@ const (
Migrating ProvisioningState = "Migrating"
// Upgrading means an existing ContainerService resource is being upgraded
Upgrading ProvisioningState = "Upgrading"
// Canceled means a deployment has been canceled
Canceled ProvisioningState = "Canceled"
)

// OrchestratorProfile contains Orchestrator properties
Expand Down
16 changes: 0 additions & 16 deletions pkg/apierror/apierror.go

This file was deleted.

33 changes: 0 additions & 33 deletions pkg/apierror/apierror_test.go

This file was deleted.

71 changes: 0 additions & 71 deletions pkg/apierror/const.go

This file was deleted.

47 changes: 0 additions & 47 deletions pkg/apierror/helper.go

This file was deleted.

21 changes: 0 additions & 21 deletions pkg/apierror/helper_test.go

This file was deleted.

39 changes: 0 additions & 39 deletions pkg/apierror/types.go

This file was deleted.

Loading