Skip to content

Commit

Permalink
replaced apierror with armerror (Azure#2205)
Browse files Browse the repository at this point in the history
* replaced apierror with armerror

* addressed comments

* addressed comments

* reverted change in pkg/api/types.go
  • Loading branch information
dmitsh authored and Terje Torkelsen committed Mar 15, 2018
1 parent a7aec3f commit 9352478
Show file tree
Hide file tree
Showing 9 changed files with 86 additions and 409 deletions.
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

0 comments on commit 9352478

Please sign in to comment.