Skip to content

Commit

Permalink
Update generated code according to ms-89
Browse files Browse the repository at this point in the history
  • Loading branch information
Przemysław Hejman committed Apr 5, 2023
1 parent a40646d commit 0c5e271
Show file tree
Hide file tree
Showing 848 changed files with 34,842 additions and 2,277 deletions.
2 changes: 1 addition & 1 deletion pkg/api/platformapi/allocatorapi/search_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ func TestSearch(t *testing.T) {
StatusCode: 200,
}}),
}},
err: "invalid allocator search params: 2 errors occurred:\n\t* region not specified and is required for this operation\n\t* validation failure list:\nvalidation failure list:\nvalidation failure list:\nfield in body is required\n\n",
err: "invalid allocator search params: 2 errors occurred:\n\t* region not specified and is required for this operation\n\t* validation failure list:\nvalidation failure list:\nvalidation failure list:\nquery.exists.field in body is required\n\n",
},
{
name: "fails if api reference is empty",
Expand Down
2 changes: 1 addition & 1 deletion pkg/api/platformapi/runnerapi/search_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ func TestSearch(t *testing.T) {
var searchReqErr = `validation failure list:
validation failure list:
validation failure list:
field in body is required`
query.exists.field in body is required`

type args struct {
params SearchParams
Expand Down
2 changes: 1 addition & 1 deletion pkg/api/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ package api
// on the minor version, i.e: 2.4.2 means that all the 2.4 branch is supported,
// expecting some potentially unfixed bugs when ECE version is the same feature
// version bug higher bugfix version.
const Version = "3.5.2"
const Version = "3.6.0"
12 changes: 6 additions & 6 deletions pkg/client/accounts/accounts_client.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 5 additions & 3 deletions pkg/client/accounts/get_current_account_parameters.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

76 changes: 74 additions & 2 deletions pkg/client/accounts/get_current_account_responses.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 5 additions & 3 deletions pkg/client/accounts/patch_current_account_parameters.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

76 changes: 74 additions & 2 deletions pkg/client/accounts/patch_current_account_responses.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 5 additions & 3 deletions pkg/client/accounts/update_current_account_parameters.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 0c5e271

Please sign in to comment.