Skip to content

Commit

Permalink
Removing UMI client ID
Browse files Browse the repository at this point in the history
  • Loading branch information
mvbrock committed Dec 5, 2024
1 parent a92ad6e commit d8e28f9
Show file tree
Hide file tree
Showing 4 changed files with 407 additions and 457 deletions.
3 changes: 1 addition & 2 deletions api/proto/teleport/legacy/types/types.proto
Original file line number Diff line number Diff line change
Expand Up @@ -8000,6 +8000,5 @@ message AccessGraphAWSSync {
message AccessGraphAzureSync {
repeated string Regions = 1 [(gogoproto.jsontag) = "regions,omitempty"];
string SubscriptionID = 2 [(gogoproto.jsontag) = "subscription_id,omitempty"];
string UMIClientID = 3 [(gogoproto.jsontag) = "umi_client_id,omitempty"];
string Integration = 4 [(gogoproto.jsontag) = "integration,omitempty"];
string Integration = 3 [(gogoproto.jsontag) = "integration,omitempty"];
}
Loading

0 comments on commit d8e28f9

Please sign in to comment.