Skip to content

Commit

Permalink
introduce a breaking change
Browse files Browse the repository at this point in the history
  • Loading branch information
r2k1 committed Nov 20, 2024
1 parent 4270382 commit c227571
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ message AuthConfig {
string tenant_id = 1;

// Subscription ID
string subscription_id = 2;
string subscription_id_breaking = 2;

Check failure on line 12 in aks-node-controller/proto/aksnodeconfig/v1/auth_config.proto

View workflow job for this annotation

GitHub Actions / buf

Field "2" with name "subscription_id_breaking" on message "AuthConfig" changed option "json_name" from "subscriptionId" to "subscriptionIdBreaking".

Check failure on line 12 in aks-node-controller/proto/aksnodeconfig/v1/auth_config.proto

View workflow job for this annotation

GitHub Actions / buf

Field "2" on message "AuthConfig" changed name from "subscription_id" to "subscription_id_breaking".

// Service Principal ID. set to aadClientId
string service_principal_id = 3;
Expand Down

0 comments on commit c227571

Please sign in to comment.