Skip to content

Commit

Permalink
breaking change
Browse files Browse the repository at this point in the history
  • Loading branch information
r2k1 committed Nov 19, 2024
1 parent b92b81e commit 7e6e886
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ message ApiServerConfig {
string api_server_public_key = 1;

// The name or endpoint URI of the API server.
string api_server_name = 2;
string breaking_change_api_server_name = 2;

Check failure on line 9 in aks-node-controller/proto/aksnodeconfig/v1/api_server_config.proto

View workflow job for this annotation

GitHub Actions / buf

Field "2" with name "breaking_change_api_server_name" on message "ApiServerConfig" changed option "json_name" from "apiServerName" to "breakingChangeApiServerName".

Check failure on line 9 in aks-node-controller/proto/aksnodeconfig/v1/api_server_config.proto

View workflow job for this annotation

GitHub Actions / buf

Field "2" on message "ApiServerConfig" changed name from "api_server_name" to "breaking_change_api_server_name".

string test_field = 3;
}

0 comments on commit 7e6e886

Please sign in to comment.