Skip to content

Commit a42353e

Browse files
committed
Upgrade cloud-sdk-go to 1.17.0
1 parent c336782 commit a42353e

17 files changed

+8
-613
lines changed

cmd/deployment/command.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ import (
2222

2323
cmdelasticsearch "github.com/elastic/ecctl/cmd/deployment/elasticsearch"
2424
cmddeploymentextension "github.com/elastic/ecctl/cmd/deployment/extension"
25-
cmddeploymentnote "github.com/elastic/ecctl/cmd/deployment/note"
2625
cmddeploymentplan "github.com/elastic/ecctl/cmd/deployment/plan"
2726
cmddeploymentresource "github.com/elastic/ecctl/cmd/deployment/resource"
2827
cmddeploymenttemplate "github.com/elastic/ecctl/cmd/deployment/template"
@@ -42,7 +41,6 @@ var Command = &cobra.Command{
4241
func init() {
4342
Command.AddCommand(
4443
cmddeploymentextension.Command,
45-
cmddeploymentnote.Command,
4644
cmddeploymentplan.Command,
4745
cmddeploymentresource.Command,
4846
cmddeploymenttemplate.Command,

cmd/deployment/create_test.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -297,6 +297,7 @@ Deployment [%s] - [Apm][%s]: running step "waiting-for-some-step" (Plan duration
297297
Query: url.Values{
298298
"region": {"ece-region"},
299299
"show_instance_configurations": {"true"},
300+
"show_max_zones": {"false"},
300301
"stack_version": {"7.8.0"},
301302
},
302303
},
@@ -348,6 +349,7 @@ Deployment [%s] - [Apm][%s]: running step "waiting-for-some-step" (Plan duration
348349
Query: url.Values{
349350
"region": {"ece-region"},
350351
"show_instance_configurations": {"true"},
352+
"show_max_zones": {"false"},
351353
"stack_version": {"7.11.2"},
352354
},
353355
},
@@ -479,6 +481,7 @@ Deployment [%s] - [Apm][%s]: running step "waiting-for-some-step" (Plan duration
479481
Query: url.Values{
480482
"region": {"ece-region"},
481483
"show_instance_configurations": {"true"},
484+
"show_max_zones": {"false"},
482485
"stack_version": {"8.11.3"},
483486
},
484487
},

cmd/deployment/note/command.go

Lines changed: 0 additions & 169 deletions
This file was deleted.

cmd/deployment/template/list_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ func Test_listCmd(t *testing.T) {
4343
"region": []string{"ece-region"},
4444
"show_hidden": []string{"false"},
4545
"show_instance_configurations": []string{"true"},
46+
"show_max_zones": {"false"},
4647
},
4748
}
4849

cmd/deployment/template/show_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ func Test_showCmd(t *testing.T) {
4242
Query: url.Values{
4343
"region": []string{"ece-region"},
4444
"show_instance_configurations": []string{"true"},
45+
"show_max_zones": []string{"false"},
4546
},
4647
}
4748

docs/ecctl_deployment_note.adoc

Lines changed: 0 additions & 48 deletions
This file was deleted.

docs/ecctl_deployment_note.md

Lines changed: 0 additions & 45 deletions
This file was deleted.

docs/ecctl_deployment_note_create.adoc

Lines changed: 0 additions & 45 deletions
This file was deleted.

0 commit comments

Comments
 (0)