Skip to content

Commit

Permalink
fixup: Removed immutable field from AgentAPI
Browse files Browse the repository at this point in the history
Renumbered SubscriptionInfo fields.
  • Loading branch information
EduardGomezEscandell committed Nov 14, 2023
1 parent 73b0fde commit 518d422
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions agentapi/agentapi.proto
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ message SubscriptionInfo {
string productId = 1; // The ID of the Ubuntu Pro For Windows product on the Microsoft Store.

oneof subscriptionType {
Empty none = 3; // There is no active subscription.
Empty user = 4; // The subscription is managed by the user with a pro token from the GUI or the registry.
Empty organization = 5; // The subscription is managed by the sysadmin with a pro token from the registry.
Empty microsoftStore = 6; // The subscription is managed via the Microsoft store.
Empty none = 2; // There is no active subscription.
Empty user = 3; // The subscription is managed by the user with a pro token from the GUI or the registry.
Empty organization = 4; // The subscription is managed by the sysadmin with a pro token from the registry.
Empty microsoftStore = 5; // The subscription is managed via the Microsoft store.
};
}

Expand Down

0 comments on commit 518d422

Please sign in to comment.